1. 程式人生 > >用Jupyter Notebook學習https://github.com/GokuMohandas

用Jupyter Notebook學習https://github.com/GokuMohandas

一個印度小哥寫的AI教程,看了開頭的三篇,感覺還是很通俗易懂的。
作者推薦使用Google Colab,也可以用Jupyter Notebook在本地學習。
https://github.com/GokuMohandas/practicalAI

以下是目錄:
用Jupyter Notebook學習https://github.com/GokuMohandas

  1. 安裝Jupyter Notebook (https://jupyter.org/)
    cmd
        python -m pip install jupyter

用Jupyter Notebook學習https://github.com/GokuMohandas

  1. 修改Jupyter Notebook的根目錄
    2-1. 利用\Python\Scripts\jupyter.exe 生成jupyter_notebook_config.py
    cmd
        cd C:\Users\Administrator\AppData\Local\Programs\Python\Python37\Scripts
        jupyter notebook --generate-config

    用Jupyter Notebook學習https://github.com/GokuMohandas

用Jupyter Notebook學習https://github.com/GokuMohandas

2-2. 修改#c.NotebookApp.notebook_dir = ''
用Jupyter Notebook學習https://github.com/GokuMohandas

  1. 下載practicalAI-master,解壓縮到Jupyter Notebook根目錄

  2. 啟動Jupyter
    cmd
        jupyter notebook

    用Jupyter Notebook學習https://github.com/GokuMohandas

用Jupyter Notebook學習https://github.com/GokuMohandas

  1. 開始學習
    用Jupyter Notebook學習https://github.com/GokuMohandas

用Jupyter Notebook學習https://github.com/GokuMohandas