Instructional Video8:19
Curated Video

Structural Design Patterns in Modern C++ - Adding the Abstract Decorator Class in Stream Class Hierarchies

Higher Ed
This video explains how to add the abstract decorator class in both input and output stream class hierarchies.
<
br/>
This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern...
Instructional Video7:26
Curated Video

Structural Design Patterns in Modern C++ - Adding StringInfo for Sharing Internal Strings

Higher Ed
This video explains how to add StringInfo for sharing internal strings.
<
br/>
This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the...
Instructional Video4:00
Curated Video

Structural Design Patterns in Modern C++ - Adding Shapes

Higher Ed
This video explains how to add more shape classes.
<
br/>
This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will...
Instructional Video7:28
Curated Video

Structural Design Patterns in Modern C++ - Adapter Implementation

Higher Ed
This video explains how to implement the adapter pattern.
<
br/>
This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter...
Instructional Video8:53
Curated Video

Structural Design Patterns in Modern C++ - Static Decorator

Higher Ed
This video explains the static decorator.<br<br/>/>

This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video5:10
Curated Video

Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs

Higher Ed
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics.<br/>
• Understand vectors a<br/>nd matrices
• Fi<br/>nd transpose of matrix
Instructional Video14:33
Curated Video

Predictive Analytics with TensorFlow 4.2: From Disaster to Decision –Titanic Example Revisited

Higher Ed
In this video, we will see how we could develop several predictive models for Titanic survival prediction and do some analytics using them. In particular, we will discuss logistic regression, random forest, and linear SVM. We start with...
Instructional Video9:56
Curated Video

Predictive Analytics with TensorFlow 4.1: Supervised Learning for Predictive Analytics

Higher Ed
In this video, we will see a type of machine learning process that is supervised learning. We will also see linear regression. We will use it for movie rating prediction. • See the spam filtering example • Use linear regression for movie...
Instructional Video7:02
Curated Video

Predictive Analytics with TensorFlow 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video10:01
Curated Video

Learn and Master C Programming - Writing Our First Program Using Visual C on the Command-Line

Higher Ed
Learn how to write your first C program then compile it and run it using Visual C compiler on the command prompt.
r/>
This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series...
Instructional Video1:40
Curated Video

Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression

Higher Ed
In this video, we will use python to write a simple ensemble learning model for Regression. • We will use Jupyter Notebook to execute our code • Use of Height vs weight to demonstrate the ensemble technique • Use different models instead...
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 6.4: TF-IDF Model for Predictive analytics

Higher Ed
TF-IDF measures how important a word is in a document or in a collection of documents. It is used extensively in informational retrieval and reflects the weight of the word in the document, frequency and the inverse document frequency. •...
Instructional Video11:00
Programming Electronics Academy

Functions Overview: Arduino Course 3.5

Higher Ed
An overview of what programming functions are and how they work.
Instructional Video5:44
Curated Video

Predictive Analytics with TensorFlow 2.3: Using Information Theory in Predictive Modeling

Higher Ed
This video will first explain you the information theory. We will then see types of entropy. We will use the information theory in Python. • Study the different types of entropy • Use information theory in Python
Instructional Video21:31
Curated Video

Predictive Analytics with TensorFlow 10.1: Recommendation Systems

Higher Ed
Recommendation systems is a subclass of information filtering system that helps predict the "rating" or "preference" based on the rating provided by users of an item. We will also see collaborative filtering and content-based filtering...
Instructional Video10:23
Curated Video

Predictive Analytics with TensorFlow 7.1: Deep Learning for Better Predictive Analytics

Higher Ed
DL is a branch of ML based on a set of algorithms that attempt to model high-level abstractions in data. In this video, we will see artificial neural networks and deep neural networks. We will also see deep neural networks architecture....
Instructional Video4:48
Curated Video

Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model

Higher Ed
An emerging area for applying is the stock market trading, where a trader acts like a reinforcement agent since buying and selling particular stock changes the state of the trader by generating profit or loss, that is, reward. • Define...
Instructional Video11:50
Curated Video

Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics

Higher Ed
For this video, we will be using bank marketing datasets. The data is related to direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. We will do predictive analytics using...
Instructional Video4:17
Curated Video

Predictive Analytics with TensorFlow 6.1: NLP Analytics Pipelines

Higher Ed
This video will explain us the general purpose of machine learning and also explain the workflow of predictive analytics. • Understand the workflow of predictive analytics in machine learning
Instructional Video6:22
Programming Electronics Academy

DIY retro pong game that fits in your pocket

Higher Ed
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino...
Instructional Video2:56
Curated Video

Ensemble Machine Learning Techniques 2.1: Problems that Ensemble Learning Solves

Higher Ed
This video talks about the advantages of using ensemble learning. • Define what is Bias, variance • Define what is Bias-Variance tradeoff • Look at the Advantage of using ensemble learning
Instructional Video9:13
Programming Electronics Academy

3 Ways to power an Arduino Board - Do you know them?

Higher Ed
ARDUINO POWER SECTION SCHEMATIC

In our discussion here, we are going to use an Arduino UNO as the base example – much of what we cover can be extended to other common Arduino boards, but in each case...
Instructional Video8:31
Curated Video

High Performance Scientific Computing with C 2.2: Algorithm Complexity and Performance

Higher Ed
How does the design of our programs affect their speed and accuracy? • Learn about floating-point round-off error • Learn about computational complexity • Examine the divide-and-conquer design approach
Instructional Video5:02
Curated Video

Predictive Analytics with TensorFlow 11.1: Reinforcement Learning

Higher Ed
Supervised and unsupervised learning appears at opposite ends of the spectrum, RL exists somewhere in the middle. We use reinforcement learning to discover a good sequence of actions to take the maximum expected rewards. We will also see...