Instructional Video11:56
Curated Video

C++ for Beginners - Casting

Higher Ed
In this section, your instructor discusses Casting.<br/<br/>>

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

C++ for Beginners - Variables and identifiers

Higher Ed
In this lesson, your instructor discusses variables.<br/<br/>>

This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Instructional Video9:49
Curated Video

Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition

Higher Ed
We will first train the CNN model based on the dataset from Kaggle and then we will test that model to test a human face to predict one of the emotions. In this video, we show how to develop a CNN for emotion prediction from facial...
Instructional Video9:21
Curated Video

C++ Developer - The Library

Higher Ed
This video explains the library.<br/<br/>>

This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video6:22
Curated Video

Predictive Analytics with TensorFlow 10.2: Factorization Machines for Recommendation Systems

Higher Ed
We will look at two examples for developing a more robust recommendation systems using FM. We will also see FM and their applications in the cold-start recommendation problem. • Understand the factorization machines • Look at the cold...
Instructional Video3:56
Curated Video

Predictive Analytics with TensorFlow 8.3: Tuning CNN Hyperparameters

Higher Ed
In this video, we will tune the CNN hyperparameters. • Tune the CNN hyperparameters
Instructional Video5:34
Curated Video

Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs

Higher Ed
CNNs are a type of feedforward neural network in which the connectivity pattern between its neurons is based on the animal visual cortex. We will also see CNN architecture and convolution operations. • Look at CNNs and drawbacks of...
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video18:16
Curated Video

C++ for Beginners - Creating a String

Higher Ed
In this lesson, your instructor discusses string classes.<br/<br/>>

This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Instructional Video8:40
Programming Electronics Academy

5 More Ways to Destroy an Arduino

Higher Ed
Nothing feels worse than getting a new Arduino board and then managing to destroy it after a manner of minutes.



This week's episode builds on the previous episode by highlighting five more ways you...
Instructional Video4:30
Curated Video

Ensemble Machine Learning Techniques 2.3: Ensemble Learning for Classification

Higher Ed
In this video, we will use python to write a simple ensemble learning model for classification. • We will use Jupyter Notebook to execute our code • Use Iris dataset to perform classification • Use hard voting and soft voting for...
Instructional Video11:23
Programming Electronics Academy

What is a Code Library?: Arduino Course 6.1

Higher Ed
A description of a code library in Arduino programming.
Instructional Video17:13
Curated Video

C++ for Beginners - Comparators and Logical Operators

Higher Ed
In this section, your instructor examines the comparison operator types and the logical operator types.
r/>
This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments:...
Instructional Video7:09
Curated Video

C++ for Beginners - Bubble Sort

Higher Ed
In this lesson, your instructor discusses how to process data by using the Bubble Sort.<br/<br/>>

This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Instructional Video3:40
Curated Video

Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model

Higher Ed
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Instructional Video11:31
Programming Electronics Academy

Doing multiple timed things with Arduino: Unleash the millis()!

Higher Ed
Want to do multiple thing with Arduino? Then master the Arduino millis function!

Hello, I hope you’re doing fantastic. In this series, we’ve been talking about using the Arduino millis function to create...
Instructional Video17:17
Programming Electronics Academy

Functions Example One: Arduino Course 8.1

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

C++ for Beginners - Assignment, Operators

Higher Ed
In this lesson, David examines several types of operators and how to use them.<br/<br/>>

This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Instructional Video6:01
Curated Video

C++ for Beginners - Input from STDIN

Higher Ed
Your instructor, David, demonstrates Cin stream, which allows simple keyboard input.<br/<br/>>

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

C++ for Beginners - Simple Data Type: char

Higher Ed
Your instructor, David, discusses the Character Data Type.<br/<br/>>

This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Instructional Video2:37
Curated Video

C++ Standard Template Library in Practice - Sampling

Higher Ed
The listener is new to algorithms and does not know about the sampling algorithms.

• Introduce the listener to the std::sample algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
Instructional Video11:32
Curated Video

Mastering Tableau 2018.1, Second Edition 11.1: Data Visualization Best Practices for Effective Dashboards

Higher Ed
In this video, we’ll see the best practices that we can use to create effective dashboards. • Best practices for creating effective dashboards • Implement best practices for effective dashboards
Instructional Video9:43
Curated Video

Predictive Analytics with TensorFlow 6.5: Using Word2vec for Sentiment Analysis

Higher Ed
We will see how we can improve the previous predictive model with minimum effort using TF-IDF. • Use Word2vec for doing sentiment analysis