An open API service indexing awesome lists of open source software.

https://github.com/ashenoy95/ai

Touching upon Search, Propositional Logic, RL, NLP
https://github.com/ashenoy95/ai

adversarial-search ai dpll dpll-algorithm mdp python

Last synced: 2 months ago
JSON representation

Touching upon Search, Propositional Logic, RL, NLP

Awesome Lists containing this project

README

        

# AI

* __a_star__ - An implementation of the A* search algorithm
* __connect4__ - A simple Connect 4 AI
* __dpll__ - A SAT solver for propositional logic
* __mdp__ - Computes an optimal Markov Decision Process policy using value iteration
* __pos_hmm__ - predicts the most likely Part of Speech (PoS) tag sequence for a sentence using HMM and conditional probabilities derived from the Brown corpus.