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].
juliaafonsoo/single-layer-ANN
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|