diff --git a/vae-talk.ipynb b/vae-talk.ipynb index 74b23d5..2335919 100644 --- a/vae-talk.ipynb +++ b/vae-talk.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "What are autoecnoders?\n", + "What are autoencoders?\n", "![title](img/autoencoder_schema.jpg)\n", "\"Autoencoding\" is a data compression algorithm where the compression and decompression functions are 1) data-specific, 2) lossy, and 3) learned automatically from examples rather than engineered by a human. Additionally, in almost all contexts where the term \"autoencoder\" is used, the compression and decompression functions are implemented with neural networks." ] @@ -57,7 +57,7 @@ "1. data denoising, \n", "2. non linear dimensionality reduction for data visualization. With appropriate dimensionality and sparsity constraints,autoencoders can learn data projections that are more interesting than PCA or other basic techniques.\n", "3. Reinforcement Learning\n", - "4. Seemi-Supervised Learning, we have lots of unlabeled data and some labeled data. " + "4. Semi-Supervised Learning, we have lots of unlabeled data and some labeled data. " ] }, {