├── README.md ├── cover2.jpg └── exercices ├── 1_Artificial_Intelligence ├── 1_Introduction │ └── answers.txt └── 2_Intelligent_Agent │ └── answers.txt ├── 2_Problem-solving ├── 3_Solving_Problems_By_Searching │ └── answers.txt ├── 4_Beyond_Classical_Search │ └── answers.txt ├── 5_Adversarial_Search │ └── answers.txt └── 6_Constraint_Satisfaction_Problems │ └── answers.txt ├── 5_Learning ├── 18_Learning_From_Examples │ └── answers.txt ├── 19_Knowledge_In_Learning │ └── answers.txt ├── 20_Learning_Probabilistic_Models │ └── answers.txt └── 21_Reinforcement_Learning │ └── answers.txt └── 6_Communicating_perceiving_acting ├── 22_Natural_Language_Processing └── answers.txt └── 23_Natural_Language_For_Communication └── answers.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/README.md -------------------------------------------------------------------------------- /cover2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/cover2.jpg -------------------------------------------------------------------------------- /exercices/1_Artificial_Intelligence/1_Introduction/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/1_Artificial_Intelligence/1_Introduction/answers.txt -------------------------------------------------------------------------------- /exercices/1_Artificial_Intelligence/2_Intelligent_Agent/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/1_Artificial_Intelligence/2_Intelligent_Agent/answers.txt -------------------------------------------------------------------------------- /exercices/2_Problem-solving/3_Solving_Problems_By_Searching/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/2_Problem-solving/3_Solving_Problems_By_Searching/answers.txt -------------------------------------------------------------------------------- /exercices/2_Problem-solving/4_Beyond_Classical_Search/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/2_Problem-solving/4_Beyond_Classical_Search/answers.txt -------------------------------------------------------------------------------- /exercices/2_Problem-solving/5_Adversarial_Search/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/2_Problem-solving/5_Adversarial_Search/answers.txt -------------------------------------------------------------------------------- /exercices/2_Problem-solving/6_Constraint_Satisfaction_Problems/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/2_Problem-solving/6_Constraint_Satisfaction_Problems/answers.txt -------------------------------------------------------------------------------- /exercices/5_Learning/18_Learning_From_Examples/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/5_Learning/18_Learning_From_Examples/answers.txt -------------------------------------------------------------------------------- /exercices/5_Learning/19_Knowledge_In_Learning/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/5_Learning/19_Knowledge_In_Learning/answers.txt -------------------------------------------------------------------------------- /exercices/5_Learning/20_Learning_Probabilistic_Models/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/5_Learning/20_Learning_Probabilistic_Models/answers.txt -------------------------------------------------------------------------------- /exercices/5_Learning/21_Reinforcement_Learning/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/5_Learning/21_Reinforcement_Learning/answers.txt -------------------------------------------------------------------------------- /exercices/6_Communicating_perceiving_acting/22_Natural_Language_Processing/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/6_Communicating_perceiving_acting/22_Natural_Language_Processing/answers.txt -------------------------------------------------------------------------------- /exercices/6_Communicating_perceiving_acting/23_Natural_Language_For_Communication/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanzopgp/ModernApproachAIExercices/HEAD/exercices/6_Communicating_perceiving_acting/23_Natural_Language_For_Communication/answers.txt --------------------------------------------------------------------------------