Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 1.45 KB

File metadata and controls

56 lines (53 loc) · 1.45 KB

digitsRecognizer

  • there are three folders under digitsRecognizer.
  • example is used to store classical ML and DL digits recognition examples from network.
  • lab records my lab during learning example
  • report records my notes and summary for ML and DL

example

lab

lab.ml
	machine learning
lab.dl
	deep learning
lab.tf
	tensorflow

report

make your own neural network
	https://github.com/makeyourownneuralnetwork/makeyourownneuralnetwork
Fully connected network
CNN convolution
RNN LSTM
Gradient descent

Reference

http://cs231n.stanford.edu/
http://colah.github.io/
http://neuralnetworksanddeeplearning.com/
Deep Learning Tutorial by Huang-yi Lee