Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersy005/artificial-intelligence
Implementation of Artificial Intelligence Algorithms: code base, notes, exercises and solutions to accompany Russell And Norvig's "Artificial Intelligence - A Modern Approach" and CPSC 4383/5383 Course.
https://github.com/andersy005/artificial-intelligence
ai artificial-intelligence artificial-intelligence-algorithms
Last synced: 11 days ago
JSON representation
Implementation of Artificial Intelligence Algorithms: code base, notes, exercises and solutions to accompany Russell And Norvig's "Artificial Intelligence - A Modern Approach" and CPSC 4383/5383 Course.
- Host: GitHub
- URL: https://github.com/andersy005/artificial-intelligence
- Owner: andersy005
- License: mit
- Created: 2017-03-23T00:40:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T23:44:21.000Z (about 7 years ago)
- Last Synced: 2025-01-01T13:35:46.004Z (17 days ago)
- Topics: ai, artificial-intelligence, artificial-intelligence-algorithms
- Language: Jupyter Notebook
- Homepage:
- Size: 17.2 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| **Linux/OSX** | [![Build Status](https://travis-ci.org/andersy005/artificial-intelligence.svg?branch=master)](https://travis-ci.org/andersy005/artificial-intelligence) |
|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Windows** | [![Build status](https://ci.appveyor.com/api/projects/status/u8k0ijc6qc2s17at/branch/master?svg=true)](https://ci.appveyor.com/project/andersy005/artificial-intelligence/branch/master) |[![Coverage Status](https://coveralls.io/repos/github/andersy005/artificial-intelligence/badge.svg?branch=master)](https://coveralls.io/github/andersy005/artificial-intelligence?branch=master)
![](http://aima.cs.berkeley.edu/cover2.jpg)
# Artificial Intelligence - CPSC 4383Instructor: [ Mariofanna Milanova](http://ualr.edu/mgmilanova/index.html)
This repo contains all my work: code base, notes, exercises and solutions to accompany Russell And Norvig's "Artificial Intelligence - A Modern Approach" and CPSC 4383/5383 Course.
The screenshots and images are taken from, unless specified, [Artificial Intelligence: A Modern Approach](http://aima.cs.berkeley.edu/).
>AI is defined as the study of agents that receive percepts from the environment and perform actions. Each such agent implements a function that maps percept sequences to actions.
Implementations in Java, C++, and Python of many of the algorithms discussed in the textbook are available in the authors' [online code repository](http://aima.cs.berkeley.edu/code.html)
## Table of Contents
- [ ] [Artificial Intelligence](https://github.com/andersy005/artificial-intelligence/tree/master/01-Artificial-Intelligence)
- [ ] [Introduction](https://github.com/andersy005/artificial-intelligence/tree/master/01-Artificial-Intelligence/1-Introduction)
- [ ] [Intelligent Agents](https://github.com/andersy005/artificial-intelligence/tree/master/01-Artificial-Intelligence/2-Intelligent-agents)- [ ] [Problem-solving]()
- [ ] [Solving Problems by Searching]()
- [ ] [Beyond Classical Search]()
- [ ] [Adversarial Search]()
- [ ] [Constraint Satisfaction]()