https://github.com/apachecn/ntu-hsuantienlin-ml
:book: 台湾大学林轩田机器学习笔记
https://github.com/apachecn/ntu-hsuantienlin-ml
hsuan-tien-lin lecture-notes machine-learning ntu
Last synced: 6 months ago
JSON representation
:book: 台湾大学林轩田机器学习笔记
- Host: GitHub
- URL: https://github.com/apachecn/ntu-hsuantienlin-ml
- Owner: apachecn
- License: other
- Archived: true
- Created: 2018-10-26T04:06:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T15:33:49.000Z (over 5 years ago)
- Last Synced: 2024-11-12T19:42:03.430Z (over 1 year ago)
- Topics: hsuan-tien-lin, lecture-notes, machine-learning, ntu
- Language: CSS
- Homepage: https://ntuml.apachecn.org/
- Size: 29.7 MB
- Stars: 288
- Watchers: 21
- Forks: 98
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 台湾大学林轩田机器学习笔记
> 贡献者:[红色石头](https://github.com/RedstoneWill)
+ [红色石头的机器学习之路](https://redstonewill.github.io/)
+ [红色石头的专栏](http://blog.csdn.net/red_stone1)
+ [知乎:红色石头](https://www.zhihu.com/people/red_stone_wl)
+ [RedstoneWill 的微博](http://weibo.com/redstonewill)
+ 公众号:红色石头的机器学习之路

+ [课程资源汇总](https://github.com/RedstoneWill/NTU-HsuanTienLin-MachineLearning)
+ [在线阅读](https://ntuml.apachecn.org)
+ [在线阅读(Gitee)](https://apachecn.gitee.io/ntu-hsuantienlin-ml/)
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/ntu-hsuantienlin-ml)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/ntu-hsuantienlin-ml)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/ntu-hsuantienlin-ml)
+ [代码仓库](https://github.com/apachecn/ntu-hsuantienlin-ml)
## 下载
### Docker
```
docker pull apachecn0/ntu-hsuantienlin-ml
docker run -tid -p :80 apachecn0/ntu-hsuantienlin-ml
# 访问 http://localhost:{port} 查看文档
```
### PYPI
```
pip install ntu-hsuantienlin-ml
ntu-hsuantienlin-ml
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g ntu-hsuantienlin-ml
ntu-hsuantienlin-ml
# 访问 http://localhost:{port} 查看文档
```