From ac709f2f8341ca0162047823850b53feb9cb363e Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sat, 8 Sep 2018 22:48:10 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cadf8a..1fad0c2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Projects from the [Deep Learning Specialization](https://www.coursera.org/specia ## Programming Assignements - Course 1: Neural Networks and Deep Learning - - Week 2 - PA 1 - Logistic Regresssion as a Neural Network + - Week 2 - PA 1 - Logistic Regression as a Neural Network - Week 2 - PA 2 - Python Basics with Numpy - Week 3 - PA 1 - Planar data classification with one hidden layer - Week 4 - PA 1 - Building your Deep Neural Network Step by Step