Skip to content

Fumore/deeplearning-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deeplearning-project1

  1. data preperation
Go to the http://yann.lecun.com/exdb/mnist/ and download 
the train 60k and test 10k images and labels.
Decompress then, and put then in the './data'. After that you should have
|-data
|   t10k-images.idx3-ubyte
|   t10k-images.idx3-ubyte
|   train-images.idx3-ubyte
|   train-labels.idx1-ubyte
| BP.py
| ...
  1. train
python train.py
  1. load trained model and test
python load_and_test.py
## It will load 'best_model.npy', test the model, and visulize the reshaped parameters 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages