Skip to content

Commit

Permalink
add wiki links to pca_notebook's abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
kislayabhi committed Mar 24, 2014
1 parent 14c2909 commit 6354925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/ipython-notebooks/clustering/GMM.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
"name": ""
"name": "",
"signature": "sha256:2360184c5183480d9a2f8ce3f73ed3c929a0ada3429ecb95ee828fa9ae5e98a8"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down
4 changes: 2 additions & 2 deletions doc/ipython-notebooks/pca/pca_notebook.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:3d13daedde9c7640249c0cb0983d00d6519b14626cee436879a4b5208e5b14a6"
"signature": "sha256:46b463d9024d044a8ad08cf843cfa18439fd25774f2106d76566b5109a652b9a"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand All @@ -28,7 +28,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook is about finding Principal Components of data (Unsupervised). It's dimensional reduction capabilities are further utilised to show it's application in data compression, image processing and face recognition. "
"This notebook is about finding Principal Components (<a href=\"http://en.wikipedia.org/wiki/Principal_component_analysis\">PCA</a>) of data (<a href=\"http://en.wikipedia.org/wiki/Unsupervised_learning\">Unsupervised</a>). It's <a href=\"http://en.wikipedia.org/wiki/Dimensionality_reduction\">dimensional reduction</a> capabilities are further utilised to show it's application in <a href=\"http://en.wikipedia.org/wiki/Data_compression\">data compression</a>, image processing and <a href=\"http://en.wikipedia.org/wiki/Facial_recognition_system\">face recognition</a>. "
]
},
{
Expand Down

0 comments on commit 6354925

Please sign in to comment.