Instructional Video14:13
Professor Dave Explains

Classification of Sedimentary Rocks Part 1: Terrigenous/Siliciclastic Rocks

12th - Higher Ed
We now know what sedimentary rocks are, but how do we classify them? We have to discuss three broad categories of sedimentary rock, and the first of these are terrigenous or siliciclastic rocks. These are rocks composed of clasts, or...
Instructional Video5:08
Curated Video

ISO 27002-2022 Control Examples

Higher Ed
In this video, we will be exploring ISO 27002-2022 control examples. ISO 27002-2022 is a globally recognized standard for information security management systems. It provides a framework for organizations to establish, implement,...
Instructional Video2:07
Visual Learning Systems

Classifying the Diversity of Living Things

9th - 12th
In this video, we explore the challenging task of classifying the millions of different living things on our planet. By understanding classification principles and utilizing these tools, taxonomists contribute to our understanding of the...
Instructional Video5:59
Professor Dave Explains

Introduction to Biopsychology

12th - Higher Ed
Let's learn all about the human brain! It's the most complex and fascinating object in the known universe. It's the source of our consciousness, so we wouldn't be much without it. This course will assume prior knowledge from my...
Instructional Video10:27
Professor Dave Explains

Research Methods of Biopsychology

12th - Higher Ed
With some information regarding the organization of neurons and neural pathways, we are ready to start getting into some deeper topics. But before we do that, it will be useful to get a general sense of precisely how we learn about the...
Instructional Video10:13
Let's Tute

Classification of Accounts in Accounting

9th - Higher Ed
This video is a lesson on the important topic of classification of accounts in accounting. The teacher explains the concept of accounts and how they are systematically recorded and summarized based on similar transactions related to a...
Instructional Video13:00
Fun Robotics

Iris Flower Classification Model

Higher Ed
Training a classification model to predict the class of an Iris flower.
Instructional Video9:42
Curated Video

Evaluate the accuracy of an artificial intelligence system : Pointers on Evaluating the Accuracy of Classification Modelling

Higher Ed
From the section: Supervised Learning: Classification. In this section, the author talks about kNN- Classification, Naive Bayes Classification, SVM- Linear and Non-Linear Classification and also Gradient Boosting Machine (GBM)....
Instructional Video3:23
Visual Learning Systems

Classifying Life Quiz

9th - 12th
This video is a quiz over the topics covered in the Classifying Life series. This series explores the fascinating process of classifying living things. From the contributions of Aristotle and Carolus Linnaeus to the modern classification...
Instructional Video1:34
Curated Video

Discuss the importance of data : Advantages and Disadvantages of Decision Trees

Higher Ed
From the section: Simple Classification Tree. This section we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python. Simple Classification Tree:...
Instructional Video54:11
APMonitor

Classification and Regression: Concrete Strength

10th - Higher Ed
This case study is to determine the factors (inputs) that have correlation to the concrete compressive strength (output). 0:00 Introduction 2:35 Download Jupyter Notebook 4:00 Import Machine Learning Packages and Data 7:33 Part 1: Data...
Instructional Video2:45
Fun Robotics

Binary vs Multiclass Classification

Higher Ed
Explains the difference between binary and multiclass classification problem.
Instructional Video2:08
Fun Robotics

Classification Applications

Higher Ed
Introducing class 5 and Exploring the Different Applications of Classification
Instructional Video9:53
APMonitor

Data Science 🐍 Python Course

10th - Higher Ed
Python 🐍 Data Science with the TCLab Welcome to this data science course on Python! This course is intended to help you develop data science and machine learning skills in Python. As with the beginning course, this course has video...
Instructional Video1:31
Visual Learning Systems

Classifying Life Review

9th - 12th
This video is a review of the topics covered in the Classifying Life series. This video explores the fascinating process of classifying living things. From the contributions of Aristotle and Carolus Linnaeus to the modern classification...
Instructional Video9:32
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Logistic Regression In Action

Higher Ed
From the section: Machine Learning: Part 1. In this section, we’ll learn how machine learning works, and how it fits in with the world of AI and deep learning. And learn to train, test and validate the data using K-fold cross-validation....
Instructional Video9:04
Professor Dave Explains

Types of Immune Cells Part 2: Myeloid and Lymphoid Lineages

12th - Higher Ed
With the basic functions of immune cells covered, we are now ready to go through all the different types of immune cells, and talk a little bit about what they all do. Again, each type will get its own tutorial later in the series, but...
Instructional Video8:20
Professor Dave Explains

Psychiatric Disorders Schizophrenia, Depression, Mania, and Anxiety

12th - Higher Ed
There are lots of ways that things can go wrong in the brain, and some of these things lead to psychiatric disorders. Some of the more common ones include schizophrenia, depression, mania, and anxiety. How are these diagnosed? What are...
Instructional Video36:10
APMonitor

Logistic Regression from Scratch

10th - Higher Ed
Logistic regression is a machine learning algorithm for classification. In this algorithm, the probabilities describing the possible outcomes of a single trial are modeled using a logistic function. Logistic regression makes a binary...
Instructional Video15:20
APMonitor

Data Science 🐍 Classification

10th - Higher Ed
Classification predicts discrete labels (outcomes) such as yes/no, True/False, or any number of discrete levels such as a letter from text recognition, or a word from speech recognition. There are two main methods for training...
Instructional Video2:06
Visual Learning Systems

Investigating Protists: What Are Protists?

9th - 12th
Eukaryotes that are clearly not animals, plants, or fungi belong to a very diverse and fascinating group called protists. This series of videos uses captivating video footage to illustrate organisms from tiny microscopic creatures to...
Instructional Video17:51
Fun Robotics

Diabetes Classification Model

Higher Ed
Training and testing a classification model to predict the patient's diabetic status.
Instructional Video40:34
APMonitor

Convolutional Neural Network Image Classification

10th - Higher Ed
Deep Learning (DL) is a subset of Machine Learning that uses Neural Network inspired architecture to make predictions. Convolutional Neural Networks (CNN) are a type of DL model that is effective in learning patterns in 2-dimensional...
Instructional Video16:23
APMonitor

SVM Texture Classification

10th - Higher Ed
Use the texture classifier to distinguish between sand, seed, and stone and then add an additional texture to the classification (your choice). The script uses a Local Binary Pattern (LBP) to create the features and a Support Vector...