Fit a band gap model live · explore the math · visualise gradient descent
| # | Compound | a (Å) | ΔEN | Val. e⁻ | Eg DFT (eV) | Êg Pred. (eV) | |Error| |
|---|
The algorithm starts with all weights = 0 and iteratively adjusts them to minimise the MSE cost. Watch the loss decrease toward the optimal solution.
A perfect model places all points on the diagonal y = x line. Points above the line = underpredicted. Points below = overpredicted.
Fit the model in the Model tab first.
After standardising features (mean=0, std=1), the coefficient magnitudes tell us which features the model relies on most.
Cell values show Pearson correlation (−1 to +1). High correlation between features (multicollinearity) can destabilise linear regression coefficients.