민서네집

Python Data Science Handbook 인터넷 공개 본문

머신러닝

Python Data Science Handbook 인터넷 공개

브라이언7 2016. 12. 23. 23:56

[출처] https://tensorflow.blog/2016/12/23/python-ds-handbook-ml-with-tf-repo/

 

Python DS Handbook & ML with TF Repo.

  1. IPython: Beyond Normal Python
  2. Introduction to NumPy
  3. Data Manipulation with Pandas
  4. Visualization with Matplotlib
  5. Machine Learning


title그리고 매닝(Manning) 출판사에서 MEAP 으로 나온 ‘Machine Learning with TensorFlow‘ 의 예제 소스 코드가 모두 깃허브에 MIT 라이센스로 공개되었습니다. 이 책은 아직 7장까지 밖에 쓰여지지 않았으니 글보다 코드가 먼저 나온 셈입니다.

 

  1. TensorFlow Basics
  2. Regression
  3. Classification
  4. Clustering
  5. Hidden markov models
  6. Autoencoders
  7. Reinforcement learning
  8. Convolutional Neural Networks
  9. Recurrent Neural Network


Comments