photo

Artem Lensky


Last seen: environ 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Message

Check my quora account http://quora.com/profile/Artem-Lensky

Programming Languages:
Python, C++, C, Java, MATLAB

Statistiques

All
MATLAB Answers

7 Questions
7 Réponses

File Exchange

3 Fichiers

Cody

0 Problèmes
2 Solutions

RANG
10 743
of 300 364

RÉPUTATION
4

CONTRIBUTIONS
7 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
3

RANG
1 407 of 20 934

RÉPUTATION
1 343

CLASSEMENT MOYEN
4.90

CONTRIBUTIONS
3 Fichiers

TÉLÉCHARGEMENTS
33

ALL TIME TÉLÉCHARGEMENTS
8480

RANG
93 566
of 168 407

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • GitHub Submissions Level 3
  • Treasure Hunt Participant
  • Solver
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 5
  • First Review
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Running trainNetwork() starts parallel pool in Matlab 2023b even when options.ExecutionEnvironment = 'cpu'
Whenever option DispatchInBackground set true, trainNetwork executes parallel pool. If I am not mistaken this behaviour was di...

environ 2 ans il y a | 0

| A accepté

Question


Running trainNetwork() starts parallel pool in Matlab 2023b even when options.ExecutionEnvironment = 'cpu'
It seems the behaviour of trainNetwork has changed. I have a for loop that performs a grid search of models' hyper-parameters. A...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Does groupedConvolution2dLayer support input data with T dimension.
Whenever I apply groupedConvolution2dLayer to data with T-dimension e.g. groupedConvolution2dLayer([1 filterSize], 1, "channel-...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Why peepholeLSTMLayer implemented in a tutorial is much slower than built-in lstmlayer?
Why this implementation of peepholeLSTMLayer https://au.mathworks.com/help/deeplearning/ug/define-custom-recurrent-deep-learning...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Is a Bi-GRU available - bidirectional Gated Recurrent Unit (GRU) - or a way to implement a Bi-GRU?
Below is a multiblock BiGRU implementation with layer normalization and dropout layers. The models takes the following paramete...

environ 2 ans il y a | 0

Question


Channel-wise convolution deep learning layer for 1d and 3d data i.e. groupedConvolution1dLayer, groupedConvolution3dLayer
I am looking to implement a layer for channel-wise convolution similar to groupedConvolution2dLayer(filtSize, 1, "channel-wise"....

plus de 2 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
Gradient clipping with custom feed-forward net
Please check this link that illustrates several examples on how to implement training options that you would usually define via ...

presque 3 ans il y a | 0

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

presque 3 ans il y a

Question


FactSet: "Unrecognized function or variable 'fds'."
I've checked the requirements for FactSet https://mathworks.com/help/datafeed/data-server-connection-requirements.html and besid...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

A soumis


PandasToMatlab
The functions are designed to communicate between Python Pandas and Matlab

plus de 3 ans il y a | 6 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
How can I use Python pandas in MATLAB?
Check this submission https://au.mathworks.com/matlabcentral/fileexchange/111770-pandastomatlab It implements two funcions: ...

plus de 3 ans il y a | 0

Réponse apportée
How do i convert a Python Pandas Dataframe to Matlab types?
Check this submission https://au.mathworks.com/matlabcentral/fileexchange/111770-pandastomatlab It implements two funcions: ...

plus de 3 ans il y a | 1

Question


Missing layers in Deep Learning Toolboox results in failing to run EfficientNetV2S
I saved EfficientNetV2S in Python as follows import tensorflow as tf model = tf.keras.applications.efficientnet_v2.Efficient...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How can I speed up runBacktest that is part of Financial Toolbox?
I am invoking runBacktest on tickdata and the function takes considerable time (several minutes on about 1 million ticks). Given...

plus de 3 ans il y a | 1 réponse | 1

1

réponse

A soumis


Alpha Vantage data downloader
Currently the toolbox implements functions to download company fundamentals and economic indicators.

environ 4 ans il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

environ 4 ans il y a

A soumis


Yahoo Finance and Quandl data downloader
YahooFinance/Quandl data downloader

environ 4 ans il y a | 23 téléchargements |

4.9 / 5
Thumbnail

Réponse apportée
fetching data from yahoo
Please check the following code <https://www.mathworks.com/matlabcentral/fileexchange/68361-yahoo-finance-data-downloader yahoo ...

environ 7 ans il y a | 0

Réponse apportée
Yahoo Finance Webservice API is down?
There is a solution available, take a look at https://www.mathworks.com/matlabcentral/fileexchange/68361-yahoo-finance-data-down...

environ 7 ans il y a | 0