photo

Tommaso Di Noto


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


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...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
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!

7 years 前 | 0

提问


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...

7 years 前 | 2 个回答 | 0

2

个回答