ndass6 / Neural-Network

Implementation of neural networks in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Network

Implementation of a neural network in Python

Contains methods for feed forward, weight updating, back propagation learning, and back propagation learning loop. Contains methods to analyze learning with restarts, varying the hidden layer, learning XOR, and learning a poker hand data set from the UCI Machine Learning Repository.

About

Implementation of neural networks in Python


Languages

Language:Python 97.4%Language:GAP 2.6%