An open API service indexing awesome lists of open source software.

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: 台湾大学林轩田机器学习笔记

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)
+ 公众号:红色石头的机器学习之路

![](img/bcfd4502ab6871092be264c682958b45.jpg)

+ [课程资源汇总](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} 查看文档
```