Hi, what do you want to do?
Curated Video
Machine Learning: Random Forest with Python from Scratch - How to Classify
Let's learn to write a classification method that will train our module and help us get predictions.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Question and Partition
In this video, you will learn to create two more helper functions, question, and partition, which define statements for querying and retrieving data.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Quick Implementation of Random Forest Model
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:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Categorical to Numeric Conversion
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dealing with Missing Values
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:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Reading and Manipulating Dataset
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:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (2)
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction to the Final Project
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Information Gain
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...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Formats of Data
You will learn about the different data formats in machine learning, including structured (labeled or unlabeled) and unstructured data, and how to choose the best format.
<
br/>
This clip is from the chapter "Introduction to Machine...
<
br/>
This clip is from the chapter "Introduction to Machine...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Flexbox
In this video, we will explore the flexible box layout module, Flexbox, in CSS3. We will understand how to create flexible and responsive designs by arranging elements along a single axis or multiple axes. You will learn to leverage...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Grid System
In this video, we will discover the power of CSS Grid for creating responsive layouts. You will learn to create grid-based designs that adapt to different screen sizes and devices, allowing your website to be visually appealing across...
Curated Video
Tracing Technology: How Modern Devices Aid Police Investigations
Explore how mobile phones, GPS, and surveillance cameras become crucial tools in modern police work. Discover the intricate ways investigators extract vital information from everyday technology to track movements, recover deleted data,...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Anatomy of a Multi-Scenario Input Sheet
This video talks about the anatomy of a multi-scenario input sheet. The goal of this course is to create a finance model from absolute scratch.
<
br/>
This clip is from the chapter "Laying Down the Foundations" of the series...
<
br/>
This clip is from the chapter "Laying Down the Foundations" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Curated Video
Vue.js 3 and Firebase for Beginners - Completing the Admin View
In this video, we will continue with the finishing touches inside of the Admin View. We will make use of Flexbox and place a new pizza on the menu component side by side on the larger view.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Vue.js 3 and Firebase for Beginners - Styling the AboutView
For the finishing touches of our project, we will start with some CSS styling for the AboutView page.
<
br/>
This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about...
<
br/>
This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about...
Curated Video
Linux Crash Course for Beginners - 2023 - Filters / Text Processing Commands
In this video, you will learn a few filters / text processing commands such as cut, sort, grep, awk, uniq, and wc.
Curated Video
Linux Crash Course for Beginners - 2023 - Course Overview
In this video, we will have a look at the course syllabus.
Curated Video
Fundamentals of Neural Networks - Convolution in 2D and 3D
This video explains Convolution in 2D and 3D.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will...
Curated Video
Fundamentals of Neural Networks - Stride
For a convolutional or pooling operation, the stride denotes the number of pixels by which the window moves after each operation.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
Curated Video
Fundamentals of Neural Networks - Padding
This video explains padding in convolutional neural networks.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks...