Instructional Video4:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Statement and Demo / 157

Higher Ed
This video will explain the advantages of using a password versus an SSH key authentication.
Instructional Video3:27
Healthcare Triage

How We Process Meat, Memories, and Nutrition Research

Higher Ed
A recent news story covered a study about processed foods and how eating those foods relates to cognitive decline. The only problem is, they didn't report on an actual published study. They reported on a pre-publication presentation at a...
Instructional Video6:49
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Final Testing

Higher Ed
In this video, we will run our project and check whether our program runs as required. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video10:07
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Logic for Single-Letter input

Higher Ed
In this video, we will continue building the logic for single-letter input. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:18
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Logic Building

Higher Ed
In this video, we will work on building the logic. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will...
Instructional Video5:23
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Continued

Higher Ed
In this video, we will continue writing the program for our hangman game. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video7:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class

Higher Ed
In this video, we will start writing the program for our classes and objects. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:18
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Hangman

Higher Ed
In this video, we will get introduced to our mini project, which is called the Hangman. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Instructional Video2:03
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - A Simple 'for' Loop

Higher Ed
This video explains a simple for loop. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using Python.
Instructional Video6:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data

Higher Ed
This video explains how to tidy messy data. This clip is from the chapter "Tidying Messy Data" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to tidy messy data.
Instructional Video3:19
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Variable Names

Higher Ed
This video explains variable names in Python and the rules to use them. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and...
Instructional Video12:51
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand the text as sequence data. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, you will learn...
Instructional Video5:33
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Text Preprocessing

Higher Ed
In this video, we will move into action and understand how to do text preprocessing using Colab notebook. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video4:25
Curated Video

Social Media Automation using Python - Posting Photo with Caption

Higher Ed
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...
Instructional Video3:39
Curated Video

Social Media Automation using Python - Posting Hello World

Higher Ed
After learning to create an access token, we will look at posting our first 'Hello World' banner message on the Facebook feed. This clip is from the chapter "Facebook Automation" of the series "Social Media Automation Using Python".null
Instructional Video3:11
Curated Video

Social Media Automation using Python - Coding a Simple Scheduler

Higher Ed
In this lecture, we will look at creating a simple scheduler. We will first import the requisite libraries and then write a simple code to create a scheduler to automate the task. This clip is from the chapter "Scheduling" of the series...
Instructional Video10:53
Curated Video

Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Matrix

Higher Ed
This video is about the tf-idf (Term Frequency-Inverse Document Frequency) matrix. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on...
Instructional Video8:58
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Vi Text Editor)

Higher Ed
In this video, we will have a look at the vi text editor. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work with...
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 Video3:01
Curated Video

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

Higher Ed
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of...
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 Video1:41
Curated Video

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

Higher Ed
In this lesson, we will perform two types of tokenization, sentence tokenization and word tokenization, using the NLTK library. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots...
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...