Skip to content

This project offers a beginner's introduction to PyTorch, covering perceptrons and deep neural networks using the MNIST dataset. The goal is to recognize and classify handwritten digits from 0 to 9, providing a practical application for core machine learning concepts.

Notifications You must be signed in to change notification settings

khaledabdrabo98/basic-perceptrons

Repository files navigation

Bio-Inspired Machine Learning

Dépendances

  • torch
  • numpy
  • gzip
  • et bien sûr python3 ou supérieur

Comment l'utiliser ?

Pour tester l'implementation du Perceptron avec des tensors

python3 perceptron_pytorch.py

Pour tester l'implementation du Perceptron avec une couche cachée (avec PyTroch)

python3 perceptron_pytorch_data_auto_layer_optim.py

Pour tester l'implementation du Perceptron avec deux couches cachées (avec PyTorch)

python3 perceptron_deep_network_pytorch.py

Travail de

  • Khaled ABDRABO p1713323
  • Jean BRIGNONE p1709655

About

This project offers a beginner's introduction to PyTorch, covering perceptrons and deep neural networks using the MNIST dataset. The goal is to recognize and classify handwritten digits from 0 to 9, providing a practical application for core machine learning concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages