ai4r 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. data/README.rdoc +21 -20
  2. data/examples/decision_trees/id3_example.rb +3 -2
  3. data/examples/genetic_algorithm/genetic_algorithm_example.rb +6 -6
  4. data/examples/neural_network/backpropagation_example.rb +2 -2
  5. data/lib/ai4r/classifiers/classifier_helper.rb +54 -0
  6. data/lib/ai4r/classifiers/id3.rb +356 -0
  7. data/lib/ai4r/classifiers/one_r.rb +148 -0
  8. data/lib/ai4r/classifiers/prism.rb +231 -0
  9. data/lib/ai4r/classifiers/zero_r.rb +104 -0
  10. data/lib/ai4r/genetic_algorithm/genetic_algorithm.rb +272 -0
  11. data/lib/ai4r/neural_network/backpropagation.rb +271 -0
  12. data/site/build/tmp/locationmap.xml +14 -14
  13. data/site/build/tmp/output.xmap +23 -23
  14. data/site/build/tmp/pluginlist2fetchbuild.xml +144 -144
  15. data/site/build/tmp/plugins-1.xml +0 -11
  16. data/site/build/tmp/plugins-2.xml +54 -0
  17. data/site/build/tmp/projfilters.properties +41 -41
  18. data/site/build/webapp/WEB-INF/logs/core.log +681 -788
  19. data/site/build/webapp/WEB-INF/logs/error.log +281 -248
  20. data/site/build/webapp/WEB-INF/logs/sitemap.log +1015 -0
  21. data/site/src/documentation/content/xdocs/forum.html +9 -0
  22. data/site/src/documentation/content/xdocs/geneticAlgorithms.xml +82 -68
  23. data/site/src/documentation/content/xdocs/index.xml +47 -18
  24. data/site/src/documentation/content/xdocs/machineLearning.xml +10 -9
  25. data/site/src/documentation/content/xdocs/neuralNetworks.xml +60 -36
  26. data/site/src/documentation/content/xdocs/site.xml +8 -5
  27. data/site/src/documentation/content/xdocs/svn.xml +11 -1
  28. data/site/src/documentation/resources/images/Thumbs.db +0 -0
  29. data/site/src/documentation/resources/images/ai4r-logo.png +0 -0
  30. data/site/src/documentation/resources/images/genetic_algorithms_example.png +0 -0
  31. data/site/src/documentation/resources/images/jadeferret.png +0 -0
  32. data/site/src/documentation/resources/images/neural_network_example.png +0 -0
  33. data/site/src/documentation/resources/images/sub-dir/Thumbs.db +0 -0
  34. data/site/src/documentation/skinconf.xml +18 -18
  35. data/test/classifiers/id3_test.rb +206 -0
  36. data/test/classifiers/one_r_test.rb +62 -0
  37. data/test/classifiers/prism_test.rb +83 -0
  38. data/test/classifiers/zero_r_test.rb +48 -0
  39. data/test/genetic_algorithm/chromosome_test.rb +41 -38
  40. data/test/genetic_algorithm/genetic_algorithm_test.rb +64 -61
  41. data/test/neural_network/backpropagation_test.rb +20 -18
  42. metadata +109 -199
  43. data/lib/decision_tree/id3.rb +0 -354
  44. data/lib/genetic_algorithm/genetic_algorithm.rb +0 -268
  45. data/lib/neural_network/backpropagation.rb +0 -264
  46. data/site/build/site/en/broken-links.xml +0 -2
  47. data/site/build/site/en/downloads.html +0 -187
  48. data/site/build/site/en/downloads.pdf +0 -151
  49. data/site/build/site/en/geneticAlgorithms.html +0 -564
  50. data/site/build/site/en/geneticAlgorithms.pdf +0 -911
  51. data/site/build/site/en/images/ai4r-logo.png +0 -0
  52. data/site/build/site/en/images/built-with-forrest-button.png +0 -0
  53. data/site/build/site/en/images/c.png +0 -0
  54. data/site/build/site/en/images/c_wbn.png +0 -0
  55. data/site/build/site/en/images/c_wn.png +0 -0
  56. data/site/build/site/en/images/ero.gif +0 -0
  57. data/site/build/site/en/images/europe2.png +0 -0
  58. data/site/build/site/en/images/europe3.png +0 -0
  59. data/site/build/site/en/images/fitness.png +0 -0
  60. data/site/build/site/en/images/instruction_arrow.png +0 -0
  61. data/site/build/site/en/images/my_email.png +0 -0
  62. data/site/build/site/en/images/rubyforge.png +0 -0
  63. data/site/build/site/en/images/s.png +0 -0
  64. data/site/build/site/en/images/s_wbn.png +0 -0
  65. data/site/build/site/en/images/s_wn.png +0 -0
  66. data/site/build/site/en/images/sigmoid.png +0 -0
  67. data/site/build/site/en/images/t.png +0 -0
  68. data/site/build/site/en/images/t_wbn.png +0 -0
  69. data/site/build/site/en/images/t_wn.png +0 -0
  70. data/site/build/site/en/index.html +0 -258
  71. data/site/build/site/en/index.pdf +0 -306
  72. data/site/build/site/en/linkmap.html +0 -231
  73. data/site/build/site/en/linkmap.pdf +0 -94
  74. data/site/build/site/en/locationmap.xml +0 -72
  75. data/site/build/site/en/machineLearning.html +0 -325
  76. data/site/build/site/en/machineLearning.pdf +0 -337
  77. data/site/build/site/en/neuralNetworks.html +0 -446
  78. data/site/build/site/en/neuralNetworks.pdf +0 -604
  79. data/site/build/site/en/skin/CommonMessages_de.xml +0 -23
  80. data/site/build/site/en/skin/CommonMessages_en_US.xml +0 -23
  81. data/site/build/site/en/skin/CommonMessages_es.xml +0 -23
  82. data/site/build/site/en/skin/CommonMessages_fr.xml +0 -23
  83. data/site/build/site/en/skin/basic.css +0 -166
  84. data/site/build/site/en/skin/breadcrumbs-optimized.js +0 -90
  85. data/site/build/site/en/skin/breadcrumbs.js +0 -237
  86. data/site/build/site/en/skin/fontsize.js +0 -166
  87. data/site/build/site/en/skin/getBlank.js +0 -40
  88. data/site/build/site/en/skin/getMenu.js +0 -45
  89. data/site/build/site/en/skin/images/README.txt +0 -1
  90. data/site/build/site/en/skin/images/add.jpg +0 -0
  91. data/site/build/site/en/skin/images/built-with-forrest-button.png +0 -0
  92. data/site/build/site/en/skin/images/chapter.gif +0 -0
  93. data/site/build/site/en/skin/images/chapter_open.gif +0 -0
  94. data/site/build/site/en/skin/images/current.gif +0 -0
  95. data/site/build/site/en/skin/images/error.png +0 -0
  96. data/site/build/site/en/skin/images/external-link.gif +0 -0
  97. data/site/build/site/en/skin/images/fix.jpg +0 -0
  98. data/site/build/site/en/skin/images/forrest-credit-logo.png +0 -0
  99. data/site/build/site/en/skin/images/hack.jpg +0 -0
  100. data/site/build/site/en/skin/images/header_white_line.gif +0 -0
  101. data/site/build/site/en/skin/images/info.png +0 -0
  102. data/site/build/site/en/skin/images/instruction_arrow.png +0 -0
  103. data/site/build/site/en/skin/images/label.gif +0 -0
  104. data/site/build/site/en/skin/images/page.gif +0 -0
  105. data/site/build/site/en/skin/images/pdfdoc.gif +0 -0
  106. data/site/build/site/en/skin/images/poddoc.png +0 -0
  107. data/site/build/site/en/skin/images/printer.gif +0 -0
  108. data/site/build/site/en/skin/images/rc-b-l-15-1body-2menu-3menu.png +0 -0
  109. data/site/build/site/en/skin/images/rc-b-r-15-1body-2menu-3menu.png +0 -0
  110. data/site/build/site/en/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  111. data/site/build/site/en/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png +0 -0
  112. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png +0 -0
  113. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  114. data/site/build/site/en/skin/images/rc-t-r-15-1body-2menu-3menu.png +0 -0
  115. data/site/build/site/en/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png +0 -0
  116. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  117. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  118. data/site/build/site/en/skin/images/remove.jpg +0 -0
  119. data/site/build/site/en/skin/images/rss.png +0 -0
  120. data/site/build/site/en/skin/images/spacer.gif +0 -0
  121. data/site/build/site/en/skin/images/success.png +0 -0
  122. data/site/build/site/en/skin/images/txtdoc.png +0 -0
  123. data/site/build/site/en/skin/images/update.jpg +0 -0
  124. data/site/build/site/en/skin/images/valid-html401.png +0 -0
  125. data/site/build/site/en/skin/images/vcss.png +0 -0
  126. data/site/build/site/en/skin/images/warning.png +0 -0
  127. data/site/build/site/en/skin/images/xmldoc.gif +0 -0
  128. data/site/build/site/en/skin/menu.js +0 -48
  129. data/site/build/site/en/skin/note.txt +0 -50
  130. data/site/build/site/en/skin/print.css +0 -54
  131. data/site/build/site/en/skin/profile.css +0 -163
  132. data/site/build/site/en/skin/prototype.js +0 -1257
  133. data/site/build/site/en/skin/screen.css +0 -587
  134. data/site/build/site/en/svn.html +0 -223
  135. data/site/build/site/en/svn.pdf +0 -239
  136. data/site/build/site/en/wholesite.pdf +0 -1686
  137. data/site/build/tmp/brokenlinks.xml +0 -2
  138. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data +0 -0
  139. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index +0 -0
  140. data/test/decision_tree/id3_test.rb +0 -209
@@ -1,264 +0,0 @@
1
-
2
- # The utility of artificial neural network
3
- # models lies in the fact that they can be used
4
- # to infer a function from observations.
5
- # This is particularly useful in applications
6
- # where the complexity of the data or task makes the
7
- # design of such a function by hand impractical.
8
- # Neural Networks are being used in many businesses and applications. Their
9
- # ability to learn by example makes them attractive in environments where
10
- # the business rules are either not well defined or are hard to enumerate and
11
- # define. Many people believe that Neural Networks can only solve toy problems.
12
- # Give them a try, and let you decide if they are good enough to solve your
13
- # needs.
14
- #
15
- # In this module you will find an implementation of neural networks
16
- # using the Backpropagation is a supervised learning technique (described
17
- # by Paul Werbos in 1974, and further developed by David E.
18
- # Rumelhart, Geoffrey E. Hinton and Ronald J. Williams in 1986)
19
- #
20
- # More about neural networks and backpropagation:
21
- #
22
- # * http://en.wikipedia.org/wiki/Backpropagation
23
- # * http://en.wikipedia.org/wiki/Neural_networks
24
- #
25
- # Author:: Sergio Fierens
26
- # License:: MPL 1.1
27
- # Project:: ai4r
28
- # Url:: http://ai4r.rubyforge.org/
29
- #
30
- # Specials thanks to John Miller, for several bugs fixes and comments in the
31
- # Backpropagation implementation
32
- #
33
- # You can redistribute it and/or modify it under the terms of
34
- # the Mozilla Public License version 1.1 as published by the
35
- # Mozilla Foundation at http://www.mozilla.org/MPL/MPL-1.1.txt
36
- #
37
-
38
- module NeuralNetwork
39
-
40
- # = Introduction
41
- #
42
- # This is an implementation of neural networks
43
- # using the Backpropagation is a supervised learning technique (described
44
- # by Paul Werbos in 1974, and further developed by David E.
45
- # Rumelhart, Geoffrey E. Hinton and Ronald J. Williams in 1986)
46
- #
47
- # = How to use it
48
- #
49
- # # Create the network
50
- # net = Backpropagation.new([4, 3, 2]) # 4 inputs
51
- # # 1 hidden layer with 3 neurons,
52
- # # 2 outputs
53
- # # Train the network
54
- # 1..upto(100) do |i|
55
- # net.train(example[i], result[i])
56
- # end
57
- #
58
- # # Use it: Evaluate data with the trained network
59
- # net.eval([12, 48, 12, 25]) # => [0.86, 0.01]
60
- #
61
- class Backpropagation
62
-
63
- DEFAULT_BETA = 0.5
64
- DEFAULT_LAMBDA = 0.25
65
- DEFAULT_THRESHOLD = 0.66
66
-
67
- # Creates a new network specifying the its architecture.
68
- # E.g.
69
- #
70
- # net = Backpropagation.new([4, 3, 2]) # 4 inputs
71
- # # 1 hidden layer with 3 neurons,
72
- # # 2 outputs
73
- # net = Backpropagation.new([2, 3, 3, 4]) # 2 inputs
74
- # # 2 hidden layer with 3 neurons each,
75
- # # 4 outputs
76
- # net = Backpropagation.new([2, 1]) # 2 inputs
77
- # # No hidden layer
78
- # # 1 output
79
- #
80
- # Optionally you can customize certain parameters:
81
- #
82
- # threshold = A real number which we will call Threshold.
83
- # Experiments have shown that best values for q are between 0.25 and 1.
84
- #
85
- # lambda = The Learning Rate: a real number, usually between 0.05 and 0.25.
86
- #
87
- # momentum = A momentum will avoid oscillations during learning, converging
88
- # to a solution in less iterations.
89
- def initialize(layer_sizes, threshold=DEFAULT_THRESHOLD, lambda=DEFAULT_LAMBDA, momentum=DEFAULT_BETA)
90
- @neurons = []
91
- layer_sizes.reverse.each do |layer_size|
92
- layer = []
93
- layer_size.times { layer << Neuron.new(@neurons.last, threshold, lambda, momentum) }
94
- @neurons << layer
95
- end
96
- @neurons.reverse!
97
- end
98
-
99
- # Evaluates the input.
100
- # E.g.
101
- # net = Backpropagation.new([4, 3, 2])
102
- # net.eval([25, 32.3, 12.8, 1.5])
103
- # # => [0.83, 0.03]
104
- def eval(input)
105
- #check input size
106
- if(input.length != @neurons.first.length)
107
- raise "Wrong input dimension. Expected: #{@neurons.first.length}"
108
- end
109
- #Present input
110
- input.each_index do |input_index|
111
- @neurons.first[input_index].propagate(input[input_index])
112
- end
113
- #Propagate
114
- @neurons[1..-1].each do |layer|
115
- layer.each {|neuron| neuron.propagate}
116
- end
117
- output = []
118
- @neurons.last.each { |neuron| output << neuron.state }
119
- return output
120
- end
121
-
122
- # This method trains the network using the backpropagation algorithm.
123
- #
124
- # input: Networks input
125
- #
126
- # output: Expected output for the given input.
127
- #
128
- # This method returns the network error (not an absolut amount,
129
- # the difference between real output and the expected output)
130
- def train(input, output)
131
- #Eval input
132
- eval(input)
133
- #Set expected output
134
- output.each_index do |output_index|
135
- @neurons.last[output_index].expected_output = output[output_index]
136
- end
137
- #Calculate error
138
- @neurons.reverse.each do |layer|
139
- layer.each {|neuron| neuron.calc_error}
140
- end
141
- #Change weight
142
- @neurons.each do |layer|
143
- layer.each {|neuron| neuron.change_weights }
144
- end
145
- #return net error
146
- return @neurons.last.collect { |x| x.calc_error }
147
- end
148
-
149
- private
150
- def print_weight
151
- @neurons.each_index do |layer_index|
152
- @neurons[layer_index].each_index do |neuron_index|
153
- puts "L #{layer_index} N #{neuron_index} W #{@neurons[layer_index][neuron_index].w.inspect}"
154
- end
155
- end
156
- end
157
-
158
- end
159
-
160
-
161
- class Neuron
162
-
163
- attr_accessor :state
164
- attr_accessor :error
165
- attr_accessor :expected_output
166
- attr_accessor :w
167
- attr_accessor :x
168
-
169
- def initialize(childs, threshold, lambda, momentum)
170
- #instance state
171
- @w = nil
172
- @childs = childs
173
- @error = nil
174
- @state = 0
175
- @pushed = 0
176
- @last_delta = 0
177
- @x = 0
178
- #Parameters
179
- @lambda = lambda
180
- @momentum = momentum
181
- @threshold = threshold
182
- #init w
183
- if(childs)
184
- @w = []
185
- childs.each { @w << init_weight }
186
- end
187
- end
188
-
189
- def push(x)
190
- @pushed += x
191
- end
192
-
193
- def propagate(input = nil)
194
- if(input)
195
- input = input.to_f
196
- @x = input
197
- @state = input
198
- @childs.each_index do |child_index|
199
- @childs[child_index].push(input * @w[child_index])
200
- end
201
- else
202
- @x = @pushed + @threshold
203
- @pushed = 0
204
- @state = Neuron.f(@x)
205
- if @childs
206
- @childs.each_index do |child_index|
207
- @childs[child_index].push(@state * @w[child_index])
208
- end
209
- end
210
- end
211
- end
212
-
213
- def calc_error
214
- if(!@childs && @expected_output)
215
- @error = (@expected_output - @state)
216
- elsif(@childs)
217
- @error = 0
218
- @childs.each_index do |child_index|
219
- @error += (@childs[child_index].error * @w[child_index])
220
- end
221
- end
222
- end
223
-
224
- def change_weights
225
- return if !@childs
226
- @childs.each_index do |child_index |
227
- delta = @lambda * @childs[child_index].error * (@state) * Neuron.f_prime(@childs[child_index].x)
228
- @w[child_index] += (delta + @momentum * @last_delta)
229
- @last_delta = delta
230
- end
231
- end
232
-
233
- # Propagation function.
234
- # By default:
235
- # f(x) = 1/(1 + e^(-x))
236
- # You can override it with any derivable function.
237
- # A usually usefull one is:
238
- # f(x) = x.
239
- # If you override this function, you will have to override
240
- # f_prime too.
241
- def self.f(x)
242
- return 1/(1+Math.exp(-1*(x)))
243
- end
244
-
245
- # Derived function of the propagation function (self.f)
246
- # By default:
247
- # f_prime(x) = f(x)(1- f(x))
248
- # If you override f(x) with:
249
- # f(x) = x.
250
- # Then you must override f_prime as:
251
- # f_prime(x) = 1
252
- def self.f_prime(x)
253
- val = f(x)
254
- return val*(1-val)
255
- end
256
-
257
- private
258
- def init_weight
259
- rand/4
260
- end
261
-
262
- end
263
-
264
- end
@@ -1,2 +0,0 @@
1
- <broken-links>
2
- </broken-links>
@@ -1,187 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
- <html>
3
- <head>
4
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <meta content="Apache Forrest" name="Generator">
6
- <meta name="Forrest-version" content="0.8">
7
- <meta name="Forrest-skin-name" content="pelt">
8
- <meta name="generator" content="">
9
- <title>Artificial intelligence for ruby :: ai4r :: download page at RubyForge</title>
10
- <link type="text/css" href="skin/basic.css" rel="stylesheet">
11
- <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
12
- <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
13
- <link type="text/css" href="skin/profile.css" rel="stylesheet">
14
- <script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
15
- <link rel="shortcut icon" href="">
16
- </head>
17
- <body onload="init()">
18
- <script type="text/javascript">ndeSetTextSize();</script>
19
- <div id="top">
20
- <!--+
21
- |header
22
- +-->
23
- <div class="header">
24
- <!--+
25
- |start group logo
26
- +-->
27
- <!--+
28
- |end group logo
29
- +-->
30
- <!--+
31
- |start Project Logo
32
- +-->
33
- <div class="projectlogoA1">
34
- <a href="http://ai4r.rubyforge.org/"><img class="logoImage" alt="ai4r" src="images/ai4r-logo.png" title="Artificial Intelligence for Ruby"></a>
35
- </div>
36
- <!--+
37
- |end Project Logo
38
- +-->
39
- <!--+
40
- |start Search
41
- +-->
42
- <div class="searchbox">
43
- <div class="roundtopsmall">
44
- <form target="_top" action="http://www.google.com/custom" method="get">
45
- <input value="ai4r.rubyforge.org;raa.ruby-lang.org;rubyforge.org" name="domains" type="hidden"><label style="display: none" for="sbi">Enter your search terms</label><input id="sbi" value="" maxlength="255" size="31" name="q" type="text"><label style="display: none" for="sbb">Submit search form</label><input id="sbb" value="Search" name="sa" type="submit"><span style="display:none"><input id="ss0" value="" name="sitesearch" style="display=none" type="radio"><input id="ss1" checked value="ai4r.rubyforge.org" name="sitesearch" style="display=none" type="radio"><input id="ss2" value="raa.ruby-lang.org" name="sitesearch" style="display=none" type="radio"><input id="ss3" value="rubyforge.org" name="sitesearch" style="display=none" type="radio"></span><input value="pub-2578934938711895" name="client" type="hidden"><input value="1" name="forid" type="hidden"><input value="ISO-8859-1" name="ie" type="hidden"><input value="ISO-8859-1" name="oe" type="hidden"><input value="active" name="safe" type="hidden"><input value="0000" name="flav" type="hidden"><input value="XEZZoGuMPMQqvUG_" name="sig" type="hidden"><input value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:78;L:http://ai4r.rubyforge.org/images/ai4r-logo.png;S:http://ai4r.rubyforge.org/;FORID:1" name="cof" type="hidden"><input value="en" name="hl" type="hidden">
46
- </form>
47
- </div>
48
- </div>
49
- <!--+
50
- |end search
51
- +-->
52
- <!--+
53
- |start Tabs
54
- +-->
55
- <ul id="tabs">
56
- <li class="current">
57
- <a class="selected" href="index.html">Home</a>
58
- </li>
59
- </ul>
60
- <!--+
61
- |end Tabs
62
- +-->
63
- </div>
64
- </div>
65
- <div id="main">
66
- <div id="publishedStrip">
67
- <!--+
68
- |start Subtabs
69
- +-->
70
- <div id="level2tabs"></div>
71
- <!--+
72
- |end Endtabs
73
- +-->
74
- <script type="text/javascript"><!--
75
- document.write("Last Published: " + document.lastModified);
76
- // --></script>
77
- </div>
78
- <!--+
79
- |breadtrail
80
- +-->
81
- <div class="breadtrail">
82
-
83
- &nbsp;
84
- </div>
85
- <!--+
86
- |start Menu, mainarea
87
- +-->
88
- <!--+
89
- |start Menu
90
- +-->
91
- <div id="menu">
92
- <div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Home</div>
93
- <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
94
- <div class="menuitem">
95
- <a href="index.html" title="ai4r - Artificial Intelligence for Ruby">Index</a>
96
- </div>
97
- <div class="menuitem">
98
- <a href="geneticAlgorithms.html" title="Genetic Algorithms in ruby">Genetic Algorithms</a>
99
- </div>
100
- <div class="menuitem">
101
- <a href="machineLearning.html" title="ID3 Decision Trees in ruby">Machine Learning</a>
102
- </div>
103
- <div class="menuitem">
104
- <a href="neuralNetworks.html" title="Backpropagation Neural Network in ruby">Neural Networks</a>
105
- </div>
106
- <div class="menupage">
107
- <div class="menupagetitle">Downloads</div>
108
- </div>
109
- <div class="menuitem">
110
- <a href="svn.html" title="ai4r Subversion repository">Subversion (svn)</a>
111
- </div>
112
- <div class="menuitem">
113
- <a href="wholesite.pdf">ai4r project PDF</a>
114
- </div>
115
- </div>
116
- <div id="credit">
117
- <script type="text/javascript">
118
- google_ad_client = "pub-2578934938711895";
119
- google_ad_slot = "6111091580";
120
- google_ad_width = 125;
121
- google_ad_height = 125;
122
- </script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
123
- <hr>
124
- </div>
125
- <div id="roundbottom">
126
- <img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
127
- <!--+
128
- |alternative credits
129
- +-->
130
- <div id="credit2"></div>
131
- </div>
132
- <!--+
133
- |end Menu
134
- +-->
135
- <!--+
136
- |start content
137
- +-->
138
- <div id="content">
139
- <div title="Portable Document Format" class="pdflink">
140
- <a class="dida" href="downloads.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
141
- PDF</a>
142
- </div>
143
- <h1>Artificial intelligence for ruby :: ai4r :: download page at RubyForge</h1>
144
- <div id="minitoc-area">
145
- <ul class="minitoc">
146
- <li>
147
- <a href="#intro">Artificial intelligence for ruby - ai4r - download page at RubyForge</a>
148
- </li>
149
- </ul>
150
- </div>
151
- <a name="N10010"></a><a name="intro"></a>
152
- <h2 class="boxed">Artificial intelligence for ruby - ai4r - download page at RubyForge</h2>
153
- <div class="section">
154
- <iframe frameborder="0" height="800px" src="http://rubyforge.org/frs/?group_id=4942" width="100%"></iframe>
155
- </div>
156
- </div>
157
- <!--+
158
- |end content
159
- +-->
160
- <div class="clearboth">&nbsp;</div>
161
- </div>
162
- <div id="footer">
163
- <!--+
164
- |start bottomstrip
165
- +-->
166
- <div class="lastmodified">
167
- <script type="text/javascript"><!--
168
- document.write("Last Published: " + document.lastModified);
169
- // --></script>
170
- </div>
171
- <div class="copyright">
172
- Copyright &copy;
173
- 2007-2008 Sergio Fierens</div>
174
- <div class="host">
175
- <a href="http://rubyforge.org/projects/ai4r/"><img class="logoImage" alt="" src="images/rubyforge.png"></a>
176
- </div>
177
- <!--+
178
- |end bottomstrip
179
- +-->
180
- </div>
181
- <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script><script type="text/javascript">
182
- var pageTracker = _gat._getTracker("UA-3234625-1");
183
- pageTracker._initData();
184
- pageTracker._trackPageview();
185
- </script>
186
- </body>
187
- </html>