Skip to content

willemsiers/AI_Learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive bayesian classifier and an interactive machine learning program.

A project with as goal to build a naive bayesian classifier and an interactive learner, for an AI course in module 6: Intelligent Interaction.

Run instructions: (tested with java 1.7.0_72)

From project root run:

To generate a compilation output directory:

mkdir bin

Compile java program:

javac -d ".\bin" -cp ".;libs/miglayout-4.0-swing.jar;libs/weka.jar" src/mod6/*.java

Run the main Gui for the interactive learner:

java -cp "bin;libs/miglayout-4.0-swing.jar;libs/weka.jar" mod6.GuiMain

For other runnable classes (such as a performance test of the classifier), see the source code.

(A short demonstration and an explaination is provided in the pdf files in the docs folder)

About

A project with as goal to build an interactive learner, for an AI course in module 6: Intelligent Interaction. Group 10B

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages