MrAnyx / Perceptron-Python-Explanation

Little Python implementation of the Perceptron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TP3 IA UQAC

Voici une implémentation du Perceptron fonctionnant sur la porte logique OR

Dans le fichier Perceptron_full_process.ipynb, vous retrouverez la manière dont fonctionne le Perceptron avec plusieurs explications. Dans le ficheir Perceptron_results_comparison.ipynb, vous retrouverez une comparaison des résultats en fonction du problème sur lequel nous entraînons notre neurone.

About

Little Python implementation of the Perceptron


Languages

Language:Jupyter Notebook 93.2%Language:Python 6.8%