Published January 3, 2026
| Version V2.0
Software
Open
P-ML: An End-to-End AutoML Framework for Deploying Classical Machine Learning Models on Resource-Constrained Devices
Description
P-ML is an end-to-end AutoML framework for deploying classical machine learning models on memory-constrained microcontrollers. The framework automates the complete workflow, including data splitting, model selection, hyperparameter optimization, and generation of optimized Arduino-compatible C++ libraries. P-ML integrates Optuna-based hyperparameter tuning with stratified data splitting methods such as SPXY and K-Fold cross-validation to ensure robust and reliable model selection. The generated libraries are compact, efficient, and directly deployable on Arduino Uno, Nano, and ESP32 platforms using the Arduino IDE. Experimental results demonstrate that P-ML enables accurate sensor data classification, achieving over 90% accuracy while maintaining a small memory footprint suitable for embedded IoT applications.
Notes
Files
HuuPhuoc2411/P-ML-V2.0.zip
Files
(1.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a9f537999d2722a1899b5d15555cdf43
|
1.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/HuuPhuoc2411/P-ML/tree/V2.0 (URL)
Software
- Repository URL
- https://github.com/HuuPhuoc2411/P-ML