Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daugaard/example-neural-network
https://github.com/daugaard/example-neural-network
rubyml
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daugaard/example-neural-network
- Owner: daugaard
- Created: 2017-07-03T14:35:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T16:52:00.000Z (over 7 years ago)
- Last Synced: 2024-08-04T01:05:21.791Z (5 months ago)
- Topics: rubyml
- Language: Ruby
- Size: 2.93 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- machine-learning-with-ruby - [code
README
# Example of creating and using a Neural Network in Ruby
This example will show how to implement a simple neural network for classification in Ruby using ruby-fann.For more information about this network see the blog post [Implementing Simple Classification using a Neural Network in Ruby](http://www.practicalai.io/implementing-simple-classification-using-neural-network-in-ruby/).