Open in app
Home
Notifications
Lists
Stories

Write
Kishan Modasiya
Kishan Modasiya

Home

About

Published in Python in Plain English

·Jun 25

What is random_state?

random_state = 0 or 42 or none — Maybe you all have used random_state before if you are in Machine Learning while splitting dataset into training and testing or in any hyperparameter. Most people use the value of random_state as 0 or 42. But do you really know what is exactly it? …

Machine Learning

5 min read

What the heck is random_state?
What the heck is random_state?

Published in Python in Plain English

·May 18

Machine Learning Resources for Getting Started

Resources for getting started with Machine Learning, one of the most valuable fields in tech. — Machine learning is a branch of Artificial Intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate how humans learn, gradually improving its accuracy. This field is very demanding nowadays. We are now in the digital world so all things are now automated. Machine…

Machine Learning

4 min read

Machine Learning Resources for Getting Started
Machine Learning Resources for Getting Started

Published in Python in Plain English

·Feb 28

Learn Logistic Regression in Machine Learning From Scratch

A beginner’s tutorial on Logistic Regression in Machine Learning. — What is Logistic Regression? And why do we need it? Linear Regression doesn’t work well on classification problems. In linear regression, we fit the best line through the data point. But in the Classification problem, we want to separate those data points from each other so that we can classify data points. Logistic Regression is a Supervised algorithm based on…

Logistic Regression

9 min read

Learn Logistic Regression In Machine Learning From Scratch
Learn Logistic Regression In Machine Learning From Scratch

Jan 22

Types of Machine Learning Algorithm You Should Know

First, you have a question: What is Machine Learning? Machine learning is the study of computer algorithms that can improve automatically through experience and by the use of data. It is a part of artificial intelligence. …

Machine Learning

8 min read

Types of Machine Learning Algorithm You Should Know
Types of Machine Learning Algorithm You Should Know

Published in Python in Plain English

·Jan 8

Learn Linear Regression In Machine Learning From Scratch

A beginner’s tutorial on Linear Regression in Machine Learning. — What is Linear Regression? Linear Regression is a model of Machine Learning based on Supervised Learning. For a given dataset first derive the line which is called the Regression line then according to that line predict more. It predicts dependent y based on given independent x. Let’s understand it with an example. For example…

Linear Regression

6 min read

Learn Linear Regression In Machine Learning From Scratch
Learn Linear Regression In Machine Learning From Scratch
Kishan Modasiya

Kishan Modasiya

Machine Learning Enthusiastic | Computer Science Student

Following
  • Rukshan Pramoditha

    Rukshan Pramoditha

  • Florence Amadhe

    Florence Amadhe

  • Conor O'Sullivan

    Conor O'Sullivan

  • Sohom Das

    Sohom Das

  • Mahendra Gundeti

    Mahendra Gundeti

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable