Hi, what do you want to do?
Curated Video
Predictive Analytics with TensorFlow 7.2: Fine-tuning DNN Hyperparameters
First, we will see DNN performance analysis. Next, we will tune the DNN hyperparameters. • Do DNN performance analysis • Tune the DNN hyperparameters
Curated Video
C++ for Beginners - Simple Data Type: int
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...
r/>
This clip is from the chapter "Variables and Assignments" of the...
Programming Electronics Academy
Serial Communication: Arduino Course 4.9
A walk through of serial communication.
Programming Electronics Academy
Variables: Arduino Course 3.3
A description of what variables are, how they are used, and a useful analogy to understanding them.
Curated Video
Learning D3.JS 5.0 2.4: Creating Circles and Ellipses
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
• 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
Programming Electronics Academy
Using Arrays with For Loops
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...
Programming Electronics Academy
TTL Serial Communication Explained | Part 2
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...
Wow – that’s one heck of...
Programming Electronics Academy
Hardware Overview: Arduino Course 2.6
A look at the Arduino circuit board and its prominent features.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process
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
• 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
Curated Video
C++ for Beginners - Formatting Output
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
This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Curated Video
Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #1
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...
r/>
This clip is from the chapter...
Packt
Advanced Computer Vision Projects 2.3: Finding Plate Characters
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...
• Use contours to find character candi
dates
• Filter contours based on geometri
c criteria
• Identify possible plate locations...
Curated Video
Predictive Analytics with TensorFlow 3.4: Data Model in TensorFlow
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 •...
Programming Electronics Academy
Tutorial 09: How to read voltages with analogRead(): Arduino Course for Absolute Beginners (ReM)
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...
Programming Electronics Academy
Prototyping Incremental Design: Arduino Course 1.4
A description of the incremental design process and why and how it should be used.
Curated Video
High Performance Scientific Computing with C 1.6: Monte Carlo Methods
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
Curated Video
Predictive Analytics with TensorFlow 9.4: An LSTM Predictive Model for Sentiment Analysis
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...
Curated Video
Cloud Native Development on Azure with Java 1.3: Set Up the Environment for Building a Cloud Native Application
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
• Use <br/>an Azure VM
• Install JDK, Apach<br/>e Maven, and Azure CLI
Curated Video
C++ for Beginners - Arrays
In this section, David discusses arrays.<br/<br/>>
This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
C++ for Beginners - How to Read Text Files
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
This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Programming Electronics Academy
Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)
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...
Packt
Advanced Computer Vision Projects 1.2: Image Captioning Introduction
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...
Curated Video
C++ for Beginners - Long and Short Data Types
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
This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
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...