https://github.com/alphanome-ai/gnn-causality-research
Exploring Causal Inferences in Finance with Graph Neural Networks
https://github.com/alphanome-ai/gnn-causality-research
ai ai-for-finance artificial-intelligence causal-inference causality data-mining financial-analysis fintech gnn graph-neural-network graph-neural-networks machine-learning natural-language-processing nlp nlp-machine-learning open-source predictive-modeling sec-filings sec-parser semantic-analysis
Last synced: 9 months ago
JSON representation
Exploring Causal Inferences in Finance with Graph Neural Networks
- Host: GitHub
- URL: https://github.com/alphanome-ai/gnn-causality-research
- Owner: alphanome-ai
- License: mit
- Created: 2023-11-08T15:54:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T22:48:34.000Z (over 2 years ago)
- Last Synced: 2024-01-28T22:36:12.802Z (over 2 years ago)
- Topics: ai, ai-for-finance, artificial-intelligence, causal-inference, causality, data-mining, financial-analysis, fintech, gnn, graph-neural-network, graph-neural-networks, machine-learning, natural-language-processing, nlp, nlp-machine-learning, open-source, predictive-modeling, sec-filings, sec-parser, semantic-analysis
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-causal-ai - gnn-causality-research - Exploring Causal Inferences in Finance with Graph Neural Networks *(Unknown)* (🚀 GitHub Repositories / 👤 Personal Projects & Implementations)
README
Exploring Causal Inferences in Finance with Graph Neural Networks
## [Access the Comprehensive Project Plan](project-plan.md)
For a detailed outline of our methodologies, objectives, and step-by-step execution strategies, please view our Project Plan with the link above. To contribute join our [**Discord**](https://discord.gg/2MC3uJhBxs) to *#OpenSourceWallStreet*.
## Repository Setup Instructions
Clone the repository, navigate to the directory, and install the required PyPI dependencies with the following commands:
```bash
git clone git@github.com:alphanome-ai/gnn-causality-exploration.git
cd gnn-causality-exploration
poetry install
```