.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/run-tests.yml
rule4ml/__init__.py
rule4ml/_version.py
rule4ml.egg-info/PKG-INFO
rule4ml.egg-info/SOURCES.txt
rule4ml.egg-info/dependency_links.txt
rule4ml.egg-info/requires.txt
rule4ml.egg-info/top_level.txt
rule4ml/models/__init__.py
rule4ml/models/estimators.py
rule4ml/models/metrics.py
rule4ml/models/tuning.py
rule4ml/models/weights/BRAM_MLP.weights.h5
rule4ml/models/weights/BRAM_MLP_config.json
rule4ml/models/weights/CYCLES_MLP.weights.h5
rule4ml/models/weights/CYCLES_MLP_config.json
rule4ml/models/weights/DSP_MLP.weights.h5
rule4ml/models/weights/DSP_MLP_config.json
rule4ml/models/weights/FF_MLP.weights.h5
rule4ml/models/weights/FF_MLP_config.json
rule4ml/models/weights/LUT_MLP.weights.h5
rule4ml/models/weights/LUT_MLP_config.json
rule4ml/models/weights/__init__.py
rule4ml/parsers/__init__.py
rule4ml/parsers/data_parser.py
rule4ml/parsers/network_parser.py
rule4ml/parsers/supported_boards.json
rule4ml/parsers/utils.py