Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case
This video provides an overview of the product wishlist use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Datastore
This video provides an introduction to Cloud Datastore. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Curated Video
Urban Survival: Navigating Crisis in the City
Dive into the urban survival journey of My Linh and Timothy, two 20-year-olds learning to cope without modern conveniences after a hypothetical disaster. Under the guidance of a survival expert, they discover how to secure shelter,...
Curated Video
Chatbots Development with Amazon Lex - Overview of AWS
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 more.
Curated Video
Chatbots Development with Amazon Lex - Salient Features of AWS
Let's understand the salient features of AWS, including pricing, flexibility, and scalability, global architecture, PaaS services, reliability, scheduling, customization, and security.
Curated Video
Chatbots Development with Amazon Lex - Services of AWS
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, cloud management services, WAF and shield, elastic transcoder, and more.
Curated Video
Advanced Chatbots with Deep Learning and Python - Chatbots in Ecommerce
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Chatbots in Business
In this video, we will understand the benefits of chatbots in businesses, including lead qualification, lead nurturing, and data mining techniques.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Design Approaches for ML
In this lecture, we will explore the design approaches for recommender systems using machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Guidelines for ML
In this video, we will discuss a few guidelines for machine learning-based recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Applications and Real-World Challenges
Here, you will learn about the real-world challenges faced by recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems
In this lesson, we will look at the first, second, and third generations of recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Make Tensors from DataFrame
We will now advance further by checking our dataset using a single user and developing the Tensor from DataFrame.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Data Visualization with WordCloud
In this video, we will explore how to load the dataset and begin data visualization using WordCloud.
Curated Video
Ancient Wisdom for Modern Food Preservation
Discover how our ancestors minimized food waste long before modern preservation techniques, with a journey to Chamerolles castle in the Loiret. Join Mac Lesggy and medieval cuisine specialist Fabian Muller as they explore traditional...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123
The shopping cart page is designed to allow buyers to see all the products they have added to the shopping cart. It contains a detailed list of products.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - User Account and Cart
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dropdown Option / 115
After learning to use the React state hook, we will look at storing variables passed with the () event to put in the product display.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Search / 109
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Product Component / 106
You will learn tips and tricks for better searching using the debouncing technique, up, down, and clear, and developing a clear search feature.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API: Product List / 104
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.