From 224d24c753bfe3564818334599adcda9394823a7 Mon Sep 17 00:00:00 2001 From: John Samuel Date: Mon, 7 Nov 2022 15:20:27 +0100 Subject: [PATCH] Add references --- fr/TP1/TP1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fr/TP1/TP1.md b/fr/TP1/TP1.md index 8ce640b..c7d029c 100644 --- a/fr/TP1/TP1.md +++ b/fr/TP1/TP1.md @@ -54,3 +54,6 @@ Créer un modèle de réseau de neurones en utilisant Tensorflow. Votre objectif 5. Fonctions de perte Évaluez votre modèle en utilisant les différents indicateurs disponibles (précision etc.) + +## Références +* [How To Implement The Perceptron Algorithm From Scratch In Python](https://machinelearningmastery.com/implement-perceptron-algorithm-scratch-python/)