This chapter explains how to work with the implemented classes. First there are a few words about Java, the language I used to implement them. After a description of some basic aspects of Java, it is then shown how to use the neural network classes in your own programs.
The chapter is divided into the following sections:
Java = new ProgrammingLanguage()
Using the classes in your own programs
» Using the BackpropagationNet class
» The structure of a conversion file
» The structure of a pattern file
» Using the KohonenFeatureMap class