MeroBERT-CNN is a deep learning-based Clinical Decision Support System (CDSS) specifically designed for the precise prediction of meropenem trough concentrations in critically ill ICU patients.
This platform utilizes the innovative MeroBERT-CNN fusion network. The model effectively combines the feature extraction capabilities of large-scale pre-trained models with the local feature capture abilities of Convolutional Neural Networks (CNNs):
To ensure clinical transparency, the system integrates the SHAP (SHapley Additive exPlanations) algorithm. Each prediction is accompanied by a feature contribution plot, helping physicians understand how specific factors impact the final estimate.
The visualization module utilizes thresholds based on the latest clinical pharmacology consensus:
Ensures drug concentrations remain above the MIC for common pathogens to prevent treatment failure.
Exceeding this threshold significantly increases the risk of neurotoxicity (e.g., seizures) in ICU patients.
This system operates on a transient processing basis. All data is processed in-memory and no persistent storage is performed on the server. Users should ensure data is de-identified before upload.