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...
Packt
Compare the breadth-first and depth-first search algorithms : Using Depth-First Search (DFS)
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...
Curated Video
Describe an advanced data structure : Rolling Hashes for Constructing a Palindrome
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Let's Tute
Microsoft Excel: Logical Statements and Nested IF Functions
This video is a tutorial on using logical statements and nested if functions in Microsoft Excel, demonstrated through VBA coding. The teacher explains the importance of understanding logical statements and provides examples of how to use...
Curated Video
Discuss the importance of data : Creating Decision tree in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Discuss the importance of data : Dummy Variable creation in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Describe a function : Functions Part 2
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions Part 2
Packt
Create visual representations of data that models real-world phenomena or processes : A1. Activity for Data Visualization
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: A1....
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Humans vs. Computers Vision system
From the section: Computer Vision Basics: Part 1. In this section, we’ll cover the basic features of Computer Vision. Computer Vision Basics: Part 1: Humans vs. Computers Vision system
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...
PBS
Why Are There So Few Women in Computer Science?
Today, we think of computer science as a field dominated by men, but the women have a long and important history in the field. In fact women were many of the very first computer programmers, played a hugely important part in 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
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Adversarial Attacks and Their Distinctive Features
From the section: Testing Image Classification. In this section, you will design specific security tests for image recognition systems. Here you will focus on one particular type of AI solution – image classification, and one category of...
Curated Video
Call a function : String Methods
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: String Methods
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Perform non-affine image transformation on a traffic sign image
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: [Activity] Perform non-affine image transformation on a traffic sign image
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...
Packt
Evaluate the impact of privacy issues, cyberattacks, and malware on your AI application : The Current State of Defenses
From the section: Choosing the Right Defense. In this section, you will deploy the right defense methods to protect AI systems from attacks by comparing their efficiency. The aim of this video is to show how each of the defense...
Curated Video
Discuss the importance of data : The stopping criteria for controlling tree growth
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Fix the errors in a computer program or algorithm : Exceptions
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Exceptions
Curated Video
Implement different search algorithms : BST - Deleting nodes with 1 child node
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario 2 - deleting nodes with 1 child node
Curated Video
Describe a neural network : Identify Variable Importance in Neural Networks
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...