-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
253ef4c
commit ce81c3e
Showing
8 changed files
with
3,455 additions
and
0 deletions.
There are no files selected for viewing
87 changes: 87 additions & 0 deletions
87
AA2324/course/05_clustering_kmeans/05_clustering_kmeans.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
3,368
AA2324/course/05_clustering_kmeans/05_clustering_kmeans.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+288 KB
AA2324/course/05_clustering_kmeans/figs/05.11-expectation-maximization.png
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.