The library enables to create perceptrons with desired number of inputs and customized train rate. It enables to train the perceptrons according to the user input.
Check the Wiki page for usage examples and API
Features
- Create perceptrons
- Define the number of the inputs of each perceptron
- Define the training rate of each perceptron
- Train the created perceptrons
- Check the perceptron state and results according to a given input vector
- Change the weights and the threshold at any time
Follow C/C++ Perceptron
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Seems Ok at first and the example works, but as any programmer knows: "A code without documentations is worthless". The C object oriented approach is well performed. But he could have been written it in C++, but he only knows.