Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Home » Computer Science » Machine Learning

Saving and Loading a Machine Learning Model

Suryateja Pericherla Categories: Machine Learning. No Comments on Saving and Loading a Machine Learning Model

In this article we will look at saving and loading a machine learning model. We will learn two ways of doing this.   Solving a problem using machine learning consists of two steps. The first step is training your model using your training dataset and the second step is to ask your questions to the […]

Read the rest of this entry »

Gradient Descent and Cost Function in Python

Suryateja Pericherla Categories: Machine Learning. No Comments on Gradient Descent and Cost Function in Python

In this article we are going to look at gradient descent and cost function in Python programming language.   Mean Squared Error (MSE) In our school days we used to solve linear equations. For example consider the linear equation y=2x+3. For given x values, [1,2,3,4,5] we can calculate y values as [5,7,9,11,13].   However, in case of machine […]

Read the rest of this entry »

Linear Regression with Multiple Variables in Python

Suryateja Pericherla Categories: Machine Learning. 2 Comments on Linear Regression with Multiple Variables in Python

In this article we will look at linear regression with multiple variables also called as multiple regression along with Python code.   Let’s use another dataset which is a variation of the dataset used in our simple linear regression article. Download the modified house price dataset. The data is as shown below.     Our new […]

Read the rest of this entry »

Linear Regression Single Variable in Python

Suryateja Pericherla Categories: Machine Learning. No Comments on Linear Regression Single Variable in Python

In this article we will look at what is simple linear regression, the math behind it and then see hands-on implementation of simple linear regression in Python language.   Let’s see how to predict home prices using a machine learning technique called simple linear regression. By simple we mean single variable regression. Regression is a […]

Read the rest of this entry »

What is Machine Learning?

Suryateja Pericherla Categories: Machine Learning. No Comments on What is Machine Learning?

In this article we will look at what is machine learning, what is deep learning and some real world applications of machine learning.   Source: readspeaker.ai Introduction First let’s talk about at what computers are good at and at what humans are good at. Computers can perform large calculations within milliseconds or even in seconds. […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram
Blogarama - Blog Directory