You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is simple C program that uses Gradient Descent (delta rule) learning for perceptron.
It is capable of learning simple boolean functions such as AND, OR, NAND, NOR. Accepts 1(true) and 0(false) as inputs.
Uses C99
Compiled with gcc
About
Program running single perceptron learning with Gradient Descent