Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2010-11-22 00:25:25
Size: 1392
Editor: JunHu
Comment:
Revision 7 as of 2012-09-09 19:48:21
Size: 2353
Editor: JunHu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= LEJOS: Java for LEGO Mindstorms =

== What is needed for this workshop ==
 * [[http://java.sun.com/javase/downloads/index.jsp|Java SE Development Kit (JDK)]].
 * [[http://www.eclipse.org|Eclipse IDE for Java Developers]]
 * [[http://lejos.sourceforge.net/nxj.php|LEJOS NXJ]]
  * [[http://mindstorms.lego.com/en-us/support/files/Driver.aspx|Fantom driver]]

== Tutorials ==
 * http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm
  * http://lejos.sourceforge.net/nxt/nxj/tutorial/Preliminaries/UsingEclipse.htm
Line 5: Line 17:
=== Software ===
Line 11: Line 22:
=== Hardware ===
 * A computer. PC preferred. Mac would also do.
Line 15: Line 23:
 * [[http://www.heatonresearch.com/articles/series/1|Introduction to Neural Networks with Java]], online book. It talks about JOONE, an outdated Java Neural Network Engine. But the basics are the same, for example:
  * [[http://www.heatonresearch.com/articles/2/page2.html|about the structure of a neural network]]
Line 16: Line 26:
 * [[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.
 * [[http://neuroph.sourceforge.net/tutorials/Perceptron.html|Tutorial: Perceptron]]
 * [[http://neuroph.sourceforge.net/tutorials/MultiLayerPerceptron.html|Tutorial: MultiLayerPerceptron]]
 * [[http://neuroph.sourceforge.net/documentati
on.html|More about Neuroph]]
 * Neural network in practice:
 
* [[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.
  * [[http://www.drhu.eu/2007/11/pattern-recognition-lego/|Pattern Recognition LEGO]]
Line 20: Line 33:

LEJOS: Java for LEGO Mindstorms

What is needed for this workshop

Tutorials

Neural Network in Java

What is needed for this workshop

References

Similar workshops

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