Skip to content

juliaafonsoo/single-layer-ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

It's a Single-Layer Artificial Neural Network using only 34 Lines of Python without any framework, only numpy. Its a binary classification tasks using logistic regression where the goal is to return true (equal to 1) if the input contains a sequence of [0,1] as in [1,0,1,0] and 0 if it has not as in [1,0,0,0].

About

Single-Layer Artificial Neural Network using only 34 Lines of Python on only numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages