From ff83f499649dda44ab5278250f888cb429cef392 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:27:39 +0200 Subject: [PATCH] Created FAIKR modules --- src/fundamentals-of-ai-and-kr/ainotes.cls | 1 - src/fundamentals-of-ai-and-kr/module1/ainotes.cls | 1 + .../{ => module1}/img/1perceptron.png | Bin .../{ => module1}/img/3layer.png | Bin .../{ => module1}/img/4layer.png | Bin .../{ => module1}/img/_a_start_example.pdf | Bin .../{ => module1}/img/_a_start_optimality.pdf | Bin .../{ => module1}/img/_bfs.pdf | Bin .../{ => module1}/img/_dfs.pdf | Bin .../img/_greedy_best_first_example.pdf | Bin .../{ => module1}/img/_search_tree.pdf | Bin .../{ => module1}/img/_ucs.pdf | Bin .../{ => module1}/img/best_first_example.drawio | 0 .../{ => module1}/img/monotone_heuristic.png | Bin .../{ => module1}/img/neuron.png | Bin .../{ => module1}/img/non_informed_tree.drawio | 0 .../{ => module1}/img/search_tree.drawio | 0 .../{ => module1}/main.tex | 2 +- .../{ => module1}/sections/_intro.tex | 0 .../{ => module1}/sections/_search.tex | 0 src/fundamentals-of-ai-and-kr/module3/ainotes.cls | 1 + src/fundamentals-of-ai-and-kr/module3/main.tex | 12 ++++++++++++ .../module3/sections/_intro.tex | 1 + 23 files changed, 16 insertions(+), 2 deletions(-) delete mode 120000 src/fundamentals-of-ai-and-kr/ainotes.cls create mode 120000 src/fundamentals-of-ai-and-kr/module1/ainotes.cls rename src/fundamentals-of-ai-and-kr/{ => module1}/img/1perceptron.png (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/3layer.png (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/4layer.png (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_a_start_example.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_a_start_optimality.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_bfs.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_dfs.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_greedy_best_first_example.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_search_tree.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/_ucs.pdf (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/best_first_example.drawio (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/monotone_heuristic.png (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/neuron.png (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/non_informed_tree.drawio (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/img/search_tree.drawio (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/main.tex (90%) rename src/fundamentals-of-ai-and-kr/{ => module1}/sections/_intro.tex (100%) rename src/fundamentals-of-ai-and-kr/{ => module1}/sections/_search.tex (100%) create mode 120000 src/fundamentals-of-ai-and-kr/module3/ainotes.cls create mode 100644 src/fundamentals-of-ai-and-kr/module3/main.tex create mode 100644 src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex diff --git a/src/fundamentals-of-ai-and-kr/ainotes.cls b/src/fundamentals-of-ai-and-kr/ainotes.cls deleted file mode 120000 index c22704b..0000000 --- a/src/fundamentals-of-ai-and-kr/ainotes.cls +++ /dev/null @@ -1 +0,0 @@ -../ainotes.cls \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/module1/ainotes.cls b/src/fundamentals-of-ai-and-kr/module1/ainotes.cls new file mode 120000 index 0000000..146fd3c --- /dev/null +++ b/src/fundamentals-of-ai-and-kr/module1/ainotes.cls @@ -0,0 +1 @@ +../../ainotes.cls \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/img/1perceptron.png b/src/fundamentals-of-ai-and-kr/module1/img/1perceptron.png similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/1perceptron.png rename to src/fundamentals-of-ai-and-kr/module1/img/1perceptron.png diff --git a/src/fundamentals-of-ai-and-kr/img/3layer.png b/src/fundamentals-of-ai-and-kr/module1/img/3layer.png similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/3layer.png rename to src/fundamentals-of-ai-and-kr/module1/img/3layer.png diff --git a/src/fundamentals-of-ai-and-kr/img/4layer.png b/src/fundamentals-of-ai-and-kr/module1/img/4layer.png similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/4layer.png rename to src/fundamentals-of-ai-and-kr/module1/img/4layer.png diff --git a/src/fundamentals-of-ai-and-kr/img/_a_start_example.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_a_start_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_a_start_example.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_a_start_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_a_start_optimality.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_a_start_optimality.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_a_start_optimality.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_a_start_optimality.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_bfs.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_bfs.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_bfs.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_bfs.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_dfs.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_dfs.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_dfs.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_dfs.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_greedy_best_first_example.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_greedy_best_first_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_greedy_best_first_example.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_greedy_best_first_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_search_tree.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_search_tree.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_search_tree.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_search_tree.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/_ucs.pdf b/src/fundamentals-of-ai-and-kr/module1/img/_ucs.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/_ucs.pdf rename to src/fundamentals-of-ai-and-kr/module1/img/_ucs.pdf diff --git a/src/fundamentals-of-ai-and-kr/img/best_first_example.drawio b/src/fundamentals-of-ai-and-kr/module1/img/best_first_example.drawio similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/best_first_example.drawio rename to src/fundamentals-of-ai-and-kr/module1/img/best_first_example.drawio diff --git a/src/fundamentals-of-ai-and-kr/img/monotone_heuristic.png b/src/fundamentals-of-ai-and-kr/module1/img/monotone_heuristic.png similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/monotone_heuristic.png rename to src/fundamentals-of-ai-and-kr/module1/img/monotone_heuristic.png diff --git a/src/fundamentals-of-ai-and-kr/img/neuron.png b/src/fundamentals-of-ai-and-kr/module1/img/neuron.png similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/neuron.png rename to src/fundamentals-of-ai-and-kr/module1/img/neuron.png diff --git a/src/fundamentals-of-ai-and-kr/img/non_informed_tree.drawio b/src/fundamentals-of-ai-and-kr/module1/img/non_informed_tree.drawio similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/non_informed_tree.drawio rename to src/fundamentals-of-ai-and-kr/module1/img/non_informed_tree.drawio diff --git a/src/fundamentals-of-ai-and-kr/img/search_tree.drawio b/src/fundamentals-of-ai-and-kr/module1/img/search_tree.drawio similarity index 100% rename from src/fundamentals-of-ai-and-kr/img/search_tree.drawio rename to src/fundamentals-of-ai-and-kr/module1/img/search_tree.drawio diff --git a/src/fundamentals-of-ai-and-kr/main.tex b/src/fundamentals-of-ai-and-kr/module1/main.tex similarity index 90% rename from src/fundamentals-of-ai-and-kr/main.tex rename to src/fundamentals-of-ai-and-kr/module1/main.tex index 05d9e15..87271f1 100644 --- a/src/fundamentals-of-ai-and-kr/main.tex +++ b/src/fundamentals-of-ai-and-kr/module1/main.tex @@ -1,6 +1,6 @@ \documentclass[11pt]{ainotes} -\title{Fundamentals of Artificial Intelligence and Knowledge Representation} +\title{Fundamentals of Artificial Intelligence and Knowledge Representation\\(Module 1)} \date{2023 -- 2024} \begin{document} diff --git a/src/fundamentals-of-ai-and-kr/sections/_intro.tex b/src/fundamentals-of-ai-and-kr/module1/sections/_intro.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/sections/_intro.tex rename to src/fundamentals-of-ai-and-kr/module1/sections/_intro.tex diff --git a/src/fundamentals-of-ai-and-kr/sections/_search.tex b/src/fundamentals-of-ai-and-kr/module1/sections/_search.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/sections/_search.tex rename to src/fundamentals-of-ai-and-kr/module1/sections/_search.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/ainotes.cls b/src/fundamentals-of-ai-and-kr/module3/ainotes.cls new file mode 120000 index 0000000..146fd3c --- /dev/null +++ b/src/fundamentals-of-ai-and-kr/module3/ainotes.cls @@ -0,0 +1 @@ +../../ainotes.cls \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/module3/main.tex b/src/fundamentals-of-ai-and-kr/module3/main.tex new file mode 100644 index 0000000..9e83fb6 --- /dev/null +++ b/src/fundamentals-of-ai-and-kr/module3/main.tex @@ -0,0 +1,12 @@ +\documentclass[11pt]{ainotes} + +\title{Fundamentals of Artificial Intelligence and Knowledge Representation\\(Module 3)} +\date{2023 -- 2024} + +\begin{document} + + \makenotesfront + + \input{sections/_intro.tex} + +\end{document} \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex b/src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex new file mode 100644 index 0000000..f4ec3a1 --- /dev/null +++ b/src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex @@ -0,0 +1 @@ +\chapter{Introduction}