Skip to content
#

linear-regression-models

Here are 23 public repositories matching this topic...

Automatic-irrigation-and-crop-prediction

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.

  • Updated Sep 26, 2020
  • Python

A real-time facial measurement tool that uses MediaPipe and linear regression to assist customers in selecting appropriately sized glasses when ordering online. It detects facial landmarks via webcam, estimates the distance from the camera, dynamically overlays glasses on the face, and displays measurements such as eye width and eye distance.

  • Updated Jun 30, 2024
  • Python

Developed Machine Learning models in Python to correctly Recognize handwritten letter and face images by training and later testing the models. The machine learning algorithms developed were Support Vector Machine, K- Nearest Neighbor and Nearest Centroid Classifier.

  • Updated Apr 26, 2018
  • Python

Python-проект по прогнозированию стоимости аренды квартир с помощью линейной регрессии. Практическая работа по теме: "Основы машинного обучения" дисциплины "МДК 13.01: Основы применения методов искусственного интеллекта в программировании".

  • Updated Jan 18, 2025
  • Python

Developed simple python program that implements Linear Regression on a sample dataset. The object of the class is declared and is fitted with the X_Train and Y_Train data. A graph is plotted using the matplotlib.pyplot to visually represent the Linear Regression model. The programuses sklearn.linear_model from the scikit-learn library to import …

  • Updated Jul 15, 2020
  • Python

For our PAI course project, we are building several disease prediction systems, including heart disease, diabetes, Parkinson's, and breast cancer classification. Using machine learning algorithms, we aim to analyze patient data and improve the accuracy of early diagnosis, providing valuable insights to healthcare professionals.

  • Updated Feb 5, 2025
  • Python

Improve this page

Add a description, image, and links to the linear-regression-models 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 linear-regression-models topic, visit your repo's landing page and select "manage topics."

Learn more