Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 443 Bytes

course22p2

Overview

These are the notebooks that for part 2 of fast.ai's 2022-23 course.

During the course we build a deep learning framework called "miniai" from scratch. It is created from these notebooks using nbdev.

Install

Clone this repo, cd to it, and run:

pip install -e .

This installs the miniai library which we're creating in this course.