Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raphsenn/ai-notebooks

Some ai notebooks about Rational agents, Searching, Constraint satisfaction, Board games, Machine learning, Deep learning.
https://github.com/raphsenn/ai-notebooks

artificial-intelligence board-game deep-learning machine-learning neural-network python3 rational-agent search-algorithm searching-algorithms

Last synced: 3 months ago
JSON representation

Some ai notebooks about Rational agents, Searching, Constraint satisfaction, Board games, Machine learning, Deep learning.

Awesome Lists containing this project

README

        

# ai-notebooks
Some ai notebooks about Rational agents, Searching, Constraint satisfaction, Board games, Machine learning, Deep learning.

## Topics
* AI-Agents
* Search Algorithms
* Constraint Satisfaction Problems
* Board Games
* Planning
* Making Simple Decision Under Uncertainty
* Acting under Uncertainty
* Machine Learning
* Deep Learning
* Optimization Algorithms (Theorie)

## AI-Agents
* What is an agent?
* Rational agents
* Rationallity
* Structure of an AI agent
* PEAS Representation
* Agent environment in AI
* Example implementation of vacuum cleaner

## Search Algorithms
* Uniformed Search methods
* Informed Search methods

## Constraint Satisfaction Problems
* Backtracking Algorithm

## Board Games
* MiniMax algorithm
* MiniMax (with alpha beta purning)
* Solving games (TicTacToe, Sudoku, ..)

## Machine Learning
* Linear Methods
* Priciples of Regularization
* Support Vector Machines
* Decision Trees
* Neural Networks
* Ensembles
* Gradient Boosted Decision Trees
* Hyperparameter Optimization
* Fighting Overfitting
* Error measures