Paul Omagbemiomagbs.hashnode.dev·Feb 2, 2025Understanding the Basics of Linear Regression in Machine LearningSo far, I have come a long way from Andrew Ng's Course on Machine learning Specialization. Well, since I'm just starting obsidian, I'm going to do a quick note of what I have learnt so far and continue from there onwards. Here are the things I've lea...linearregression
daybreakdaybreak.hashnode.dev·Jan 30, 2025Machine Learning - Supervised Learning 1It’s great that we have a smarter and more efficient way to classify or predict things now by AI. In this article, I will take you through the adventure of one of the most exciting and widely used branches of Machine Learning, i.e. Supervised Learnin...42 readsDaybreak AI Explorationsai learning
Jessendescendingnotebooks.com·Jan 5, 2025Road to ChatGPT - Part 1: Understanding the Basics of Linear RegressionYo, AI’s a mind that don’t ever sleep, stackin’ patterns and data, runnin’ deep.It don’t hustle like us, but it’s sharp on the grind, tech so smooth, it’ll blow your mind. Have you ever wondered how ChatGPT can talk about AI in a Snoop Dogg like sty...61 readsRoad To ChatGPTLinear Regression
Riya Upadhyayriyaupadhyay.hashnode.dev·Dec 24, 2024Understanding Linear Regression Through Real-World ExamplesIntroduction Have you ever wondered how Netflix predicts your movie ratings or how real estate agents estimate house prices? One of the fundamental techniques behind these predictions is Linear Regression. In this post, we'll break down this powerful...Machine Learning
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 17, 2024Introduction to Linear and Logistic Regression in PythonMachine learning often seems intimidating at first glance, but at its core, it builds upon mathematical concepts we're already familiar with. Let's demystify two fundamental regression techniques through their mathematical foundations. Linear Regress...5 likes·804 readsMachine Learning
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 10, 2024Getting Started with Python for Machine Learning: A Beginner’s GuideIn the vast landscape of programming languages, Python stands out as a beacon for machine learning. Its simplicity, readability, and extensive ecosystem make it the ideal companion for both beginners and experts in the field. Unlike other languages b...3 likes·896 readsmachine l
Deepak Kumar Mohantykumarblog-1.hashnode.dev·Oct 26, 2024Finding the Best-Fit Line in Linear Regression – Manual Minimization vs. Gradient DescentWhen working with linear regression, the goal is to identify the best-fit line that captures the relationship between your input (independent) variable x and output (dependent) variable y. This line, represented by the equation: $$h_{\theta}(x) = \th...best fit line
HowAiWorksblog.howai.works·Oct 21, 2024Linear regressionIn this post, we'll explain what linear regression is and how it works, look at key metrics for analysis, and show how linear regression fits into AI. By the end, you'll understand these concepts without any maths. Let’s get started with an example L...Linear Regression
El-Karece AsieduforPython Ghana's Blogblog.pythonghana.org·Aug 17, 2024Python Accra Build Session: Build and Innovate with dataOur in-person session on August 3rd marked the conclusion of our data series, providing participants with a hands-on experience in data science. The day began with Peter Mapuchi, a dedicated volunteer from Python Accra, who guided participants throug...Communitypython accra
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 1, 2024Comprehensive Guide to Linear Regression: Examples and Model DiagnosticsLinear regression is one of the simplest yet most powerful tools in the realm of machine learning and statistics. It's a fundamental algorithm that helps us understand relationships between variables and make predictions. Whether you're new to data s...32 likes·168 readsMachine LearningPython