Skip to content

elidexter/basicNeuralTrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Neural Train

Basic neural training Given data sample:

0 | 0 | 1 -> 0

1 | 1 | 1 -> 1

1 | 0 | 1 -> 1

0 | 1 | 1 -> 0

apply activation formula:

alt text

Description:

alt text

Train and get result

alt text

About

Basic neural training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages