Perceptron: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Go}}: Added reference to Graphics library used.)
Line 20: Line 20:


=={{header|Go}}==
=={{header|Go}}==
{{libheader|Go Graphics}}
<br>
This is based on the Java entry but just outputs the final image (as a .png file) rather than displaying its gradual build up. It also uses a different color scheme - blue and red circles with a black dividing line.
This is based on the Java entry but just outputs the final image (as a .png file) rather than displaying its gradual build up. It also uses a different color scheme - blue and red circles with a black dividing line.
<lang go>package main
<lang go>package main