Tomaso Cetto
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
10 Answers
RANK
1 855
of 295 448
REPUTATION
34
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
mer än 2 år ago | 0
| accepted
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...
mer än 2 år ago | 1
globalAveragePooling1dLayer error
Hi Bram! As you've noticed, the globalAveragePooling1dLayer plays a critical role here. This is because that layer removes the ...
nästan 3 år ago | 1
| accepted
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...
ungefär 3 år ago | 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...
ungefär 3 år ago | 1
| accepted
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...
ungefär 3 år ago | 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...
ungefär 3 år ago | 0
| accepted
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...
mer än 3 år ago | 0
| accepted
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...
mer än 3 år ago | 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...
mer än 3 år ago | 2
| accepted