Artem Lensky - MATLAB Central
photo

Artem Lensky


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

메시지
Programming Languages:
Python, C++, C, Java, MATLAB

통계

All
MATLAB AnswersFile ExchangeCodyFrom 08/18 to 03/25Use left and right arrows to move selectionFrom 08/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
10,733
of 297,398

평판
4

참여
7 질문
7 답변

답변 채택
57.14%

획득한 표
3

  • 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

배지 보기

Feeds

보기 기준

답변 있음
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...

1년 초과 전 | 0

| 수락됨

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

1년 초과 전 | 0

질문


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

거의 2년 전 | 답변 수: 1 | 1

1

답변

답변 있음
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 ...

2년 초과 전 | 0

문제를 풀었습니다


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

2년 초과 전

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


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

거의 3년 전 | 다운로드 수: 10 |

Thumbnail

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

거의 3년 전 | 0

답변 있음
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: ...

거의 3년 전 | 1

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 3년 전 | 답변 수: 1 | 1

1

답변

제출됨


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

3년 초과 전 | 다운로드 수: 3 |

Thumbnail

문제를 풀었습니다


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

3년 초과 전

제출됨


Yahoo Finance and Quandl data downloader
YahooFinance/Quandl data downloader

3년 초과 전 | 다운로드 수: 30 |

Thumbnail

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

6년 초과 전 | 0

답변 있음
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...

6년 초과 전 | 0

Go to top of page