Skip to content

wkaczurba/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Examples of Artificial Intelligence algorithms + basic game.

Implementation of basics of Artificial Intelligence.

This is an Eclipse-based project (no Maven unfortunately) that implements basic algorithms for AI. These include:

  • Best First Search
  • Breadth First Search
  • Depth First Search
  • Genetic algorithm implementation:
    • generation of a maze
    • finding polynomials
  • Implementation of Mini-Max algorithm
  • Training of a basic Neuron.

Mini-max contains a simple naughts and crosses game. The project is based on Swing.

Run -> examples.Main

About

AICollection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages