UFLDL Exercise: Convolutional Neural Network

来源:互联网 发布:linux ping 端口 编辑:程序博客网 时间:2024/05/21 10:14
Structure: Input layer --> Conv layer --> Mean-pooling layer --> Softmax layer

Property:
1. Cross-entropy loss function
2. Sigmoid activation function
3. Stochastic Gradient Descent with weight decay and momentum
4. Accuracy on MNIST:  a little more than 97%




Reference:
1. Exercise: Convolutional Neural Network
2. CNN卷积神经网络推导和实现
3. CNN的反向求导及练习

0 0