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

Latest commit

 

History

History
49 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.44 KB

台湾大学林轩田机器学习笔记

贡献者:红色石头

下载

Docker

docker pull apachecn0/ntu-hsuantienlin-ml
docker run -tid -p <port>:80 apachecn0/ntu-hsuantienlin-ml
# 访问 http://localhost:{port} 查看文档

PYPI

pip install ntu-hsuantienlin-ml
ntu-hsuantienlin-ml <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g ntu-hsuantienlin-ml
ntu-hsuantienlin-ml <port>
# 访问 http://localhost:{port} 查看文档