In this notebook I will be implementing ICA method to resolve a signal to its constituent components. As a geophysicist it can be very interesting practice.
This methodology can be used in seprating different components of a signal. An Example of this is presented in the following paper: http://www.earthdoc.org/publication/publicationdetails/?publication=95000
The libraries used in this note put are:
- numpy,
- matplotlib,
- wave
- sklearn.decomposition
- scipy.io
There is a data folder used in this study that contains input folder requiered to run the code and output folder contains the files that will be createed upon running the notebook.
- Udacity Machine Learning Engineering course