0%

Single Hidden Layer Planar Data Classification

Note - These are my notes on DeepLearning Specialization

Table of Contents

Planar data classification with one hidden layer

1.1 1 - Packages
1.2 2 - Dataset
1.3 3 - Simple Logistic Regression
4 - Neural Network model
1.4.1 4.1 - Defining the neural network structure
1.4.2 4.2 - Initialize the model’s parameters1.4.3 4.3 - The Loop1.4.4 4.4 - Integrate parts 4.1, 4.2 and 4.3 in nn_model()1.4.5 4.5 Predictions1.4.6 4.6 - Tuning hidden layer size (optional/ungraded exercise)1.5 5) Performance on other datasets

Planar data classification with one hidden layer