From fb91b40a20993e700451d63cfe7c9336039ad3de Mon Sep 17 00:00:00 2001 From: J1Souza <86744784+J1Souza@users.noreply.github.com> Date: Sun, 17 Oct 2021 03:51:49 -0400 Subject: [PATCH 1/3] Format Add :scroll: near all major entries to maintain consistency in format --- artificial_intelligence/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/artificial_intelligence/README.md b/artificial_intelligence/README.md index 5924d89..171ef1f 100644 --- a/artificial_intelligence/README.md +++ b/artificial_intelligence/README.md @@ -1,15 +1,15 @@ ## Artificial Intelligence -* :scroll: [Analysis of Three Bayesian Network Inference Algorithms: Variable Elimination, Likelihood Weighting, and Gibbs Sampling](3-bayesian-network-inference-algorithm.pdf) by Rose F. Liu, Rusmin Soetjipto +* 📜 [Analysis of Three Bayesian Network Inference Algorithms: Variable Elimination, Likelihood Weighting, and Gibbs Sampling](3-bayesian-network-inference-algorithm.pdf) by Rose F. Liu, Rusmin Soetjipto -* :scroll: [Efficient Selectivity and Backup Operators in Monte-Carlo Tree Search](efficient-selectivity-and-backup-operators-in-monte-carlo-tree-search.pdf) +* 📜 [Efficient Selectivity and Backup Operators in Monte-Carlo Tree Search](efficient-selectivity-and-backup-operators-in-monte-carlo-tree-search.pdf) -* [Computing Machinery and Intelligence](http://www.csee.umbc.edu/courses/471/papers/turing.pdf) by A.M. Turing +* 📜 [Computing Machinery and Intelligence](http://www.csee.umbc.edu/courses/471/papers/turing.pdf) by A.M. Turing -* [Judea Pearl](http://bayes.cs.ucla.edu/jp_home.html) folder - Papers by Judea Pearl, 2011 winner of the ACM Turing Award. +* 📜 [Judea Pearl](http://bayes.cs.ucla.edu/jp_home.html) folder - Papers by Judea Pearl, 2011 winner of the ACM Turing Award. * [:open_file_folder: Summary of Papers](judea_pearl/) -* [Mastering the Game of Go with Deep Neural Networks and Tree Search](http://airesearch.com/wp-content/uploads/2016/01/deepmind-mastering-go.pdf) by Silver et al. +* 📜 [Mastering the Game of Go with Deep Neural Networks and Tree Search](http://airesearch.com/wp-content/uploads/2016/01/deepmind-mastering-go.pdf) by Silver et al. -* [A Universal Music Translation Network (2018)](https://arxiv.org/pdf/1805.07848.pdf) by Noam Mor, Lior Wolf, Adam Polyak & Yaniv Taigman - > This paper proposes a method for translating music across musical instruments, genres, and styles. It is based on a multi-domain wavenet autoencoder, with a shared encoder and a disentangled latent space that is trained end-to-end on waveforms. Employing a diverse training dataset and large net capacity, the domain-independent encoder enables translation even from musical domains that were not seen during training. The method is unsupervised and does not rely on supervision in the form of matched samples between domains or musical transcriptions. This method is evaluated on NSynth, as well as on a dataset collected from professional musicians, and achieve convincing translations, even when translating from whistling, potentially enabling the creation of instrumental music by untrained humans. \ No newline at end of file +* 📜 [A Universal Music Translation Network (2018)](https://arxiv.org/pdf/1805.07848.pdf) by Noam Mor, Lior Wolf, Adam Polyak & Yaniv Taigman + > This paper proposes a method for translating music across musical instruments, genres, and styles. It is based on a multi-domain wavenet autoencoder, with a shared encoder and a disentangled latent space that is trained end-to-end on waveforms. Employing a diverse training dataset and large net capacity, the domain-independent encoder enables translation even from musical domains that were not seen during training. The method is unsupervised and does not rely on supervision in the form of matched samples between domains or musical transcriptions. This method is evaluated on NSynth, as well as on a dataset collected from professional musicians, and achieve convincing translations, even when translating from whistling, potentially enabling the creation of instrumental music by untrained humans. From 00bd08128b5c12f5eef3d685728f78d0dc6e5315 Mon Sep 17 00:00:00 2001 From: J1Souza <86744784+J1Souza@users.noreply.github.com> Date: Sun, 17 Oct 2021 04:02:34 -0400 Subject: [PATCH 2/3] Update README.md Add :scroll: near every major entry to keep consistency of formatting. Fix Capitalization of titles. Remove extraneous instances of "-" --- artificial_intelligence/judea_pearl/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artificial_intelligence/judea_pearl/README.md b/artificial_intelligence/judea_pearl/README.md index 435226d..5498c12 100644 --- a/artificial_intelligence/judea_pearl/README.md +++ b/artificial_intelligence/judea_pearl/README.md @@ -1,4 +1,4 @@ -[Reverend Bayes on inference engines: A distributed hierarchical approach](http://ftp.cs.ucla.edu/pub/stat_ser/r30.pdf) - +📜[Reverend Bayes on Inference Engines: A Distributed Hierarchical Approach](http://ftp.cs.ucla.edu/pub/stat_ser/r30.pdf) > The paper that began the probabilistic revolution in AI > by showing how several desirable properties of reasoning systems > can be obtained through sound probabilistic inference. @@ -7,17 +7,17 @@ > relationships as the key organizing principle for uncertain knowledge, > and described an efficient, distributed, exact inference algorithm. -[A theory of inferred causation](http://ftp.cs.ucla.edu/pub/stat_ser/r156-reprint.pdf) - with Thomas S. Verma. +📜[A Theory of Inferred Causation](http://ftp.cs.ucla.edu/pub/stat_ser/r156-reprint.pdf) - with Thomas S. Verma. > Introduces minimal-model semantics as a basis for causal discovery, > and shows that causal directionality can be inferred from patterns > of correlations without resorting to temporal information. -[Causal diagrams for empirical research](http://ftp.cs.ucla.edu/pub/stat_ser/R218-B-L.pdf) - extended version linked. +📜[Causal Diagrams for Empirical Research](http://ftp.cs.ucla.edu/pub/stat_ser/R218-B-L.pdf) - Extended Version linked. > Introduces the theory of causal diagrams and its associated do-calculus; > the first (and still the only) mathematical method to enable a > systematic removal of confounding bias in observations. -[The algorithmization of counterfactuals](http://ftp.cs.ucla.edu/pub/stat_ser/r360.pdf) - +📜[The Algorithmization of Counterfactuals](http://ftp.cs.ucla.edu/pub/stat_ser/r360.pdf) > Describes a computational model that explains how humans generate, > evaluate and distinguish counterfactual statements so swiftly and > consistently. From 7e0382f5d0caac68d2581f074090a6a32e02d24f Mon Sep 17 00:00:00 2001 From: J1Souza <86744784+J1Souza@users.noreply.github.com> Date: Sun, 17 Oct 2021 04:17:07 -0400 Subject: [PATCH 3/3] Rename README.md to Format --- artificial_intelligence/judea_pearl/{README.md => Format} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename artificial_intelligence/judea_pearl/{README.md => Format} (100%) diff --git a/artificial_intelligence/judea_pearl/README.md b/artificial_intelligence/judea_pearl/Format similarity index 100% rename from artificial_intelligence/judea_pearl/README.md rename to artificial_intelligence/judea_pearl/Format