Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kithminrw committed May 15, 2024
1 parent 06ffe95 commit 1a895d0
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _build/html/_sources/notebooks/00/00.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ P(A_1 \cup A_2 \cup A_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)
$$

```{table
```{tableofcontents}
```
11 changes: 10 additions & 1 deletion _build/html/_sources/notebooks/00/NB_0_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,13 @@
"version": 3
},
"file_extension": ".py",
"mimetype": "text
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
33 changes: 32 additions & 1 deletion _build/html/notebooks/00/00.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,35 @@ <h2>Packages<a class="headerlink" href="#packages" title="Link to this heading">


<p class="copyright">


© Copyright 2023.
<br/>

</p>

</div>

<div class="footer-item">

</div>

<div class="footer-item">

</div>

</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>
16 changes: 16 additions & 0 deletions _build/html/notebooks/00/NB_0_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,19 @@ <h1>Section 0.1 - Mathematics for Machine Learning<a class="headerlink" href="#s

</div>

</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>
13 changes: 13 additions & 0 deletions _build/html/notebooks/00/NB_0_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,3 +564,16 @@ <h1>Section 0.2 - Scientific Python with NumPy, matplotlib and pandas<a class="h
</div>
</footer>


</main>
</div>
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="../../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae"></script>
<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae"></script>

<footer class="bd-footer">
</footer>
</body>
</html>
20 changes: 19 additions & 1 deletion notebooks/00/NB_0_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,22 @@
"metadata": {
"kernelspec": {
"display_name": "base",
"language":
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 1a895d0

Please sign in to comment.