Community Profile

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

6年以上 前 | 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...

6年以上 前 | 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年弱 前 | 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年弱 前 | 2 件の回答 | 0

2

回答