Community Profile

photo

Maksym Tymchenko

MathWorks

Last seen: 4 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Knowledgeable Level 1
  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已回答
Why the CNN model is not trained?
Hi @Mohsen Abyani, The problem you are trying to solve is very interesting. It seems that you are creating images that contain...

3 months 前 | 1

| 已接受

已回答
Is fully connected layers quantization supported by Deep Network Quantizer?
Hi @Pilo Bolo, As of R2023b, the quantization of fullyConnectedLayer objects is supported for the following execution environme...

6 months 前 | 0

已回答
How to use prune for CNNs?
Hi @Nour Mohamed. In MATLAB, you can compress deep neural networks by using the Deep Learning Model Quantization Library, which...

6 months 前 | 0

已回答
How to specify toolbox for function call
Hi @Patrick Gavigan, This is a very good question that can be generalized to many similar situations. First of all, you can c...

6 months 前 | 0

已回答
error in using array2table
Hi @MAWE, I was able to create a table successfully using the steps that you described: x = [0, 7.2e-9]; y = ["var1", "var2"]...

6 months 前 | 0

已回答
Binary Deep Neural Networks?
As of R2023b, MATLAB does not support Binary Deep Neural Networks (BNN). However, it does supports quantized deep neural network...

6 months 前 | 0

| 已接受

已回答
Why is there nnet.layer.Formattable in the deep learning toolbox ?
Hi @Jack Xiao, When you create a custom deep learning layer, inheriting from nnet.layer.Formattable gives you several advantage...

9 months 前 | 0

已回答
Apply Prune function on CNN
Hi @frederic feresin, In MATLAB, you can compress deep neural networks by using the Deep Learning Model Quantization Library, w...

9 months 前 | 0

已回答
Deep learning in matlab 2021
This example shows how to use deep learning with data consisting of numeric features for a classification problem: https://www....

1 year 前 | 0

已回答
parallel pool for deep learning
This example demonstrated how you can train a single deep learning network using multiple GPUs in parallel: https://www.mathwor...

1 year 前 | 0

已回答
how can I make a deep learning custom layer to take multiple inputs like addition/concatenation?
Since release R2022b, MATLAB directly supports the attention mechanism that you are trying to implement. Check the documentatio...

1 year 前 | 0

已回答
Deep Learning and Neural Network Implementation
The variable Y represents the predicted responses. The format and data type of the output Y depends on the type of problem, this...

1 year 前 | 0

提问


This is a test question to verify the functionalities of file exchange
Test body

4 years 前 | 0 个回答 | 0

0

个回答