This repository contains code for the Deep Learning course. This course covers fundamental and advanced topics in deep learning, with practical examples and projects.
The Deep Learning course by Andrew Ng provides a comprehensive introduction to neural networks and deep learning. The code in this repository corresponds to various modules and assignments from the course.
-
An introduction to deep learning: Introduction to deep learning and neural networks
-
Basic neural network: Implementing logistic regression as a neural network
-
Python and vectorization: vectorization in neural network
-
narrow neural network: implementation on narrow neural networks and backpropagation
-
deep neural network: implementation on deep neural networks and backpropagation