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)