-
Notifications
You must be signed in to change notification settings - Fork 0
/
learning.yml
51 lines (49 loc) · 2.25 KB
/
learning.yml
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
# ****************************************************************************************
# LEARNING PAGE CONTENT
learning:
bootcamps:
title:
en: 'Bootcamps'
fr: 'Bootcamps'
description:
fr: "Nos bootcamps sont conçus pour s’étaler sur une période de 5 jours.<br/>
Chacun de ces bootcamps mobilise et suppose de maîtriser les notions et concepts abordés dans le précédent.<br/>
Deux sessions annuelles sont organisées en physique à 42 et encadrées par des étudiants de l’association. (Juin / Novembre)"
en: "Our bootcamps are conceived to span on 5 consecutive days.<br/>
Each bootcamp utilizes the knowledge and experience gained in the previous one, and as such, supposes to be made in order.<br/>
We organize two annual sessions in the clusters of 42Paris, under the supervision of volunteering students of the association."
python:
title:
fr: "Bootcamp Python"
en: "Python Bootcamp"
description:
fr: "Niveau : Débutant<br/><br/>
Découverte du langage Python, du paradigme objet, et des bibliothèques essentielles pour aborder en confiance le Machine Learning."
en: "Level : Beginner<br/><br/>
Discovery of Python, object-oriented programming paradigm, and relevant libraries to get ready for Machine Learning."
url: 'https://github.com/42-AI/bootcamp_python'
ml:
title:
fr: "Bootcamp Apprentissage Automatique ('Machine Learning')"
en: "Machine Learning Bootcamp"
url: 'https://github.com/42-AI/bootcamp_machine-learning'
description:
fr: "Niveau : Intermédiaire<br/><br/>Faîtes vos premiers pas dans l’apprentissage automatique !"
en: "Level: Intermediate<br/><br/>Get started with Machine Learning !"
dl:
title:
fr: "Bootcamp Apprentissage profond ('Deep Learning')"
en: "Deep Learning Bootcamp"
description:
fr: "En cours de développement"
en: "Work in progress"
url: 'https://github.com/42-AI/bootcamp_deep-learning'
other_resources:
title:
fr: "Autres ressources"
en: "Other learning resources"
description:
fr: ""
en: ""
# // LEARNING PAGE CONTENT
# ****************************************************************************************