Mini-Batch Gradient Descent Project
Currently in progress, this project utilizes a mini-batch gradient descent machine learning algorithm made from scratch. Several data points are read from a file, where they are divided into numerous batches, and a line of best fit is determined after a series of data evaluations.