Skip to content

sugarlxn/leaning_d2l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaning-d2l

这是李沐大神的机器学习课程动手学深度学习的学习空间,里面包括学习过程中配置的环境、编写的代码以及实验结果。

环境配置

使用docker来构建运行环境,Dockerfile,制作的容器可正常使用,大家可以参考我的Dockerfile配置自行构建

Docker使用方法可以参考:docker

启动容器

run_container.sh

setup

start jupyter notebook

jupyter notebook --notebook-dir=/leaning_d2l --ip="*" --port=8888 --allow-root

About

机器学习 深度学习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages