Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-layer Perceptron

A Multi-layer Perceptron implementation using Python and NumPy.

With this implementation you can specify number of neurons in input, hidden and output layer. Even you can use more than one hidden layer or no hidden layer.

For now the code is limited to use Sigmoid function for hidden layer and Softmax function for output layer for classification purposes.

About

A Multi-layer Perceptron implementation from scratch using Python and NumPy.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages