Instructional Video12:28
Curated Video

Practical Data Science using Python - Linear Regression - Feature Scaling and Cost Functions

Higher Ed
This video explains linear regression - feature scaling and cost functions. This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Instructional Video13:39
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - DropOut, Early Stopping and Hyperparameters

Higher Ed
This video talks about DropOut, early stopping, and hyperparameters. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Instructional Video8:34
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Batch MiniBatch Stochastic Gradient Descent

Higher Ed
This video explains batch MiniBatch stochastic gradient descent. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Instructional Video1:04
Curated Video

Python for Machine Learning - The Complete Beginners Course - Introduction to Classification

Higher Ed
In this video, we will have a quick introduction to classification. This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video4:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Gradient Descent Exercise Solution

Higher Ed
In this video, we will cover DNN gradient descent exercise solution. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video4:13
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: Why DNNs in Machine Learning

Higher Ed
In this video, we will understand why DNNs in machine learning. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video1:32
Curated Video

Python for Machine Learning - The Complete Beginners Course - What Is Jupyter?

Higher Ed
In this video, we will understand Jupyter Notebook. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video1:10
Curated Video

Python for Machine Learning - The Complete Beginners Course - Steps of the Elbow Method

Higher Ed
In this video, we will cover the steps of the elbow method. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video2:24
Curated Video

Python for Machine Learning - The Complete Beginners Course - Root Mean Squared Error in Python

Higher Ed
In this video, we will cover root mean squared error in Python. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover...
Instructional Video0:54
Curated Video

Python for Machine Learning - The Complete Beginners Course - K-Nearest Neighbors Algorithm

Higher Ed
In this video, we will cover the K-Nearest Neighbors algorithm. This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section,...
Instructional Video1:40
Curated Video

Python for Machine Learning - The Complete Beginners Course - Introduction to Regression

Higher Ed
In this video, we will have a quick introduction to regression. This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover simple...
Instructional Video0:46
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementing Python in Jupyter

Higher Ed
In this video, you will learn how to implement Python in Jupyter. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete Beginner's...
Instructional Video0:48
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Libraries and Datasets - Classification Algorithms: Decision Tree

Higher Ed
In this video, you will learn how to import libraries and datasets. This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we...
Instructional Video3:52
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Exploring the Dataset

Higher Ed
In this video, we will first explore our dataset, then learn how to import and read our dataset in Python. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's...
Instructional Video4:46
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Multiple Linear Regression

Higher Ed
In this video, you will learn how to encode categorical data. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover multiple...
Instructional Video2:18
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Distribution of the Data

Higher Ed
In this video, you will learn distribution of the data. This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover simple linear...
Instructional Video2:55
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Creating a Linear Regression Object

Higher Ed
In this video, you will learn how to create a linear regression object. This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover...
Instructional Video1:36
Curated Video

Python for Machine Learning - The Complete Beginners Course - How Does Linear Regression Work?

Higher Ed
In this video, we will understand how linear regression works. This clip is from the chapter "Simple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover simple...
Instructional Video0:50
Curated Video

Python for Machine Learning - The Complete Beginners Course - Histogram Showing Number of Ratings

Higher Ed
In this video, you will learn how a histogram shows the number of ratings. This clip is from the chapter "Recommender System" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover the...
Instructional Video0:40
Curated Video

Python for Machine Learning - The Complete Beginners Course - Filtering Out Movies

Higher Ed
In this video, you will learn how to filter out movies. This clip is from the chapter "Recommender System" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover the recommender system.
Instructional Video1:34
Curated Video

Python for Machine Learning - The Complete Beginners Course - Elbow Method

Higher Ed
In this video, we will cover the elbow method. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video1:36
Curated Video

Python for Machine Learning - The Complete Beginners Course - Defining the Classifier

Higher Ed
In this video, you will learn how to define the classifier. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video4:17
Curated Video

Python for Machine Learning - The Complete Beginners Course - Anaconda Installation Windows Mac and Ubuntu

Higher Ed
In this video, we will work on Anaconda installation for Windows, Mac, and Ubuntu. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete...