Instructional Video2:41
Curated Video

Recommender Systems with Machine Learning - User-Based Collaborative Filtering

Higher Ed
This video helps you with user-based collaborative 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 machine...
Instructional Video3:10
Curated Video

Recommender Systems with Machine Learning - Introduction to Recommender Systems

Higher Ed
In this video, you will get to know more about recommender systems. This clip is from the chapter "Motivation for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on recommender systems...
Instructional Video2:52
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - GUI Versus CLI

Higher Ed
In this video, we will understand the difference between GUI (Graphical User Interface) and CLI (Command Line Interface). This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema

Higher Ed
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video5:22
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer

Higher Ed
In this video, we will code and consume the coffee order AVRO record from the Kafka topic. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Instructional Video2:54
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of Chatbots for Deep Learning: Chatbots in Ecommerce

Higher Ed
Let's understand the benefits of chatbots in eCommerce, including personalized services, real-time interaction, collection of feedback, provide metrics, lead generation, deep analytics, and storytelling. This clip is from the chapter...
Instructional Video3:51
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Revolution with ML

Higher Ed
In this video, we will look at the various technologies in which machine learning has revolutionized, including customer services, eCommerce, healthcare, travel and tourism, banking and finance, and general services. This clip is from...
Instructional Video5:05
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: ML-Enabled Features

Higher Ed
In this lesson, we will explore the enabling features of a machine learning-based chatbot, including scaling operations, task automation, user engagement, social media interaction, multilingual models, and connectivity. This clip is from...
Instructional Video1:23
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Chatbot Types

Higher Ed
In this lesson, we will look at classifying chatbots based on how they can be trained and tested, including the rule-based chatbot, where rules are specified, and self-learning chatbots, where the chatbot learns independently with the...
Instructional Video1:52
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Deep Learning Quiz Solution

Higher Ed
This is the solution to the quiz based on the deep learning concepts learned so far in this module. This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender Systems: An Applied Approach...
Instructional Video2:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Benefits of Amazon Lex

Higher Ed
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity. This clip is from the chapter "Chatbots Development...
Instructional Video5:15
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Overview of AWS

Higher Ed
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and so on....
Instructional Video7:27
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitor the Nomad Environment

Higher Ed
In this demonstration, we will focus on monitoring, specifically at the host level. We will use the “systemctl status nomad" command. You will learn to view the journal logs and understand what happens in the Nomad environment. This clip...
Instructional Video12:46
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists

Higher Ed
In this video, we will be comparing NumPy array to Python list. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
Instructional Video5:41
Curated Video

The Complete Vue.js Course for Beginners - Methods and Parameters

Higher Ed
In this video, you will learn about methods with parameters in Vue.js. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with the basic...
Instructional Video4:15
Curated Video

The Complete Vue.js Course for Beginners - API

Higher Ed
In this video, you will learn about API, how to make an API, how to test an API, and what are the methods of API. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video5:11
Curated Video

The Complete Vue.js Course for Beginners - beforeUnmount and unmounted

Higher Ed
Called right before a component instance is to be unmounted. When this hook is called, the component instance is still fully functional. This hook is not called during server-side rendering. This clip is from the chapter "Understanding...
Instructional Video11:08
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - I / 043

Higher Ed
This video explains primitive versus reference types and also discusses the memory and how these datatypes are stored. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use Modular Monolithic Architecture

Higher Ed
In this video, let's gain insights into the scenarios and use cases where modular monolithic architecture is a suitable choice. We will understand the trade-offs and considerations in deciding whether to adopt this architecture and learn...
Instructional Video9:35
Curated Video

Mastering C++ Standard Library Features [Video] - Smart Pointers: Guidelines

Higher Ed
Learn how to choose between raw/unique/shared/weak pointers in your interfaces and implementation, understanding their pro/cons and "conventional" meanings
Instructional Video2:06
Great Big Story

Dr. Bob Roberts, the professor behind America's ice cream mastery

12th - Higher Ed
Discover how Dr. Bob Roberts from Penn State has shaped the ice cream industry, training companies like Ben and Jerry's in the art of making delicious ice cream.
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Retry + Circuit Breaker Pattern

Higher Ed
In this video, we will explore the combination of the Retry pattern and the Circuit Breaker pattern and how these two patterns can work together to provide a more robust and resilient solution by automatically retrying failed requests...
Instructional Video3:04
Curated Video

Design Microservices Architecture with Patterns and Principles - Service Mesh Pattern and How the Service Mesh Pattern Work for Microservices

Higher Ed
In this video, the Service Mesh pattern is discussed, which provides a dedicated infrastructure layer for managing communication between microservices. It explains how a service mesh, such as Istio or Linkerd, works by injecting a proxy...