|
Expert Systems and Neural Nets Java and some VB code has been developed for use in Joone (open source neural net software) and Jess (a rule based system). The code developed to date has been used as a vehicle for learning these systems and is not meant as a finished product (and so I still need a day job). However, it may be useful as examples in developing Joone and Jess applications. The various parts of the code developed and available source/executables are described below.
The VB (V6) executable was developed to extract stock information from a TC2000 database for later use in Joone NN or Jess expert system. The application:
Source and application code are here Java Code Java code developed was targeted to provide input for both Joone and Jess. As it turns out much more time has been spent writing code to get data into Joone or Jess that actually working with Joone/Jess. The Java classes use both the Xerces parser and JDOM to handle XML. Joone Jar/Zip files available.
Note that Jess code below is dependent on some of the Java files above. Jess Jar/Zip files available
|