Implementing Simple Classification using a Neural Network in Ruby
In this blog post I will show how to use a neural network in Ruby to solve a simple classification problem. We will be using the RubyGem ruby-fann to help us setup a network, train and make predictions in a matter of minutes. http://www.practicalai.io/implementing-simple-classification-using-neural-network-in-ruby/.
Post a comment