Francoise Chollet, Deep Learning with Python
Here are a few Colab notebooks to covering Francoise Chollet's excellent book. We have decided to use Google Colab notebooks because you can access them from anywhere and can run your code on a cloud-based GPU.
How to run a Colab notebook
- In GitHub, open a notebook with ipynb extension
- You should see a "Open in Colab" button
- Click this and the notebook will open in Colab
- You can use Runtime/Run all to run all the code, or you can execute one codeblock at a time.