Hi, what do you want to do?
Curated Video
Python for Machine Learning - The Complete Beginners Course - Anaconda Installation Windows Mac and Ubuntu
In this video, we will work on Anaconda installation for Windows, Mac, and Ubuntu.
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The...
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The...
Packt
Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)
Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. LSTM networks are well-suited to classifying, processing, and making predictions based on time series data...
Packt
Fundamentals of Neural Networks - Logistic Regression
This video explains logistic regression and specifically if the target here is discrete or binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Curated Video
Fundamentals of Machine Learning - Unsupervised Learning
This video explains unsupervised learning, Principal Components Analysis (PCA), and clustering.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of...
Curated Video
Fundamentals of Machine Learning - Tree-Based Methods - Part 2
The second part of the tree-based methods explains random forests.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling,...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling,...
Curated Video
Fundamentals of Machine Learning - Support Vector Machine (SVM) - Lectures
This video explains the support vector machine called SVM and its introduction.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
Curated Video
Fundamentals of Machine Learning - Support Vector Machine (SVM) - Labs
This video explains a lab session on Support Vector Machines or SVM.
<
br/>
This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear regression,...
<
br/>
This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear regression,...
Curated Video
Fundamentals of Machine Learning - Linear Regression - Labs
This video explains linear regression using an example of predicting fuel efficiency.
<
br/>
This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on...
<
br/>
This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on...
Curated Video
Fundamentals of Machine Learning - Linear Regression - Lectures
This video explains the foundation of the linear regression model, which is the very first approach to supervised learning.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This...
Curated Video
Fundamentals of Machine Learning - Classification
This video explains one of the most basic forms of classification, which is the logistic regression model.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the...
Curated Video
Fundamentals of Machine Learning - Basics in Statistical Learning
This video explains some basic notations in statistical learning, such as Xij.
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
<
br/>
This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Visualizing the Dataset
In this video, you will learn how to visualize the dataset.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Sorting by Title and Rating
In this video, you will learn how to sort by title and rating.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Setting Up Python
In this video, you will learn how to set up Python.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Managing Directories in Jupyter Notebook
In this video, you will learn how to manage directories in Jupyter Notebook.
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The...
<
br/>
This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Introduction - Classification Algorithms: Logistic Regression
In this video, we will have a quick introduction.
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we...
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Training the Model
In this video, you will learn how to train the model.
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
<
br/>
This clip is from the chapter "Classification Algorithms: Logistic Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Splitting Data into Train and Test Sets - Multiple Linear Regression
In this video, you will learn how to split data into train and test sets.
<
br/>
This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
<
br/>
This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Results Prediction and Confusion Matrix - Classification Algorithms: K-Nearest Neighbors
In this video, you will learn about results prediction and confusion matrix.
<
br/>
This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's...
<
br/>
This clip is from the chapter "Classification Algorithms: K-Nearest Neighbors" of the series "Python for Machine Learning - The Complete Beginner's...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Predicting the Test Set Results
In this video, you will learn how to predict the test set results.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Libraries and Datasets - Simple Linear Regression
In this video, you will learn how to import libraries and datasets.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Classification Algorithms: Decision Tree
In this video, you will learn how to encode categorical data.
<
br/>
This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
<
br/>
This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Hierarchical Clustering
In this video, we will cover hierarchical clustering.<br<br/>/>
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.
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.
Curated Video
Python for Machine Learning - The Complete Beginners Course - Frequency Distribution
In this video, you will learn about frequency distribution.
<
br/>
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...
<
br/>
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...