Artem Lensky
Check my quora account http://quora.com/profile/Artem-Lensky
Python, C++, C, Java, MATLAB
Statistics
RANK
10,647
of 283,984
REPUTATION
4
CONTRIBUTIONS
7 Questions
7 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
3
RANK
1,572 of 19,180
REPUTATION
1,147
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
125
ALL TIME DOWNLOADS
6813
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
2 months ago | 0
| accepted
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...
2 months ago | 1 answer | 0
1
answerQuestion
Does groupedConvolution2dLayer support input data with T dimension.
Whenever I apply groupedConvolution2dLayer to data with T-dimension e.g. groupedConvolution2dLayer([1 filterSize], 1, "channel-...
3 months ago | 1 answer | 0
1
answerQuestion
Why peepholeLSTMLayer implemented in a tutorial is much slower than built-in lstmlayer?
Why this implementation of peepholeLSTMLayer https://au.bat365/help/deeplearning/ug/define-custom-recurrent-deep-learning...
3 months ago | 1 answer | 0
1
answerIs 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...
3 months ago | 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"....
7 months ago | 1 answer | 1
1
answerGradient 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 ...
12 months ago | 0
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
1 year ago
Question
FactSet: "Unrecognized function or variable 'fds'."
I've checked the requirements for FactSet /help/datafeed/data-server-connection-requirements.html and besid...
1 year ago | 0 answers | 0
0
answersSubmitted
PandasToMatlab
The functions are designed to communicate between Python Pandas and Matlab
1 year ago | 18 downloads |
How can I use Python pandas in MATLAB?
Check this submission https://au.bat365/matlabcentral/fileexchange/111770-pandastomatlab It implements two funcions: ...
1 year ago | 0
How do i convert a Python Pandas Dataframe to Matlab types?
Check this submission https://au.bat365/matlabcentral/fileexchange/111770-pandastomatlab It implements two funcions: ...
1 year ago | 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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 1
1
answerSubmitted
Alpha Vantage data downloader
Currently the toolbox implements functions to download company fundamentals and economic indicators.
2 years ago | 2 downloads |
Solved
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...
2 years ago
Submitted
Yahoo Finance and Quandl data downloader
YahooFinance/Quandl data downloader
2 years ago | 108 downloads |
fetching data from yahoo
Please check the following code </matlabcentral/fileexchange/68361-yahoo-finance-data-downloader yahoo ...
5 years ago | 0
Yahoo Finance Webservice API is down?
There is a solution available, take a look at /matlabcentral/fileexchange/68361-yahoo-finance-data-down...
5 years ago | 0