''' cd ~ git clone https://github.com/rkuo2000/tf cd tf '''
- one neuron network :
python easy_net.py
- ten neurons network:
python hidden_net.py
- plot data :
python mnist_plotdata.py
- DNN :
python mnist.py
- CNN :
python mnist_cnn.py
- load model to predict :
python mnist_cnn_test.py
(test data)
python mnist_cnn_image.py
(image file)
python mnist_cnn_webcam.py
(camera)
- CNN :
python fashionmnist_cnn.py
- FER-2013 dataset (Download & Unzip)
- fer2013-cnn.ipynb
- ferplus-cnn.ipynb
- Train:
python pneumonia_cnn.py
- Test :
python pneumonia_test.py