.cursorrules
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CYBERSECURITY_BENEFITS.md
Dockerfile
IMPLEMENTATION.md
LICENSE
MANIFEST.in
Makefile
README.md
SOAR_WORKFLOW.md
TODO.md
TROUBLESHOOTING.md
UHG_IMPROVEMENTS.md
UHG_LIBRARY_ADDITIONS.md
VECTORIZATION.md
color_test.py
docker-compose.yml
environment.mac-silicon.yml
environment.yml
examine_uhg.py
example.py
install_splunk.py
mkdocs.yml
poincare_disk.png
progress_test.py
publish.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
setup_venv.py
terminal_network_colab.py
terminal_network_uhg.py
test_perpendicular_quadrance.py
test_terminal_network.py
test_uhg.py
test_uhg_calculations.py
test_uhg_core.py
test_uhg_features.py
test_uhg_integration.py
test_uhg_metric.py
tox.ini
uhg_examples.py
uhg_exploration.py
uhg_features.py
uhg_functions_summary.md
uhg_metric.py
uhg_utils.py
vectorization_checklist.gitignore
.github/workflows/ci.yml
benchmarks/benchmark_core_ops.py
docs/UHG_PRINCIPLES.md
docs/UHG_REFERENCE.md
docs/UHG_module_template.md
docs/conf.py
docs/index.md
docs/index.rst
docs/installation.rst
docs/projective_cursor.py
docs/requirements.txt
docs/trial_equations.py
docs/examples/advanced_constructions.py
docs/examples/interactive_uhg.ipynb
docs/javascripts/mathjax.js
docs/release_notes/v0.2.0.md
examples/auth_violation_detection.py
examples/threat_correlation_example.py
tests/test_cuda_ops.py
tests/test_fundamental_measurements.py
tests/test_fundamental_theorems.py
tests/test_hgnn.py
tests/test_hgt.py
tests/test_hierarchical.py
tests/test_manifolds.py
tests/test_metric.py
tests/test_new_calculations.py
tests/test_non_null_points.py
tests/test_pattern_correlation.py
tests/test_projective.py
tests/test_projective_cursor.py
tests/test_projective_deep_learning.py
tests/test_sage.py
tests/test_uhg_attention.py
tests/test_uhg_core_calculations.py
tests/test_uhg_layers.py
tests/test_uhg_lines.py
tests/test_uhg_metric.py
tests/test_uhg_optim.py
tests/test_uhg_points.py
tests/test_uhg_transform.py
tests/test_utils_metrics_vectorized.py
uhg/__init__.py
uhg/attention.py
uhg/core.py
uhg/crosslaw.md
uhg/layers.py
uhg/lines.py
uhg/metric.py
uhg/metrics.py
uhg/points.py
uhg/projective.py
uhg/tensor.py
uhg/threat_indicators.py
uhg/transform.py
uhg/utils.py
uhg.egg-info/PKG-INFO
uhg.egg-info/SOURCES.txt
uhg.egg-info/dependency_links.txt
uhg.egg-info/requires.txt
uhg.egg-info/top_level.txt
uhg/cuda/kernels.py
uhg/cuda/ops.py
uhg/datasets/__init__.py
uhg/datasets/base.py
uhg/datasets/graph.py
uhg/manifolds/__init__.py
uhg/nn/__init__.py
uhg/nn/attention.py
uhg/nn/functional.py
uhg/nn/hgnn.py
uhg/nn/losses.py
uhg/nn/message.py
uhg/nn/layers/__init__.py
uhg/nn/layers/attention.py
uhg/nn/layers/base.py
uhg/nn/layers/conv.py
uhg/nn/layers/hierarchical.py
uhg/nn/layers/linear.py
uhg/nn/layers/sage.py
uhg/nn/models/__init__.py
uhg/nn/models/hgnn.py
uhg/nn/models/hgt.py
uhg/nn/models/hierarchical.py
uhg/nn/models/sage.py
uhg/optim/__init__.py
uhg/optim/adam.py
uhg/optim/base.py
uhg/optim/optimizer.py
uhg/optim/sgd.py
uhg/optim/uhg_adam.py
uhg/optim/uhg_sgd.py
uhg/patterns/__init__.py
uhg/patterns/correlation.py
uhg/samplers/__init__.py
uhg/samplers/base.py
uhg/samplers/hyperbolic.py
uhg/utils/__init__.py
uhg/utils/batch.py
uhg/utils/cross_ratio.py
uhg/utils/metrics.py