Thank you for your interest in MDA.
Open a GitHub issue with:
- Python version and OS
- Minimal reproduction script
- Expected vs actual behavior
- Fork the repo
- Create a branch:
git checkout -b feature/your-feature - Run tests:
pytest tests/ - Open a PR with a clear description
These are the highest-value contributions right now:
- GPU port — PyTorch tensor ops for HDR encoding and Oja updates
- Low-rank W — W ≈ A×B factorization for higher-dimensional HDRs
- MDA + RAG hybrid — combining offline retrieval with online learning
- Real-world benchmarks — evaluation beyond fictional domains
- No inline comments unless explaining non-obvious math
- Type hints on all public functions
- Tests for any new module in
tests/
pip install -r requirements.txt
pytest tests/