Home

Awesome

MLNeuralNetwork project

Documentation for this project can be found here: MLNeuralNetwork - Object-oriented Implementation of Artificial Neural Networks in Pharo.

Use the following Metacello script to load MLNeuralNetwork into your Pharo image

Metacello new
  repository: 'http://smalltalkhub.com/mc/Oleks/NeuralNetwork/main';
  configuration: 'MLNeuralNetwork';
  version: #development;
  load.