Skip to content

sallaumen/python_neural_network_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Python Neural Network labs

Python implementation of MNIST and CIFAR10 neural networks

Installation

Python, Matplot, Numpy, TensorFlow, Keras

sudo apt install python3-pip
pip3 install numpy
pip3 install tensorflow
pip3 install matplotlib

Execution

python3 main.py

(will changed in te future)

Current status:

- MNIST

Status: Working

Performance:

Diagram

Working Example

Diagram


- CIFAR10

Status: Working

Performance:

Diagram

Working Example

Diagram


About

Python implementation of MNIST and CIFER10 neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published