A multi-stage hyperparameter optimization engine for binary classifiers, built from scratch. Characterizes the parameter landscape before searching it.
-
Updated
Mar 18, 2026 - Python
A multi-stage hyperparameter optimization engine for binary classifiers, built from scratch. Characterizes the parameter landscape before searching it.
Applying Gradient Descent from scratch and analyzing the effect of changing the number of epochs and learning rate on the mean square error (MSE).
Python code for visualizing Gradient Descent optimization paths with animated contours. Demonstrates two strategies: fixed and optimal step sizes. Includes Fibonacci search for step size and data saved with Pickle.
About my Machine Learning Class Assignments.
Gradient Descent implementation for Multiple linear regression
Add a description, image, and links to the gradient-descent-implementation topic page so that developers can more easily learn about it.
To associate your repository with the gradient-descent-implementation topic, visit your repo's landing page and select "manage topics."