Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2010-11-22 00:25:25
Size: 1392
Editor: JunHu
Comment:
Revision 14 as of 2013-09-08 20:15:07
Size: 121
Editor: 82-170-197-110
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Neural Network in Java = = LEJOS: Java for LEGO Mindstorms =
Line 3: Line 3:
== What is needed for this workshop == == Ongoing ==
 * [[/1309]]
Line 5: Line 6:
=== Software ===
 * [[http://java.sun.com/javase/downloads/index.jsp|Java SE Runtime Environment (JRE) or Java SE Development Kit (JDK)]].<<BR>> For this workshop, JRE is enough. But you might want to install JDK in order to use an integrated Java editing and compiling tool within Max.
 * [[http://www.eclipse.org|Eclipse IDE for Java Developers]]
 * [[http://neuroph.sourceforge.net/|Neuroph: lightweight Java neural network framework]]
 * [[http://www.cycling74.com/|Max]] as an example to interface Neuroph with other software and hardware.

=== Hardware ===
 * A computer. PC preferred. Mac would also do.

=== References ===
 * [[attachment:MaxExternalsInJava|Writing Max Externals in Java]], PDF, 500K.
 * [[http://neuroph.sourceforge.net/tutorials/Perceptron.html|Tutorials: Perceptron]]
 * [[http://neuroph.sourceforge.net/tutorials/MultiLayerPerceptron.html|MultiLayerPerceptron]]
 * [[http://www.drhu.eu/publications/2008-LNCS-IntegratingGestureRecognitionInAirplaneSeatsForInFlightEntertainment/index.html|Integrating gesture recognition in airplane seats for in-flight entertainment]], by Rick Westelaken, Jun Hu, Hao Liu, Matthias Rauterberg.
 
== Done ==
 * [[/1209]]
 * [[/2007]]
Line 22: Line 11:
== Similar workshops ==
 * [[http://wiki.id.tue.nl/creapro/MaxJavaArduino|Max + Java + Arduino]]
 * [[LegoBeyondToys/2007|Java + Lego]]

LEJOS: Java for LEGO Mindstorms

Ongoing

Done

JunHu: LegoBeyondToys (last edited 2013-09-08 20:45:13 by 82-170-197-110)