nice points read.

The program will be a command line interface that:
1. Train the neural network with the provided training data
2. Test the neural network with the provided test data
3. Provide summaries of the performance of the neural network:
a. RMS Error
b. Training iterations
4. Allow the user to specify a custom test file:
a. Display the test file’s contents
b. Submit it to the neural network
c. Display the associated patterns recognized by the neural network.
Only display patterns for outputs > 0.5 and order the results by the output value.
regards,
phe9oxis,