Skip to content
Barry Stahl edited this page Feb 21, 2020 · 11 revisions

Available Code Demos

A demonstration of a variety of AI techniques used to create different strategies for playing a variant of the Chutes & Ladders board game.

A demonstration of an AI solution that is a Hybrid of Optimization and Logical techniques. This allows the AI to not only find the best possible solution, it can provide details as to why that solution was selected.

A demonstration of using an alternative optimization mechanism to train an ML model. In this case, we use the bio-inspired Amoeba Optimization method to train a model that predicts the political party of a congressperson based on his or her pattern of voting.

Clone this wiki locally