This project contains lessons material for Part 1 of the data science course Practical Deep Learning for Coders.
Lessons are based on fastai library, which simplifies training fast and accurate neural nets using modern best practices.
See the fastai website to get started.
The library is based on research into deep learning best practices undertaken at fast.ai, and includes
"out of the box" support for vision
,
text
, tabular
,
and collab
(collaborative filtering) models.
The full library documentation is available.