There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Multilayer neural network framework implementation, used for classification and regression task. Can use multiple activation functions with backpropagation based on autograd library. Contains polynomial activation function for regression task.