All Projects → apachecn → Hands On Ml Zh

apachecn / Hands On Ml Zh

Licence: gpl-3.0
📖 [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Hands On Ml Zh

Machine Learning For Beginner By Python3
为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。
Stars: ✭ 305 (-91.57%)
Mutual labels:  sklearn
Thief
一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。
Stars: ✭ 3,974 (+9.9%)
Mutual labels:  book
How To Collaborate On Github
A mini book about collaborating on GitHub
Stars: ✭ 346 (-90.43%)
Mutual labels:  book
Spark Gotchas
Spark Gotchas. A subjective compilation of the Apache Spark tips and tricks
Stars: ✭ 308 (-91.48%)
Mutual labels:  book
Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+18.86%)
Mutual labels:  book
Raytracing.github.io
Main Web Site (Online Books)
Stars: ✭ 4,485 (+24.03%)
Mutual labels:  book
The Little Go Book zh cn
《The Little Go Book》中文译本,中文正式名《Go简易教程》
Stars: ✭ 304 (-91.59%)
Mutual labels:  book
Awesome Devbook
📕 국내 개발 도서 리스트
Stars: ✭ 351 (-90.29%)
Mutual labels:  book
24daysofrust
Code examples accompanying my "24 days of Rust" article series.
Stars: ✭ 322 (-91.1%)
Mutual labels:  book
Daily Stock Forecast
Daily Stock Forecasts using Machine Learning & Python
Stars: ✭ 341 (-90.57%)
Mutual labels:  sklearn
Boost Cookbook
Online examples from "Boost C++ Application Development Cookbook":
Stars: ✭ 306 (-91.54%)
Mutual labels:  book
Hadoop Book
Example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White
Stars: ✭ 3,317 (-8.27%)
Mutual labels:  book
One Python Craftsman
来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
Stars: ✭ 4,123 (+14.02%)
Mutual labels:  book
Book 100
最值得推荐的100本计算机书籍
Stars: ✭ 304 (-91.59%)
Mutual labels:  book
Simgnn
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
Stars: ✭ 351 (-90.29%)
Mutual labels:  sklearn
Little Javascript Book
Early draft for The Little JavaScript Book
Stars: ✭ 305 (-91.57%)
Mutual labels:  book
Materialhome
一个基于 Material Design 风格设计的图书展示类App,豆瓣图书,在线电子书。
Stars: ✭ 331 (-90.85%)
Mutual labels:  book
Thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Stars: ✭ 4,070 (+12.56%)
Mutual labels:  book
Simplereader
参考"任阅" 网络小说阅读器,一款ReactNative小说阅读器
Stars: ✭ 351 (-90.29%)
Mutual labels:  book
Machine Learning Yearning Korean Translation
Korean translation of machine learning yearning book by Andrew Ng.
Stars: ✭ 341 (-90.57%)
Mutual labels:  book

Sklearn 与 TensorFlow 机器学习实用指南第二版

协议:CC BY-NC-SA 4.0

懦夫才用磁带备份,真男人把重要的东西传到 FTP,然后世界会帮他备份。——林纳斯·托瓦兹

编译

npm install -g gitbook-cli          # 安装 gitbook
gitbook fetch 3.2.3                 # 安装 gitbook 子版本
gitbook install                     # 安装必要的插件
gitbook <build|pdf|epub|mobi>       # 编译 HTML/PDF/EPUB/MOBI

下载

Docker

docker pull apachecn0/hands-on-ml-2e-zh
docker run -tid -p <port>:80 apachecn0/hands-on-ml-2e-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install hands-on-ml-2e-zh
hands-on-ml-2e-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g handson-ml-2e-zh
handson-ml-2e-zh <port>
# 访问 http://localhost:{port} 查看文档
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].