๐ฌ What is this?
This web app trains a Physics-Informed Neural Network (PINN) to learn the pharmacokinetic behavior of a drug from observed data. The model respects the elimination ODE:
dC/dt = -k * C
The trained PINN predicts the concentration-time curve while ensuring physical consistency.