Views
No views yet
1# Example usage
2import tensorflow as keras
3
4model = keras.models.load_model('best_full_model.keras')
5predictions = model.predict(measurements)| Model Type | R² (All) | MSE (All) | R² (Test) | MSE (Test) |
|---|---|---|---|---|
| Full Input | 0.9724 | 1.9250 | 0.9671 | 1.5301 |
| Reduced Input | 0.9617 | 2.6734 | 0.9394 | 2.8187 |
@software{ChanMeng666_2024_bodyfat_estimation_mlp,
author = {ChanMeng666},
title = {Body Fat Estimation using Neural Networks},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/ChanMeng666/bodyfat-estimation-mlp}
}