diff --git a/.hash b/.hash index d61e059..b1bc58f 100644 --- a/.hash +++ b/.hash @@ -1,8 +1,8 @@ ainotes.cls,d9b2afb -cognition-and-neuroscience,13a55fa +cognition-and-neuroscience,19c6975 combinatorial-decision-making-and-optimization/module1,1ebcad4 combinatorial-decision-making-and-optimization/module2,2ffce7d -deep-learning,fde1a0d +deep-learning,19c6975 fundamentals-of-ai-and-kr/module1,400dfd1 fundamentals-of-ai-and-kr/module2,400dfd1 fundamentals-of-ai-and-kr/module3,400dfd1 @@ -10,5 +10,5 @@ image-processing-and-computer-vision/module1,c7de118 image-processing-and-computer-vision/module2,bc65a7f languages-and-algorithms-for-ai/module2,6a33527 languages-and-algorithms-for-ai/module3,9dbb182 -machine-learning-and-data-mining,400dfd1 -statistical-and-mathematical-methods-for-ai,400dfd1 +machine-learning-and-data-mining,19c6975 +statistical-and-mathematical-methods-for-ai,19c6975 diff --git a/README.md b/README.md index 3e65e64..a6a5a2c 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,25 @@ My notes for the courses of the Master's Degree in Artificial Intelligence at th LaTeX source files are in the [`main` branch](https://github.com/NotXia/unibo-ai-notes/tree/main).\ Compiled PDF files are in the [`pdfs` branch](https://github.com/NotXia/unibo-ai-notes/tree/pdfs). -**Note**: I'm terrible at taking notes. Please, consider ~~double~~ triple checking anything you plan to use. \ No newline at end of file +**Note**: I'm terrible at taking notes. Please, consider ~~double~~ triple checking anything you plan to use. + +Year 1 +--- +- Fundamentals of Artificial Intelligence and Knowledge Representation + - [Module 1](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/fundamentals-of-ai-and-kr/module1/faikr1.pdf) + - [Module 2](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/fundamentals-of-ai-and-kr/module2/faikr2.pdf) + - [Module 3](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/fundamentals-of-ai-and-kr/module3/faikr3.pdf) +- [Machine Learning and Data Mining](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/machine-learning-and-data-mining/dm-ml.pdf) +- [Statistical and Mathematical Methods for Artificial Intelligence](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/statistical-and-mathematical-methods-for-ai/smm.pdf) +- Cognition and Neuroscience + - [Module 1](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/cognition-and-neuroscience/cn.pdf) +- Combinatorial Decision Making and Optimization + - [Module 1](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/combinatorial-decision-making-and-optimization/module1/cdmo1.pdf) + - [Module 2](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/combinatorial-decision-making-and-optimization/module2/cdmo2.pdf) +- [Deep Learning](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/deep-learning/dl.pdf) +- Image Processing and Computer Vision + - [Module 1](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/image-processing-and-computer-vision/module1/ipcv1.pdf) + - [Module 2](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/image-processing-and-computer-vision/module2/ipcv2.pdf) +- Languages and Algorithms for Artificial Intelligence + - [Module 2](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/languages-and-algorithms-for-ai/module2/laai2.pdf) + - [Module 3](https://github.com/NotXia/unibo-ai-notes/blob/pdfs/languages-and-algorithms-for-ai/module3/laai3.pdf) diff --git a/cognition-and-neuroscience/cn.pdf b/cognition-and-neuroscience/cn.pdf index c27ebe4..cbd2377 100644 Binary files a/cognition-and-neuroscience/cn.pdf and b/cognition-and-neuroscience/cn.pdf differ diff --git a/deep-learning/dl.pdf b/deep-learning/dl.pdf index c40450c..c0fa1aa 100644 Binary files a/deep-learning/dl.pdf and b/deep-learning/dl.pdf differ diff --git a/machine-learning-and-data-mining/dm-ml.pdf b/machine-learning-and-data-mining/dm-ml.pdf index 5d7f466..52e08ca 100644 Binary files a/machine-learning-and-data-mining/dm-ml.pdf and b/machine-learning-and-data-mining/dm-ml.pdf differ diff --git a/statistical-and-mathematical-methods-for-ai/smm.pdf b/statistical-and-mathematical-methods-for-ai/smm.pdf index 84e8498..8ab8486 100644 Binary files a/statistical-and-mathematical-methods-for-ai/smm.pdf and b/statistical-and-mathematical-methods-for-ai/smm.pdf differ