AI and ML
-
Updated
Sep 20, 2021 - Jupyter Notebook
AI and ML
An app which can predict the prices of house based on training data and certain input parameters, deployed on Heroku.
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.
Detecting Payment Card Fraud -supervised learning using SageMaker built-in LinearLearner estimator
Demonstration of asymmetric cost functions in Linear Regression
Here the basic of the the Linear regression problem .
Analyzing prototype suspension coils data for production troubles.
Stock price prediction is a crucial aspect of financial markets, involving the use of mathematical models and machine learning techniques to forecast the future price movements of stocks or financial assets.
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…
📚📝 Types of Ml algos
Predict house prices using a linear regression model based on various features. Explore data visualizations and insights derived from a comprehensive housing dataset.
Statistical Methods using R Programming
Codes and Project for Machine Learning
EDA analysis and a couple of models from classical machine learning on actual data as of 12.07.2023 about video games. Dataset from kaggle link in readme.
Simple salary prediction using machine learning models.
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.
Bu çalışmanın amacı Makine Öğrenimi Modelleri kurulmadan önce Keşifsel Veri Analizi'nin önemini vurgulamaktır.
R programming
Add a description, image, and links to the liner-regestion topic page so that developers can more easily learn about it.
To associate your repository with the liner-regestion topic, visit your repo's landing page and select "manage topics."