Skip to content

small and fast C++ library dealing with artificial intelligence

License

Notifications You must be signed in to change notification settings

codeprof/tiny-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-AI Library

A fast artificial intelligence library which currently supports: kNN (k-Nearest Neighbor algorithm) MLP (Multilayer-Perceptron)

  • Code is in public domain
  • k-Nearest Neighbor algorithm
  • Multilayer-Perceptron Backpropagation algoritm
  • support of reccurent neurons
  • unlimited number of backpropagation layers
  • Easy to use C++ classes
  • Easy to load and save traning data
  • GCC and Visual C++ supported

About

small and fast C++ library dealing with artificial intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages