Hi, what do you want to do?
Curated Video
Structural Design Patterns in Modern C++ - Adding the Abstract Decorator Class in Stream Class Hierarchies
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...
<
br/>
This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern...
Curated Video
Structural Design Patterns in Modern C++ - Adding StringInfo for Sharing Internal Strings
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...
<
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...
Curated Video
Structural Design Patterns in Modern C++ - Adding Shapes
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...
<
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...
Curated Video
Structural Design Patterns in Modern C++ - Adapter Implementation
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...
<
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...
Curated Video
Structural Design Patterns in Modern C++ - Static Decorator
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.
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.
Curated Video
Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs
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
• Understand vectors a<br/>nd matrices
• Fi<br/>nd transpose of matrix
Curated Video
Predictive Analytics with TensorFlow 4.2: From Disaster to Decision –Titanic Example Revisited
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...
Curated Video
Predictive Analytics with TensorFlow 4.1: Supervised Learning for Predictive Analytics
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...
Curated Video
Predictive Analytics with TensorFlow 1.1: The Course Overview
This video will give you an overview about the course.
Curated Video
Learn and Master C Programming - Writing Our First Program Using Visual C on the Command-Line
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...
r/>
This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series...
Curated Video
Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression
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...
Curated Video
Predictive Analytics with TensorFlow 6.4: TF-IDF Model for Predictive analytics
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. •...
Programming Electronics Academy
Functions Overview: Arduino Course 3.5
An overview of what programming functions are and how they work.
Curated Video
Predictive Analytics with TensorFlow 2.3: Using Information Theory in Predictive Modeling
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
Curated Video
Predictive Analytics with TensorFlow 10.1: Recommendation Systems
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...
Curated Video
Predictive Analytics with TensorFlow 7.1: Deep Learning for Better Predictive Analytics
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....
Curated Video
Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model
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...
Curated Video
Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics
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...
Curated Video
Predictive Analytics with TensorFlow 6.1: NLP Analytics Pipelines
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
Programming Electronics Academy
DIY retro pong game that fits in your pocket
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...
Curated Video
Ensemble Machine Learning Techniques 2.1: Problems that Ensemble Learning Solves
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
Programming Electronics Academy
3 Ways to power an Arduino Board - Do you know them?
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...
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...
Curated Video
High Performance Scientific Computing with C 2.2: Algorithm Complexity and Performance
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
Curated Video
Predictive Analytics with TensorFlow 11.1: Reinforcement Learning
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...