Category: Perceptron
-
Create And Train Simple Artificial Neuron with python : Teach a Neuron to Sum two number
We will start this example with simplest neuron then train it to sum two number so it will be simple. And best part is for simplicity we will use only python standard library. We will write everything from scratch.. First the basics. Like our biological neuron artificial neuron can learn and change over time. Human…