Slide link: 텐서플로 걸음마 (TensorFlow Tutorial)
서울시립대학교 대학원 수업에서 진행한 텐서플로 걸음마 소스코드입니다. 한국에서 출판된 책 텐서플로 첫걸음의 예제 코드를 참고하여 작성했습니다. TFLearn 예제는 TFLearn의 Convolutional Network (MNIST)를 참고했습니다.
- [Hello, TensorFlow!](notebooks/1.Hello, TensorFlow!.ipynb)
- LinearRegression
- [MNIST with Single Layer NN](notebooks/3.MNIST with Single Layer NN.ipynb)
- [MNIST with CNN](notebooks/4.MNIST with CNN.ipynb)
- [MNIST with CNN using TFLearn](notebooks/5.MNIST with CNN using TFLearn.ipynb)