Skip to content

Commit

Permalink
kmeans
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopomasi committed Apr 4, 2024
1 parent 253ef4c commit ce81c3e
Show file tree
Hide file tree
Showing 8 changed files with 3,455 additions and 0 deletions.
87 changes: 87 additions & 0 deletions AA2324/course/05_clustering_kmeans/05_clustering_kmeans.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
/* when setting overlay,
* (see metadata in notebook)
*
* it's your responsability to put all the pieces where you want
* even in the middle if that was what you wanted
*
*/

div.myheader {
position: right;
margin-top: 1%;
margin-left: 5%;
font-size: large;
}

.myheader img {
float: right;
width: 200px;
}


div.myfooter {
position: absolute;
background: red;
font-size: 120%;
right: 10%;
}

div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before{

background: #812432;
}

div.cell.selected, div.cell.selected.jupyter-soft-selected {
border: 0px;
}


/*
RISE
*/
.rise-enabled {
background-color: #ffffff !important;
border-top: 0px #812432 solid;
border-bottom: 0px #812432 solid;
}

.rise-enabled .chalkboard-button i {
display: block !important;
bottom: 0em !important;
font-size: .8em !important;
color: #727272 !important;
}

.rise-enabled .reveal .progress span {
background: #812432;
}
.question {
color: #008;
}

.your_turn {
color: #e08414;
font-size: 150%;
font-weight: bold;
}

.rendered_html h1 {
color: #812432;
}

.fa-4x {
font-size: 2em;
}

.rendered_html h2:first-child {
margin-top: -0.056em;
}

.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
font-size: 95%;
}

.container.slides .celltoolbar, .container.slides .hide-in-slideshow {
display: None ! important;
}

3,368 changes: 3,368 additions & 0 deletions AA2324/course/05_clustering_kmeans/05_clustering_kmeans.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce81c3e

Please sign in to comment.