![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10134473_1522135253822_DEF.jpg)
Tommaso Di Noto
2017년부터 활동
Followers: 0 Following: 0
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!
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
답변질문
I have a series of points in a xy plane representing repetitive movements at a specific time frame. How can I find the mean coordinate? Can I simply use: xmean= x1+x2+...+xn/#points and ymean=y1+y2+.../#points or there is a proper Matlab Function?
Mean Point in planar Graph
거의 8년 전 | 답변 수: 1 | 0