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

9th - 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...
Instructional Video7:40
Professor Dave Explains

Basidiomycota Part 2: The Mushroom Life Cycle

12th - Higher Ed
We've looked at two of the three subphyla within the phylum Basidiomycota. But before we dive into all the different amazing types of mushrooms, let's get a better understanding of their life cycle, as this will provide important context...
Instructional Video16:08
APMonitor

ML Draw Classification

10th - Higher Ed
26 - ML Draw Classification
Instructional Video10:23
Curated Video

Predictive Analytics with TensorFlow 7.1: Deep Learning for Better Predictive Analytics

Higher Ed
DL is a branch of ML based on a set of algorithms that attempt to model high-level abstractions in data. In this video, we will see artificial neural networks and deep neural networks. We will also see deep neural networks architecture....
Instructional Video4:06
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Categories of ML Tasks and Attacks

Higher Ed
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to demonstrate that all approaches to solving...
Instructional Video6:26
Professor Dave Explains

Mechanisms of Natural Selection Conflict, Spite, and Reciprocity

12th - Higher Ed
We learned about how altruism can evolve in certain species, which involves cooperative behavior among closely-related organisms to enhance the inclusive fitness of the group. But this is also achieved through spiteful behavior towards...
Instructional Video2:56
Curated Video

Ensemble Machine Learning Techniques 2.1: Problems that Ensemble Learning Solves

Higher Ed
This video talks about the advantages of using ensemble learning. • Define what is Bias, variance • Define what is Bias-Variance tradeoff • Look at the Advantage of using ensemble learning
Instructional Video7:59
TLDR News

Who Decides Which Drugs are Legal? Drug Classification Explained - TLDR News

12th - Higher Ed
Yes, you read that right. According to the UK's former drugs advisor horses are more dangerous than drugs. So in this video we unpack how drug classification works, how the danger of drugs is measured and who decides which ones are illegal.
Instructional Video10:05
Curated Video

Maslow's Hierarchy of Needs: Motivating Workers towards Self-Actualization

Higher Ed
This video is a lecture presentation that explains Maslow's hierarchy of needs, which is a theory in psychology that describes the different types of needs that individuals have and how they relate to each other. The presenter discusses...
Instructional Video6:22
Catalyst University

Blood Pressure Categories + 5 Examples

Higher Ed
In this video, we define the measurement of blood pressure and explore the current classifications for blood pressure using 5 examples.
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 5.2: Using kNN for Predictive Analytics

Higher Ed
kNN is non-parametric and instance-based and is used in supervised learning. In this video, we will see working principles of kNN, we will also implement kNN-based predictive model. • See the working principles of kNN • Implement a...