Skip to content

Commit

Permalink
abstract revised for bss_image.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kislayabhi committed Mar 24, 2014
1 parent e875ca9 commit 34b09c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/ipython-notebooks/ica/bss_image.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
"name": ""
"name": "",
"signature": "sha256:3cc8c58993518dfd38e02dc7f58f44ca924126f47b69b83e584897ab469cd6fb"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand All @@ -27,7 +28,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this notebook I want to demonstrate how we can apply the Independent Component Analysis (ICA) algorithms in Shogun to do Blind Source Separation (BSS) on images rather than typical 1D signals. This example program is going to be very similar to the bss_audio notebook only using images rather than audio files."
"This notebook illustrates <a href=\"http://en.wikipedia.org/wiki/Blind_signal_separation\">Blind Source Seperation</a>(BSS) on images using <a href=\"http://en.wikipedia.org/wiki/Independent_component_analysis\">Independent Component Analysis</a> (ICA) in Shogun. This is very similar to the <a href=\"http://www.shogun-toolbox.org/static/notebook/current/bss_audio.html\">bss_audio notebook</a> except that here we have used images instead of audio signal."
]
},
{
Expand Down

0 comments on commit 34b09c9

Please sign in to comment.