Feeds
提问
How to extract feature from autoencoder/stackautoencoder ?
Suppose, 2 autoencoder is stacked together and a softmax layer is used for classification. At the time of fine tuning %deepnet ...
6 years 前 | 0 个回答 | 1
0
个回答提问
Dropout layer in CNN
In <http://cs231n.github.io/neural-networks-2/ cs231n>, it is mentioned that dropout is used at the time of training. During tes...
6 years 前 | 0 个回答 | 0
0
个回答提问
Convolutional Autoencoder code?
Any matlab code available on "Convolutional Autoencoder"
6 years 前 | 3 个回答 | 2
3
个回答提问
How much Training sample required to train CNN
I have 288 sample for 4 class data. For each class there are 72 sample. Is this enough to train a CNN network as CNN need more ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Is GPU necessary for deep learning (CNN)
I am using [net, info] = trainNetwork(xTrain,tTrain, layers, opts); error show: "There is a problem with the CUDA driver or w...
6 years 前 | 1 个回答 | 0
1
个回答提问
Autoencoder parameter selection in 'trainAutoencoder' function
I was trying to use matlab inbuilt function 'trainAutoencoder'. In autoencoder how i select the mini-batch size(b) and the learn...
7 years 前 | 1 个回答 | 0