Regression with Gradient Descent
January 2024AI / ML
PythonNumPyOptimization
Linear and non-linear regression models implemented with gradient descent optimization from scratch. Model performance was boosted with ridge and lasso regularization techniques to prevent overfitting and improve generalization.