- [code]
- A Deep Neural Network (DNN) model without toolkit for classification.
- dataset: Street View House Number (SVHN)
- loss: Cross-Entropy
- opt: Stochastic Gradient Descent (SGD)
- reg: N/A, L1, L2
- [code][4-1] [4-2]
- A Deep Neural Network (DNN) model with tensorflow for classification.
- dataset: MNIST
- reg: L1, L2, Dropout
- [code][5-1] [5-2]
- A Convolutional Neural Network(CNN) with tensorflow for classification.
- dataset: cifar-10
- [code][6-1] [6-2]
- A Recurrent Neural Network (RNN) with tensorflow for classification.
- dataset: IMDB
- [code]
- An Autoencoder with tensorflow.
- dataset: MNIST with noise (MNIST-M was artificially created by using each MNIST digit as a binary mask and changing the colors of a background image.)