Hi, what do you want to do?
Curated Video
Machine Learning: Random Forest with Python from Scratch - Best Slip
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:...
<
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 - 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 - 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 - Pros and Cons of Random Forest
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...
<
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 - Clustering
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of...
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
ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes
This video explains how to manage database changes.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Curated Video
Vue.js 3 and Firebase for Beginners - Introduction
In this video, the course instructor extends a warm welcome, provides an overview of what to anticipate from the course, and shares a personal introduction.
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)
This video explains AWS, which features a massive list of services for developers and cloud engineers to pick from. Each service is designed to take a portion of an application ecosystem.
<
br/>
This clip is from the chapter "Cloud...
<
br/>
This clip is from the chapter "Cloud...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Supersets and TypeScript
This video explains supersets, which are a language that contains all the features of a given language, but then is expanded or enhanced to include other features as well. TypeScript is a superset of JavaScript developed and maintained...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - GitHub Visualization and Wrap-Up
This video explains GitHub's visualization and summarizes the section.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In...
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Version Control
This video introduces you to version control, which is a technology that supports versioning of in-progress software. It is more advanced than just saving files. Version control gives developers flexibility to safely experiment and...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Forecasting and Release Planning - Part 2
In this video, we will explore how ChatGPT can be used to explain code and enhance code comprehension and how ChatGPT can assist in explaining complex code sections, providing insights and clarifications. We will leverage ChatGPT to...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Artifacts
In this video, you will learn to effectively prepare for coding tests using ChatGPT, various techniques, and resources that can help you improve your coding skills, solve algorithmic problems, and practice coding challenges. We will...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Events
This video will dive into practical applications by starting our first chat with ChatGPT, interacting with ChatGPT, and showcasing the basic commands and functionalities. You will learn to initiate a conversation, ask questions, and...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Theory
This video delves deeper into the topic of using ChatGPT for software development. You will learn about the capabilities and potential applications of ChatGPT in the software development process and the benefits and advantages of...
Curated Video
Linux Crash Course for Beginners - 2023 - Oracle VirtualBox Installation
In this video, you will learn how to download and install the Oracle VirtualBox.
Curated Video
Fundamentals of Neural Networks - Language Processing
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information.
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
Curated Video
Fundamentals of Neural Networks - Why Use RNN
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Getting Started with Java Modularization
In this video, we will understand Java modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - First Look at ArrayList - an Introduction
In this video, we will take a first look at ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Code Generation
Let's look at an Eclipse tip—code generation.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Wrapper Classes - Auto Boxing and a Few Wrapper Constants – SIZE
In this video, you will learn about Java wrapper classes—auto boxing and a few wrapper constants—SIZE.