Skip to content
#

liner-regestion

Here are 48 public repositories matching this topic...

Simple_Linear_Regression_From_Scratch

I have applied the fundamental idea of Linear Regression with Single Variable input. I implemented the Gradian Descent algorithm simply from scratch with no libraries such as Scikit-Learn. I just used NumPy.

  • Updated Sep 13, 2022
  • Python

Regression is one of the foundational techniques in Machine Learning. Being one of the most well-understood algorithms, beginners always struggle to understand some fundamental terminology related to regression. In this series of projects, I will try to give you basic ideas of underlying concepts with the help of practical examples. If you are s…

  • Updated Sep 3, 2022
  • Jupyter Notebook

This repository contains a machine learning model designed to predict car prices based on various features. Using historical data on car attributes such as make, model, year, mileage, and other relevant factors, the model aims to provide accurate and reliable price estimates for used cars.

  • Updated Aug 7, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the liner-regestion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the liner-regestion topic, visit your repo's landing page and select "manage topics."

Learn more