Skip to content

Commit b6b8e9f

Browse files
committed
updates - not yet published
1 parent f52e3d4 commit b6b8e9f

File tree

3 files changed

+87
-2
lines changed

3 files changed

+87
-2
lines changed

_config.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,13 @@ sphinx:
7676
local_extensions : # A list of local extensions to load by sphinx specified by "name: path" items
7777
config:
7878
html_show_copyright: false
79-
80-
79+
html_theme_options:
80+
repository_url: "https://github.com/nocomplexity/FreeAndOpenMachineLearning"
81+
repository_branch: "master"
82+
use_repository_button: True
83+
use_edit_page_button: True
84+
use_issues_button: True
85+
logo:
86+
text: "<b>Free and Open Machine Learning</b>"
87+
extra_footer: '<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> <i>(c)Copyright 2018-2023, BM-Support.org - Maikel Mardjan. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</i></a>.</p>'
88+

_toc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ parts:
2121
- file: mltools
2222
- file: mlhosting
2323
- file: nlpframeworks
24+
- caption: Courses
25+
chapters:
26+
- file: mlcourses
2427
- caption: Open References
2528
chapters:
2629
- file: MLlearningresources

mlcourses.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# ML courses
2+
3+
4+
5+
::::{grid} 3
6+
:class-container: text-center
7+
:gutter: 3
8+
9+
10+
:::{grid-item-card}
11+
:link: https://www.tomasbeuzen.com/deep-learning-with-pytorch/README.html
12+
{octicon}`book;1em;caption-text` **Deep Learning with PyTorch**
13+
^^^
14+
```{image} https://www.tomasbeuzen.com/deep-learning-with-pytorch/_images/logo.png
15+
:height: 100px
16+
```
17+
18+
Optimization algorithms, neural networks for regression and classification tasks, convolutional neural networks for image classification, transfer learning, and even generative adversarial networks (GANs)
19+
20+
+++
21+
[Check this Course Book »](https://www.tomasbeuzen.com/deep-learning-with-pytorch/README.html)
22+
:::
23+
24+
:::{grid-item-card}
25+
{octicon}`book;1em;caption-text` **Learn PyTorch for Deep Learning: Zero to Mastery book**
26+
^^^
27+
```{image} https://raw.githubusercontent.com/mrdbourke/pytorch-deep-learning/main/images/misc-pytorch-course-launch-cover-white-text-black-background.jpg
28+
:height: 100px
29+
```
30+
31+
Online book version of the Learn PyTorch for Deep Learning: Zero to Mastery course. With also a
32+
[A Quick PyTorch 2.0 Tutorial](https://www.learnpytorch.io/pytorch_2_intro/)
33+
34+
+++
35+
[Check this book »](https://www.learnpytorch.io/)
36+
:::
37+
38+
:::{grid-item-card}
39+
:link: https://course.fast.ai/
40+
{octicon}`book;1em;caption-text` **Practical Deep Learning**
41+
^^^
42+
```{image} https://course.fast.ai/images/imagine.png
43+
:height: 100px
44+
```
45+
A course designed for people with some coding experience, who want to learn how to apply deep learning and machine learning to practical problems.
46+
47+
+++
48+
[Check this course »](https://course.fast.ai/)
49+
:::
50+
51+
::::
52+
53+
% another row
54+
55+
::::{grid} 3
56+
:class-container: text-center
57+
:gutter: 3
58+
59+
60+
:::{grid-item-card}
61+
:link: https://mlc.ai/index.html
62+
{octicon}`book;1em;caption-text` **Machine Learning Compilation**
63+
^^^
64+
```{image} https://mlc.ai/_static/mlc-logo-with-text-landscape.svg
65+
:height: 100px
66+
```
67+
Learn the key abstractions to represent machine learning programs, automatic optimization techniques, and approaches to optimize dependency, memory, and performance in end-to-end machine learning deployment.
68+
69+
*Advanced course*
70+
+++
71+
[Check this course »](https://mlc.ai/index.html)
72+
:::
73+
74+
::::

0 commit comments

Comments
 (0)