From e66b724d8c46c41f02040520c82fd72d01b0ee70 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:45:01 +0100 Subject: [PATCH] Moved FAIKR3 in year1 --- src/fundamentals-of-ai-and-kr/module3/ainotes.cls | 1 - .../fundamentals-of-ai-and-kr/metadata.json | 0 .../fundamentals-of-ai-and-kr/module3/ainotes.cls | 1 + .../fundamentals-of-ai-and-kr/module3/faikr3.tex | 0 .../module3/img/_active_trail.drawio | 0 .../module3/img/_active_trail.pdf | Bin .../module3/img/_approx_infer_example.pdf | Bin .../module3/img/_burglary_enumeration.pdf | Bin .../module3/img/_burglary_net.pdf | Bin .../module3/img/_car_example.pdf | Bin .../module3/img/_causal_example.pdf | Bin .../module3/img/_causal_network_example1.pdf | Bin .../module3/img/_causal_network_example2.pdf | Bin .../module3/img/_cpt_graph.pdf | Bin .../module3/img/_d_sep_example.drawio | 0 .../module3/img/_d_sep_example.pdf | Bin .../module3/img/_do_operator_example1.pdf | Bin .../module3/img/_do_operator_example2.pdf | Bin .../module3/img/_dynamic_bn_example.pdf | Bin .../module3/img/_evidential_example.pdf | Bin .../module3/img/_explainaway_example.pdf | Bin .../module3/img/_global_semantics_example.pdf | Bin .../module3/img/_independence_example.pdf | Bin .../module3/img/_linear_gaussian_example.pdf | Bin .../module3/img/_local_independence.pdf | Bin .../module3/img/_markov_blanket.pdf | Bin .../module3/img/_markov_chain_sampling.pdf | Bin .../module3/img/_monty_hall1.pdf | Bin .../module3/img/_monty_hall2.pdf | Bin .../module3/img/_monty_hall3.pdf | Bin .../module3/img/_noisy_or_example.pdf | Bin .../module3/img/_pointwise_factors.pdf | Bin .../module3/img/_v_structure.pdf | Bin .../module3/sections/_approx_inference.tex | 0 .../module3/sections/_bayesian_net.tex | 0 .../module3/sections/_exact_inference.tex | 0 .../module3/sections/_intro.tex | 0 .../module3/sections/_probability.tex | 0 38 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 src/fundamentals-of-ai-and-kr/module3/ainotes.cls rename src/{ => year1}/fundamentals-of-ai-and-kr/metadata.json (100%) create mode 120000 src/year1/fundamentals-of-ai-and-kr/module3/ainotes.cls rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/faikr3.tex (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_active_trail.drawio (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_active_trail.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_approx_infer_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_burglary_enumeration.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_burglary_net.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_car_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_causal_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_causal_network_example1.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_causal_network_example2.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_cpt_graph.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.drawio (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_do_operator_example1.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_do_operator_example2.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_dynamic_bn_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_evidential_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_explainaway_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_global_semantics_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_independence_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_linear_gaussian_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_local_independence.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_markov_blanket.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_markov_chain_sampling.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_monty_hall1.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_monty_hall2.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_monty_hall3.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_noisy_or_example.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_pointwise_factors.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/img/_v_structure.pdf (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/sections/_approx_inference.tex (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/sections/_bayesian_net.tex (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/sections/_exact_inference.tex (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/sections/_intro.tex (100%) rename src/{ => year1}/fundamentals-of-ai-and-kr/module3/sections/_probability.tex (100%) diff --git a/src/fundamentals-of-ai-and-kr/module3/ainotes.cls b/src/fundamentals-of-ai-and-kr/module3/ainotes.cls deleted file mode 120000 index 146fd3c..0000000 --- a/src/fundamentals-of-ai-and-kr/module3/ainotes.cls +++ /dev/null @@ -1 +0,0 @@ -../../ainotes.cls \ No newline at end of file diff --git a/src/fundamentals-of-ai-and-kr/metadata.json b/src/year1/fundamentals-of-ai-and-kr/metadata.json similarity index 100% rename from src/fundamentals-of-ai-and-kr/metadata.json rename to src/year1/fundamentals-of-ai-and-kr/metadata.json diff --git a/src/year1/fundamentals-of-ai-and-kr/module3/ainotes.cls b/src/year1/fundamentals-of-ai-and-kr/module3/ainotes.cls new file mode 120000 index 0000000..4a953bf --- /dev/null +++ b/src/year1/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/faikr3.tex b/src/year1/fundamentals-of-ai-and-kr/module3/faikr3.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/faikr3.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/faikr3.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_active_trail.drawio b/src/year1/fundamentals-of-ai-and-kr/module3/img/_active_trail.drawio similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_active_trail.drawio rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_active_trail.drawio diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_active_trail.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_active_trail.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_active_trail.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_active_trail.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_approx_infer_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_approx_infer_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_approx_infer_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_approx_infer_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_burglary_enumeration.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_burglary_enumeration.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_burglary_enumeration.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_burglary_enumeration.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_burglary_net.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_burglary_net.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_burglary_net.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_burglary_net.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_car_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_car_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_car_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_car_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_causal_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_causal_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_causal_network_example1.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_network_example1.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_causal_network_example1.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_network_example1.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_causal_network_example2.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_network_example2.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_causal_network_example2.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_causal_network_example2.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_cpt_graph.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_cpt_graph.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_cpt_graph.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_cpt_graph.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.drawio b/src/year1/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.drawio similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.drawio rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.drawio diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_d_sep_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_do_operator_example1.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_do_operator_example1.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_do_operator_example1.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_do_operator_example1.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_do_operator_example2.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_do_operator_example2.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_do_operator_example2.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_do_operator_example2.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_dynamic_bn_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_dynamic_bn_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_dynamic_bn_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_dynamic_bn_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_evidential_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_evidential_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_evidential_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_evidential_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_explainaway_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_explainaway_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_explainaway_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_explainaway_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_global_semantics_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_global_semantics_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_global_semantics_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_global_semantics_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_independence_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_independence_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_independence_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_independence_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_linear_gaussian_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_linear_gaussian_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_linear_gaussian_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_linear_gaussian_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_local_independence.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_local_independence.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_local_independence.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_local_independence.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_markov_blanket.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_markov_blanket.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_markov_blanket.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_markov_blanket.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_markov_chain_sampling.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_markov_chain_sampling.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_markov_chain_sampling.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_markov_chain_sampling.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_monty_hall1.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall1.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_monty_hall1.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall1.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_monty_hall2.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall2.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_monty_hall2.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall2.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_monty_hall3.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall3.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_monty_hall3.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_monty_hall3.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_noisy_or_example.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_noisy_or_example.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_noisy_or_example.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_noisy_or_example.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_pointwise_factors.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_pointwise_factors.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_pointwise_factors.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_pointwise_factors.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/img/_v_structure.pdf b/src/year1/fundamentals-of-ai-and-kr/module3/img/_v_structure.pdf similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/img/_v_structure.pdf rename to src/year1/fundamentals-of-ai-and-kr/module3/img/_v_structure.pdf diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_approx_inference.tex b/src/year1/fundamentals-of-ai-and-kr/module3/sections/_approx_inference.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/sections/_approx_inference.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/sections/_approx_inference.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_bayesian_net.tex b/src/year1/fundamentals-of-ai-and-kr/module3/sections/_bayesian_net.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/sections/_bayesian_net.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/sections/_bayesian_net.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_exact_inference.tex b/src/year1/fundamentals-of-ai-and-kr/module3/sections/_exact_inference.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/sections/_exact_inference.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/sections/_exact_inference.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex b/src/year1/fundamentals-of-ai-and-kr/module3/sections/_intro.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/sections/_intro.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/sections/_intro.tex diff --git a/src/fundamentals-of-ai-and-kr/module3/sections/_probability.tex b/src/year1/fundamentals-of-ai-and-kr/module3/sections/_probability.tex similarity index 100% rename from src/fundamentals-of-ai-and-kr/module3/sections/_probability.tex rename to src/year1/fundamentals-of-ai-and-kr/module3/sections/_probability.tex