fastai-dl-practice

Fastai deep learning (Part 1 v1) 的學習筆記

前置作業

  1. 安裝 Miniconda (Python 3.6)

  2. Install 以下 library

  • conda install matplotlib jupyter scikit-learn bcolz pillow h5py -y

  • pip install keras

  • tensorflow 擇一安裝,沒有 GPU: pip install tensorflow,有 GPU: pip install tensorflow-gpu

  1. 下載 dogscats.zipcourse/data 解壓縮
├── data
│   └── dogscats
├── lesson1.ipynb
├── utils.py
└── vgg16.py

參考資料