Skip to content

MayureshPG1/Deep-Learning-Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Deep-Learning-Resources

Resources for deep learning

Below are some of the best resources I've come across for deep learning across various topics. These are probably only resources you need to watch/read if you are refreshing your knowledge or learning from scratch. This list specifically targets Convolution Neural Networks for imaging applications and in general theory of deep learning.

obiviously I've not gone through all the material available on the net on the topic of deep learning. But, whatever I've come across these are the best ones

Installation guide for tensorflow, keras on windows

One additional problem I came across was that tensorflow only works with python 3.6. So, one needs to set environment for python 3.6 and then do a pip install.

stackoverflow link

Deep learning theory

Best cource available.

Good Summery of all the nuts and bolts

CNN nitty gritty

vanishing gradient problem and ReLu

how exactly filter updates work in CNN

non-linearity

CNN archietectures

Overview of all popular archietectures

High level understanding of CNN / deep learning

Two lectures on 'why to do deep learning' than 'how to do deep learning'

Brief overview of 'why deep learning'

Deep learning with tensorflow

One of the best hands-on demo.

Tensorflow

TF cource

Comprehensive TF resources

Deep learning in deapth hands on

Go through entire series

Transfer learning

Skip to hand-on example part

CNN source codes to go through

Visualization of CNN's

Demo of deep learning visualization toolbox. Showing a visual interpretation of what exactly network 'learns'.

Where deep learning fails

Interesting insight of CNN identifying random images with high confidence.

eBooks