Skip to content

Commit

Permalink
deploy: 7b397d9
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Nov 18, 2023
1 parent fd4b80b commit 9e9481f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sources/dl/algo/prog_dyn/cours/prog_dyn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"source": [
"# Programmation dynamique\n",
"\n",
"<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>\n",
"<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe><iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>"
]
},
Expand Down
1 change: 1 addition & 0 deletions _sources/dl/apprentissage/cours/knn/knn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"source": [
"# Cours : 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 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><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
1 change: 1 addition & 0 deletions dl/algo/prog_dyn/cours/prog_dyn.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ <h2> Contents </h2>

<section class="tex2jax_ignore mathjax_ignore" id="programmation-dynamique">
<h1>Programmation dynamique<a class="headerlink" href="#programmation-dynamique" title="Permalink to this headline">#</a></h1>
<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>
<iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe><iframe src=https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/fortierq/cours/main/algo/prog_dyn/cours/prog_dyn.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe><div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="k">def</span> <span class="nf">knapsack</span><span class="p">(</span><span class="n">c</span><span class="p">,</span> <span class="n">w</span><span class="p">,</span> <span class="n">v</span><span class="p">):</span>
Expand Down
1 change: 1 addition & 0 deletions dl/apprentissage/cours/knn/knn.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ <h2> Contents </h2>

<section class="tex2jax_ignore mathjax_ignore" id="cours-algorithme-des-k-plus-proches-voisins">
<h1>Cours : Algorithme des k plus proches voisins<a class="headerlink" href="#cours-algorithme-des-k-plus-proches-voisins" title="Permalink to this headline">#</a></h1>
<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>
<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><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><p>Nous allons classifier deux ensembles de points (rouge et bleu) issus de deux distributions gaussiennes (de paramètres différents), avec la méthode des <span class="math notranslate nohighlight">\(k\)</span> plus proches voisins :</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
Expand Down

0 comments on commit 9e9481f

Please sign in to comment.