├── LICENSE ├── README.md ├── en ├── README.md ├── cheatsheet-logic-models.pdf ├── cheatsheet-reflex-models.pdf ├── cheatsheet-states-models.pdf ├── cheatsheet-variables-models.pdf └── super-cheatsheet-artificial-intelligence.pdf ├── fr ├── README.md ├── pense-bete-modeles-etats.pdf ├── pense-bete-modeles-logiques.pdf ├── pense-bete-modeles-reflex.pdf ├── pense-bete-modeles-variables.pdf └── super-pense-bete-intelligence-artificielle.pdf └── tr ├── README.md ├── cheatsheet-logic-models.pdf ├── cheatsheet-reflex-models.pdf ├── cheatsheet-states-models.pdf ├── cheatsheet-variables-models.pdf └── super-cheatsheet-artificial-intelligence.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Afshine Amidi and Shervine Amidi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Artificial Intelligence cheatsheets for Stanford's CS 221 2 | Available in [English](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/en) - [Français](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/fr) - [Türkçe](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/tr) 3 | 4 | ## Goal 5 | This repository aims at summing up in the same place all the important notions that are covered in Stanford's CS 221 Artificial Intelligence course, and include: 6 | - **Cheatsheets** for each **artificial intelligence field** 7 | - All elements of the above combined in an **ultimate compilation of concepts**, to have with you at all times! 8 | 9 | ## Content 10 | #### VIP Cheatsheets 11 | |Illustration|Illustration|Illustration|Illustration| 12 | |:--:|:--:|:--:|:--:| 13 | |Reflex-based models|States-based models|Variables-based models|Logic-based models| 14 | 15 | 16 | #### Super VIP Cheatsheet 17 | |Illustration| 18 | |:--:| 19 | |All the above gathered in one place| 20 | 21 | ## Website 22 | This material is also available on a dedicated [website](https://stanford.edu/~shervine/teaching/cs-221), so that you can enjoy reading it from any device. 23 | 24 | ## Authors 25 | [Afshine Amidi](https://twitter.com/afshinea) (Ecole Centrale Paris, MIT) and [Shervine Amidi](https://twitter.com/shervinea) (Ecole Centrale Paris, Stanford University) 26 | -------------------------------------------------------------------------------- /en/README.md: -------------------------------------------------------------------------------- 1 | # Artificial Intelligence cheatsheets for Stanford's CS 221 2 | Available in **English** - [Français](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/fr) - [Türkçe](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/tr) 3 | 4 | ## Goal 5 | This repository aims at summing up in the same place all the important notions that are covered in Stanford's CS 221 Artificial Intelligence course, and include: 6 | - **Cheatsheets** for each **artificial intelligence field** 7 | - All elements of the above combined in an **ultimate compilation of concepts**, to have with you at all times! 8 | 9 | ## Content 10 | #### VIP Cheatsheets 11 | |Illustration|Illustration|Illustration|Illustration| 12 | |:--:|:--:|:--:|:--:| 13 | |Reflex-based models|States-based models|Variables-based models|Logic-based models| 14 | 15 | 16 | #### Super VIP Cheatsheet 17 | |Illustration| 18 | |:--:| 19 | |All the above gathered in one place| 20 | 21 | ## Website 22 | This material is also available on a dedicated [website](https://stanford.edu/~shervine/teaching/cs-221), so that you can enjoy reading it from any device. 23 | 24 | ## Authors 25 | [Afshine Amidi](https://twitter.com/afshinea) (Ecole Centrale Paris, MIT) and [Shervine Amidi](https://twitter.com/shervinea) (Ecole Centrale Paris, Stanford University) 26 | -------------------------------------------------------------------------------- /en/cheatsheet-logic-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/en/cheatsheet-logic-models.pdf -------------------------------------------------------------------------------- /en/cheatsheet-reflex-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/en/cheatsheet-reflex-models.pdf -------------------------------------------------------------------------------- /en/cheatsheet-states-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/en/cheatsheet-states-models.pdf -------------------------------------------------------------------------------- /en/cheatsheet-variables-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/en/cheatsheet-variables-models.pdf -------------------------------------------------------------------------------- /en/super-cheatsheet-artificial-intelligence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/en/super-cheatsheet-artificial-intelligence.pdf -------------------------------------------------------------------------------- /fr/README.md: -------------------------------------------------------------------------------- 1 | # Pense-bêtes d'intelligence artificielle pour CS 221 de Stanford 2 | Disponible en [English](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/en) - **Français** - [Türkçe](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/tr) 3 | 4 | ## But 5 | Ce repo a pour but de résumer toutes les notions importantes du cours d'intelligence artificielle (CS 221) de Stanford, et inclut en particulier : 6 | - des **pense-bêtes** pour chaque **domaine d'intelligence artificielle** 7 | - tous les éléments ci-dessus **compilés**, à avoir avec vous tout le temps ! 8 | 9 | ## Contenu 10 | #### Pense-bêtes VIP 11 | |Illustration|Illustration|Illustration|Illustration| 12 | |:--:|:--:|:--:|:--:| 13 | |Réflex|États|Variables|Logique| 14 | 15 | 16 | #### Super Pense-bête VIP 17 | |Illustration| 18 | |:--:| 19 | |Tous les concepts rassemblés à un seul endroit| 20 | 21 | ## Site 22 | Les fiches sont aussi disponibles sur un [site dedié](https://stanford.edu/~shervine/l/fr/teaching/cs-221), de manière à ce que vous puissiez les parcourir à partir de n'importe quel appareil. 23 | 24 | ## Auteurs 25 | [Afshine Amidi](https://twitter.com/afshinea) (Ecole Centrale Paris, MIT) and [Shervine Amidi](https://twitter.com/shervinea) (Ecole Centrale Paris, Stanford University) 26 | -------------------------------------------------------------------------------- /fr/pense-bete-modeles-etats.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/fr/pense-bete-modeles-etats.pdf -------------------------------------------------------------------------------- /fr/pense-bete-modeles-logiques.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/fr/pense-bete-modeles-logiques.pdf -------------------------------------------------------------------------------- /fr/pense-bete-modeles-reflex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/fr/pense-bete-modeles-reflex.pdf -------------------------------------------------------------------------------- /fr/pense-bete-modeles-variables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/fr/pense-bete-modeles-variables.pdf -------------------------------------------------------------------------------- /fr/super-pense-bete-intelligence-artificielle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/fr/super-pense-bete-intelligence-artificielle.pdf -------------------------------------------------------------------------------- /tr/README.md: -------------------------------------------------------------------------------- 1 | # Yapay Zekâ El Kitabı (Stanford CS 221) 2 | 3 | Içinde mevcut [English](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/en) - [Français](https://github.com/afshinea/stanford-cs-221-artificial-intelligence/tree/master/fr) - **Türkçe** 4 | 5 | ## Içindekiler 6 | #### El Kitabı VIP 7 | |Illustration|Illustration|Illustration|Illustration| 8 | |:--:|:--:|:--:|:--:| 9 | |Refleks|Durum|Değişken|Mantık| 10 | 11 | 12 | #### El Kitabı Super VIP 13 | |Illustration| 14 | |---| 15 | 16 | ## Yazarlar 17 | [Afshine Amidi](https://twitter.com/afshinea) (Ecole Centrale Paris, MIT) ve [Shervine Amidi](https://twitter.com/shervinea) (Ecole Centrale Paris, Stanford University) 18 | 19 | ## Tercümanlar 20 | Ayyüce Kızrak, Başak Buluz, Yavuz Kömeçoğlu ve Cemal Gurpinar 21 | -------------------------------------------------------------------------------- /tr/cheatsheet-logic-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/tr/cheatsheet-logic-models.pdf -------------------------------------------------------------------------------- /tr/cheatsheet-reflex-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/tr/cheatsheet-reflex-models.pdf -------------------------------------------------------------------------------- /tr/cheatsheet-states-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/tr/cheatsheet-states-models.pdf -------------------------------------------------------------------------------- /tr/cheatsheet-variables-models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/tr/cheatsheet-variables-models.pdf -------------------------------------------------------------------------------- /tr/super-cheatsheet-artificial-intelligence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afshinea/stanford-cs-221-artificial-intelligence/12c0d79f125878249b8550e65188483c1805ffb4/tr/super-cheatsheet-artificial-intelligence.pdf --------------------------------------------------------------------------------