lbourdois's picture
Update index.html
657b17f
raw
history blame
2.2 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Traductions 📚</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div style="flex: 1; display: flex;">
<div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
<p style="text-align: center;">FR</p>
<p style="text-align: justify;"><b>Les cours que j'ai traduit en français :</b></p>
<p style="text-align: justify;">• Le <a href="https://lbourdois.github.io/cours-dl-nyu/">Cours d’apprentissage profond de la New York University de Yann Le Cun et Alfredo Canziani</a></p>
<p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/nlp-course/fr/">Cours de traitement automatique du langage (NLP) de Hugging Face</a></p>
<p style="text-align: justify;">• Le <a href="https://huggingface.co/learn/audio-course/fr/">Cours d’audio de Hugging Face</a></p>
<p style="text-align: justify;">• Le <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Cours de modèles de diffusion de Hugging Face</a></p>
</div>
<div style="width: 30px;"></div>
<div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
<p style="text-align: center;">EN</p>
<p style="text-align: justify;"><b>The courses I have translated in French:</b></p>
<p style="text-align: justify;">• The <a href="https://lbourdois.github.io/cours-dl-nyu/">Deep learning course from New York University by Yann Le Cun and Alfredo Canziani</a></p>
<p style="text-align: justify;">• The <a href="https://huggingface.co/learn/nlp-course/fr/">Hugging Face's NLP course</a></p>
<p style="text-align: justify;">• The <a href="https://huggingface.co/learn/audio-course/fr/">Hugging Face's audio course</a></p>
<p style="text-align: justify;">• The <a href="https://github.com/huggingface/diffusion-models-class/tree/main/units/fr">Hugging Face's diffusion models course</a></p>
</div>
</div>
</body>
</html>