Community Profile

photo

Tommaso Di Noto


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Does "train" already include train/val/test division if a feedforward neural network or should I do it manually before?
Hello everyone! I have the following script: ----------------------- inputs=training_set'; %training_set is my matrix of ...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error using parallel.gpu.CUDADevice.hBuild during the training of a Convolutional Neural Network
Hello! I have this code: layers = [imageInputLayer([28 28 1]) convolution2dLayer(5,20) reluLayer maxPooling2dLayer...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
extract specific points from a matrix of planar coordinates
I solved it; I just had to write: iwant=x(y<0.001 & y>-0.001); Thanks again!

fast 7 Jahre vor | 0

Frage


extract specific points from a matrix of planar coordinates
I have a 600x2 matrix with a series of planar points: x values on first column and y values on second one. How can I extract onl...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten