There are 7 repositories under linear-regression-python topic.
A system that is capable of automatically irrigating the agricultural field by sensing the parameters of soil in real-time and predicting crop based on those parameters using machine learning. The system also predicts the yield of the crop.
A small repository explaining how you can validate your linear regression model based on assumptions
Predicting Boston Housing Prices using Linear Regression
Analyse a Dataset of Ecommerce company based in New York City that sells clothing online , order either on a mobile app or website for the clothes they want.Predict whether to buy using mobile app or website
Machine learning project to predict NYC property prices.
Explore properties adversarial training in linear models. Companion code to the paper "Regularization properties of adversarially-trained linear regression"
This is a small multiple linear regression project created for academic purposes.
Using regression analysis to find the relation between water temperature and salinity in the CalCOFI dataset
Multiple Linear Regression from scratch without using scikit-learn.
Mathematics for Intelligent Systems-1 Project on Student Grade Prediction using Linear Regression
PCA For Dimension Reduction And Visualization, Temperature-Yield Prediction Via Linear Regression, And Linear Fit Optimization Using Gradient Descent.
Linear Regression Algorithms for Machine Learning using Scikit Learn
This is a small simple linear regression project created for academic purposes.
Short Project by Coursera on Linear Regression With Python
A predictor for students' grade using Linear Regression
Point-of-Sale (POS) for Sweet Avenue Coffe • Bakeshop
performs simple linear regression over a given dataset
A very simple Multiple Linear Regression (MLR) algorithm from Scratch. I did not use Scikit-Learn or any similar libraries
This project basically aims to provide a visual representation and comparative analysis of close price data related to different company ticker. It involves an interactive dashboard for users to display analysis and prediction of stocks data by using LSTM + XG-Boost model
TourPredict is a predictive modeling project that analyzes the impact of environmental factors on tourism resource allocation. Using data on temperature, air quality, noise levels, and visitor statistics, it builds models (Linear Regression, Random Forest) to forecast resource needs and optimize site management.
linear regression python implementation
Deep Learning and Text Analysis: Compare Linear Regression and Neural Network Results
Car Price Predictor using Linear Regression and Quikr Car Dataset
Machine Learning: LSTM Network
Linear regression is a statistical method for modeling relationships between a dependent variable with a given set of independent variables. Note: In this article, we refer to dependent variables as responses and independent variables as features for simplicity.
Using Linear Regression to build a model that can predict football player rating based on key statistics
Machine learning regression analysis on salary data and cost function optimization with 3D visualization.
The goal of this project is to build a model that can accurately predict the price of a house based on its features.
Screwing around with Machine Learning
Python examples of regression analysis, including simple linear regression, multiple regression, model evaluation, and data visualization.
A comparison of Linear Regression implemented from scratch using Gradient Descent in Python versus Scikit-learn’s built-in LinearRegression model. Includes training, evaluation using Mean Squared Error, and insights into how gradient descent compares with the closed-form solution.
A simple python program with no external dependancy to predict the house rent at various locations. in Dhaka, Bangladesh.
These are my notes, lessons, models, and code for topics on machine learning. Topics include everything from data pre-processing to logistic regression intuition, and more!
This repository contains applications of various topics under Machine Learning
Machine learning project implementing linear regression for housing price prediction using Python and scikit-learn