Skip to content

This repo contains all the projects I've worked on while doing fastai courses

Notifications You must be signed in to change notification settings

dipam7/fastai_practical_deep_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

fastai

This is a repository of all the projects I've worked on while doing the fastai courses. The courses are incredibly good, and I would recommend them to everyone regardless of their background.

Find the detailed explanations for the projects in the READMEs of the respective folders or on my blog

  • Image classification: Pneumonia detection using X-rays [code]
  • Mixed precision training on X-ray dataset [article] [code]
  • Building a custom classifier using google images [code]
  • SGD and discriminative learning rates [article] [code]
  • Multiclass classification on seedling dataset and understanding weight decay [article] [code]
  • Sound classification of urban noises using spectograms [article]
  • Momentum, Adam's optimizer and more [article] [code]
  • CNNs and Resnet using fastai and PyTorch. [[article]] [code]
  1. Matrix multiplication (from the normal loops to PyTorch speed) [notebook][article]

  2. Initializing neural networks [notebook] [article]

  3. Customize your training loop using callbacks [notebook1] [notebook2] [article]

  4. Convolutional neural networks and hooks [notebook] - In this notebook we use nn.Sequential to build a basic convolutional neural network. We then learn how to use PyTorch's hooks to access data during training. This can be used to figure out how the mean and standard deviation of the output of every layer varies with respect to number of epochs. Check the notebook for more information.

About

This repo contains all the projects I've worked on while doing fastai courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published