Instructional Video5:10
Curated Video

Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs

Higher Ed
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics. • Understand vectors and matrices • Find transpose of matrix
Instructional Video14:33
Curated Video

Predictive Analytics with TensorFlow 4.2: From Disaster to Decision –Titanic Example Revisited

Higher Ed
In this video, we will see how we could develop several predictive models for Titanic survival prediction and do some analytics using them. In particular, we will discuss logistic regression, random forest, and linear SVM. We start with...
Instructional Video9:56
Curated Video

Predictive Analytics with TensorFlow 4.1: Supervised Learning for Predictive Analytics

Higher Ed
In this video, we will see a type of machine learning process that is supervised learning. We will also see linear regression. We will use it for movie rating prediction. • See the spam filtering example • Use linear regression for movie...
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 Video18:28
Zach Star

Physics Vs Math - How to Pick the Right Major

12th - Higher Ed
This video is about physics vs math and how to know which major is right for you. You may have enjoyed them both in high school so of course you may want to major in one in college. The good news is that if you major in physics then you...
Instructional Video13:05
Curated Video

Create a machine learning model of a real-life process or object : Implementing a Simple Linear Regression Algorithm

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
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 Video25:46
Curated Video

Describe the applications of artificial intelligence systems : Types and Applications of ML

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video11:18
Zach Star

Electrical Vs Computer Engineering Vs Computer Science - A Side by Side Comparison

12th - Higher Ed
In this video I give a side by side comparison of the college courses in electrical engineering, computer engineering, and computer science. Note that I really didn't 'count' some of the intro classes as "major classes" cause they are...
Instructional Video5:59
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Linear 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 Video8:55
Curated Video

Create a machine learning model of a real-life process or object : Getting Started with TensorFlow 2.0

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Instructional Video13:14
Curated Video

Discuss the importance of data : Classification tree in Python: Training

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 Video17:05
Curated Video

Describe the applications of artificial intelligence systems : Essential Math for ML and AI

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video15:40
Zach Star

A Look at Some Higher Level Math Classes: Getting a Math Minor

12th - Higher Ed
This video goes over some of the extra math classes you can take if you get a math minor. Some of these include... Graph Theory Vector Analysis Topology Numerical Analysis Real Analysis Complex Analysis Abstract Algebra Differential...
Instructional Video7:02
Curated Video

Predictive Analytics with TensorFlow 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video8:25
Curated Video

Discuss the importance of data : Classification tree in Python: Preprocessing

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 Video15:23
Zach Star

The Physics Major (Part 2)

12th - Higher Ed
If you missed part 1: https://www.youtube.com/watch?v=5EYFlnI_0ew Instagram: https://www.instagram.com/zachstar/ Join Facebook Group: https://www.facebook.com/groups/majorprep/ This video goes over statistical mechanics and a few other...
Instructional Video11:39
Curated Video

Create a machine learning model of a real-life process or object : Implementing a Multi Layer Perceptron (Artificial Neural Network)

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Instructional Video7:04
Curated Video

Describe a neural network : Neural Network for Multiclass Classifications

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video3:04
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Logistic Regression

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: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 Video10:53
Curated Video

Describe the applications of artificial intelligence systems : What is Machine Learning?

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video1:40
Curated Video

Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression

Higher Ed
In this video, we will use python to write a simple ensemble learning model for Regression. • We will use Jupyter Notebook to execute our code • Use of Height vs weight to demonstrate the ensemble technique • Use different models instead...
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 6.4: TF-IDF Model for Predictive analytics

Higher Ed
TF-IDF measures how important a word is in a document or in a collection of documents. It is used extensively in informational retrieval and reflects the weight of the word in the document, frequency and the inverse document frequency. •...