examples/neural_network/xor_example.rb in ai4r-1.11 vs examples/neural_network/xor_example.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://www.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
@@ -30,6 +30,6 @@
puts "[0,1] = > #{net.eval([0,1]).inspect}"
puts "[1,0] = > #{net.eval([1,0]).inspect}"
puts "[1,1] = > #{net.eval([1,1]).inspect}"
end
- puts "Elapsed time: #{times}"
\ No newline at end of file
+ puts "Elapsed time: #{times}"