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 Video10:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Troubleshooting Printers

Higher Ed
Good techs understand the many general issues with printers misbehaving. This episode covers a lot of these issues, such as permissions, connectivity (physical/wireless and configuration errors), and mechanical issues. This clip is from...
Instructional Video9:08
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing Wireless and Cloud Printers

Higher Ed
Many printers today come with wireless capabilities and can connect directly to an infrastructure or ad hoc 80 2.11 network. This episode looks at manual and automatic setup options, plus how to connect a printer for cloud-based...
Instructional Video6:05
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Sharing Printers

Higher Ed
It rarely makes sense for every computer in an office or lab to have its own dedicated printer. This episode looks at printer sharing and security options in Windows, so techs can set up, maintain, and remove shared printers. Mike also...
Instructional Video13:40
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing a Local Printer

Higher Ed
Installing a printer attached to a computer (a local printer) is a bread-and-butter task for techs. This episode describes the installation process using the Devices & Printers section of the Settings app in Windows. This clip is from...
Instructional Video3:23
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Thermal Printers

Higher Ed
Thermal printers use heat to mark text on special thermal paper. They're used in many point-of-sale systems and kiosks. Mike describes the features of thermal printers and what techs need to know to maintain and service the machines....
Instructional Video6:34
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Beyond Wi-Fi

Higher Ed
The 80 2.11 standard isn't the only wireless out there today. Standards such as Bluetooth, RFID and NFC also need the support of good techs. This clip is from the chapter "Book Chapter 20 - Wireless Networking" of the series "CompTIA A+...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Displaying the Video Data

Higher Ed
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video8:05
Curated Video

Social Media Automation using Python - Fetching the Channel Information

Higher Ed
After learning to create an API key, we will use it along with a channel ID to fetch relevant channel information using the API.get_channel_info() function. We can obtain viewer count, subscriber count, video count, and description. This...
Instructional Video4:49
Curated Video

Social Media Automation using Python - Displaying Data of Playlists

Higher Ed
After learning to retrieve playlist information, you will learn to use Python coding to display the playlist information to suit our requirements, such as snippets, number of videos, and content details. This clip is from the chapter...
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 Video5:15
Curated Video

Recommender Systems with Machine Learning - KNN Implementation-2

Higher Ed
This video explains the implementation of KNN. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video8:50
Curated Video

Recommender Systems with Machine Learning - Active Users and Popular Movies

Higher Ed
This video explains the active users and popular movies available. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video9:53
Curated Video

Recommender Systems with Machine Learning - Making Recommendations-1

Higher Ed
This video explains how to make song recommendations. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This section focuses on...
Instructional Video5:50
Curated Video

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

Higher Ed
This video demonstrates the implementation of tf-idf (Term Frequency-Inverse Document Frequency). This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with...
Instructional Video7:07
Curated Video

Recommender Systems with Machine Learning - Exploring Genres

Higher Ed
This video helps you with exploring genres from the dataset. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This section...
Instructional Video8:46
Curated Video

Recommender Systems with Machine Learning - Making Recommendations

Higher Ed
This video helps you with making recommendations. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine learning for...
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 Video12:27
Curated Video

Recommender Systems with Machine Learning - Exploring Genres in Content-Based Filtering

Higher Ed
This video helps you explore the genres in content-based filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Instructional Video8:11
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Printing Contents of Files

Higher Ed
In this video, you will learn how to print contents of files using cat and echo commands. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
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:47
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Grep, Comparing Files

Higher Ed
In this video, you will learn the Grep, cmp, and comm commands. 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...
Instructional Video4:07
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Copying, Moving, Renaming Files

Higher Ed
In this video, you will learn how to copy, move, or rename files using cp, mv, and so on. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...