ML_Practice with TensorFlow
November 25, 2016 · View on GitHub
ML_Practice with TensorFlow
TensorFlow를 이용한 머신러닝 공부 자료
!!!주의!!! 학습을 위한 것이므로 많은 한글 주석이 달려있습니다.
개발 환경
Python 3.5
TensorFlow
Numpy
이론 정리
Supervised Learning
- Linear Regression
- Logistic Regression
- MultiVariable Linear Regression
- MNIST_KNN
- MNIST_LogisticRegression
- MNIST_MultipleLayerPerceptron
- MNIST_CNN
- RNN
Unsupervised Learning
참고자료
1.https://github.com/nlintz/TensorFlow-Tutorials
2.http://hunkim.github.io/ml/