Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

Flow based Independent Component Analysis

Flow_on_Pyro.ipynb - Is an implementation of the Normalizing flow using the Pyro.ai library.

ICA_on_Synthetic_Spikes.ipynb - Attempts to apply the ICA method to synthetically generated spike neural data.

Rectangular-Flow-working.ipynb - Is a code from "https://github.com/lgresele/independent-mechanism-analysis" with some changes based on updates in JAX.