Multi-layer neural network implemented in Pharo
# MLNeuralNetwork project Documentation for this project can be found here: [MLNeuralNetwork - Object-oriented Implementation of Artificial Neural Networks in Pharo](https://github.com/olekscode/MLNeuralNetwork-Doc). Use the following Metacello script to load MLNeuralNetwork into your [Pharo](https://pharo.org) image ```Smalltalk Metacello new repository: 'http://smalltalkhub.com/mc/Oleks/NeuralNetwork/main'; configuration: 'MLNeuralNetwork'; version: #development; load. ```