MLNeuralNetwork

Description

Multi-layer neural network implemented in Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
7
Forks
1
Created
May 11, 2017
Updated
Aug. 15, 2021

Categories

Networking

README excerpt

# 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.
```
← Back to results