|
1 | 1 | # ML courses
|
2 | 2 |
|
| 3 | + |
| 4 | +Learning machine learning does not have to be very expensive or time consuming. Great learning material for machine learning is licensed under a Creative Commons license. For starters but also people who are already more familiar with the key concepts. |
| 5 | + |
| 6 | +This section presents an opinionated list of great machine learning learning resources. A lot of garbage is produced on the internet and even paid courses are often not that good. |
| 7 | + |
| 8 | +This list consist of very readable references and some great hands-on courses. Only resources that are real open, so resources published using a Creative Commons license (cc-by mostly) or other types of real open licensed material is included. |
| 9 | + |
| 10 | +Most learning resources include hands-on tutorials. So be ready to learn how to use a [notebook](https://nocomplexity.com/documents/jupyterlab/intro.html), but most tutorials offer notebooks ready to use. |
| 11 | + |
| 12 | + |
3 | 13 | Everyone in the world should have access to high-quality machine learning resources. This to empower Free and Open Machine Learning.
|
4 | 14 |
|
5 | 15 | 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 | 16 |
|
7 |
| -Never stop learning. |
| 17 | +```{tip} **Never stop learning!** |
| 18 | +``` |
| 19 | + |
8 | 20 |
|
9 | 21 |
|
10 | 22 |
|
@@ -188,4 +200,77 @@ Understand the Concepts, Techniques and Mathematical Frameworks Used by Experts
|
188 | 200 | :::
|
189 | 201 |
|
190 | 202 |
|
| 203 | + |
| 204 | +:::{grid-item-card} |
| 205 | +:link: https://inria.github.io/scikit-learn-mooc/index.html |
| 206 | +{octicon}`book;1em;caption-text` **scikit-learn course** |
| 207 | +^^^ |
| 208 | +```{image} https://inria.github.io/scikit-learn-mooc/figures/mooc_computer.jpg |
| 209 | +:height: 100px |
| 210 | +``` |
| 211 | +The goal of this course is to teach machine learning with scikit-learn to beginners, even without a strong technical background. |
| 212 | ++++ |
| 213 | +[Check this course »](https://inria.github.io/scikit-learn-mooc/toc.html) |
| 214 | +::: |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | +:::{grid-item-card} |
| 219 | +:link: https://developers.google.com/machine-learning/crash-course/ |
| 220 | +{octicon}`book;1em;caption-text` **Machine Learning Crash Course with TensorFlow APIs** |
| 221 | +^^^ |
| 222 | +```{image} https://developers.google.com/static/machine-learning/crash-course/images/landing-icon-sliders.svg |
| 223 | +:height: 100px |
| 224 | +``` |
| 225 | +Google crash-course (cc-by). A great course published by Google\'s. It is advertised as a \'A |
| 226 | + self-study guide for aspiring machine learning practitioners\' |
| 227 | ++++ |
| 228 | +[Check this course »](https://developers.google.com/machine-learning/crash-course/) |
| 229 | +::: |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | +:::{grid-item-card} |
| 234 | +:link: https://spinningup.openai.com/en/latest/index.html |
| 235 | +{octicon}`book;1em;caption-text` **Spinning Up in Deep RL** |
| 236 | +^^^ |
| 237 | +```{image} https://spinningup.openai.com/en/latest/_images/spinning-up-in-rl.png |
| 238 | +:height: 100px |
| 239 | +``` |
| 240 | +Spinning Up in Deep RL, become a skilled practitioner in deep reinforcement learning. |
| 241 | +An educational resource produced by OpenAI, the company behind ChatGPT. |
| 242 | + |
| 243 | ++++ |
| 244 | +[Check this course »](https://spinningup.openai.com/en/latest/index.html) |
| 245 | +::: |
| 246 | + |
| 247 | + |
| 248 | +:::{grid-item-card} |
| 249 | +:link: https://www.elementsofai.com/ |
| 250 | +{octicon}`book;1em;caption-text` **The Elements of AI, learn the basics of AI** |
| 251 | +^^^ |
| 252 | +```{image} https://elementsofai.s3.amazonaws.com/course1-banner.svg?mtime=20190301234130&focal=none |
| 253 | +:height: 100px |
| 254 | +``` |
| 255 | +Our goal is to demystify AI. The Elements of AI is a series of free online courses created by MinnaLearn and the University of Helsinki. |
| 256 | ++++ |
| 257 | +[Check this course »](https://www.elementsofai.com/) |
| 258 | +::: |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | +:::{grid-item-card} |
| 263 | +:link: https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/#0 |
| 264 | +{octicon}`book;1em;caption-text` **TensorFlow, Keras and deep learning, without a PhD** |
| 265 | +^^^ |
| 266 | +```{image} https://codelabs.developers.google.com/static/codelabs/cloud-tensorflow-mnist/img/74f6fbd758bf19e6_856.png |
| 267 | +:height: 100px |
| 268 | +``` |
| 269 | +Great hands-on course from google. Learn how to build and train a neural network that recognises handwritten digits. Along the way, as you enhance your neural network to achieve 99% accuracy, you will also discover the tools of the trade that deep learning professionals use to train their models efficiently. |
| 270 | ++++ |
| 271 | +[Check this course »](https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/#0) |
| 272 | +::: |
| 273 | + |
| 274 | + |
| 275 | + |
191 | 276 | ::::
|
0 commit comments