TargetIt / digitsRecognizer

record different positions digit recognition for ML and DL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

record different positions digit recognition for ML and DL


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%