ducu / simple-neural-network

A neural network written in Python, consisting of a single neuron that uses back propagation to learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Neural Network

A neural network written in Python, consisting of a single neuron that uses back propagation to learn.

Dependencies

  1. numpy

About

A neural network written in Python, consisting of a single neuron that uses back propagation to learn.

License:MIT License


Languages

Language:Python 100.0%