Instructional Video6:50
Packt

Debug a computer program created by someone else : Debugging Your Second Python Program

Higher Ed
From the section: Getting Started with Python Development. Setup your development environment, a gentle introduction to Python3. Demonstrate the Python debugger, and PyCharm interface to the debugger mode. • Run our program in the debug...
Instructional Video17:35
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Detecting Cars Using SVM - Part #2

Higher Ed
From the section: Machine Learning: Part 2. In this section, we’ll cover Bayes Theorem, Naive Bayes, SVM and SVC to classify data. Machine Learning: Part 2: [Activity] Detecting Cars Using SVM - Part #2
Instructional Video7:45
Curated Video

Describe an advanced data structure : Array Problems Involving Modulos

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video5:54
Curated Video

Java 11 Programming for Beginners 1.4: Running Hello World

Higher Ed
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Instructional Video10:07
Curated Video

Mastering Tableau 2018.1, Second Edition 8.6: Visualize Benford’s Law

Higher Ed
In this video, we’ll see how to visualize Benford’s law in Tableau. • Understand what Benford’s law is • Implement Benford’s law in Tableau
Instructional Video7:10
Curated Video

Learning D3.JS 5.0 7.1: Circles in Action

Higher Ed
In this video, we will learn what a scatter plot is and when we need it. • Understand the code • Create the SVG element • Create the circles
Instructional Video2:42
Curated Video

Learning D3.JS 5.0 3.1: Creating Polygons and Polylines

Higher Ed
In this video, we will learn how to create a polygon/polyline. • Code a polygon • Code a polyline • Understand the difference between polygon and polyline
Instructional Video7:50
Curated Video

Bug Bounty Program Certification 13.6: Certification Exam Practice Questions – Part 5

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video4:10
Curated Video

Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations

Higher Ed
We will have a look at pooling layer and padding operations. • Study the pooling layer • Understand padding operations
Instructional Video6:57
Curated Video

Predictive Analytics with TensorFlow 1.3: Installing Python in Windows

Higher Ed
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions. • Install python • See the python data types
Instructional Video6:22
Science360

Computer scientist Juan E Gilbert - ScienceLives

12th - Higher Ed
Juan E. Gilbert is an IDEaS professor and Chair of the Human-Centered Computing Division in the School of Computing at Clemson University. He leads the Human-Centered Computing Lab at Clemson and also is a professor in the Automotive...
Podcast21:11
NASA

‎NASA in Silicon Valley: Michelle Eshow Talks About How NASA Is Working To Improve Air Travel For Everyone

Pre-K - Higher Ed
A conversation with Michelle Eshow, Software Lead for Air Traffic Management at NASA’s Ames Research Center in Silicon Valley.
Instructional Video8:26
Curated Video

Use variables to store data : Variables in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Variables in Python
Instructional Video10:48
Packt

Compare the breadth-first and depth-first search algorithms : BFS and DFS Intro

Higher Ed
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept. BFS and DFS Grid World: BFS and DFS Intro
Instructional Video4:18
Curated Video

Modify a data structure : Testing Add To Tail and Add To Head

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Testing Add To Tail and Add To Head
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video12:14
Curated Video

Describe an advanced data structure : Find the Given-Length Subarray with the Maximum Minimum

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video3:07
Curated Video

Develop a computer program to solve a problem using control structures : While Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: While Loops
Instructional Video7:58
Packt

Introduction to computer hardware and software : Keyboards and Mice

Higher Ed
From the section: Essential Peripherals. In this section, we learn more about optical media, USB standard, configure USB’s for keyboard and mIce. Our hands are constantly on our keyboards and mice, yet they are often some of the most...
Instructional Video7:59
Packt

Introduction to computer hardware and software : RAM Capacity

Higher Ed
From the section: RAM. Here, we learn about RAM technology. Individual sticks of DRAM will have very different capacities. It’s important to understand RAM capacities and how sticks work together to provide the total memory for a system.
Instructional Video12:17
Packt

Introduction to computer hardware and software : CPU Sockets

Higher Ed
From the section: CPUs. In this section, we explore features about CPU. Both AMD and Intel use unique CPU packages that install into their respective sockets. It’s imperative for a tech to know the most popular sockets available today...
Instructional Video8:06
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Classifying Images with a Simple CNN, Part 1

Higher Ed
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works. Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 1
Instructional Video10:22
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to Train a perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Code to Train a perceptron for binary classification
Instructional Video5:56
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam

Higher Ed
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: [Activity] Project #1: Canny Sobel and Laplace Edge Detection using Webcam