Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme has been updated. #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,34 @@ The present version of AIMA-Exercises uses Jekyll 3 and Ruby 2.5.

4th Edition of Artificial Intelligence: A Modern Approach will not have exercises. In fact, the exercises will be available online on this platform for students to solve.

| Chapter | LaTex File | Status | Markdown |
|------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------------------------|
| 1-Introduction | [`intro-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/intro-exercises.tex) | Implemented | [`intro-exercises.md`](markdown/1-Introduction/README.md) |
| 2-Intelligent-Agents | [`agents-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/agents-exercises.tex) | Implemented | [`agents-exercises.md`](markdown/2-Intelligent-Agent/README.md) |
| 3-Solving-Problems-By-Searching | [`search-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/search-exercises.tex) | Implemented | [`search-exercises.md`](markdown/3-Solving-Problems-By-Searching/README.md) |
| 4-Beyond-Classical-Search | [`advanced-search-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/advanced-search-exercises.tex) | Implemented | [`advanced-search-exercises.md`](markdown/4-Beyond-Classical-Search/README.md) |
| 5-Adversarial-Search | [`game-playing-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/game-playing-exercises.tex) | Implemented | [`game-playing-exercises.md`](markdown/5-Adversarial-Search/README.md) |
| 6-Constraint-Satisfaction-Problems | [`csp-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/csp-exercises.tex) | Implemented | [`csp-exercises.md`](markdown/6-Constraint-Satisfaction-Problems/README.md) |
| 7-Logical-Agents | [`knowledge+logic-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/knowledge%2Blogic-exercises.tex) | Implemented | [`knowledge-logic-exercises.md`](markdown/7-Logical-Agents/README.md) |
| 8-First-Order-Logic | [`fol-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/fol-exercises.tex) | Implemented | [`fol-exercises.md`](markdown/8-First-Order-Logic/README.md) |
| 9-Inference-In-First-Order-Logic | [`logical-inference-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/logical-inference-exercises.tex) | Implemented | [`logical-inference-exercises.md`](markdown/9-Inference-In-First-Order-Logic/README.md) |
| 10-Classical-Planning | [`planning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/planning-exercises.tex) | Implemented | [`planning-exercises.md`](markdown/10-Classical-Planning/README.md) |
| 11-Planning-And-Acting-In-The-Real-World | [`advanced-planning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/advanced-planning-exercises.tex) | Implemented | [`advanced-planning-exercises.md`](markdown/11-Planning-And-Acting-In-The-Real-World/README.md) |
| 12-Knowledge-Representation | [`kr-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/kr-exercises.tex) | Implemented | [`kr-exercises.md`](markdown/12-Knowledge-Representation/README.md) |
| 13-Quantifying-Uncertainity | [`probability-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/probability-exercises.tex) | Implemented | [`probability-exercises.md`](markdown/13-Quantifying-Uncertainity/README.md) |
| 14-Probabilistic-Reasoning | [`bayes-nets-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/bayes-nets-exercises.tex) | Implemented | [`bayes-nets-exercises.md`](markdown/14-Probabilistic-Reasoning/README.md) |
| 15-Probabilistic-Reasoning-Over-Time | [`dbn-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/dbn-exercises.tex) | Implemented | [`dbn-exercises.md`](markdown/15-Probabilistic-Reasoning-Over-Time/README.md) |
| 16-Making-Simple-Decisions | [`decision-theory-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/decision-theory-exercises.tex) | Implemented | [`decision-theory-exercises.md`](markdown/16-Making-Simple-Decisions/README.md) |
| 17-Making-Complex-Decisions | [`complex-decisions-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/complex-decisions-exercises.tex) | Implemented | [`complex-decisions-exercises.md`](markdown/17-Making-Complex-Decisions/README.md) |
| 18-Learning-From-Examples | [`concept-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/concept-learning-exercises.tex) | Implemented | [`concept-learning-exercises.md`](markdown/18-Learning-From-Examples/README.md) |
| 19-Knowledge-In-Learning | [`ilp-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/ilp-exercises.tex) | Implemented | [`ilp-exercises.md`](markdown/19-Knowledge-In-Learning/README.md) |
| 20-Learning-Probabilistic-Models | [`bayesian-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/bayesian-learning-exercises.tex) | Implemented | [`bayesian-learning-exercises.md`](markdown/20-Learning-Probabilistic-Models/README.md) |
| 21-Reinforcement-Learning | [`reinforcement-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/reinforcement-learning-exercises.tex) | Implemented | [`reinforcement-learning-exercises.md`](markdown/21-Reinforcement-Learning/README.md) |
| 22-Natural-Language-Processing | [`nlp-communicating-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/nlp-communicating-exercises.tex) | Implemented | [`nlp-communicating-exercises.md`](markdown/22-Natural-Language-Processing/README.md) |
| 23-Natural-Language-For-Communication | [`nlp-english-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/nlp-english-exercises.tex) | Implemented | [`nlp-english-exercises.md`](markdown/23-Natural-Language-For-Communication/README.md) |
| 24-Perception | [`perception-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/perception-exercises.tex) | Implemented | [`perception-exercises.md`](markdown/24-Perception/README.md) |
| 25-Robotics | [`robotics-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/robotics-exercises.tex) | Implemented | [`robotics-exercises.md`](markdown/25-Robotics/README.md) |
| 26-Philosophical-Foundations | [`philosophy-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/philosophy-exercises.tex) | Implemented | [`philosophy-exercises.md`](markdown/26-Philosophical-Foundations/README.md) |
| 27-AI-The-Present-And-Future | | | |
| Future Exercises | [`future-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/future-exercises.tex) | Unimplemented | [`future-exercises.md`](markdown/Future%20Exercises/README.md) |
|Sr.No.|Chapter|LaTex File|Status|Markdown|
|:-----:|--------|----------|-------|-------|
|1|Introduction | [`intro-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/intro-exercises.tex) | Implemented | [`intro-exercises.md`](markdown/1-Introduction/README.md) |
|2|Intelligent-Agents | [`agents-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/agents-exercises.tex) | Implemented | [`agents-exercises.md`](markdown/2-Intelligent-Agent/README.md) |
|3|Solving-Problems-By-Searching | [`search-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/search-exercises.tex) | Implemented | [`search-exercises.md`](markdown/3-Solving-Problems-By-Searching/README.md) |
|4|Beyond-Classical-Search | [`advanced-search-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/advanced-search-exercises.tex) | Implemented | [`advanced-search-exercises.md`](markdown/4-Beyond-Classical-Search/README.md) |
|5|Adversarial-Search | [`game-playing-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/game-playing-exercises.tex) | Implemented | [`game-playing-exercises.md`](markdown/5-Adversarial-Search/README.md) |
|6|Constraint-Satisfaction-Problems | [`csp-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/csp-exercises.tex) | Implemented | [`csp-exercises.md`](markdown/6-Constraint-Satisfaction-Problems/README.md) |
|7|Logical-Agents | [`knowledge+logic-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/knowledge%2Blogic-exercises.tex) | Implemented | [`knowledge-logic-exercises.md`](markdown/7-Logical-Agents/README.md) |
|8| First-Order-Logic | [`fol-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/fol-exercises.tex) | Implemented | [`fol-exercises.md`](markdown/8-First-Order-Logic/README.md) |
|9| Inference-In-First-Order-Logic | [`logical-inference-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/logical-inference-exercises.tex) | Implemented | [`logical-inference-exercises.md`](markdown/9-Inference-In-First-Order-Logic/README.md) |
|10| Classical-Planning | [`planning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/planning-exercises.tex) | Implemented | [`planning-exercises.md`](markdown/10-Classical-Planning/README.md) |
|11| Planning-And-Acting-In-The-Real-World | [`advanced-planning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/advanced-planning-exercises.tex) | Implemented | [`advanced-planning-exercises.md`](markdown/11-Planning-And-Acting-In-The-Real-World/README.md) |
|12| Knowledge-Representation | [`kr-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/kr-exercises.tex) | Implemented | [`kr-exercises.md`](markdown/12-Knowledge-Representation/README.md) |
|13| Quantifying-Uncertainity | [`probability-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/probability-exercises.tex) | Implemented | [`probability-exercises.md`](markdown/13-Quantifying-Uncertainity/README.md) |
|14|Probabilistic-Reasoning | [`bayes-nets-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/bayes-nets-exercises.tex) | Implemented | [`bayes-nets-exercises.md`](markdown/14-Probabilistic-Reasoning/README.md) |
|15| Probabilistic-Reasoning-Over-Time | [`dbn-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/dbn-exercises.tex) | Implemented | [`dbn-exercises.md`](markdown/15-Probabilistic-Reasoning-Over-Time/README.md) |
|16| Making-Simple-Decisions | [`decision-theory-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/decision-theory-exercises.tex) | Implemented | [`decision-theory-exercises.md`](markdown/16-Making-Simple-Decisions/README.md) |
|17| Making-Complex-Decisions | [`complex-decisions-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/complex-decisions-exercises.tex) | Implemented | [`complex-decisions-exercises.md`](markdown/17-Making-Complex-Decisions/README.md) |
|18| Learning-From-Examples | [`concept-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/concept-learning-exercises.tex) | Implemented | [`concept-learning-exercises.md`](markdown/18-Learning-From-Examples/README.md) |
|19| Knowledge-In-Learning | [`ilp-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/ilp-exercises.tex) | Implemented | [`ilp-exercises.md`](markdown/19-Knowledge-In-Learning/README.md) |
|20| Learning-Probabilistic-Models | [`bayesian-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/bayesian-learning-exercises.tex) | Implemented | [`bayesian-learning-exercises.md`](markdown/20-Learning-Probabilistic-Models/README.md) |
|21| Reinforcement-Learning | [`reinforcement-learning-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/reinforcement-learning-exercises.tex) | Implemented | [`reinforcement-learning-exercises.md`](markdown/21-Reinforcement-Learning/README.md) |
|22| Natural-Language-Processing | [`nlp-communicating-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/nlp-communicating-exercises.tex) | Implemented | [`nlp-communicating-exercises.md`](markdown/22-Natural-Language-Processing/README.md) |
|23| Natural-Language-For-Communication | [`nlp-english-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/nlp-english-exercises.tex) | Implemented | [`nlp-english-exercises.md`](markdown/23-Natural-Language-For-Communication/README.md) |
|24| Perception | [`perception-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/perception-exercises.tex) | Implemented | [`perception-exercises.md`](markdown/24-Perception/README.md) |
|25| Robotics | [`robotics-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/robotics-exercises.tex) | Implemented | [`robotics-exercises.md`](markdown/25-Robotics/README.md) |
|26| Philosophical-Foundations | [`philosophy-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/philosophy-exercises.tex) | Implemented | [`philosophy-exercises.md`](markdown/26-Philosophical-Foundations/README.md) |
|27| AI-The-Present-And-Future | | | |
|28| Future Exercises | [`future-exercises.tex`](https://github.com/aimacode/aima-exercises/blob/master/latex/future-exercises.tex) | Unimplemented | [`future-exercises.md`](markdown/Future%20Exercises/README.md) |