Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/olekscode/MLNeuralNetwork

Multi-layer neural network implemented in Pharo
https://github.com/olekscode/MLNeuralNetwork

Last synced: 4 months ago
JSON representation

Multi-layer neural network implemented in Pharo

Lists

README

        

# 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.
```