Instructional Video11:37
Curated Video

Predictive Analytics with TensorFlow 6.3: Using BOW for Predictive Analytics

Higher Ed
In this video, we will see how to perform a bit more complex predictive analytics using the bag-of-words concept of NLP with TensorFlow. At first, we will formalize the problem, and then will explore the dataset that will be used....
Instructional Video13:07
Programming Electronics Academy

Introduction to User Defined Functions: Arduino Course 8

Higher Ed
A description of User Defined Functions in programming.
Instructional Video4:40
Curated Video

Cloud Native Development on Azure with Java 3.1: Security Features of an Azure Web Application

Higher Ed
Security is a very important aspect of any application. In this video, we will go through the process of securing our cloud-native application, which we created in the previous section.

• Explore the security fea
tures
• Learn...
Instructional Video9:05
Curated Video

C++ for Beginners - Introduction to Vectors

Higher Ed
In this lesson, your instructor discusses vectors. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Instructional Video10:02
Curated Video

Predictive Analytics with TensorFlow 11.2: Developing a Multiarmed Bandit's Predictive Model

Higher Ed
One of the simplest RL problems is called n-armed bandits. The thing is there are n-many slot machines but each has different fixed payout probability. The goal is to maximize the profit by always choosing the machine with the best...
Instructional Video5:11
Curated Video

Predictive Analytics with TensorFlow 10.3: Improved Factorization Machines for Predictive Analytics

Higher Ed
In this video, we will see Neural factorization machines is used to for making predictions under sparse settings by seamlessly combining the linearity of FM and the non-linearity of the neural network. • Understand neural factorization...
Instructional Video10:50
Programming Electronics Academy

Arduino Pseudo Random Non-Consecutive Number Generator

Higher Ed
In this video we demonstrate how to create pseudo random numbers with Arduino - with a useful twist.

This lesson was inspired by the following viewer ques
tion:
"How do I create Random Non-Consecutive numbers...
Instructional Video16:28
Programming Electronics Academy

Serial Communication with Arduino - The details!

Higher Ed
Are you wondering what the heck serial communication is?



Maybe you have been using some functions from the Arduino Serial library, like Serial.begin() and Seri
al.print()
and...
Instructional Video11:14
Programming Electronics Academy

Data Types in Ardiuno: Arduino Course 3.4

Higher Ed
A description of Arduino, C, C++ data types that are used in programming Arduino.
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 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 Video4:12
Programming Electronics Academy

The inner workings of Serial Communication Explained | Part 1

Higher Ed
Are you wondering what the heck serial communication is?



Maybe you have been using some functions from the Arduino Serial library, like Serial.begin() and...
Instructional Video10:59
Programming Electronics Academy

Diving into a new Code Library: Arduino Course 6.5

Higher Ed
A description of how to explore a code library.
Instructional Video15:12
Programming Electronics Academy

Map Function: Arduino Course 5.7

Higher Ed
A demonstration of the map() function in Arduino.
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 Video10:11
Programming Electronics Academy

Function Example Three: Arduino Course 8.3

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video7:52
Curated Video

Predictive Analytics with TensorFlow 9.1: Using BRNN for Image Classification

Higher Ed
We will first provide some contextual information about RNNs. We will see how to implement a BRNN implementation example using the TensorFlow library. The example is using the MNIST database of handwriting. • Look at contextual...
Instructional Video23:43
Programming Electronics Academy

Ep. 19: Electronic Textiles with Dr. Katharina Bredies

Higher Ed
This week Michael has the chance to sit down with Dr. Katharina Bredies, the brain behind ‘The Light Curtain’, an interactive textile powered by Arduino.

Katharina walks Michael through the design and implementation of this unique...
Instructional Video8:36
Curated Video

C++ Programming By Example - Coding a Virtual Die – Generating Random Numbers

Higher Ed
How do you generate random numbers in C++?

• Introduce cppreference for C++ document
ation
• Understand probability distributions and which one is appropriate
for a die
• Use the classes available in the C++...
Instructional Video15:47
Programming Electronics Academy

NeoPixel timer with Arduino - super easy and fun!

Higher Ed
I don't know about you, but I really enjoy playing board games with friends. I like talking, eating good snacks, and just having some friendly competition. But it seems like every time I play a board game with a group of friends, there's...
Instructional Video2:17
Curated Video

Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind

Higher Ed
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Instructional Video10:45
Curated Video

Predictive Analytics with TensorFlow 5.1: Using K-means for Predictive Analytics

Higher Ed
This video will have a brief introduction to the unsupervised machine learning technique. We will also look at k-means for predictive analytics. • Understand the concept of clustering • See how k-means work • Use k-means for predicting...
Instructional Video3:50
Curated Video

Predictive Analytics with TensorFlow 7.4: Deep Belief Networks

Higher Ed
While weights of an MLP are initialized randomly, a DBN uses a greedy layer-by-layer pretraining algorithm to initialize the network weights through probabilistic generative models composed of a visible layer and multiple layers of...