ai8ball was created by Rob Gonsalves.
|
The system
was written in
C# using ASP .NET 2.0
and MS SQL.
The website was designed using free software from Microsoft with very long names,
Visual Web Developer 2005 Express Edition and
SQL Server Management Express. ai8ball works by parsing and filtering each question using the following algorithm: Parsing
Filtering
Neural Network The system uses an artificial neural network with 32 inputs, 32 hidden values, and one output (yes or no). The neural network code is from Phil Brierley. When a new question is asked, the question is parsed, filtered, and run through the neural net. The answer is presented as a yes or no with a degree of confidence.Training Data Answers to questions (yes or no) are tallied in the SQL database and used as training data for the neural network.
|