From 1949cb01c98e4b70ac50e31e6690855c208daafb Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Wed, 27 Apr 2022 15:22:57 +0100 Subject: [PATCH] Update README.md --- 3-NeuralNetworks/04-OwnFramework/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3-NeuralNetworks/04-OwnFramework/README.md b/3-NeuralNetworks/04-OwnFramework/README.md index d2846e01..d1adbc42 100644 --- a/3-NeuralNetworks/04-OwnFramework/README.md +++ b/3-NeuralNetworks/04-OwnFramework/README.md @@ -68,7 +68,9 @@ In this lesson, we have built our own neural network library, and we have used i ## 🚀 Challenge -In the accompanying notebook, you will implement your own framework for building and training multi-layered perceptrons. You will be able to see in detail how modern neural networks operate. Proceed to the [OwnFramework](OwnFramework.ipynb) notebook and work through it +In the accompanying notebook, you will implement your own framework for building and training multi-layered perceptrons. You will be able to see in detail how modern neural networks operate. + +Proceed to the [OwnFramework](OwnFramework.ipynb) notebook and work through it. ## [Post-lecture quiz](https://black-ground-0cc93280f.1.azurestaticapps.net/quiz/8)