Toy examples for object classification and classification
Dependencies:
- Python 3.6
- Pytorch 0.4.0
- matplotlib 2.2.2
- numpy 1.14.3
- Jupyter Notebook
Files:
- MNIST.ipynb is a simple CNN network for classification in mnist dataset.
- FCN.ipynb is mnist number classification using FCN network.
- mnist_module.mat is .mat file to save the training CNN model.