From febf87c3fc2b66e6b9a00f41e145767dd51ffebe Mon Sep 17 00:00:00 2001 From: John Samuel Date: Mon, 7 Nov 2022 15:21:14 +0100 Subject: [PATCH] Update practical1.md --- en/practical1/practical1.md | 2 ++ 1 file changed, 2 insertions(+) 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/)