Working with Java

This section describes some basics of Java and is by no means a complete language description.

 

Assuming that you have already worked with Java, it shall only remind you of the most important things you have to know, when you use the neural network classes.

 

If you want to get more information about Java, I strongly recommend you to take a closer look on The Java Tutorial, written by Mary Campione and Kathy Walrath. It explains each feature of the Java language in detail, is structured very well, and had been written in an easy-to-read way.

Neural Net Components in an Object Oriented Class Structure