fastai-Deep-Learning-course

The practices and learning journey of following https://course.fast.ai/

This file will become your README and also the index of your documentation.

Developer Guide

If you are new to using nbdev here are some useful pointers to get you started.

Install fastai_Deep_Learning_course in Development mode

# make sure fastai_Deep_Learning_course package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to fastai_Deep_Learning_course
$ nbdev_prepare

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/continuouslearnerforever/fastai-Deep-Learning-course.git

or from conda

$ conda install -c continuouslearnerforever fastai_Deep_Learning_course

or from pypi

$ pip install fastai_Deep_Learning_course

Documentation

Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.

How to use

This is the result os my practice and following the fast ai Practical Deep Learning for Coders