You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MLlearningresources.md
-49Lines changed: 0 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -19,59 +19,10 @@ licensed material is included.
19
19
Most learning resources include hands-on tutorials. So be ready to use a
20
20
notebook, but most tutorials offer notebooks ready to use directly.
21
21
22
-
- A Course in Machine Learning, <http://ciml.info/>
23
22
24
23
+++
25
24
26
-
- Adversarial Robustness - Theory and Practice.This tutorial seeks to provide a broad, hands-on introduction to this topic of adversarial robustness in deep learning. The goal is combine both a mathematical presentation and illustrative code examples that highlight some of the key methods and challenges in this setting. With this goal in mind, the tutorial is provided as a static web site, but all the sections are also downloadable as Jupyter Notebooks. Check the course [Adversarial Robustness - Theory and Practice](https://adversarial-ml-tutorial.org/)
Copy file name to clipboardExpand all lines: mlcourses.md
+125-8Lines changed: 125 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,49 @@
1
1
# ML courses
2
2
3
+
Everyone in the world should have access to high-quality machine learning resources. This to empower Free and Open Machine Learning.
4
+
5
+
This list of [open](http://opendefinition.org/od/2.1/en/) (Creative Commons licensed ) machine learning training resources contains resources for starters who never want to do ‘hands-on’. Openness for knowledge sharing means no user registration to read or play with the material is required.
6
+
7
+
Never stop learning.
8
+
3
9
4
10
5
11
::::{grid} 3
6
12
:class-container: text-center
7
13
:gutter: 3
8
14
9
15
16
+
:::{grid-item-card}
17
+
:link:https://d2l.ai/
18
+
{octicon}`book;1em;caption-text`**Dive into Deep Learning**
19
+
^^^
20
+
```{image} https://d2l.ai/_images/front.png
21
+
:height: 100px
22
+
```
23
+
Interactive deep learning book with code, math, and discussions. Implemented with PyTorch, NumPy/MXNet, JAX, and TensorFlow.
Supervised and unsupervised deep learning, embedding methods, metric learning, convolutional and recurrent nets, with applications to computer vision, natural language understanding, and speech recognition.
142
+
143
+
*Course from NYU CENTER FOR DATA SCIENCE, advanced course*
This book covers the building blocks of the most common methods in machine learning. This set of methods is like a toolbox for machine learning engineers.
159
+
160
+
+++
161
+
[Check this course »](https://dafriedman97.github.io/mlbook/content/introduction.html)
162
+
:::
163
+
164
+
:::{grid-item-card}
165
+
:link:https://fairmlbook.org/index.html
166
+
{octicon}`book;1em;caption-text`**Fairness and machine learning, Limitations and Opportunities**
0 commit comments