From ff0514dde73795e7f7a5125ee06eddcc946fde72 Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Tue, 14 Nov 2023 21:28:41 +0100
Subject: [PATCH] add commentary

---
 perceptron-tp3.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/perceptron-tp3.py b/perceptron-tp3.py
index e8d2233..63f1717 100644
--- a/perceptron-tp3.py
+++ b/perceptron-tp3.py
@@ -1,3 +1,7 @@
+# Author : Capt Thibault , Souza Luz Juliano
+# Date : 31.10.2023
+# Project : Perceptron
+# Description : Ce fichier représente notre travail pour le tp du perceptron
 import numpy as np
 import pandas as pd
 from matplotlib import pyplot as plt
-- 
GitLab