Instructional Video10:53
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Loading - CIFAR10

Higher Ed
In this video, you will learn how to load our CIFAR10 dataset in PyTorch. This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn how to...
Instructional Video6:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Custom NN Module

Higher Ed
In this video, you will learn how to write a custom NN (Neural Network) module. This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video8:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Building the First Neural Network

Higher Ed
In this video, you will learn how to build your first neural network. This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
Instructional Video12:05
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - AutoGrad in PyTorch

Higher Ed
In this video, you will learn what is AutoGrad in PyTorch. This clip is from the chapter "AutoGrad in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will have a look at AutoGrad...
Instructional Video8:10
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNNs for Text

Higher Ed
In this video, we will understand how we can use CNNs for text sequences. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section,...
Instructional Video13:21
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, we will look at the code preparation we will use for NLP and understand it. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video21:00
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN Architecture

Higher Ed
In this video, we will understand the CNN architecture. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we will cover a...
Instructional Video16:40
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - What Is Convolution? (Part 1)

Higher Ed
In this video, we will get introduced to the concept of convolution. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we...
Instructional Video4:04
Curated Video

Recommender Systems with Machine Learning - FuzzyWuzzy Implementation

Higher Ed
This video helps you with the implementation of the FuzzyWuzzy algorithm. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This...
Instructional Video3:58
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Using External USB Devices in a VM Copy

Higher Ed
In this video, you will learn how to use external USB devices in a VM copy. This clip is from the chapter "Bonus: Additional VirtualBox settings" of the series "Linux Operating System: A Complete Linux Guide for Beginners".null
Instructional Video6:57
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Shell Scripting

Higher Ed
In this video, you will learn about shell scripting. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C program,...
Instructional Video2:08
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Pipe and sed

Higher Ed
In this video, we will understand a pipe “|†and also understand the use of the sed command. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type

Higher Ed
In this video, we will code and learn the date logical types. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will cover the...
Instructional Video6:46
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Data Preparation

Higher Ed
We will use the two datasets available for our project, the training QA and the testing QA. We will save them in our project folder and invoke them as needed. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Instructional Video1:47
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Encoder Decoder

Higher Ed
In this video, we will understand what encoder and decoder are, their architecture, and long short-term memory (LSTM), a neural network used in deep learning. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Instructional Video9:08
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing

Higher Ed
After setting all elements of the chatbot, we will complete the bot by inputting queries and data and receiving responses from the chatbot based on the question placed. This clip is from the chapter "Basics of Chatbots with Machine...
Instructional Video3:56
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Greeting Function

Higher Ed
After setting everything up, we will now look at creating a few greeting inputs and a few greeting responses for the conversational chatbot to respond with. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video6:43
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Lemmatization and Processed Text

Higher Ed
In this video, we will look at the project's next step, the lemmatization process, using the WordNet lemmatizer and the NLTK library for the conversational chatbot. This clip is from the chapter "Basics of Chatbots with Machine Learning...
Instructional Video3:29
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search

Higher Ed
In this video, you will learn how to search Wikipedia. We will define a function to input data and obtain a response from the Wikipedia_data input we created. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video3:42
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Chatbot Greets

Higher Ed
After creating the word tokens, removing the tags, and lemmatizing the words, we will make the chatbot's welcome responses or welcome inputs. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the...
Instructional Video6:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Word Tokens and Remove ASCII

Higher Ed
In this video, you will learn to add word tokens using the normalize function and develop the word token. We are going to use the NLTK.word_tokenize function. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video7:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Package Installation

Higher Ed
This video demonstrates the steps involved in installing NLTK. Another package we will need to install for creating our chatbot is the Wikipedia app, and then import the required libraries. This clip is from the chapter "Basics of...
Instructional Video9:26
Curated Video

CISSP Crash Course - Secure Coding Guidelines

Higher Ed
This video explains the weaknesses in software and API security. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Instructional Video4:51
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Testing our Chatbot

Higher Ed
After completing all the necessary steps in building the chatbot, we will now deploy the chatbot and back to the Lex console. We will then test the chatbot for the intended tasks it is to perform. This clip is from the chapter "Chatbots...