Skip to content

Notes and examples of the Neural Networks and Deep Learning course

Notifications You must be signed in to change notification settings

joaocarvoli/neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks by Deep Learning Specialization (deeplearning.ai)

Neural Network and Deep Learning by Andrew Ng. from Coursera

Name Content NB Viewer (Visualizer)
Vectorization Difference between use and not vector operations, vectorization of logistic regression link
Broadcasting Broadcasting operations, how they operate when we are manipulating vectors and matrix link
Perceptron - 1 layer How to implement a single-layered neural network, the perceptron example link
... ... ...