Mail Reading, MailReadingUnlearned.xml, This example models whether a user will read or not read an article based on whether or not the author is know, if its a new thread, the length, and if the user is at home. The inputs are known, new, short, and home and the output is reads. 
Mail Reading (simplified), MailReadingUnlearned2.xml, Same as "Mail Reading" except that there is no input home.
Assignment 12a, ass12a.xml, This example models whether a user will look for more information on a book based on whether or not they bought the book, whether they are studying the same subject as the book, whether it is their first book in that subject and whether or not they visited the website. The inputs are bought, edu, first, visited and the output is more_info.
Assignment 12b, ass12b.xml, This is the same as "Assignment 12a" except that there are two extra hidden nodes.
Boolean Example, booleanUnlearned.xml, This is a simple example modeling the AND, OR, and XOR logical operations.
Electronics, AllElectronics.xml, This example models whether a user will buy a piece of electronics based on the user's age, income, if they are a student and their credit rating. The inputs are age, income, stud, cred and the outputs is buy.
Small Car Database, carSmall.xml, This example models whether a car is acceptable or not to a user based on the price, maintenance cost, how many doors, how many people it can hold, trunk size and the safety rating. 
Large Car Database, Car.xml, Same as "Small Car" Database except that there are more training examples. This file is large so may take some time to load.
Matching Pennies, matchingPennies.xml, This is data for predicting wins by observing some properties in game of matching pennies.
Likes TV, likesTV.xml, This predicts whether a person likes a TV program based on features of the TV program.
Holiday, holiday.xml, This gives data that predicts whether a person likes a holiday.
