A cluster of Machine Learning algorithms
-
Updated
Nov 18, 2021 - Jupyter Notebook
A cluster of Machine Learning algorithms
A Mathematical Intuition behind Linear Regression Algorithm
Deep Neural Network for Weather Time Series Forecasting
A demand forecasting model for an E-Commerce retailer, built using KPIs from Google Analytics & implemented in RStudio. Models: time-series, ARIMA, Regression (multivariate & dynamic). Open-source & contributions welcome.
Models for Predicting Missing Stock Prices.
A Collection of Utilities for Modeling Conditional Data Using Generalized Linear Models
Basic Feed Forward Neural Network Implementation with ELU activations and MSE loss/Cross entropy loss for uni-variate regression. Uses Optuna for Hyperparameter search
This is an implementation of univariate linear regression from scratch in Python
linear regression with gradient descent-univariate and multivariate on house pricing dataset
Using auto regressive time series models to fit univariate equations in data.
This project examines how model complexity and training size impact prediction stability in polynomial regression. By analyzing models of degrees 1 to 4 with confidence intervals, we gain insights into balancing overfitting and underfitting for optimal model selection.
Univariate model that predicts employee salary based on their years of experiences, using gradient descent
This project focuses on predicting stock prices using a univariate linear regression algorithm, built entirely from scratch without the use of any machine learning libraries such as Scikit-learn or TensorFlow.
Univariate Linear Regression in Python
Problem to solve: How long do you have to study to get a specific score. We can try to see a pattern in that data and predict a score based on how many hours the subject studies.
Simple Linear Regression in Python using Scatter Plot. Update it with your dataset. This code will work for any dependency of form H:X->Y . I have attached a pdf document of my own notes for this model. Feel free to download. Note : The pdf is for help purpose. Any type of reuse or restructuring is subject to copyright.
Univariate Linear Regression using sklearn on Diabetes Dataset
Add a description, image, and links to the univariate-regressions topic page so that developers can more easily learn about it.
To associate your repository with the univariate-regressions topic, visit your repo's landing page and select "manage topics."