Feeds
답변 있음
How can we increase the training set?
I think this is the line that produces the error: trainingLabels = [trainingLabels; labels ]; But the problem is wit...
How can we increase the training set?
I think this is the line that produces the error: trainingLabels = [trainingLabels; labels ]; But the problem is wit...
8년 초과 전 | 0
답변 있음
How to store multiple image vectors into matrix rows?
I think the problem is that you are trying to squeeze a 437580 element array into a single array element (the bottom element of ...
How to store multiple image vectors into matrix rows?
I think the problem is that you are trying to squeeze a 437580 element array into a single array element (the bottom element of ...
8년 초과 전 | 0
답변 있음
How can I split a vector?
I think the following function will do what you want i.e. take a vector and split it wherever a 1 occurs: function splitV...
How can I split a vector?
I think the following function will do what you want i.e. take a vector and split it wherever a 1 occurs: function splitV...
8년 초과 전 | 0
질문
Why does AlexNet have non-scalar values for NumChannels and NumFilters in some convolutional layers?
Take the layers 'conv1' and 'conv2' for example. 'conv1' has 3 channels and 96 filters; that's fine. It should follow that 'conv...
8년 초과 전 | 답변 수: 1 | 0

