Attention based Hopfield Network with Sparse Modern Hopfield network to improve robustness
- Install Poetry: https://python-poetry.org/docs/#installation
- Clone this repository
- Run
poetry installto install dependencies - Run
pre-commit installto set up the git hooks
- Use
poetry run python your_script.pyto run Python scripts - Use
poetry run pytestto run tests - Use
poetry run mkdocs serveto preview documentation - Use
poetry run mkdocs buildto build documentation
Please make sure to run the pre-commit hooks before committing your changes.