๐Ÿ”— DOI: 10.5281/zenodo.17118217 โ€ข ๐Ÿ†” ORCID: 0009-0008-7911-1171 โ€ข ๐Ÿ“ฆ PyPI Package โ€ข ๐Ÿงช Open Source
Bio-Inspired Energy-Efficient AI

Adaptive gating with proven 77-94% energy savings across domains

Sundew Algorithms implements bio-inspired adaptive gating for stream processing with statistical validation, layered precision uplift, and hardware readiness. Tested across healthcare, IoT, ECG, financial, and network security domains.

77-94% Energy Savings Statistical Validation Multi-Domain Tested Hardware Ready Open Source

๐Ÿš€ Performance Highlights

Comprehensive benchmarking across 6 datasets with 10+ presets, featuring bootstrap confidence intervals and statistical validation for production readiness.

82%
Heart Disease
Energy Savings
88%
IoT Sensors
Efficiency
0.196
Heart Disease
Recall Rate
95%
Statistical
Confidence

๐Ÿ“ˆ Comprehensive Results

Dataset Preset Recall Energy Savings Precision (95% CI)
Heart Diseasecustom_health_hd820.19682.0%0.755 (0.680-0.828)
Breast Cancercustom_breast_probe0.11877.2%0.385 (0.294-0.475)
IoT Sensorsauto_tuned0.50088.2%0.670 (0.574-0.758)
Network Securityaggressive0.23389.2%0.461 (0.355-0.562)
Financialaggressive0.16490.1%0.219 (0.144-0.304)
MIT-BIH ECGauto_tuned0.21888.8%0.340 (0.328-0.352)

* 95% confidence intervals from 1000 bootstrap samples

๐Ÿ† Key Features

Layered Precision Uplift (90-100%) Bootstrap Statistical Validation Hardware Integration Ready Ablation Studies Complete Adversarial Testing Multi-Domain Optimization Real-time Performance Production Deployment

๐Ÿ—๏ธ System Architecture

Comprehensive visual documentation of the Sundew Algorithms system design and processing pipeline.

๐Ÿ“š Multi-Domain Dataset Validation

Comprehensive testing across healthcare, IoT, financial, and security domains with statistical rigor.

๐Ÿฅ Heart Disease (UCI)

Cardiovascular risk assessment with clinical features.

303 samples ยท Medical
custom_health_hd82

๐Ÿ”ฌ Breast Cancer Wisconsin

Tumor characteristics with enriched features.

569 samples ยท Medical
custom_breast_probe

๐Ÿ’“ MIT-BIH ECG

Cardiac arrhythmia detection from ECG signals.

109,446 samples ยท Medical
auto_tuned

๐ŸŒก๏ธ IoT Sensors

Multi-sensor monitoring with anomaly detection.

5,000 samples ยท IoT
auto_tuned

๐Ÿ”’ Network Security

Intrusion detection and anomaly patterns.

2,000 samples ยท Security
aggressive

๐Ÿ’ฐ Financial Time Series

Market data with volatility and anomalies.

1,000 samples ยท Finance
aggressive

๐Ÿงช Rigorous Validation

Bootstrap Confidence Intervals
1000 samples, 95% statistical certainty
โœ“ Complete
Ablation Studies
Component-wise performance analysis
โœ“ Complete
Adversarial Testing
Robustness against drift, spikes, noise
โœ“ Complete
Layered Precision Analysis
90-100% precision uplift validated
โœ“ Complete

โš™๏ธ Configuration Presets

custom_health_hd82
Heart disease optimized (82% savings)
Validated
custom_breast_probe
Breast cancer with enriched features
Validated
auto_tuned
Dataset-adaptive baseline
General
energy_saver
Maximum efficiency (>90% savings)
Efficiency

๐Ÿš€ Quick Start & Usage

Installation

# Install from PyPI
pip install sundew-algorithms

# Or with uv (recommended)
uv pip install sundew-algorithms

Basic Usage

import sundew

# Load preset configuration
config = sundew.get_preset('custom_health_hd82')

# Create and run algorithm
algorithm = sundew.SundewAlgorithm(config)
result = algorithm.process(event_data)

Run Complete Analysis

# Execute full evidence suite (all datasets, presets, analyses)
uv run python tools/run_full_evidence.py

# Generate specific benchmarks
uv run python benchmarks/run_dataset_suite.py --presets tuned_v2 auto_tuned aggressive

# Create architecture diagrams
uv run python create_architecture_diagram.py