(C++) Artificial intelligence
February 24, 2017 · View on GitHub
(C++) Artificial intelligence
Artificial intelligence is about trying a computer to 'get smart' by learning or computing.
Artificial intelligence code snippets
- Finite state machine
- N-armed bandit learner class (example of reinforcement learning)
- Neural network
Artificial intelligence libraries
- Annie: neural networks
- Boost.Statechart: finite state machines
- Eo: genetic programming
- GAlib: genetic algorithms
- FANN: neural networks
- Flood: neural networks
- Shark: general machine learning