Skip to content

lamduong33/AIMA-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Visualizer

A C++ library for implementation of some machine learning algorithms provided by Stuart Russell and Peter Norvig in AI: A Modern Approach, 4th Edition. The purpose of this library is to visualize AI methodologies using a qt application.

Building

  • To build test files, run make -f Maketests with the tests Makefile.
  • To build the program with GUI, make sure that Qt5 and qmake are intalled. Run qmake and then make to build. Makefiles are auto-generated and are not part of the repo.

About

A C++ library for implementation of AI and machine learning algorithms provided by Stuart Russell and Peter Norvig in AI: A Modern Approach, 4th Edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published