Hi, what do you want to do?
Curated Video
Predictive Analytics with TensorFlow 6.3: Using BOW for Predictive Analytics
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....
Programming Electronics Academy
Introduction to User Defined Functions: Arduino Course 8
A description of User Defined Functions in programming.
Curated Video
Cloud Native Development on Azure with Java 3.1: Security Features of an Azure Web Application
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...
• Explore the security fea
tures
• Learn...
Curated Video
C++ for Beginners - Introduction to Vectors
In this lesson, your instructor discusses vectors. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Curated Video
Predictive Analytics with TensorFlow 11.2: Developing a Multiarmed Bandit's Predictive Model
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...
Curated Video
Predictive Analytics with TensorFlow 10.3: Improved Factorization Machines for Predictive Analytics
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...
Programming Electronics Academy
Arduino Pseudo Random Non-Consecutive Number Generator
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...
This lesson was inspired by the following viewer ques
tion:
"How do I create Random Non-Consecutive numbers...
Programming Electronics Academy
Serial Communication with Arduino - The details!
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...
Maybe you have been using some functions from the Arduino Serial library, like Serial.begin() and Seri
al.print()
and...
Programming Electronics Academy
Data Types in Ardiuno: Arduino Course 3.4
A description of Arduino, C, C++ data types that are used in programming Arduino.
Curated Video
Predictive Analytics with TensorFlow 8.4: CNN-based Predictive Model for Sentiment Analysis
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...
Curated Video
High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation
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
Curated Video
Predictive Analytics with TensorFlow 5.2: Using kNN for Predictive Analytics
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...
Programming Electronics Academy
The inner workings of Serial Communication Explained | Part 1
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...
Maybe you have been using some functions from the Arduino Serial library, like Serial.begin() and...
Programming Electronics Academy
Diving into a new Code Library: Arduino Course 6.5
A description of how to explore a code library.
Programming Electronics Academy
Map Function: Arduino Course 5.7
A demonstration of the map() function in Arduino.
Curated Video
Learning D3.JS 5.0 1.2: What Is Data Visualization?
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...
Programming Electronics Academy
Function Example Three: Arduino Course 8.3
A walk through of a User Defined Function in programming.
Curated Video
Predictive Analytics with TensorFlow 9.1: Using BRNN for Image Classification
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...
Programming Electronics Academy
Ep. 19: Electronic Textiles with Dr. Katharina Bredies
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...
Katharina walks Michael through the design and implementation of this unique...
Curated Video
C++ Programming By Example - Coding a Virtual Die – Generating Random Numbers
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++...
• Introduce cppreference for C++ document
ation
• Understand probability distributions and which one is appropriate
for a die
• Use the classes available in the C++...
Programming Electronics Academy
NeoPixel timer with Arduino - super easy and fun!
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...
Curated Video
Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Curated Video
Predictive Analytics with TensorFlow 5.1: Using K-means for Predictive Analytics
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...
Curated Video
Predictive Analytics with TensorFlow 7.4: Deep Belief Networks
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...