An open API service indexing awesome lists of open source software.

https://github.com/miozilla/classicsml

classicsml :cloud_with_lightning_and_rain::arrows_counterclockwise::chart_with_downwards_trend: : Classsic Supervised ML # Cost Function # Gradient Descent
https://github.com/miozilla/classicsml

azureml-py38 custom-linear-regressor learning-rates mse ols optimizer sad sml ssd statsmodels step-size temperature weather

Last synced: 21 days ago
JSON representation

classicsml :cloud_with_lightning_and_rain::arrows_counterclockwise::chart_with_downwards_trend: : Classsic Supervised ML # Cost Function # Gradient Descent

Awesome Lists containing this project

README

          

# classicsml ⛈️🔄📉
classicsml : Classsic Supervised ML # Cost Function # Gradient Descent

## Objective
- Implement supervised learning
- Minimized error with cost function
- SSD (sum of squared differences)
- SAD (sum of absolute differences)
- Optimized model using gradient descent
- OLS (ordinary least squares)
- Experiment with learning rates (how they affect training)

## Classical ML models with Supervised Learning

![classicsml001.png](./media/classicsml001.png)

![classicsml002.png](./media/classicsml002.png)

![classicsml003.png](./media/classicsml003.png)

![classicsml004.png](./media/classicsml004.png)

![classicsml005.png](./media/classicsml005.png)

![classicsml006.png](./media/classicsml006.png)