Skip to content

Program running single perceptron learning with Gradient Descent

Notifications You must be signed in to change notification settings

bartoszOlewinski/Perceptron_Gradient_Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Perceptron_Gradient_Descent

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published