Skip to content

Commit

Permalink
up presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkyByte committed Sep 3, 2021
1 parent caadefe commit d38bd0d
Show file tree
Hide file tree
Showing 15 changed files with 605 additions and 57 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified presentation/.DS_Store
Binary file not shown.
Binary file removed presentation/connectedclusters-eps-converted-to.pdf
Binary file not shown.
Binary file removed presentation/connectedclusters.eps
Binary file not shown.
Binary file added presentation/connectedclusters.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 modified presentation/connectedclusters.psd
Binary file not shown.
Binary file modified presentation/manifold-eps-converted-to.pdf
Binary file not shown.
Binary file modified presentation/manifold.eps
Binary file not shown.
Binary file modified presentation/manifold.psd
Binary file not shown.
2 changes: 1 addition & 1 deletion presentation/presentation.aux
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
\babel@aux{italian}{}
\babel@aux{italian}{}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces A sinistra una buona approssimazione di una varieta' 1D immersa in $\mathbb {R}^{2}$ dove i colori rappresentano i diversi gruppi di punti approssimati da linee. A destra una cattiva approssimazione che non preserva la geometria della varieta'.}}{4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces A sinistra due cluster $C_i$ e $C_k$ connessi e dunque fondibili. A destra tre cluster dove sia $C_i$ che $C_k$ sono fondibili con $C_j$ ma $C_i$ e $C_k$ non sono fondibili. \\ E' facile osservare che fondendo le coppie (fondibili) in entrambe le configurazioni la partizione risultante e' composta da sottografi connessi e dunque valida.}}{11}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces A sinistra due cluster $C_i$ e $C_k$ connessi e dunque fondibili. A destra tre cluster dove sia $C_i$ che $C_k$ sono fondibili con $C_j$ ma $C_i$ e $C_k$ non sono fondibili. \\ E' facile osservare che fondendo le coppie (fondibili) in entrambe le configurazioni la partizione risultante e' composta da sottografi connessi e dunque valida.}}{14}\protected@file@percent }
Binary file modified presentation/presentation.pdf
Binary file not shown.
Binary file modified presentation/presentation.synctex.gz
Binary file not shown.
631 changes: 579 additions & 52 deletions presentation/presentation.tex

Large diffs are not rendered by default.

Binary file added presentation/xkcd opening.eps
Binary file not shown.
29 changes: 25 additions & 4 deletions src/visual_saved.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 3,
"id": "4fe2ac6d",
"metadata": {
"ExecuteTime": {
Expand All @@ -416,19 +416,40 @@
"dict_keys(['knn', 'X', 98, 96, 94, 92, 90, 88, 86, 84, 82, 80, 78, 76, 74, 72, 70, 68, 66, 64, 62, 60, 58, 56, 54, 52, 50, 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2])"
]
},
"execution_count": 41,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"subject = 1\n",
"subject = 0\n",
"with open('./saved/ckpt_vidtimit_%s.pickle' % subject, 'rb') as f:\n",
" x = pickle.load(f)\n",
"X = x['X']\n",
"x.keys()"
]
},
{
"cell_type": "code",
"execution_count": 7,
"id": "champion-evening",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(676, 10)"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"x[12]['C'][0].F.shape"
]
},
{
"cell_type": "code",
"execution_count": 42,
Expand Down Expand Up @@ -1267,7 +1288,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d38bd0d

Please sign in to comment.