neural-net-ruby
Neural Net
A Ruby implementation of a neural network using the Rprop training algorithm.
A neural network, written in Ruby
127 stars
8 watching
15 forks
Language: Ruby
last commit: over 8 years ago
Linked from 1 awesome list
neural-networkrproprubyrubyml
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |
| | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
| | A Ruby-based deep learning library for building and training neural networks | 46 |
| | An implementation of a basic backpropagation neural network using MATLAB | 94 |
| | An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks. | 5 |
| | A Ruby library that provides an interface to the FANN neural network library. | 498 |
| | An implementation of a feedforward neural network toolkit for JRuby | 60 |
| | A Ruby interface to MXNet's deep learning framework | 48 |
| | Provides an official Ruby client for the MonkeyLearn API to build and consume machine learning models for language processing from Ruby apps. | 80 |
| | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
| | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 124 |
| | A neural network implementation using object-oriented modeling and inspired by biological systems | 184 |
| | A multilayer perceptron network implementation with backpropagation training | 70 |
| | A Go library implementing neural networks with basic training and prediction capabilities | 561 |
| | An implementation of Neural Networks in Go Language | 361 |