I am looking for a tool framework that lets me implement linear and logistic regression. I would also like to add regularization and tune the parameters using gradient descent.
Is there any framework or tool that lets me do these?
I would like to basically practice these two machine learning models.