diff --git a/README.md b/README.md
index 47a746b..1f2aaf5 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
### Disclaimer: All the rights of these codes and resources belong to their original authors. I am compiling a collection for self-learning purposes and to build tools by myself using the knowledge.
-I learned how to build these notes like as Jupyter-book thanks to this source repository on [Hands-On Mathematical Optimization with Python](https://github.com/mobook/MO-book) and the [Jupyter Book](https://jupyterbook.org/en/stable/start/build.html) official page on how to build beautiful, publication-quality books and documents from computational content.
\ No newline at end of file
+I learned how to build these notes like a Jupyter-book thanks to this source repository on [Hands-On Mathematical Optimization with Python](https://github.com/mobook/MO-book) and the [Jupyter Book](https://jupyterbook.org/en/stable/start/build.html) official page on how to build beautiful, publication-quality books and documents from computational content.
\ No newline at end of file
diff --git a/_build/.doctrees/environment.pickle b/_build/.doctrees/environment.pickle
index 7bf3bb9..e3af804 100644
Binary files a/_build/.doctrees/environment.pickle and b/_build/.doctrees/environment.pickle differ
diff --git a/_build/.doctrees/intro.doctree b/_build/.doctrees/intro.doctree
index 1219205..5bc54f2 100644
Binary files a/_build/.doctrees/intro.doctree and b/_build/.doctrees/intro.doctree differ
diff --git a/_build/.doctrees/notebooks/00/00.doctree b/_build/.doctrees/notebooks/00/00.doctree
index ccfa0ff..fe2fa3c 100644
Binary files a/_build/.doctrees/notebooks/00/00.doctree and b/_build/.doctrees/notebooks/00/00.doctree differ
diff --git a/_build/html/_sources/intro.md b/_build/html/_sources/intro.md
index 4031d87..fc945dd 100644
--- a/_build/html/_sources/intro.md
+++ b/_build/html/_sources/intro.md
@@ -1,7 +1,7 @@
# {ml-nn-zero2hero}
:::{admonition} Disclaimer
-:class: warning
+:class: important
All the rights of these codes and resources belong to their original authors. I am compiling a collection for self-learning purposes and to build tools by myself using the knowledge.
:::
@@ -9,19 +9,24 @@ Welcome to **Collection of notes on {ml.nn-zero2hero}**. This repository include
Other resources include (but not limited to),
- The [DeepLearning.ai](https://deeplearning.ai/) courses on the Machine Learning / Deep Learning Specialization by Andrew Ng
+- The [MIT Deep Learning book](https://www.deeplearningbook.org/) by Ian Goodfellow and Yoshua Bengio and Aaron Courville
- Online book on [Model-based Machine Learning](https://mbmlbook.com/) by John Winn
+- Nvidia's [Learning Deep Learning](https://www.nvidia.com/en-us/training/books/) by Magnus Ekman
- [Pattern Recognition and Machine Learning](https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) by Christopher Bishop
- [Hands-On Mathematical Optimization with Python](https://github.com/mobook/MO-book) by The MO Book Group
-```{note}
-The goals of this collection of notebooks are to:
-
+```{note} The goals of this collection of notebooks are to:
* Grasp the foundations for hands-on machine learning and deep learning in an elegant approach
* Have fun while learning and compiling notes and eventually end in a culmination of work
* Help readers to easily navigate the learning experience with a good compilation on notes on the subject
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work
```
+:::{admonition} Personal Goal
+:class: tip
+I want to publish my work at [NuerIPS 2025](https://nips.cc/) :)
+:::
+
### Pre-requisites
- Python 3.9 or above (preferably on VSCode)
@@ -37,4 +42,7 @@ The goals of this collection of notebooks are to:
Get started
-```
\ No newline at end of file
+```
+
+
+https://nips.cc/Conferences/2024/CallForPapers
\ No newline at end of file
diff --git a/_build/html/_sources/notebooks/00/00.md b/_build/html/_sources/notebooks/00/00.md
index 0cc24fe..bc2e4d7 100644
--- a/_build/html/_sources/notebooks/00/00.md
+++ b/_build/html/_sources/notebooks/00/00.md
@@ -5,8 +5,18 @@
- matplotlib
- pandas
- scikit-learn
-- tensorflow2
+- [tensorflow2](https://www.tensorflow.org/tutorials/quickstart/beginner)
- keras
+Some math:
+
+$$
+P(A_1 \cup A_2 \cup A_3)
+& = P(B \cup A_3) \\
+& = P(B) + P(A_3) - P(BA_3) \\
+&= P(A_1) + P(A_2) - P(A_1A_2) + P(A_3) - P(A_1A_3 \cup A_2A_3) \\
+&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
+$$
+
```{tableofcontents}
```
\ No newline at end of file
diff --git a/_build/html/genindex.html b/_build/html/genindex.html
index bbf3de8..7884969 100644
--- a/_build/html/genindex.html
+++ b/_build/html/genindex.html
@@ -212,6 +212,7 @@
github:handson-ml
+github:learning-deep-learning
Neural Networks
diff --git a/_build/html/intro.html b/_build/html/intro.html
index 14637b9..395ed7e 100644
--- a/_build/html/intro.html
+++ b/_build/html/intro.html
@@ -57,6 +57,8 @@
+
+
@@ -214,6 +216,7 @@
github:handson-ml
+github:learning-deep-learning
Neural Networks
@@ -440,7 +443,7 @@ Contents
{ml-nn-zero2hero}
-
+
Disclaimer
All the rights of these codes and resources belong to their original authors. I am compiling a collection for self-learning purposes and to build tools by myself using the knowledge.
@@ -448,7 +451,9 @@
{ml-nn-zero2hero}
diff --git a/_build/html/notebooks/00/00.html b/_build/html/notebooks/00/00.html
index 7d8a189..5776fb0 100644
--- a/_build/html/notebooks/00/00.html
+++ b/_build/html/notebooks/00/00.html
@@ -57,6 +57,8 @@
+
+
@@ -213,6 +215,7 @@
github:handson-ml
+github:learning-deep-learning
Neural Networks
@@ -446,9 +449,18 @@ Packages
+Some math:
+
+\[\begin{split}
+P(A_1 \cup A_2 \cup A_3)
+& = P(B \cup A_3) \\
+& = P(B) + P(A_3) - P(BA_3) \\
+&= P(A_1) + P(A_2) - P(A_1A_2) + P(A_3) - P(A_1A_3 \cup A_2A_3) \\
+&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
+\end{split}\]
Section 0.1 - Mathematics for Machine Learning
diff --git a/_build/html/notebooks/01/01.html b/_build/html/notebooks/01/01.html
index 4f21a28..1974638 100644
--- a/_build/html/notebooks/01/01.html
+++ b/_build/html/notebooks/01/01.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/02/02.html b/_build/html/notebooks/02/02.html
index a703d05..099fbf6 100644
--- a/_build/html/notebooks/02/02.html
+++ b/_build/html/notebooks/02/02.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/03/03.html b/_build/html/notebooks/03/03.html
index a231f0f..405d2a4 100644
--- a/_build/html/notebooks/03/03.html
+++ b/_build/html/notebooks/03/03.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/04/04.html b/_build/html/notebooks/04/04.html
index bf11c9e..f98ba8b 100644
--- a/_build/html/notebooks/04/04.html
+++ b/_build/html/notebooks/04/04.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/05/05.html b/_build/html/notebooks/05/05.html
index 6955bba..472c707 100644
--- a/_build/html/notebooks/05/05.html
+++ b/_build/html/notebooks/05/05.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/06/06.html b/_build/html/notebooks/06/06.html
index 108ffbf..bbe45e9 100644
--- a/_build/html/notebooks/06/06.html
+++ b/_build/html/notebooks/06/06.html
@@ -212,6 +212,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/07/07.html b/_build/html/notebooks/07/07.html
index 8cce9b1..00951fc 100644
--- a/_build/html/notebooks/07/07.html
+++ b/_build/html/notebooks/07/07.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/08/08.html b/_build/html/notebooks/08/08.html
index eb214a9..49c4e86 100644
--- a/_build/html/notebooks/08/08.html
+++ b/_build/html/notebooks/08/08.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/09/09.html b/_build/html/notebooks/09/09.html
index 3c60e1f..fcafeec 100644
--- a/_build/html/notebooks/09/09.html
+++ b/_build/html/notebooks/09/09.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/notebooks/10/10.html b/_build/html/notebooks/10/10.html
index 6de0637..a3dc99a 100644
--- a/_build/html/notebooks/10/10.html
+++ b/_build/html/notebooks/10/10.html
@@ -213,6 +213,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/search.html b/_build/html/search.html
index 45f46e0..c232947 100644
--- a/_build/html/search.html
+++ b/_build/html/search.html
@@ -214,6 +214,7 @@
github:handson-ml
+
github:learning-deep-learning
Neural Networks
diff --git a/_build/html/searchindex.js b/_build/html/searchindex.js
index 5299944..8cd5aa5 100644
--- a/_build/html/searchindex.js
+++ b/_build/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Disclaimer": [[0, null]], "Notebook 1.1 - Learning about the ML landscape": [[4, "notebook-1-1-learning-about-the-ml-landscape"]], "Notebook 1.2 - End-to-end ML project": [[4, "notebook-1-2-end-to-end-ml-project"]], "Packages": [[1, "packages"]], "Pre-requisites": [[0, "pre-requisites"]], "Section 0.1 - Mathematics for Machine Learning": [[2, "section-0-1-mathematics-for-machine-learning"]], "Section 0.2 - Scientific Python with NumPy, matplotlib and pandas": [[3, "section-0-2-scientific-python-with-numpy-matplotlib-and-pandas"]], "Section 00 - Things Before Diving In": [[1, "section-00-things-before-diving-in"]], "Section 01 - Exploring for Machine Learning": [[4, "section-01-exploring-for-machine-learning"]], "Section 02": [[6, "section-02"]], "Section 03": [[7, "section-03"]], "Section 04": [[8, "section-04"]], "Section 05": [[9, "section-05"]], "Section 06": [[10, "section-06"]], "Section 07": [[11, "section-07"]], "Section 08": [[12, "section-08"]], "Section 09": [[13, "section-09"]], "Section 1.1": [[5, "section-1-1"]], "Section 10": [[14, "section-10"]], "{ml-nn-zero2hero}": [[0, "ml-nn-zero2hero"]]}, "docnames": ["intro", "notebooks/00/00", "notebooks/00/NB_0_1", "notebooks/00/NB_0_2", "notebooks/01/01", "notebooks/01/NB_1_1", "notebooks/02/02", "notebooks/03/03", "notebooks/04/04", "notebooks/05/05", "notebooks/06/06", "notebooks/07/07", "notebooks/08/08", "notebooks/09/09", "notebooks/10/10"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["intro.md", "notebooks/00/00.md", "notebooks/00/NB_0_1.ipynb", "notebooks/00/NB_0_2.ipynb", "notebooks/01/01.md", "notebooks/01/NB_1_1.ipynb", "notebooks/02/02.md", "notebooks/03/03.md", "notebooks/04/04.md", "notebooks/05/05.md", "notebooks/06/06.md", "notebooks/07/07.md", "notebooks/08/08.md", "notebooks/09/09.md", "notebooks/10/10.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [1, 5], "00": [], "01": [], "02": [], "03": [], "04": [], "05": [], "06": [], "07": [], "08": [], "09": [], "1": 1, "10": 5, "12": 5, "14": 5, "2": [1, 5], "2020": 5, "23_500": 5, "3": [0, 5], "30165767": 5, "33333333": 5, "37_655": 5, "3blue1brown": 0, "4": 5, "42": 5, "6": 5, "62_500": 5, "7": 5, "9": [0, 5], "A": 0, "For": 0, "In": [], "On": 0, "The": 0, "These": 0, "__version__": 5, "abov": 0, "ageron": 5, "ai": 0, "aldo": 0, "algebra": 0, "all": 0, "also": [], "am": 0, "an": 0, "andrej": 0, "andrew": 0, "appli": 0, "approach": 0, "ar": 0, "art": [], "articl": [], "assert": 5, "aurelien": 0, "author": 0, "avail": 0, "ax": 5, "axi": 5, "background": [], "base": 0, "beauti": 0, "befor": [], "belong": 0, "best": 0, "better": [], "bishop": 0, "book": 0, "build": 0, "calculu": 0, "can": 0, "capita": 5, "channel": 0, "cheng": 0, "christoph": 0, "click": 0, "code": 0, "colaboratori": 0, "collect": 0, "com": 5, "compil": 0, "concept": 0, "concis": [], "cours": 0, "csv": 5, "culmin": 0, "cypru": 5, "data": 5, "data_root": 5, "deep": 0, "deeplearn": 0, "deisenroth": 0, "demonstr": 0, "develop": [], "dive": [], "document": 0, "download": 5, "easili": 0, "eleg": 0, "end": 0, "eventu": 0, "exampl": [], "experi": 0, "explor": [], "faisal": 0, "first": 2, "fit": 5, "follow": 0, "font": 5, "fontsiz": 5, "found": 0, "foundat": 0, "from": [0, 5], "fun": 0, "gdp": 5, "geron": 0, "get": 0, "github": 5, "goal": 0, "good": 0, "googl": 0, "grasp": 0, "great": 0, "grid": 5, "group": 0, "guid": 0, "hand": 0, "handson": [], "have": 0, "help": 0, "hero": [], "http": 5, "i": [0, 2, 3, 5], "import": 5, "includ": 0, "john": 0, "jupyt": 0, "just": 0, "karpathi": 0, "kera": 1, "kind": 5, "kneighborsregressor": 5, "knowledg": 0, "labels": 5, "languag": [], "learn": [0, 1], "legend": 5, "librari": 0, "life": 5, "lifesat": 5, "limit": 0, "linear": [0, 5], "linear_model": 5, "linearregress": 5, "look": [], "machin": [0, 1], "main": 5, "make": 5, "marc": 0, "mathemat": [0, 1], "matplotlib": [0, 1, 5], "ml": [], "mo": 0, "model": [0, 5], "my": [], "myself": 0, "n_neighbor": 5, "navig": 0, "nearest": 5, "need": [], "neighbor": 5, "ng": 0, "nn": [], "nn_zero_to_hero": 0, "note": 0, "notebook": [0, 2, 3, 5], "notion": 0, "np": 5, "numpi": [0, 1, 5], "one": 0, "ong": 0, "onlin": 0, "open": 0, "optim": 0, "origin": 0, "other": 0, "output": 5, "packag": 5, "panda": [0, 1, 5], "pars": 5, "particular": 0, "pattern": 0, "pd": 5, "per": 5, "person": 0, "peter": 0, "playlist": 0, "plot": 5, "plt": 5, "point": 0, "post": [], "practic": [], "predict": 5, "prefer": 0, "preferr": [], "prepar": 5, "print": 5, "probabl": 0, "problem": [], "provid": [], "public": 0, "pure": 0, "purpos": 0, "pyplot": 5, "python": [0, 1], "qualiti": 0, "quit": 0, "random": 5, "raw": 5, "rc": 5, "read_csv": 5, "reader": 0, "recognit": 0, "regress": 5, "repositori": 0, "resourc": 0, "right": 0, "run": 0, "satisfact": 5, "scatter": 5, "scientif": [0, 1], "scikit": 1, "second": 3, "section": [], "seed": 5, "select": 5, "self": 0, "should": [], "show": 5, "size": 5, "skill": [], "sklearn": 5, "solv": [], "solver": [], "soon": 0, "sota": 0, "sourc": 0, "special": 0, "stand": 0, "start": 0, "state": [], "statist": 0, "subject": 0, "sy": 5, "tensorflow": [], "tensorflow2": 1, "theoret": [], "theori": 0, "thi": [0, 2, 3, 5], "thing": [], "third": 5, "titles": 5, "tool": 0, "train": 5, "true": 5, "two": 0, "understand": 0, "us": 0, "usd": 5, "valu": 5, "version": 5, "version_info": 5, "video": 0, "visual": [0, 5], "vscode": 0, "welcom": 0, "well": 0, "while": 0, "winn": 0, "work": 0, "x": 5, "x_new": 5, "xtick": 5, "y": 5, "you": 0, "youtub": 0, "ytick": 5, "zero": [], "zero2hero": []}, "titles": ["{ml-nn-zero2hero}", "Section 00 - Things Before Diving In", "Section 0.1 - Mathematics for Machine Learning", "Section 0.2 - Scientific Python with NumPy, matplotlib and pandas", "Section 01 - Exploring for Machine Learning", "Section 1.1", "Section 02", "Section 03", "Section 04", "Section 05", "Section 06", "Section 07", "Section 08", "Section 09", "Section 10"], "titleterms": {"0": [2, 3], "00": 1, "01": 4, "02": 6, "03": 7, "04": 8, "05": 9, "06": 10, "07": 11, "08": 12, "09": 13, "1": [2, 4, 5], "10": 14, "2": [3, 4], "3": [], "4": [], "5": [], "6": [], "7": [], "8": [], "9": [], "In": 1, "about": 4, "all": [], "am": [], "author": [], "befor": 1, "belong": [], "build": [], "code": [], "collect": [], "compil": [], "deep": [], "disclaim": 0, "dive": 1, "end": 4, "explor": 4, "i": [], "index": [], "knowledg": [], "landscap": 4, "learn": [2, 4], "machin": [2, 4], "mathemat": 2, "matplotlib": 3, "ml": [0, 4], "myself": [], "network": [], "neural": [], "nn": 0, "note": [], "notebook": 4, "numpi": 3, "optim": [], "origin": [], "other": [], "packag": 1, "panda": 3, "pre": 0, "project": 4, "purpos": [], "python": 3, "requisit": 0, "resourc": [], "right": [], "scientif": 3, "section": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "self": [], "thing": 1, "tool": [], "transform": [], "us": [], "zero2hero": 0}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"Disclaimer": [[0, null]], "Notebook 1.1 - Learning about the ML landscape": [[4, "notebook-1-1-learning-about-the-ml-landscape"]], "Notebook 1.2 - End-to-end ML project": [[4, "notebook-1-2-end-to-end-ml-project"]], "Packages": [[1, "packages"]], "Personal Goal": [[0, null]], "Pre-requisites": [[0, "pre-requisites"]], "Section 0.1 - Mathematics for Machine Learning": [[2, "section-0-1-mathematics-for-machine-learning"]], "Section 0.2 - Scientific Python with NumPy, matplotlib and pandas": [[3, "section-0-2-scientific-python-with-numpy-matplotlib-and-pandas"]], "Section 00 - Things Before Diving In": [[1, "section-00-things-before-diving-in"]], "Section 01 - Exploring for Machine Learning": [[4, "section-01-exploring-for-machine-learning"]], "Section 02": [[6, "section-02"]], "Section 03": [[7, "section-03"]], "Section 04": [[8, "section-04"]], "Section 05": [[9, "section-05"]], "Section 06": [[10, "section-06"]], "Section 07": [[11, "section-07"]], "Section 08": [[12, "section-08"]], "Section 09": [[13, "section-09"]], "Section 1.1": [[5, "section-1-1"]], "Section 10": [[14, "section-10"]], "{ml-nn-zero2hero}": [[0, "ml-nn-zero2hero"]]}, "docnames": ["intro", "notebooks/00/00", "notebooks/00/NB_0_1", "notebooks/00/NB_0_2", "notebooks/01/01", "notebooks/01/NB_1_1", "notebooks/02/02", "notebooks/03/03", "notebooks/04/04", "notebooks/05/05", "notebooks/06/06", "notebooks/07/07", "notebooks/08/08", "notebooks/09/09", "notebooks/10/10"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["intro.md", "notebooks/00/00.md", "notebooks/00/NB_0_1.ipynb", "notebooks/00/NB_0_2.ipynb", "notebooks/01/01.md", "notebooks/01/NB_1_1.ipynb", "notebooks/02/02.md", "notebooks/03/03.md", "notebooks/04/04.md", "notebooks/05/05.md", "notebooks/06/06.md", "notebooks/07/07.md", "notebooks/08/08.md", "notebooks/09/09.md", "notebooks/10/10.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": 0, "0": [1, 5], "00": [], "01": [], "02": [], "03": [], "04": [], "05": [], "06": [], "07": [], "08": [], "09": [], "1": 1, "10": 5, "12": 5, "14": 5, "2": [1, 5], "2020": 5, "2024": 0, "2025": 0, "23_500": 5, "3": [0, 1, 5], "30165767": 5, "33333333": 5, "37_655": 5, "3blue1brown": 0, "4": 5, "42": 5, "6": 5, "62_500": 5, "7": 5, "9": [0, 5], "A": 0, "For": 0, "In": [], "On": 0, "The": 0, "These": 0, "_": 1, "__version__": 5, "a_1": 1, "a_1a_2": 1, "a_1a_2a_3": 1, "a_1a_3": 1, "a_2": 1, "a_2a_3": 1, "a_3": 1, "a_i": 1, "a_ia_j": 1, "aaron": 0, "abov": 0, "ageron": 5, "ai": 0, "aldo": 0, "algebra": 0, "all": 0, "also": [], "am": 0, "an": 0, "andrej": 0, "andrew": 0, "appli": 0, "approach": 0, "ar": 0, "art": [], "articl": [], "assert": 5, "aurelien": 0, "author": 0, "avail": 0, "ax": 5, "axi": 5, "b": 1, "ba_3": 1, "background": [], "base": 0, "beauti": 0, "befor": [], "belong": 0, "bengio": 0, "best": 0, "better": [], "bishop": 0, "book": 0, "build": 0, "calculu": 0, "callforpap": 0, "can": 0, "capita": 5, "cc": 0, "channel": 0, "cheng": 0, "christoph": 0, "click": 0, "code": 0, "colaboratori": 0, "collect": 0, "com": 5, "compil": 0, "concept": 0, "concis": [], "confer": 0, "cours": 0, "courvil": 0, "csv": 5, "culmin": 0, "cup": 1, "cypru": 5, "data": 5, "data_root": 5, "deep": 0, "deeplearn": 0, "deisenroth": 0, "demonstr": 0, "develop": [], "dive": [], "document": 0, "download": 5, "easili": 0, "ekman": 0, "eleg": 0, "end": 0, "eventu": 0, "exampl": [], "experi": 0, "explor": [], "faisal": 0, "first": 2, "fit": 5, "follow": 0, "font": 5, "fontsiz": 5, "found": 0, "foundat": 0, "from": [0, 5], "fun": 0, "gdp": 5, "geron": 0, "get": 0, "github": 5, "goal": [], "good": 0, "goodfellow": 0, "googl": 0, "grasp": 0, "great": 0, "grid": 5, "group": 0, "guid": 0, "hand": 0, "handson": [], "have": 0, "help": 0, "hero": [], "hope": [], "http": [0, 5], "i": [0, 1, 2, 3, 5], "ian": 0, "import": 5, "includ": 0, "j": 1, "john": 0, "jupyt": 0, "just": 0, "karpathi": 0, "kera": 1, "kind": 5, "kneighborsregressor": 5, "knowledg": 0, "labels": 5, "languag": [], "le": 1, "learn": [0, 1], "legend": 5, "librari": 0, "life": 5, "lifesat": 5, "limit": 0, "linear": [0, 5], "linear_model": 5, "linearregress": 5, "look": [], "machin": [0, 1], "magnu": 0, "main": 5, "make": 5, "marc": 0, "math": 1, "mathemat": [0, 1], "mathop": 1, "matplotlib": [0, 1, 5], "mit": 0, "ml": [], "mo": 0, "model": [0, 5], "my": 0, "myself": 0, "n_neighbor": 5, "navig": 0, "nearest": 5, "need": [], "neighbor": 5, "ng": 0, "nip": 0, "nn": [], "nn_zero_to_hero": 0, "note": 0, "notebook": [0, 2, 3, 5], "notion": 0, "np": 5, "nuerip": 0, "numpi": [0, 1, 5], "nvidia": 0, "one": 0, "ong": 0, "onlin": 0, "open": 0, "optim": 0, "origin": 0, "other": 0, "output": 5, "p": 1, "packag": 5, "panda": [0, 1, 5], "paper": [], "pars": 5, "particular": 0, "pattern": 0, "pd": 5, "per": 5, "person": [], "peter": 0, "playlist": 0, "plot": 5, "plt": 5, "point": 0, "post": [], "practic": [], "predict": 5, "prefer": 0, "preferr": [], "prepar": 5, "print": 5, "probabl": 0, "problem": [], "provid": [], "public": 0, "publish": 0, "pure": 0, "purpos": 0, "pyplot": 5, "python": [0, 1], "qualiti": 0, "quit": 0, "random": 5, "raw": 5, "rc": 5, "read_csv": 5, "reader": 0, "recognit": 0, "regress": 5, "repositori": 0, "resourc": 0, "right": 0, "run": 0, "satisfact": 5, "scatter": 5, "scientif": [0, 1], "scikit": 1, "second": 3, "section": [], "seed": 5, "select": 5, "self": 0, "should": [], "show": 5, "size": 5, "skill": [], "sklearn": 5, "solv": [], "solver": [], "some": 1, "soon": 0, "sota": 0, "sourc": 0, "special": 0, "stand": 0, "start": 0, "state": [], "statist": 0, "subject": 0, "sum": 1, "sum_": 1, "sy": 5, "tensorflow": [], "tensorflow2": 1, "theoret": [], "theori": 0, "thi": [0, 2, 3, 5], "thing": [], "third": 5, "titles": 5, "tool": 0, "train": 5, "true": 5, "two": 0, "understand": 0, "us": 0, "usd": 5, "valu": 5, "version": 5, "version_info": 5, "video": 0, "visual": [0, 5], "vscode": 0, "want": 0, "welcom": 0, "well": 0, "while": 0, "winn": 0, "work": 0, "x": 5, "x_new": 5, "xtick": 5, "y": 5, "yoshua": 0, "you": 0, "youtub": 0, "ytick": 5, "zero": [], "zero2hero": []}, "titles": ["{ml-nn-zero2hero}", "Section 00 - Things Before Diving In", "Section 0.1 - Mathematics for Machine Learning", "Section 0.2 - Scientific Python with NumPy, matplotlib and pandas", "Section 01 - Exploring for Machine Learning", "Section 1.1", "Section 02", "Section 03", "Section 04", "Section 05", "Section 06", "Section 07", "Section 08", "Section 09", "Section 10"], "titleterms": {"0": [2, 3], "00": 1, "01": 4, "02": 6, "03": 7, "04": 8, "05": 9, "06": 10, "07": 11, "08": 12, "09": 13, "1": [2, 4, 5], "10": 14, "2": [3, 4], "3": [], "4": [], "5": [], "6": [], "7": [], "8": [], "9": [], "In": 1, "about": 4, "all": [], "am": [], "author": [], "befor": 1, "belong": [], "build": [], "code": [], "collect": [], "compil": [], "deep": [], "disclaim": 0, "dive": 1, "end": 4, "explor": 4, "goal": 0, "i": [], "index": [], "knowledg": [], "landscap": 4, "learn": [2, 4], "machin": [2, 4], "mathemat": 2, "matplotlib": 3, "ml": [0, 4], "myself": [], "network": [], "neural": [], "nn": 0, "note": [], "notebook": 4, "numpi": 3, "optim": [], "origin": [], "other": [], "packag": 1, "panda": 3, "person": 0, "pre": 0, "project": 4, "purpos": [], "python": 3, "requisit": 0, "resourc": [], "right": [], "scientif": 3, "section": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "self": [], "thing": 1, "tool": [], "transform": [], "us": [], "zero2hero": 0}})
\ No newline at end of file
diff --git a/_toc.yml b/_toc.yml
index 8cb3bc4..6f93064 100644
--- a/_toc.yml
+++ b/_toc.yml
@@ -41,7 +41,9 @@ parts:
- file: notebooks/10/NB_10_1.ipynb
- url: https://github.com/ageron/handson-ml3
title: github:handson-ml
-
+ - url: https://github.com/NVDLI/LDL/
+ title: github:learning-deep-learning
+
- caption: Neural Networks
chapters:
- file: notebooks/04/04.md
diff --git a/intro.md b/intro.md
index 4031d87..fc945dd 100644
--- a/intro.md
+++ b/intro.md
@@ -1,7 +1,7 @@
# {ml-nn-zero2hero}
:::{admonition} Disclaimer
-:class: warning
+:class: important
All the rights of these codes and resources belong to their original authors. I am compiling a collection for self-learning purposes and to build tools by myself using the knowledge.
:::
@@ -9,19 +9,24 @@ Welcome to **Collection of notes on {ml.nn-zero2hero}**. This repository include
Other resources include (but not limited to),
- The [DeepLearning.ai](https://deeplearning.ai/) courses on the Machine Learning / Deep Learning Specialization by Andrew Ng
+- The [MIT Deep Learning book](https://www.deeplearningbook.org/) by Ian Goodfellow and Yoshua Bengio and Aaron Courville
- Online book on [Model-based Machine Learning](https://mbmlbook.com/) by John Winn
+- Nvidia's [Learning Deep Learning](https://www.nvidia.com/en-us/training/books/) by Magnus Ekman
- [Pattern Recognition and Machine Learning](https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) by Christopher Bishop
- [Hands-On Mathematical Optimization with Python](https://github.com/mobook/MO-book) by The MO Book Group
-```{note}
-The goals of this collection of notebooks are to:
-
+```{note} The goals of this collection of notebooks are to:
* Grasp the foundations for hands-on machine learning and deep learning in an elegant approach
* Have fun while learning and compiling notes and eventually end in a culmination of work
* Help readers to easily navigate the learning experience with a good compilation on notes on the subject
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work
```
+:::{admonition} Personal Goal
+:class: tip
+I want to publish my work at [NuerIPS 2025](https://nips.cc/) :)
+:::
+
### Pre-requisites
- Python 3.9 or above (preferably on VSCode)
@@ -37,4 +42,7 @@ The goals of this collection of notebooks are to:
Get started
-```
\ No newline at end of file
+```
+
+
+https://nips.cc/Conferences/2024/CallForPapers
\ No newline at end of file
diff --git a/notebooks/00/00.md b/notebooks/00/00.md
index 0cc24fe..bc2e4d7 100644
--- a/notebooks/00/00.md
+++ b/notebooks/00/00.md
@@ -5,8 +5,18 @@
- matplotlib
- pandas
- scikit-learn
-- tensorflow2
+- [tensorflow2](https://www.tensorflow.org/tutorials/quickstart/beginner)
- keras
+Some math:
+
+$$
+P(A_1 \cup A_2 \cup A_3)
+& = P(B \cup A_3) \\
+& = P(B) + P(A_3) - P(BA_3) \\
+&= P(A_1) + P(A_2) - P(A_1A_2) + P(A_3) - P(A_1A_3 \cup A_2A_3) \\
+&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
+$$
+
```{tableofcontents}
```
\ No newline at end of file