Skip to content

Repository that contain study about artificial intelligence using Java

License

Notifications You must be signed in to change notification settings

guilherme-alves-silve/artificial-intelligence-jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence [Java 17+]

"Artificial intelligence (AI) is intelligence demonstrated by machines, as opposed to natural intelligence displayed by animals including humans. Leading AI textbooks define the field as the study of "intelligent agents": any system that perceives its environment and takes actions that maximize its chance of achieving its goals."

Source: Wikipedia

Technologies

Data sets

The artificial intelligence course, is based on the courses below:

Machine Learning

  • KNN
  • Linear Regression

Path-Finding

  • Depth-First Search
  • Iterative Deeping Depth First Search
  • A* Search
  • Q-Learning

Reinforcement Learning

  • Markov Decision Process Value Iteration
  • Q-Learning (Path-Finding)
  • Q-Learning (Tic Tac Toe)
  • Deep Q-Learning (Tic Tac Toe)
  • Multi-Armed Bandit Epsilon-Greedy

About

Repository that contain study about artificial intelligence using Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages