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...
Curated Video
Predictive Analytics with TensorFlow 7.2: Fine-tuning DNN Hyperparameters
First, we will see DNN performance analysis. Next, we will tune the DNN hyperparameters. • Do DNN performance analysis • Tune the DNN hyperparameters
Curated Video
Learning D3.JS 5.0 2.4: Creating Circles and Ellipses
In this video, we will learn how to create circles and ellipses. • Code a circle and view it in the browser • Fix the problem with viewing only one quarter of the circle • Code an ellipse and view it correctly
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.2: Creating a Child Process
In this video, we will learn how to execute code in a child process. • Show the different ways of creating a child process • Create a child.js script • Show communication between child processes
Curated Video
Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #1
We will learn to implement a function called "Sum" that sums up all arguments passed to it using a variable number of arguments while passing the count as the first argument on the list. This clip is from the chapter "Advanced Topics" of...
Packt
Advanced Computer Vision Projects 2.3: Finding Plate Characters
In this video, we take a pass at finding characters potentially belonging to license plates. • Use contours to find character candidates • Filter contours based on geometric criteria • Identify possible plate locations based on characters
Curated Video
Predictive Analytics with TensorFlow 3.4: Data Model in TensorFlow
The data model in TensorFlow is represented by tensors. Without using complex mathematical definitions, we can say that a tensor identifies a multidimensional numerical array. • Create tensors • Define the ranks, shape and data type •...
Curated Video
High Performance Scientific Computing with C 1.6: Monte Carlo Methods
How can we use random numbers to solve problems? • Learn why randomness is useful • See how we can solve integrals with random numbers • See how the accuracy of Monte Carlo methods scales
Curated Video
Predictive Analytics with TensorFlow 9.4: An LSTM Predictive Model for Sentiment Analysis
Sentiment analysis is one of the most widely performed tasks in NLP. An LSTM network can be used to classify short texts into desired categories–that is, classification problems. For example, a set of tweet texts can be categorized as...
Curated Video
Cloud Native Development on Azure with Java 1.3: Set Up the Environment for Building a Cloud Native Application
This video will guide you through the steps of deploying the prerequisites and setting up your development environment using an Azure virtual machine. • Use an Azure VM • Install JDK, Apache Maven, and Azure CLI
Packt
Advanced Computer Vision Projects 1.2: Image Captioning Introduction
We cover image classification vs. captioning and touch on recurrent neural networks with long-short-term-memory. • Understand that captioning is an extension of classification to generate more human friendly image labelling • Learn about...
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...
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
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...
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...
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
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 10)
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
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
Curated Video
Predictive Analytics with TensorFlow 6.2: Transformers and Estimators
We will get a brief explanation of transformers and estimators. We will also look at different types of transformers and estimators. • Look at the different types of transformers • Look at the different types of estimators