diff --git a/_build/.doctrees/environment.pickle b/_build/.doctrees/environment.pickle index 82938c0..da18b70 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 cfa28a4..0b55a06 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 0a44f0e..ccfa0ff 100644 Binary files a/_build/.doctrees/notebooks/00/00.doctree and b/_build/.doctrees/notebooks/00/00.doctree differ diff --git a/_build/.doctrees/notebooks/01/01.doctree b/_build/.doctrees/notebooks/01/01.doctree index 45d5319..5f1a21f 100644 Binary files a/_build/.doctrees/notebooks/01/01.doctree and b/_build/.doctrees/notebooks/01/01.doctree differ diff --git a/_build/html/_sources/intro.md b/_build/html/_sources/intro.md index b172be8..2852bf4 100644 --- a/_build/html/_sources/intro.md +++ b/_build/html/_sources/intro.md @@ -1,5 +1,10 @@ # {ml-nn-zero2hero} +:::{admonition} Disclaimer +:class: warning + 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. +::: + Welcome to **Collection of notes on {ml.nn-zero2hero}**. This repository includes notes and learnings following the Youtube Playlist on [nn_zero_to_hero](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) guide by Andrej Karpathy and the open-source notebooks available from the book on [Hands-On Machine Learning and Deep Learning](https://www.oreilly.com/library/view/hands-on-machine-learning/9781098125967/) by Aurelien Geron. Personally, I found these to be two of the best resources available on this subject, purely from an applied learning stand point. For great visual understanding, the videos on the Youtube Channel [3Blue1Brown](https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) are quite helpful as well. Other resources include (but not limited to), @@ -25,13 +30,11 @@ The goals of this collection of notebooks are to: - [Mathematics for Machine Learning](https://mml-book.github.io/book/mml-book.pdf) Marc Peter Deisenroth, A. Aldo Faisal and Cheng Soon Ong - Jupyter – These notebooks are based on Jupyter. You can run these notebooks in just one click using Google Colaboratory -#### Packages -- numpy -- matplotlib -- pandas -- scikit-learn -- tensorflow2 -- keras +```{button-ref} notebooks/00/00.md +:ref-type: doc +:color: primary +:class: sd-rounded-pill float-left + -```{tableofcontents} +Get started ``` \ 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 8abe6f8..0cc24fe 100644 --- a/_build/html/_sources/notebooks/00/00.md +++ b/_build/html/_sources/notebooks/00/00.md @@ -1 +1,12 @@ ## Section 00 - Things Before Diving In + +### Packages +- numpy +- matplotlib +- pandas +- scikit-learn +- tensorflow2 +- keras + +```{tableofcontents} +``` \ No newline at end of file diff --git a/_build/html/_sources/notebooks/01/01.md b/_build/html/_sources/notebooks/01/01.md index 8b1e8c9..4524e90 100644 --- a/_build/html/_sources/notebooks/01/01.md +++ b/_build/html/_sources/notebooks/01/01.md @@ -1,4 +1,7 @@ ## Section 01 - Exploring for Machine Learning ### Notebook 1.1 - Learning about the ML landscape -### Notebook 1.2 - End-to-end ML project \ No newline at end of file +### Notebook 1.2 - End-to-end ML project + +```{tableofcontents} +``` \ No newline at end of file diff --git a/_build/html/intro.html b/_build/html/intro.html index 86d3aff..52ee6cd 100644 --- a/_build/html/intro.html +++ b/_build/html/intro.html @@ -426,12 +426,7 @@

Contents

@@ -445,6 +440,10 @@

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.

+

Welcome to Collection of notes on {ml.nn-zero2hero}. This repository includes notes and learnings following the Youtube Playlist on nn_zero_to_hero guide by Andrej Karpathy and the open-source notebooks available from the book on Hands-On Machine Learning and Deep Learning by Aurelien Geron. Personally, I found these to be two of the best resources available on this subject, purely from an applied learning stand point. For great visual understanding, the videos on the Youtube Channel 3Blue1Brown are quite helpful as well.

Other resources include (but not limited to),

-

Pre-requisites

-
-

Machine Learning

-
-

Deep Learning

-
-

Neural Networks

-
-

Other Notes

-
- - - + @@ -418,6 +420,14 @@

Section 00 - Things Before Diving In

+
+

Contents

+
+
@@ -429,8 +439,23 @@

Section 00 - Things Before Diving In

Section 00 - Things Before Diving In#

+
+

Packages#

+ +