Hi, what do you want to do?
Curated Video
C++ for Beginners - Casting
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
This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Curated Video
C++ for Beginners - Variables and identifiers
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
This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Curated Video
Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition
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...
Curated Video
C++ Developer - The Library
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++.
This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Predictive Analytics with TensorFlow 10.2: Factorization Machines for Recommendation Systems
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...
Curated Video
Predictive Analytics with TensorFlow 8.3: Tuning CNN Hyperparameters
In this video, we will tune the CNN hyperparameters. • Tune the CNN hyperparameters
Curated Video
Predictive Analytics with TensorFlow 8.1: CNNs and the Drawbacks of Regular DNNs
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...
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Curated Video
C++ for Beginners - Creating a String
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
This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Programming Electronics Academy
5 More Ways to Destroy an Arduino
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...
This week's episode builds on the previous episode by highlighting five more ways you...
Curated Video
Ensemble Machine Learning Techniques 2.3: Ensemble Learning for Classification
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...
Programming Electronics Academy
What is a Code Library?: Arduino Course 6.1
A description of a code library in Arduino programming.
Curated Video
C++ for Beginners - Comparators and Logical Operators
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:...
r/>
This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments:...
Curated Video
C++ for Beginners - Bubble Sort
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
This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Curated Video
Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model
The TensorFlow programming model signifies how to structure your predictive models. • Look at the steps for structuring the model
Programming Electronics Academy
Doing multiple timed things with Arduino: Unleash the millis()!
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...
Hello, I hope you’re doing fantastic. In this series, we’ve been talking about using the Arduino millis function to create...
Programming Electronics Academy
Functions Example One: Arduino Course 8.1
A walk through of a User Defined Function in programming.
Curated Video
C++ for Beginners - Assignment, Operators
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
This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Curated Video
C++ for Beginners - Input from STDIN
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
This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Curated Video
C++ for Beginners - Simple Data Type: char
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
This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Curated Video
C++ Standard Template Library in Practice - Sampling
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...
• Introduce the listener to the std::sample algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.1: Data Visualization Best Practices for Effective Dashboards
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
Curated Video
Predictive Analytics with TensorFlow 6.5: Using Word2vec for Sentiment Analysis
We will see how we can improve the previous predictive model with minimum effort using TF-IDF. • Use Word2vec for doing sentiment analysis