![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/tcettomathworkscom_1560947222184_DEF.jpg)
Tomaso Cetto
MathWorks
Followers: 0 Following: 0
Statistica
0 Domande
10 Risposte
RANK
1.877
of 297.010
REPUTAZIONE
34
CONTRIBUTI
0 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
5
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre 2 anni fa | 0
| accettato
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...
quasi 3 anni fa | 1
globalAveragePooling1dLayer error
Hi Bram! As you've noticed, the globalAveragePooling1dLayer plays a critical role here. This is because that layer removes the ...
circa 3 anni fa | 1
| accettato
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...
oltre 3 anni fa | 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...
oltre 3 anni fa | 1
| accettato
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...
oltre 3 anni fa | 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...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 0
| accettato
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...
oltre 3 anni fa | 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...
oltre 3 anni fa | 2
| accettato