Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Touching upon Search, Propositional Logic, RL, NLP
- Host: GitHub
- URL: https://github.com/ashenoy95/ai
- Owner: ashenoy95
- Created: 2017-04-23T03:01:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T02:52:16.000Z (over 5 years ago)
- Last Synced: 2023-07-26T08:48:27.778Z (over 1 year ago)
- Topics: adversarial-search, ai, dpll, dpll-algorithm, mdp, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.