datalass1 / fastai

this repo will show code and notes covered during the fastai course
0 stars 0 forks source link

See issues open and closed for notes on all fastai work. Issues are used to task work and record solutions throughout the course. Below is a summary of the fastai deep learning experience from December 2018 to May 2019.

This README.md will include all the highlights, links and techytips I have found useful throughout the course.

fastai: Practical Deep Learning For Coders Part 1 v3

Created/Taught by Jeremy Howard, Rachel Thomas and team @ USFCA

Link to fastai course homepage

0. Set-up cloud computing

I decided to use Google Cloud Platform compute with £230.58 free credit for 1 year. This is a wonderful tutorial to get started and refer back to. My notes are here

1. Learn how to transfer data and notebooks to and from Google Cloud Platform instance

My notes are here

Lesson 1: Image Classification

The course is taught in a top down style. Meaning that you learn how something works before you learn why it works. So let's get started.

Link to my notes

Recommended and detailed fastai notes by hiromis

Summary:

Lesson 2: Deeper Dive into Computer Vision: Data cleaning and production; SGD from scratch

Link to my note(s

Recommended and detailed fastai notes by hiromis

Summary:

Recommended journal papers

Resources and interative demos