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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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!

거의 8년 전 | 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...

거의 8년 전 | 답변 수: 2 | 0

2

답변