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 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!
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
个回答提问
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
7 years 前 | 1 个回答 | 0