机器学习

课程材料:

跟李沐一起深度学习

吴恩达老师的《机器学习》

第二次打开jupyter notebook
先把conda的路径加进来,再source下,具体代码如下:
 

1  sudo gedit .bashrc //把conda的路径添加进来
2  source ~/.bashrc 
3  cd gluon-tutorials-zh 
4 conda env create -f environment.yml 
5  source activate gluon 
6  jupyter notebook
原文地址:https://www.cnblogs.com/algs/p/8321289.html