Community Profile

photo

Artem Lenskiy


Last seen: Today Active since 2018

Statistics

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

View badges

Content Feed

View by

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"....

1 month ago | 1 answer | 1

1

answer

Answered
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 ...

6 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...

7 months ago

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...

12 months ago | 0 answers | 0

0

answers

Submitted


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

1 year ago | 17 downloads |

Thumbnail

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

1 year ago | 0

Answered
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: ...

1 year ago | 0

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

answer

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...

1 year ago | 1 answer | 1

1

answer

Submitted


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

1 year ago | 2 downloads |

Thumbnail

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...

1 year ago

Submitted


Yahoo Finance and Quandl data downloader
YahooFinance/Quandl data downloader

1 year ago | 70 downloads |

Thumbnail

Answered
fetching data from yahoo
Please check the following code <https://www.mathworks.com/matlabcentral/fileexchange/68361-yahoo-finance-data-downloader yahoo ...

5 years ago | 0

Answered
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...

5 years ago | 0