Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

apachecn/hands-on-ml-2e-zh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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} 查看文档

About

📖 [译] Sklearn 与 TensorFlow 机器学习实用指南第二版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.1%
  • JavaScript 43.7%
  • HTML 3.6%
  • Other 0.6%