maalouf imad commited on
Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -828,7 +828,7 @@
|
|
| 828 |
<div class="timeline-item scroll-animate">
|
| 829 |
<div class="timeline-dot">1</div>
|
| 830 |
<div class="timeline-content">
|
| 831 |
-
<div class="timeline-time">
|
| 832 |
<h3 class="timeline-title">Introduction au ML & Python</h3>
|
| 833 |
<p class="timeline-text">
|
| 834 |
Fondamentaux du Machine Learning, environnement Python,
|
|
@@ -840,7 +840,7 @@
|
|
| 840 |
<div class="timeline-item scroll-animate">
|
| 841 |
<div class="timeline-dot">2</div>
|
| 842 |
<div class="timeline-content">
|
| 843 |
-
<div class="timeline-time">
|
| 844 |
<h3 class="timeline-title">Pretraitement des Donnees</h3>
|
| 845 |
<p class="timeline-text">
|
| 846 |
Nettoyage, normalisation, encodage des variables categorielles
|
|
@@ -852,7 +852,7 @@
|
|
| 852 |
<div class="timeline-item scroll-animate">
|
| 853 |
<div class="timeline-dot">3</div>
|
| 854 |
<div class="timeline-content">
|
| 855 |
-
<div class="timeline-time">
|
| 856 |
<h3 class="timeline-title">Regression Lineaire & Logistique</h3>
|
| 857 |
<p class="timeline-text">
|
| 858 |
Algorithmes de base, equations mathematiques,
|
|
@@ -864,7 +864,7 @@
|
|
| 864 |
<div class="timeline-item scroll-animate">
|
| 865 |
<div class="timeline-dot">4</div>
|
| 866 |
<div class="timeline-content">
|
| 867 |
-
<div class="timeline-time">
|
| 868 |
<h3 class="timeline-title">Arbres de Decision & Random Forest</h3>
|
| 869 |
<p class="timeline-text">
|
| 870 |
Classification avec arbres, bagging, boosting et
|
|
@@ -876,7 +876,7 @@
|
|
| 876 |
<div class="timeline-item scroll-animate">
|
| 877 |
<div class="timeline-dot">5</div>
|
| 878 |
<div class="timeline-content">
|
| 879 |
-
<div class="timeline-time">
|
| 880 |
<h3 class="timeline-title">Reseaux de Neurones avec Keras</h3>
|
| 881 |
<p class="timeline-text">
|
| 882 |
Introduction au Deep Learning, perceptron multicouche,
|
|
@@ -888,7 +888,7 @@
|
|
| 888 |
<div class="timeline-item scroll-animate">
|
| 889 |
<div class="timeline-dot">6</div>
|
| 890 |
<div class="timeline-content">
|
| 891 |
-
<div class="timeline-time">
|
| 892 |
<h3 class="timeline-title">Series Temporelles & LSTM</h3>
|
| 893 |
<p class="timeline-text">
|
| 894 |
Prediction de donnees temporelles, reseaux recurrents
|
|
@@ -900,7 +900,7 @@
|
|
| 900 |
<div class="timeline-item scroll-animate">
|
| 901 |
<div class="timeline-dot">7</div>
|
| 902 |
<div class="timeline-content">
|
| 903 |
-
<div class="timeline-time">
|
| 904 |
<h3 class="timeline-title">Evaluation & Optimisation</h3>
|
| 905 |
<p class="timeline-text">
|
| 906 |
Metriques de performance, cross-validation,
|
|
@@ -912,7 +912,7 @@
|
|
| 912 |
<div class="timeline-item scroll-animate">
|
| 913 |
<div class="timeline-dot">8</div>
|
| 914 |
<div class="timeline-content">
|
| 915 |
-
<div class="timeline-time">
|
| 916 |
<h3 class="timeline-title">Projet Final & Deploiement</h3>
|
| 917 |
<p class="timeline-text">
|
| 918 |
Realisation d'un projet complet et mise en production
|
|
|
|
| 828 |
<div class="timeline-item scroll-animate">
|
| 829 |
<div class="timeline-dot">1</div>
|
| 830 |
<div class="timeline-content">
|
| 831 |
+
<div class="timeline-time"> 1 </div>
|
| 832 |
<h3 class="timeline-title">Introduction au ML & Python</h3>
|
| 833 |
<p class="timeline-text">
|
| 834 |
Fondamentaux du Machine Learning, environnement Python,
|
|
|
|
| 840 |
<div class="timeline-item scroll-animate">
|
| 841 |
<div class="timeline-dot">2</div>
|
| 842 |
<div class="timeline-content">
|
| 843 |
+
<div class="timeline-time"> 2 </div>
|
| 844 |
<h3 class="timeline-title">Pretraitement des Donnees</h3>
|
| 845 |
<p class="timeline-text">
|
| 846 |
Nettoyage, normalisation, encodage des variables categorielles
|
|
|
|
| 852 |
<div class="timeline-item scroll-animate">
|
| 853 |
<div class="timeline-dot">3</div>
|
| 854 |
<div class="timeline-content">
|
| 855 |
+
<div class="timeline-time"> 3 </div>
|
| 856 |
<h3 class="timeline-title">Regression Lineaire & Logistique</h3>
|
| 857 |
<p class="timeline-text">
|
| 858 |
Algorithmes de base, equations mathematiques,
|
|
|
|
| 864 |
<div class="timeline-item scroll-animate">
|
| 865 |
<div class="timeline-dot">4</div>
|
| 866 |
<div class="timeline-content">
|
| 867 |
+
<div class="timeline-time"> 4 </div>
|
| 868 |
<h3 class="timeline-title">Arbres de Decision & Random Forest</h3>
|
| 869 |
<p class="timeline-text">
|
| 870 |
Classification avec arbres, bagging, boosting et
|
|
|
|
| 876 |
<div class="timeline-item scroll-animate">
|
| 877 |
<div class="timeline-dot">5</div>
|
| 878 |
<div class="timeline-content">
|
| 879 |
+
<div class="timeline-time"> 5 </div>
|
| 880 |
<h3 class="timeline-title">Reseaux de Neurones avec Keras</h3>
|
| 881 |
<p class="timeline-text">
|
| 882 |
Introduction au Deep Learning, perceptron multicouche,
|
|
|
|
| 888 |
<div class="timeline-item scroll-animate">
|
| 889 |
<div class="timeline-dot">6</div>
|
| 890 |
<div class="timeline-content">
|
| 891 |
+
<div class="timeline-time"> 6 </div>
|
| 892 |
<h3 class="timeline-title">Series Temporelles & LSTM</h3>
|
| 893 |
<p class="timeline-text">
|
| 894 |
Prediction de donnees temporelles, reseaux recurrents
|
|
|
|
| 900 |
<div class="timeline-item scroll-animate">
|
| 901 |
<div class="timeline-dot">7</div>
|
| 902 |
<div class="timeline-content">
|
| 903 |
+
<div class="timeline-time"> 7 </div>
|
| 904 |
<h3 class="timeline-title">Evaluation & Optimisation</h3>
|
| 905 |
<p class="timeline-text">
|
| 906 |
Metriques de performance, cross-validation,
|
|
|
|
| 912 |
<div class="timeline-item scroll-animate">
|
| 913 |
<div class="timeline-dot">8</div>
|
| 914 |
<div class="timeline-content">
|
| 915 |
+
<div class="timeline-time"> 8 </div>
|
| 916 |
<h3 class="timeline-title">Projet Final & Deploiement</h3>
|
| 917 |
<p class="timeline-text">
|
| 918 |
Realisation d'un projet complet et mise en production
|