Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
kithminrw committed May 15, 2024
1 parent 03defad commit 25f4885
Showing 40 changed files with 1,572 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: de65367a278dd0f7d581a0538d48165d
config: 6ad556eebfa383ec70a8b4bf3b345ffb
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions _sources/intro.md
Original file line number Diff line number Diff line change
@@ -22,12 +22,10 @@ Other resources include (but not limited to),
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work
```

<!-->
:::{admonition} Personal Goal
:class: tip
I have hopes of getting a paper outlining my work submitted for [NuerIPS 2025](https://nips.cc/), so it is my personal motivation for doing this as well :)
:::
</-->

### Pre-requisites

1 change: 1 addition & 0 deletions _sources/notebooks/00/00.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
### Packages
- numpy
- matplotlib
- scienceplots
- pandas
- scikit-learn
- [tensorflow2](https://www.tensorflow.org/tutorials/quickstart/beginner)
11 changes: 11 additions & 0 deletions _sources/notebooks/00/NB_0_2.ipynb
Original file line number Diff line number Diff line change
@@ -24,6 +24,17 @@
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
550 changes: 550 additions & 0 deletions _sources/notebooks/00/NB_0_3.ipynb

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions _static/pygments.css
Original file line number Diff line number Diff line change
@@ -3,77 +3,77 @@ html[data-theme="light"] .highlight td.linenos .normal { color: inherit; backgro
html[data-theme="light"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
html[data-theme="light"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
html[data-theme="light"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
html[data-theme="light"] .highlight .hll { background-color: #fae4c2 }
html[data-theme="light"] .highlight { background: #fefefe; color: #080808 }
html[data-theme="light"] .highlight .c { color: #515151 } /* Comment */
html[data-theme="light"] .highlight .err { color: #a12236 } /* Error */
html[data-theme="light"] .highlight .k { color: #6730c5 } /* Keyword */
html[data-theme="light"] .highlight .l { color: #7f4707 } /* Literal */
html[data-theme="light"] .highlight .n { color: #080808 } /* Name */
html[data-theme="light"] .highlight .o { color: #00622f } /* Operator */
html[data-theme="light"] .highlight .p { color: #080808 } /* Punctuation */
html[data-theme="light"] .highlight .ch { color: #515151 } /* Comment.Hashbang */
html[data-theme="light"] .highlight .cm { color: #515151 } /* Comment.Multiline */
html[data-theme="light"] .highlight .cp { color: #515151 } /* Comment.Preproc */
html[data-theme="light"] .highlight .cpf { color: #515151 } /* Comment.PreprocFile */
html[data-theme="light"] .highlight .c1 { color: #515151 } /* Comment.Single */
html[data-theme="light"] .highlight .cs { color: #515151 } /* Comment.Special */
html[data-theme="light"] .highlight .gd { color: #005b82 } /* Generic.Deleted */
html[data-theme="light"] .highlight .hll { background-color: #7971292e }
html[data-theme="light"] .highlight { background: #fefefe; color: #545454 }
html[data-theme="light"] .highlight .c { color: #797129 } /* Comment */
html[data-theme="light"] .highlight .err { color: #d91e18 } /* Error */
html[data-theme="light"] .highlight .k { color: #7928a1 } /* Keyword */
html[data-theme="light"] .highlight .l { color: #797129 } /* Literal */
html[data-theme="light"] .highlight .n { color: #545454 } /* Name */
html[data-theme="light"] .highlight .o { color: #008000 } /* Operator */
html[data-theme="light"] .highlight .p { color: #545454 } /* Punctuation */
html[data-theme="light"] .highlight .ch { color: #797129 } /* Comment.Hashbang */
html[data-theme="light"] .highlight .cm { color: #797129 } /* Comment.Multiline */
html[data-theme="light"] .highlight .cp { color: #797129 } /* Comment.Preproc */
html[data-theme="light"] .highlight .cpf { color: #797129 } /* Comment.PreprocFile */
html[data-theme="light"] .highlight .c1 { color: #797129 } /* Comment.Single */
html[data-theme="light"] .highlight .cs { color: #797129 } /* Comment.Special */
html[data-theme="light"] .highlight .gd { color: #007faa } /* Generic.Deleted */
html[data-theme="light"] .highlight .ge { font-style: italic } /* Generic.Emph */
html[data-theme="light"] .highlight .gh { color: #005b82 } /* Generic.Heading */
html[data-theme="light"] .highlight .gh { color: #007faa } /* Generic.Heading */
html[data-theme="light"] .highlight .gs { font-weight: bold } /* Generic.Strong */
html[data-theme="light"] .highlight .gu { color: #005b82 } /* Generic.Subheading */
html[data-theme="light"] .highlight .kc { color: #6730c5 } /* Keyword.Constant */
html[data-theme="light"] .highlight .kd { color: #6730c5 } /* Keyword.Declaration */
html[data-theme="light"] .highlight .kn { color: #6730c5 } /* Keyword.Namespace */
html[data-theme="light"] .highlight .kp { color: #6730c5 } /* Keyword.Pseudo */
html[data-theme="light"] .highlight .kr { color: #6730c5 } /* Keyword.Reserved */
html[data-theme="light"] .highlight .kt { color: #7f4707 } /* Keyword.Type */
html[data-theme="light"] .highlight .ld { color: #7f4707 } /* Literal.Date */
html[data-theme="light"] .highlight .m { color: #7f4707 } /* Literal.Number */
html[data-theme="light"] .highlight .s { color: #00622f } /* Literal.String */
html[data-theme="light"] .highlight .na { color: #912583 } /* Name.Attribute */
html[data-theme="light"] .highlight .nb { color: #7f4707 } /* Name.Builtin */
html[data-theme="light"] .highlight .nc { color: #005b82 } /* Name.Class */
html[data-theme="light"] .highlight .no { color: #005b82 } /* Name.Constant */
html[data-theme="light"] .highlight .nd { color: #7f4707 } /* Name.Decorator */
html[data-theme="light"] .highlight .ni { color: #00622f } /* Name.Entity */
html[data-theme="light"] .highlight .ne { color: #6730c5 } /* Name.Exception */
html[data-theme="light"] .highlight .nf { color: #005b82 } /* Name.Function */
html[data-theme="light"] .highlight .nl { color: #7f4707 } /* Name.Label */
html[data-theme="light"] .highlight .nn { color: #080808 } /* Name.Namespace */
html[data-theme="light"] .highlight .nx { color: #080808 } /* Name.Other */
html[data-theme="light"] .highlight .py { color: #005b82 } /* Name.Property */
html[data-theme="light"] .highlight .nt { color: #005b82 } /* Name.Tag */
html[data-theme="light"] .highlight .nv { color: #a12236 } /* Name.Variable */
html[data-theme="light"] .highlight .ow { color: #6730c5 } /* Operator.Word */
html[data-theme="light"] .highlight .pm { color: #080808 } /* Punctuation.Marker */
html[data-theme="light"] .highlight .w { color: #080808 } /* Text.Whitespace */
html[data-theme="light"] .highlight .mb { color: #7f4707 } /* Literal.Number.Bin */
html[data-theme="light"] .highlight .mf { color: #7f4707 } /* Literal.Number.Float */
html[data-theme="light"] .highlight .mh { color: #7f4707 } /* Literal.Number.Hex */
html[data-theme="light"] .highlight .mi { color: #7f4707 } /* Literal.Number.Integer */
html[data-theme="light"] .highlight .mo { color: #7f4707 } /* Literal.Number.Oct */
html[data-theme="light"] .highlight .sa { color: #00622f } /* Literal.String.Affix */
html[data-theme="light"] .highlight .sb { color: #00622f } /* Literal.String.Backtick */
html[data-theme="light"] .highlight .sc { color: #00622f } /* Literal.String.Char */
html[data-theme="light"] .highlight .dl { color: #00622f } /* Literal.String.Delimiter */
html[data-theme="light"] .highlight .sd { color: #00622f } /* Literal.String.Doc */
html[data-theme="light"] .highlight .s2 { color: #00622f } /* Literal.String.Double */
html[data-theme="light"] .highlight .se { color: #00622f } /* Literal.String.Escape */
html[data-theme="light"] .highlight .sh { color: #00622f } /* Literal.String.Heredoc */
html[data-theme="light"] .highlight .si { color: #00622f } /* Literal.String.Interpol */
html[data-theme="light"] .highlight .sx { color: #00622f } /* Literal.String.Other */
html[data-theme="light"] .highlight .sr { color: #a12236 } /* Literal.String.Regex */
html[data-theme="light"] .highlight .s1 { color: #00622f } /* Literal.String.Single */
html[data-theme="light"] .highlight .ss { color: #005b82 } /* Literal.String.Symbol */
html[data-theme="light"] .highlight .bp { color: #7f4707 } /* Name.Builtin.Pseudo */
html[data-theme="light"] .highlight .fm { color: #005b82 } /* Name.Function.Magic */
html[data-theme="light"] .highlight .vc { color: #a12236 } /* Name.Variable.Class */
html[data-theme="light"] .highlight .vg { color: #a12236 } /* Name.Variable.Global */
html[data-theme="light"] .highlight .vi { color: #a12236 } /* Name.Variable.Instance */
html[data-theme="light"] .highlight .vm { color: #7f4707 } /* Name.Variable.Magic */
html[data-theme="light"] .highlight .il { color: #7f4707 } /* Literal.Number.Integer.Long */
html[data-theme="light"] .highlight .gu { color: #007faa } /* Generic.Subheading */
html[data-theme="light"] .highlight .kc { color: #7928a1 } /* Keyword.Constant */
html[data-theme="light"] .highlight .kd { color: #7928a1 } /* Keyword.Declaration */
html[data-theme="light"] .highlight .kn { color: #7928a1 } /* Keyword.Namespace */
html[data-theme="light"] .highlight .kp { color: #7928a1 } /* Keyword.Pseudo */
html[data-theme="light"] .highlight .kr { color: #7928a1 } /* Keyword.Reserved */
html[data-theme="light"] .highlight .kt { color: #797129 } /* Keyword.Type */
html[data-theme="light"] .highlight .ld { color: #797129 } /* Literal.Date */
html[data-theme="light"] .highlight .m { color: #797129 } /* Literal.Number */
html[data-theme="light"] .highlight .s { color: #008000 } /* Literal.String */
html[data-theme="light"] .highlight .na { color: #797129 } /* Name.Attribute */
html[data-theme="light"] .highlight .nb { color: #797129 } /* Name.Builtin */
html[data-theme="light"] .highlight .nc { color: #007faa } /* Name.Class */
html[data-theme="light"] .highlight .no { color: #007faa } /* Name.Constant */
html[data-theme="light"] .highlight .nd { color: #797129 } /* Name.Decorator */
html[data-theme="light"] .highlight .ni { color: #008000 } /* Name.Entity */
html[data-theme="light"] .highlight .ne { color: #7928a1 } /* Name.Exception */
html[data-theme="light"] .highlight .nf { color: #007faa } /* Name.Function */
html[data-theme="light"] .highlight .nl { color: #797129 } /* Name.Label */
html[data-theme="light"] .highlight .nn { color: #545454 } /* Name.Namespace */
html[data-theme="light"] .highlight .nx { color: #545454 } /* Name.Other */
html[data-theme="light"] .highlight .py { color: #007faa } /* Name.Property */
html[data-theme="light"] .highlight .nt { color: #007faa } /* Name.Tag */
html[data-theme="light"] .highlight .nv { color: #d91e18 } /* Name.Variable */
html[data-theme="light"] .highlight .ow { color: #7928a1 } /* Operator.Word */
html[data-theme="light"] .highlight .pm { color: #545454 } /* Punctuation.Marker */
html[data-theme="light"] .highlight .w { color: #545454 } /* Text.Whitespace */
html[data-theme="light"] .highlight .mb { color: #797129 } /* Literal.Number.Bin */
html[data-theme="light"] .highlight .mf { color: #797129 } /* Literal.Number.Float */
html[data-theme="light"] .highlight .mh { color: #797129 } /* Literal.Number.Hex */
html[data-theme="light"] .highlight .mi { color: #797129 } /* Literal.Number.Integer */
html[data-theme="light"] .highlight .mo { color: #797129 } /* Literal.Number.Oct */
html[data-theme="light"] .highlight .sa { color: #008000 } /* Literal.String.Affix */
html[data-theme="light"] .highlight .sb { color: #008000 } /* Literal.String.Backtick */
html[data-theme="light"] .highlight .sc { color: #008000 } /* Literal.String.Char */
html[data-theme="light"] .highlight .dl { color: #008000 } /* Literal.String.Delimiter */
html[data-theme="light"] .highlight .sd { color: #008000 } /* Literal.String.Doc */
html[data-theme="light"] .highlight .s2 { color: #008000 } /* Literal.String.Double */
html[data-theme="light"] .highlight .se { color: #008000 } /* Literal.String.Escape */
html[data-theme="light"] .highlight .sh { color: #008000 } /* Literal.String.Heredoc */
html[data-theme="light"] .highlight .si { color: #008000 } /* Literal.String.Interpol */
html[data-theme="light"] .highlight .sx { color: #008000 } /* Literal.String.Other */
html[data-theme="light"] .highlight .sr { color: #d91e18 } /* Literal.String.Regex */
html[data-theme="light"] .highlight .s1 { color: #008000 } /* Literal.String.Single */
html[data-theme="light"] .highlight .ss { color: #007faa } /* Literal.String.Symbol */
html[data-theme="light"] .highlight .bp { color: #797129 } /* Name.Builtin.Pseudo */
html[data-theme="light"] .highlight .fm { color: #007faa } /* Name.Function.Magic */
html[data-theme="light"] .highlight .vc { color: #d91e18 } /* Name.Variable.Class */
html[data-theme="light"] .highlight .vg { color: #d91e18 } /* Name.Variable.Global */
html[data-theme="light"] .highlight .vi { color: #d91e18 } /* Name.Variable.Instance */
html[data-theme="light"] .highlight .vm { color: #797129 } /* Name.Variable.Magic */
html[data-theme="light"] .highlight .il { color: #797129 } /* Literal.Number.Integer.Long */
html[data-theme="dark"] .highlight pre { line-height: 125%; }
html[data-theme="dark"] .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
html[data-theme="dark"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
2 changes: 2 additions & 0 deletions genindex.html
Original file line number Diff line number Diff line change
@@ -180,6 +180,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="notebooks/00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
4 changes: 2 additions & 2 deletions intro.html
Original file line number Diff line number Diff line change
@@ -184,6 +184,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="notebooks/00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
@@ -467,12 +469,10 @@ <h1>{ml-nn-zero2hero}<a class="headerlink" href="#ml-nn-zero2hero" title="Link t
<li><p>Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work</p></li>
</ul>
</div>
<!-->
<div class="tip admonition">
<p class="admonition-title">Personal Goal</p>
<p>I have hopes of getting a paper outlining my work submitted for <a class="reference external" href="https://nips.cc/">NuerIPS 2025</a>, so it is my personal motivation for doing this as well :)</p>
</div>
<p>&lt;/–&gt;</p>
<section id="pre-requisites">
<h2>Pre-requisites<a class="headerlink" href="#pre-requisites" title="Link to this heading">#</a></h2>
<ul class="simple">
5 changes: 5 additions & 0 deletions notebooks/00/00.html
Original file line number Diff line number Diff line change
@@ -183,6 +183,8 @@
<li class="toctree-l1 current active has-children"><a class="current reference internal" href="#">Section 00 - Things Before Diving In</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
@@ -447,6 +449,7 @@ <h2>Packages<a class="headerlink" href="#packages" title="Link to this heading">
<ul class="simple">
<li><p>numpy</p></li>
<li><p>matplotlib</p></li>
<li><p>scienceplots</p></li>
<li><p>pandas</p></li>
<li><p>scikit-learn</p></li>
<li><p><a class="reference external" href="https://www.tensorflow.org/tutorials/quickstart/beginner">tensorflow2</a></p></li>
@@ -465,6 +468,8 @@ <h2>Packages<a class="headerlink" href="#packages" title="Link to this heading">
<ul>
<li class="toctree-l1"><a class="reference internal" href="NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l1"><a class="reference internal" href="NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</div>
</section>
2 changes: 2 additions & 0 deletions notebooks/00/NB_0_1.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 current active has-children"><a class="reference internal" href="00.html">Section 00 - Things Before Diving In</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul class="current">
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
8 changes: 5 additions & 3 deletions notebooks/00/NB_0_2.html
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'notebooks/00/NB_0_2';</script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Section 01 - Exploring for Machine Learning" href="../01/01.html" />
<link rel="next" title="Section 0.3 - Science Plots" href="NB_0_3.html" />
<link rel="prev" title="Section 0.1 - Mathematics for Machine Learning" href="NB_0_1.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
@@ -181,6 +181,8 @@
<li class="toctree-l1 current active has-children"><a class="reference internal" href="00.html">Section 00 - Things Before Diving In</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
@@ -508,11 +510,11 @@ <h1>Section 0.2 - Scientific Python with NumPy, matplotlib and pandas<a class="h
</div>
</a>
<a class="right-next"
href="../01/01.html"
href="NB_0_3.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Section 01 - Exploring for Machine Learning</p>
<p class="prev-next-title">Section 0.3 - Science Plots</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
898 changes: 898 additions & 0 deletions notebooks/00/NB_0_3.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions notebooks/01/01.html
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Section 1.1" href="NB_1_1.html" />
<link rel="prev" title="Section 0.2 - Scientific Python with NumPy, matplotlib and pandas" href="../00/NB_0_2.html" />
<link rel="prev" title="Section 0.3 - Science Plots" href="../00/NB_0_3.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
@@ -485,12 +487,12 @@ <h2>Notebook 1.2 - End-to-end ML project<a class="headerlink" href="#notebook-1-

<div class="prev-next-area">
<a class="left-prev"
href="../00/NB_0_2.html"
href="../00/NB_0_3.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</p>
<p class="prev-next-title">Section 0.3 - Science Plots</p>
</div>
</a>
<a class="right-next"
1 change: 0 additions & 1 deletion notebooks/01/NB_1_1.html
Original file line number Diff line number Diff line change
@@ -213,7 +213,6 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/ageron/handson-ml3">github:handson-ml</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/NVDLI/LDL/">github:learning-deep-learning</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Neural Networks</span></p>
<ul class="nav bd-sidenav">
2 changes: 2 additions & 0 deletions notebooks/02/02.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/03/03.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/04/04.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/05/05.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/06/06.html
Original file line number Diff line number Diff line change
@@ -180,6 +180,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/07/07.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/08/08.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/09/09.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 2 additions & 0 deletions notebooks/10/10.html
Original file line number Diff line number Diff line change
@@ -181,6 +181,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="../00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="../00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
Binary file modified objects.inv
Binary file not shown.
2 changes: 2 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
@@ -182,6 +182,8 @@
<li class="toctree-l1 has-children"><a class="reference internal" href="notebooks/00/00.html">Section 00 - Things Before Diving In</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_1.html">Section 0.1 - Mathematics for Machine Learning</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_2.html">Section 0.2 - Scientific Python with NumPy, matplotlib and pandas</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/00/NB_0_3.html">Section 0.3 - Science Plots</a></li>
<li class="toctree-l2"><a class="reference external" href="https://github.com/garrettj403/SciencePlots/wiki/Gallery">github:SciencePlots</a></li>
</ul>
</li>
</ul>
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 25f4885

Please sign in to comment.