Highlight of my featured works
Predicting red wine quality using deep learning with both Keras Sequential and Functional models, compared and optimized with hyperparameter tuning.
Both Sequential and Functional models improved with tuning, with the Functional API providing slightly more flexibility and better performance. However, results are sensitive to hyperparameters. Future improvements include using ensemble models, cross-validation, and testing tree-based ML methods (XGBoost, RandomForest) as benchmarks.