Instructional Video8:42
Curated Video

Predictive Analytics with TensorFlow 8.4: CNN-based Predictive Model for Sentiment Analysis

Higher Ed
This video will try to see if we can use CNN for such a use case and experience much better accuracy. Well, the motivation here is that we know CNN is mostly suitable for handling image recognition, classification, or pattern...
Instructional Video9:19
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Code to perform Image cropping dilation and erosion

Higher Ed
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: [Activity] Code to perform Image cropping dilation and erosion
Instructional Video6:36
Brainwaves Video Anthology

Jane Krauss - Computer Science for All A Few Reasons Why

Higher Ed
Jane Krauss is a teacher, author and consultant who does curriculum and program development designed to increase participation of girls and other underrepresented groups in computer science. She will gladly tell you why computational...
Instructional Video10:34
Curated Video

High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation

Higher Ed
How can we "fill in" the data points between discrete data? How can we extend beyond our data points? • Learn linear interpolation • Learn polynomial interpolation • See the dangers of extrapolation
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...
Instructional Video11:52
Curated Video

Describe network protocols : Network Layers

Higher Ed
From the section: Networking and Programming with IP and UDP In this section, we will learn about all about networking and using programming with IP and UDP. In this video, we will have a look at Network Layers and learn something about...
Instructional Video15:42
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Coding up Your First Solution to CartPole-v0

Higher Ed
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Instructional Video3:28
Packt

Design a computer system using tree search and reinforcement learning algorithms : Understanding the Environment of CartPole in OpenAI Gym

Higher Ed
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Instructional Video4:54
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Image Transformations – Perspective transform

Higher Ed
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: Image Transformations – Perspective transform
Instructional Video3:10
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Course Overview and Learning Outcomes

Higher Ed
From the section: Introduction to Self-Driving Cars. In this section, we’ll cover a brief history and an overall outcome that you can expect by the end of this course. Introduction to Self-Driving Cars: Course Overview and Learning Outcomes
Instructional Video10:18
Curated Video

Discuss the importance of data : Understanding a Regression Tree

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Instructional Video6:47
Curated Video

Implement different search algorithms : In-order traversal of a Binary Search Tree

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. In-depth look at in-order traversal and how it results in a sorted representation...
Instructional Video4:55
Curated Video

Describe a function : Functions

Higher Ed
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions
Instructional Video16:11
Curated Video

Describe computer programming : How Code Runs

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: How Code Runs • Learn to send basic...
Instructional Video7:35
Zach Star

Books that All Students in Math, Science, and Engineering Should Read

12th - Higher Ed
These are some of my favorite books I have read lately that relate to students with an interest in math, science, and engineering. The list includes: 1. Physics of the Future 2. Algorithms to Live By 3. A Mind for Numbers 4. How Not to...
Instructional Video3:22
Curated Video

Evaluate the accuracy of an artificial intelligence system : Assessing the Accuracy of a Classification Model

Higher Ed
From the section: Logistic Regression. Learn about Logistic Regression here. Logistic Regression: Assessing the Accuracy of a Classification Model
Instructional Video21:27
The Wall Street Journal

Kimberly Bryant and Jessica Rosenworcel on The Digital Divide

Higher Ed
At WSJ Tech Live, Kimberly Bryant and Jessica Rosenworcel discuss how the government and privacy sector should work to bridge the digital divide.
Instructional Video4:59
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Visualizing the Outcomes of the Epsilon-Greedy Policy

Higher Ed
From the section: Model-Free Prediction and Control With Monte Carlo (MC). In this section, we will learn one of two improvements on DP – Monte Carlo, a method which does not require a model of the environment. We talk about a new...
Instructional Video3:27
Curated Video

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

Higher Ed
From the section: Environment Setup and Installation. This section will help you to install the required software and set up the development environment for this course. Environment Setup and Installation: Introduction
Instructional Video4:39
Curated Video

Learning D3.JS 5.0 1.2: What Is Data Visualization?

Higher Ed
In this video, we will learn what data visualization is, visual perception, and also what makes a good visualization. • Understand the definition of data visualization • Discuss visual perception • Learn the steps to make a great...
Instructional Video7:50
Packt

Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Instructional Video7:29
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Running a Visualization of the Cart Robot CartPole-v0 in OpenAI Gym

Higher Ed
From the section: Getting Started With Reinforcement Learning Using OpenAI Gym. In this section, we will introduce the basics of the reinforcement learning problem, and explain how OpenAI gym helps with developing and research solutions...
Instructional Video9:30
Packt

Create a computer vision system using decision tree algorithms to solve a real-world problem : Intro to Deep Learning and Tensorflow

Higher Ed
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: Intro to Deep Learning and Tensorflow
Instructional Video2:42
Packt

Use different data types : Python Fundamentals

Higher Ed
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...