Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] FastICA rotation #9

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

[WIP] FastICA rotation #9

wants to merge 40 commits into from

Conversation

jejjohnson
Copy link
Member

Added a fastica rotation method. Based on the scikit-learn package.

  • Still need to figure out the orthogonalization.

Got the ICA, PCA, and random rotations.
LogDetJacobian for samples and likelihood score done.
Notebook with example completed.
Added examples for RBIG components.
Added examples for RBIG blocks.
Added examples for RBIG flows.
Added example of Quantile Transform.
Added example of sampling.
Got the quantile transform.
Leaking somewhere.
Still have issues at the boundary.
There is a leaking somewhere.
Rearranged files.
Added Info Reduction.
Results look ok. Not the same though.
More Entropy measures.
Doesn't work very well though.
* Added docs
This reverts commit ba9c2b3.
working functions and scripts:
* marginal uniformization
* 1d example
* marginal icdf gaussian
* 1d example
* marginal gaussianization
* 1d and 2d example
* rbig block (mg + rot)
* 2d example
* Notebook running
* added RBIGBlock params
* Added GaussianizationFlow
* Added GaussianizationFlowModel
Conflicts:
	.gitignore
	docs/literature.md
	environment.yml
	notebooks/demo_2_it_measures.ipynb
	notebooks/rbig_demo.ipynb
	rbig/__init__.py
	rbig/information/entropy.py
	rbig/rbig.py
	setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant