diff --git a/en/practical1/practical1.md b/en/practical1/practical1.md index 4cd0c86..5e578cb 100644 --- a/en/practical1/practical1.md +++ b/en/practical1/practical1.md @@ -53,3 +53,5 @@ Create a neural network model using Tensorflow. Your goal is to configure the di Evaluate your model using the different indicators available (accuracy etc.). +## References +* [How To Implement The Perceptron Algorithm From Scratch In Python](https://machinelearningmastery.com/implement-perceptron-algorithm-scratch-python/)