Tomaso Cetto
MathWorks
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
10 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to transfer a 1D-CNN from Tensorflow?
Hi Daniel! I think the convolution1dLayer is appropriate here, but you might need to do a small piece of data pre-processing to...
How to transfer a 1D-CNN from Tensorflow?
Hi Daniel! I think the convolution1dLayer is appropriate here, but you might need to do a small piece of data pre-processing to...
2年以上 前 | 0
| 採用済み
回答済み
Reshape layer in deep learning
Hi KB, As of R2022a, the Deep Learning Toolbox has a new functionLayer - this layer enanbles you to apply a function to the act...
Reshape layer in deep learning
Hi KB, As of R2022a, the Deep Learning Toolbox has a new functionLayer - this layer enanbles you to apply a function to the act...
2年以上 前 | 1
回答済み
globalAveragePooling1dLayer error
Hi Bram! As you've noticed, the globalAveragePooling1dLayer plays a critical role here. This is because that layer removes the ...
globalAveragePooling1dLayer error
Hi Bram! As you've noticed, the globalAveragePooling1dLayer plays a critical role here. This is because that layer removes the ...
3年弱 前 | 1
| 採用済み
回答済み
Is there any way to use deep learning model for higher resolutions images (like 1024x1024)
Hi Hasintha, When confronted with this issue, the recommended workflow is usually just to resize the images. That said, the wor...
Is there any way to use deep learning model for higher resolutions images (like 1024x1024)
Hi Hasintha, When confronted with this issue, the recommended workflow is usually just to resize the images. That said, the wor...
約3年 前 | 0
回答済み
imageInputLayer Normalization - Data normalization options
Hi Andrea, The 'rescale-zero-one' normalization option was added in R2019b, so you would need to update to at least that releas...
imageInputLayer Normalization - Data normalization options
Hi Andrea, The 'rescale-zero-one' normalization option was added in R2019b, so you would need to update to at least that releas...
約3年 前 | 1
| 採用済み
回答済み
Invalid training data. Sequence responses must have the same sequence length as the corresponding predictors.
Hi Navneet, The issue here is that, when setting up a sequence-to-sequence problem (as it seems you are doing here), the number...
Invalid training data. Sequence responses must have the same sequence length as the corresponding predictors.
Hi Navneet, The issue here is that, when setting up a sequence-to-sequence problem (as it seems you are doing here), the number...
約3年 前 | 0
回答済み
How can I work with hybrid inputs (numerical + categorical variables) to create a neural network
Hi Ismael, One thing you could do is create a very simple neural network using two featureInputLayers. Let's break down the w...
How can I work with hybrid inputs (numerical + categorical variables) to create a neural network
Hi Ismael, One thing you could do is create a very simple neural network using two featureInputLayers. Let's break down the w...
約3年 前 | 0
| 採用済み
回答済み
how to combine two different lgraph and create a new network
Hey Avi! I think the addLayers function is what you're after here. You're right in saying that these functions can't work wit...
how to combine two different lgraph and create a new network
Hey Avi! I think the addLayers function is what you're after here. You're right in saying that these functions can't work wit...
3年以上 前 | 0
| 採用済み
回答済み
How to use excel data in matlab for deep learning classification ?
Hi Naresh, The readtable function might be what you're after here - https://www.mathworks.com/help/matlab/ref/readtable.html. T...
How to use excel data in matlab for deep learning classification ?
Hi Naresh, The readtable function might be what you're after here - https://www.mathworks.com/help/matlab/ref/readtable.html. T...
3年以上 前 | 0
回答済み
Invalid training data. X and Y must have the same number of observations.
Hi Ioana, There are a few modifications to your data and network that are required to make your workflow possible. The diff...
Invalid training data. X and Y must have the same number of observations.
Hi Ioana, There are a few modifications to your data and network that are required to make your workflow possible. The diff...
3年以上 前 | 2
| 採用済み