Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple project of perceptron model made for more understanding of neural networks

OlaPietka/Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

Description

Simple project of perceptron model made for more understanding of neural networks. Training is about teaching single perceptron an addition.

Input a Input b Expected output
0.1 0.1 0.2
0.2 0.4 0.6
0.5 0.5 1.0
0.7 0.2 0.9

About

Simple project of perceptron model made for more understanding of neural networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages