Instructional Video5:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Concluding remarks

Higher Ed
In this video, we will look at the concluding remarks of the course and recap what we learned through the course, briefly.
<
br/>
This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python...
Instructional Video10:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2

Higher Ed
In this video, you will learn to implement the accuracy method to help determine our model's performance.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video11:46
Curated Video

Machine Learning: Random Forest with Python from Scratch - Best Slip

Higher Ed
Here, we will determine the best split at any decision node where information is maximum and split into two branches, true and false.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video8:06
Curated Video

Machine Learning: Random Forest with Python from Scratch - Information Gain

Higher Ed
In this video, we will define columns for questioning and determine how much information can be gained by splitting a column.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video7:13
Curated Video

Machine Learning: Random Forest with Python from Scratch - Impurity

Higher Ed
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video11:42
Curated Video

Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions

Higher Ed
Before creating a decision tree, we will first learn to import our dataset using Pandas.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video14:27
Curated Video

Machine Learning: Random Forest with Python from Scratch - Quick Implementation of Random Forest Model

Higher Ed
Let's quickly implement Random Forest using the sklearn Random Forest model to tune the model's performance according to the project.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video15:29
Curated Video

Machine Learning: Random Forest with Python from Scratch - Categorical to Numeric Conversion

Higher Ed
In a machine, it understands values in the form of numbers. You will learn how to convert non-numeric data to numeric without changing the feature of the value.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of...
Instructional Video9:13
Curated Video

Machine Learning: Random Forest with Python from Scratch - Outliers Removal

Higher Ed
In the second part of the data cleaning process, we will look at an outlier in detail and learn how to correct or remove the outlier.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video10:55
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dealing with Missing Values

Higher Ed
Let's look at the first step involved in the data cleaning process, which is filling or removing missing values from a dataset.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video11:13
Curated Video

Machine Learning: Random Forest with Python from Scratch - Reading and Manipulating Dataset

Higher Ed
Previously, you learned how to read a dataset; now, we will look at manipulating the data and using a sample dataset in our code.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Instructional Video4:28
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (2)

Higher Ed
This is a continuation of the previous lesson, and here we will look at conditionally selecting values from a dataset.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video5:55
Curated Video

Machine Learning: Random Forest with Python from Scratch - Introduction to the Final Project

Higher Ed
In this video, we will discuss our final project, which classifies the titanic dataset using Random Forest.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video6:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Pros and Cons of Random Forest

Higher Ed
In this video, we will look at the benefits and limitations of Random Forest and the complexities involved in decision-making using Random Forest.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Instructional Video8:03
Curated Video

Machine Learning: Random Forest with Python from Scratch - How Decision Trees and Random Forest Work

Higher Ed
We will understand what a decision tree is and create a decision tree and get a prediction result from the decision tree.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video13:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Delete Ideas

Higher Ed
In this video, we will implement the ability to delete ideas from the list.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video3:12
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Library Example with Chart.js

Higher Ed
This video explains Chart.js, a popular charting library for JavaScript. It makes what would be a difficult combination of styling, layout, and data positioning into an easy to manage ordeal, saving developers loads of time in creating...
Instructional Video2:22
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching

Higher Ed
In this lab assignment video, we will be testing your knowledge of caching in Python applications by asking you to implement a caching mechanism.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Instructional Video7:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python - BigQuery Application

Higher Ed
In this video, we walk you through the process of deploying a Python application that interacts with BigQuery, showing you how to set up and configure your BigQuery project, how to create a basic Flask application that integrates with...
Instructional Video15:25
Curated Video

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with...
Instructional Video16:55
Curated Video

Fundamentals of Neural Networks - Lab 3 - Deep CNN

Higher Ed
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video21:13
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to CNN

Higher Ed
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
Instructional Video10:25
Curated Video

Fundamentals of Neural Networks - Lab 4 - Functional API

Higher Ed
This video demonstrates functional API versus sequential API.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
Instructional Video18:26
Curated Video

Fundamentals of Neural Networks - Lab 3 - Introduction to Neural Network

Higher Ed
This video demonstrates how to use Keras TensorFlow as API to essentially design and craft the neural network architecture.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...