Skip to content

Commit

Permalink
deploy: 0401a24
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Nov 15, 2023
1 parent fbc0a83 commit bbe0495
Show file tree
Hide file tree
Showing 44 changed files with 2,709 additions and 49 deletions.
7 changes: 6 additions & 1 deletion 0_python/aide_memoire.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../dl/apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../dl/apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
7 changes: 6 additions & 1 deletion 0_python/entrainement.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../dl/apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../dl/apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
Binary file added _images/knn_iris_11_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_33_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_35_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_41_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_43_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_51_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_55_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_60_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_61_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_63_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/knn_iris_65_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,093 changes: 1,093 additions & 0 deletions _sources/dl/apprentissage/cours/knn/exemple/knn_iris.ipynb

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions _sources/dl/apprentissage/cours/knn/knn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Algorithme des k plus proches voisins\n",
"\n",
"<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/apprentissage/cours/knn/knn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>\n",
"<iframe\n",
" src=\"https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/cpge-itc/itc2/main/files/4_knn/knn.pdf#zoom=page-fit&pagemode=none\"\n",
" height=500 width=100% allowfullscreen></iframe>"
"# Cours : Algorithme des k plus proches voisins\n",
"<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/apprentissage/cours/knn/knn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>"
]
},
{
Expand Down
7 changes: 6 additions & 1 deletion dl/algo/prog_dyn/cours/prog_dyn.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
7 changes: 6 additions & 1 deletion dl/algo/prog_dyn/seam_carving/seam_carving.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
7 changes: 6 additions & 1 deletion dl/algo/prog_dyn/tp/tp1/tp_prog_dyn.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../../apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../../apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
7 changes: 6 additions & 1 deletion dl/algo/prog_dyn/tp/tp2/tp_sac_dos.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ <h1 class="site-logo" id="site-title">Informatique commune en 2ème année de CP
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../../apprentissage/cours/knn/knn.html">
Algorithme des k plus proches voisins
Cours : Algorithme des k plus proches voisins
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="../../../../apprentissage/cours/knn/exemple/knn_iris.html">
Exemple : Classification d’iris
</a>
</li>
</ul>
Expand Down
Loading

0 comments on commit bbe0495

Please sign in to comment.