lib/ai4r/neural_network/backpropagation.rb in ai4r-1.11 vs lib/ai4r/neural_network/backpropagation.rb in ai4r-1.12

- old
+ new

@@ -1,9 +1,9 @@ # Author:: Sergio Fierens # License:: MPL 1.1 # Project:: ai4r -# Url:: http://ai4r.rubyforge.org/ +# Url:: http://ai4r.org/ # # You can redistribute it and/or modify it under the terms of # the Mozilla Public License version 1.1 as published by the # Mozilla Foundation at http://www.mozilla.org/MPL/MPL-1.1.txt @@ -79,10 +79,10 @@ # * http://en.wikipedia.org/wiki/Multilayer_perceptron # # = About the project # Author:: Sergio Fierens # License:: MPL 1.1 - # Url:: http://ai4r.rubyforge.org + # Url:: http://ai4r.org class Backpropagation include Ai4r::Data::Parameterizable parameters_info :disable_bias => "If true, the alforithm will not use "+