linfa-ica 0.3.1

A collection of Independent Component Analysis (ICA) algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Examples

## FastICA

```
cargo run --example fast_ica
```

This example creates three .npy files, we plot them using python's [matplotlib](https://matplotlib.org/) separately.

ICA algorithms do not retain the ordering or the sign of the input, hence they can differ in the output.

![fast_ica_example_plot](images/fast_ica.png)