-
Notifications
You must be signed in to change notification settings - Fork 0
About Embedded AI
antaltshul edited this page Jul 19, 2017
·
3 revisions
EmbeddedAI is a library that provides elements of AI to C++ applications. Due to its minimal footprint it is usable even for small, compact embedded systems. This library can dramatically simplify the implementation of what would otherwise be complicated, custom programming - which would also require logic that is difficult to implement and maintain. The initial set of algorithms in this library is based on a Bayesian approach to AI - with a Bayesian approach the results are consistent with an easily visualized model.
Intro
Getting Started
Walkthroughs