https://github.com/evanli/python-ml-blueprints
Python Machine Learning Blueprints(Python机器学习实践指南)书籍代码实现,配有中文说明
https://github.com/evanli/python-ml-blueprints
blueprints jupyter-notebook machine-learning python
Last synced: 7 days ago
JSON representation
Python Machine Learning Blueprints(Python机器学习实践指南)书籍代码实现,配有中文说明
- Host: GitHub
- URL: https://github.com/evanli/python-ml-blueprints
- Owner: EvanLi
- License: mit
- Created: 2019-01-23T06:38:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T03:34:21.000Z (about 4 years ago)
- Last Synced: 2025-03-31T12:05:21.240Z (about 1 month ago)
- Topics: blueprints, jupyter-notebook, machine-learning, python
- Language: Jupyter Notebook
- Size: 54.1 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Machine Learning Blueprints(Python机器学习实践指南)
## About the book
[Python Machine Learning Blueprints](https://www.packtpub.com/big-data-and-business-intelligence/python-machine-learning-blueprints?utm_source=github&utm_medium=repository&utm_campaign=9781784394752), published by Packt.
It contains all the supporting project files necessary to work through the book from start to finish.
英文版官方代码Github链接:[Python-Machine-Learning-Blueprints](https://github.com/PacktPublishing/Python-Machine-Learning-Blueprints)
## PDF书籍
- [Python机器学习实践指南](./Python机器学习实践指南.pdf) \| [download(43.2M)](https://github.com/EvanLi/Python-ML-Blueprints/raw/master/Python机器学习实践指南.pdf)
- [Python机器学习实践指南_compressed](./Python机器学习实践指南_compressed.pdf) \| [download(14.1M)](https://github.com/EvanLi/Python-ML-Blueprints/raw/master/Python机器学习实践指南_compressed.pdf)## 项目说明
按照书籍内容添加了中文说明,并修改了一些代码上的更新变化(如python,sklearn一些模块的弃用、更新等)。