Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Simple python neirolib

Simple neirolib - my tiny project in ML. This is a multilayer perceptron using the backpropagation algorithm. I am writing this for myself to understand how the simplest neural network works. It is an educational project.

Here is test with MNIST

⭕ Learn data: 56000 imgs

⭕ Test data: 14000 imgs

⭕ Parameters: 52650

STRUCTURE: model = Neiro(784, [64, 32], 10)

изображение

About

you can modify it and use it in your projects as you like, I did it for testing

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages