Skip to content

Commit

Permalink
part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfouret committed Nov 8, 2023
1 parent 96eaeb5 commit 8ef86ff
Show file tree
Hide file tree
Showing 42 changed files with 3,261 additions and 190 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
_extensions
.RData
.Rhistory
/part*.html
/part*.html
.~*
Binary file added docs/img/Precisionrecall.svg.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 docs/img/Sensitivity_and_specificity_1.01.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/img/bias-variance-targets.svg
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 docs/img/grid_search_cross_validation.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 docs/img/in_out_errors_k10.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 docs/img/in_out_errors_k50.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 docs/img/in_out_errors_k500.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 docs/img/kmans_hclust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
211 changes: 211 additions & 0 deletions docs/img/ml_schema1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
382 changes: 382 additions & 0 deletions docs/img/ml_schema2.svg
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 docs/img/ml_schema3.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 docs/img/pca_cancer1.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 docs/img/pca_cancer2.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 docs/img/poly_19_overfit.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 docs/img/poly_19_overfit_MSE.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 docs/img/wolf_husky.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 docs/img/wrong_husky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ <h1 class="title">Machine Learning Techniques</h1>
<ul>
<li><a href="part0.html">Introduction to Artificial Intelligence and Machine Learning</a></li>
<li><a href="part1.html">Mathematical foundations to Modelling and ML</a></li>
<li><a href="part2.html">ML techniques and Good Practices</a></li>
<li><a href="practicals_1.html">Practical session 1</a></li>
</ul>

Expand Down
1,151 changes: 1,151 additions & 0 deletions docs/part2.html

Large diffs are not rendered by default.

630 changes: 441 additions & 189 deletions docs/search.json

Large diffs are not rendered by default.

Binary file added img/Precisionrecall.svg.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 img/Sensitivity_and_specificity_1.01.svg.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 img/Word_vector_illustration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/bias-variance-targets.svg
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 img/grid_search_cross_validation.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 img/in_out_errors_k10.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 img/in_out_errors_k50.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 img/in_out_errors_k500.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 img/kmans_hclust.png
Binary file added img/ml_schema.odg
Binary file not shown.
211 changes: 211 additions & 0 deletions img/ml_schema1.svg

Large diffs are not rendered by default.

382 changes: 382 additions & 0 deletions img/ml_schema2.svg

Large diffs are not rendered by default.

Binary file added img/ml_schema3.png
Binary file added img/pca_cancer1.png
Binary file added img/pca_cancer2.png
Binary file added img/poly_19_overfit.png
Binary file added img/poly_19_overfit_MSE.png
Binary file added img/wolf_husky.png
Binary file added img/wrong_husky.png
1 change: 1 addition & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: "Machine Learning Techniques"

- [Introduction to Artificial Intelligence and Machine Learning](part0.html)
- [Mathematical foundations to Modelling and ML](part1.html)
- [ML techniques and Good Practices](part2.html)
- [Practical session 1](practicals_1.html)
Loading

0 comments on commit 8ef86ff

Please sign in to comment.