Skip to content

arthurvergacas/neural-network-python-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in Python

A simple implementation for learning purposes

This neural network was built based on Daniel Shiffman's playlist about Neural Networks and the XOR problem.

The Neural Network uses the sigmoid function as the activation function, and supports multiple layers. Despite the use of this Neural Network being impractical, it can have a decent precision in simple XOR problem, and a low-average in MNIST dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages