Differences between revisions 5 and 6
Revision 5 as of 2011-02-20 22:21:52
Size: 659
Editor: JunHu
Comment:
Revision 6 as of 2011-02-20 22:30:12
Size: 1448
Editor: JunHu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
  * Download [[http://sourceforge.net/projects/neuroph/files/neuroph%202.5/neuroph-2.5b.zip/download | neuroph-2.5b.zip]]. Unzip it into C:\Programs. In C:\Programs\neuroph-2.5b you shall be able to find neuroph-2.5b.jar. (You can unzip it to anywhere you want, but then remember where it is for later reference).
  * In "Processing Sketchbook location"\libraries, create a sub-directory "neuroph".
  * In "Processing Sketchbook location"\libraries\neuroph, create a sub-directory "library".
  * From C:\Programs\neuroph-2.5b copy neuroph-2.5b.jar to "Processing Sketchbook location"\libraries\neuroph\library. Rename neuroph-2.5b.jar to neuroph.jar.
  * From C:\Programs\neuroph-2.5b\lib copy two jar files found there to "Processing Sketchbook location"\libraries\neuroph\library.

Contents

  1. Preparation

Preparation

  • Follow the instructions from the assignment Creative Programming to prepare the SoftwareEnvironment, including Processing, Arduino and the AdMoVeo Robot. If you are not planning to use the GUI components from the ControlP5 library, you can skip the ControlP5 part.

  • Install Neuroph, a lightweight Java neural network framework.

    • Download neuroph-2.5b.zip. Unzip it into C:\Programs. In C:\Programs\neuroph-2.5b you shall be able to find neuroph-2.5b.jar. (You can unzip it to anywhere you want, but then remember where it is for later reference).

    • In "Processing Sketchbook location"\libraries, create a sub-directory "neuroph".
    • In "Processing Sketchbook location"\libraries\neuroph, create a sub-directory "library".
    • From C:\Programs\neuroph-2.5b copy neuroph-2.5b.jar to "Processing Sketchbook location"\libraries\neuroph\library. Rename neuroph-2.5b.jar to neuroph.jar.
    • From C:\Programs\neuroph-2.5b\lib copy two jar files found there to "Processing Sketchbook location"\libraries\neuroph\library.
  • If you are confident enough, you can also try to use Eclipse to program in Java. Then try to follow the instructions from the assignment Processing2Java.

JunHu: NeurophNeuralNetwork (last edited 2016-12-12 20:50:49 by JunHu)