Instructional Video6:59
Curated Video

Predictive Analytics with TensorFlow 7.2: Fine-tuning DNN Hyperparameters

Higher Ed
First, we will see DNN performance analysis. Next, we will tune the DNN hyperparameters. • Do DNN performance analysis • Tune the DNN hyperparameters
Instructional Video8:34
Curated Video

C++ for Beginners - Simple Data Type: int

Higher Ed
In this lesson, your instructor David, examines integers; signed and unsigned, how large or small they can be, and what happens if they exceed these limits.
r/>
This clip is from the chapter "Variables and Assignments" of the...
Instructional Video15:29
Programming Electronics Academy

Serial Communication: Arduino Course 4.9

Higher Ed
A walk through of serial communication.
Instructional Video11:25
Programming Electronics Academy

Variables: Arduino Course 3.3

Higher Ed
A description of what variables are, how they are used, and a useful analogy to understanding them.
Instructional Video2:56
Curated Video

Learning D3.JS 5.0 2.4: Creating Circles and Ellipses

Higher Ed
In this video, we will learn how to create circles and ellipses.<br/>
• Code a circle and view it in <br/>the browser
• Fix the problem with viewing only one<br/> quarter of the circle
• Code<br/> an ellipse and view it correctly
Instructional Video16:16
Programming Electronics Academy

Using Arrays with For Loops

Higher Ed
I would say that arrays are one of the most useful programming tools available. Every programming language that I'm familiar with, at least, has some form of an array. If you're trying to learn a new programming language, one of the...
Instructional Video1:38
Programming Electronics Academy

TTL Serial Communication Explained | Part 2

Higher Ed
Many microcontrollers come equipped with a simple way to communicate serially – using a USART. USART stands for Universal Synchronous/Asynchronous Receiver/Transmitter.



Wow – that’s one heck of...
Instructional Video10:37
Programming Electronics Academy

Hardware Overview: Arduino Course 2.6

Higher Ed
A look at the Arduino circuit board and its prominent features.
Instructional Video7:05
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process

Higher Ed
In this video, we will learn how to execute code in a child process.<br/>
• Show the different ways of creating a ch<br/>ild process
• Cr<br/>eate a child.js script
• Show comm<br/>unication between child processes
Instructional Video15:28
Curated Video

C++ for Beginners - Formatting Output

Higher Ed
In this lesson, your instructor David, discusses output formatting.<br/<br/>>

This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Instructional Video6:10
Curated Video

Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #1

Higher Ed
We will learn to implement a function called "Sum" that sums up all arguments passed to it using a variable number of arguments while passing the count as the first argument on the list.
r/>
This clip is from the chapter...
Instructional Video9:05
Packt

Advanced Computer Vision Projects 2.3: Finding Plate Characters

Higher Ed
In this video, we take a pass at finding characters potentially belonging to license plates.

• Use contours to find character candi
dates
• Filter contours based on geometri
c criteria
• Identify possible plate locations...
Instructional Video6:06
Curated Video

Predictive Analytics with TensorFlow 3.4: Data Model in TensorFlow

Higher Ed
The data model in TensorFlow is represented by tensors. Without using complex mathematical definitions, we can say that a tensor identifies a multidimensional numerical array. • Create tensors • Define the ranks, shape and data type •...
Instructional Video14:00
Programming Electronics Academy

Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson you learned about using the analogRead() function to collect data from a sensor connected to one of the Arduino' analog pins. The range of data we received from the...
Instructional Video9:55
Programming Electronics Academy

Prototyping Incremental Design: Arduino Course 1.4

Higher Ed
A description of the incremental design process and why and how it should be used.
Instructional Video6:41
Curated Video

High Performance Scientific Computing with C 1.6: Monte Carlo Methods

Higher Ed
How can we use random numbers to solve problems? • Learn why randomness is useful • See how we can solve integrals with random numbers • See how the accuracy of Monte Carlo methods scales
Instructional Video15:40
Curated Video

Predictive Analytics with TensorFlow 9.4: An LSTM Predictive Model for Sentiment Analysis

Higher Ed
Sentiment analysis is one of the most widely performed tasks in NLP. An LSTM network can be used to classify short texts into desired categories–that is, classification problems. For example, a set of tweet texts can be categorized as...
Instructional Video15:34
Curated Video

Cloud Native Development on Azure with Java 1.3: Set Up the Environment for Building a Cloud Native Application

Higher Ed
This video will guide you through the steps of deploying the prerequisites and setting up your development environment using an Azure virtual machine.<br/>
• Use <br/>an Azure VM
• Install JDK, Apach<br/>e Maven, and Azure CLI
Instructional Video13:18
Curated Video

C++ for Beginners - Arrays

Higher Ed
In this section, David discusses arrays.<br/<br/>>

This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video7:34
Curated Video

C++ for Beginners - How to Read Text Files

Higher Ed
You instructor, David, discusses how to read data files.<br/<br/>>

This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Instructional Video13:30
Programming Electronics Academy

Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson we learned about the "If statement". The "If statement" was the perfect choice for setting up instructions to run only when certain conditions are met. "If 30 seconds...
Instructional Video5:05
Packt

Advanced Computer Vision Projects 1.2: Image Captioning Introduction

Higher Ed
We cover image classification vs. captioning and touch on recurrent neural networks with long-short-term-memory. • Understand that captioning is an extension of classification to generate more human friendly image labelling • Learn about...
Instructional Video14:38
Curated Video

C++ for Beginners - Long and Short Data Types

Higher Ed
David, your instructor, discusses how data types can be different sizes.<br/<br/>>

This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Instructional Video4:34
Curated Video

Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph

Higher Ed
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...