lti-ica
Independent Component Analysis in Linear Time-Invariant Systems
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords
Repository
Independent Component Analysis in Linear Time-Invariant Systems
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Description
We connect the ICA and dynamical systems perspectives on identifiability by showing that for Gaussian Linear Time-Invariant (LTI) systems, experiment design (i.e., introducing agency via prescribing sufficiently varying control signals/interventions) enables identifiability in an active manner.
How to run
First, install dependencies
```bash
clone lti-ica
git clone --recurse-submodules https://github.com/rpatrik96/lti-ica
install lti-ica
cd lti-ica
pip install -e .
pip install -r requirements.txt
install submodule requirements
pip install --requirement tests/requirements.txt --quiet
install pre-commit hooks (only necessary for development)
pre-commit install ```
Citation
```
@inproceedings{ rajendran2023interventional, title={An Interventional Perspective on Identifiability in Gaussian {LTI} Systems with Independent Component Analysis}, author={Goutham Rajendran and Patrik Reizinger and Wieland Brendel and Pradeep Kumar Ravikumar}, booktitle={UAI 2023 Workshop on Causal inference for time series data}, year={2023}, }
```
Owner
- Name: Patrik Reizinger
- Login: rpatrik96
- Kind: user
- Location: Germany
- Company: IMPRS-IS, ELLIS
- Twitter: rpatrik96
- Repositories: 4
- Profile: https://github.com/rpatrik96
PhD student at IMPRS-IS (University of Tübingen) and ELLIS. Looking into causality and representation learning.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Rajendran" given-names: "Goutham" - family-names: "Reizinger" given-names: "Patrik" orcid: "https://orcid.org/0000-0001-9861-0293" - family-names: "Brendel" given-names: "Wieland" orcid: "https://orcid.org/0000-0003-0982-552X" - family-names: "Ravikumar" given-names: "Pradeep Kumar" title: "lti-ica" version: 1.0.0 doi: date-released: 2023-07-31 url: "https://github.com/rpatrik96/lti-ica"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Patrik Reizinger | p****7@g****m | 199 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 34
- Average time to close issues: N/A
- Average time to close pull requests: 15 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 34
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- rpatrik96 (18)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- control *
- numpy *
- pandas *
- scipy *
- setuptools *
- torch *
- black * test
- check-manifest * test
- codecov * test
- coverage * test
- flake8 * test
- mypy * test
- pytest * test
- pytest-cov * test
- pytest-flake8 * test