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 7 years ago
Linked from 1 awesome list
neural-networkrproprubyrubyml
Related projects:
Repository | Description | Stars |
---|---|---|
irfansharif/cerebrum | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
alexbrillant/multi-layer-perceptron | An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks. | 5 |
tangledpath/ruby-fann | A Ruby library that provides an interface to the FANN neural network library. | 497 |
jedld/brains-jruby | An implementation of a feedforward neural network toolkit for JRuby | 60 |
mrkn/mxnet.rb | A Ruby interface to MXNet's deep learning framework | 48 |
monkeylearn/monkeylearn-ruby | Provides an official Ruby client for the MonkeyLearn API to build and consume machine learning models for language processing from Ruby apps. | 80 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
neuralegion/shainet | A neural network implementation using object-oriented modeling and inspired by biological systems | 183 |
schuyler/neural-go | A multilayer perceptron network implementation with backpropagation training | 70 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 560 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |