File: presentations.rst

package info (click to toggle)
scikit-learn 1.7.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 25,748 kB
  • sloc: python: 219,120; cpp: 5,790; ansic: 846; makefile: 189; javascript: 110
file content (60 lines) | stat: -rw-r--r-- 2,226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.. _external_resources:

===========================================
External Resources, Videos and Talks
===========================================

The scikit-learn MOOC
=====================

If you are new to scikit-learn, or looking to strengthen your understanding,
we highly recommend the **scikit-learn MOOC (Massive Open Online Course)**.

The MOOC, created and maintained by some of the scikit-learn core-contributors,
is **free of charge** and is designed to help learners of all levels master
machine learning using scikit-learn. It covers topics
from the fundamental machine learning concepts to more advanced areas like
predictive modeling pipelines and model evaluation.

The course materials are available on the
`scikit-learn MOOC website <https://inria.github.io/scikit-learn-mooc/>`_.

This course is also hosted on the `FUN platform
<https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn/>`_,
which additionally makes the content interactive without the need to install
anything, and gives access to a discussion forum.

The videos are available on the
`Inria Learning Lab channel <https://www.youtube.com/@inrialearninglab>`_
in a
`playlist <https://www.youtube.com/playlist?list=PL2okA_2qDJ-m44KooOI7x8tu85wr4ez4f>`__.

.. _videos:

Videos
======

- The `scikit-learn YouTube channel <https://www.youtube.com/@scikit-learn>`_
  features a
  `playlist <https://www.youtube.com/@scikit-learn/playlists>`__
  of videos
  showcasing talks by maintainers
  and community members.

New to Scientific Python?
==========================

For those that are still new to the scientific Python ecosystem, we highly
recommend the `Python Scientific Lecture Notes
<https://scipy-lectures.org>`_. This will help you find your footing a
bit and will definitely improve your scikit-learn experience.  A basic
understanding of NumPy arrays is recommended to make the most of scikit-learn.

External Tutorials
===================

There are several online tutorials available which are geared toward
specific subject areas:

- `Machine Learning for NeuroImaging in Python <https://nilearn.github.io/>`_
- `Machine Learning for Astronomical Data Analysis <https://github.com/astroML/sklearn_tutorial>`_