Curated Video
Deep Learning - Crash Course 2023 - Data Standardization - 2
In this video, we will understand when and how to apply standard Scaler with data standardization. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section,...
Curated Video
Deep Learning - Crash Course 2023 - Perceptron in Python
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Curated Video
Deep Learning - Crash Course 2023 - Modify Data
In this video, you will learn how to modify data. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement MP Neuron in Python.
Curated Video
Deep Learning - Crash Course 2023 - Train Test Split
In this video, you will learn how to use Train_Test_Split on our dataset with Scikit-learn. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
Curated Video
Deep Learning - Crash Course 2023 - Learning Algorithms and Model Performance
In this video, you will learn two more terms related to deep learning called learning algorithms and model performance. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this...
Curated Video
Deep Learning - Crash Course 2023 - Bias
In this video, you will learn about bias in neural networks. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Curated Video
Advanced Chatbots with Deep Learning and Python - Model Completion
In this video, after training and testing the data, querying the questions, and obtaining responses, we are now at model completion with compiling the questions and responses to check for accuracy.
Curated Video
Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Curated Video
Advanced Chatbots with Deep Learning and Python - Separation and Sequence
In this video, you will learn to make the train-test story questions and answers. We will then use a for loop to enter the story, question, and answer into the respective parts.
Curated Video
Advanced Chatbots with Deep Learning and Python - Data Preparation
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Generative Versus Retrieval Chatbots
In this lecture, you will learn about a generative and retrieval chatbot and compare the differences between the two chatbots.
Curated Video
Advanced Chatbots with Deep Learning and Python - Conventional Versus AI Chatbots
In this video, we will understand conventional and artificial intelligence-based chatbots and understand the differences between the two kinds.
Curated Video
Advanced Chatbots with Deep Learning and Python - Course Description
In this lesson, we will get an overview of what is covered in the course, including a comparison of chatbots and the benefits of chatbots. We will look at the chatbots in action. We will also look at deep learning frameworks in chatbots.
Curated Video
Comparative Adjectives and Game for Kids
In this educational adventure, children will discover how to compare different things using words like "bigger," "smaller," "faster," and more. With vibrant animations and clear explanations, we'll explore the concept of comparative...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Random Train-Test Split
After mapping the rating to the dataset, we will train-test split the dataset to our recommender system with shuffling and prediction.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Download Libraries
Here, you will learn to implement the Amazon product recommendation system using deep learning. We will import the requisite libraries and build and train the deep learning-based model using TensorFlow.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning in Recommendation systems
As we are aware, recommender systems are migrating from machine learning to deep learning, the reason being to capture non-linear and non-trivial relationships.
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Overview of Key Legal Concepts (As They Apply to Creative Professionals)
In this video, we will provide an overview of the key legal concepts related to generative AI that creative professionals should be aware of. You will learn about copyright law, fair use, and how they apply to generative AI. This clip is...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Examples of Biased AI
In this video, we will provide some examples of biased AI systems. We will explore how bias can manifest in different types of AI systems and provide some real-world examples of biased AI. This clip is from the chapter "AI and Bias" of...
Curated Video
Unveiling Animal Ingenuity: From Pigs to Ravens
Explore the surprising cognitive skills of animals often overlooked for their intelligence, like pigs, cows, and ravens. This video delves into how these animals perform complex tasks, solve puzzles, and even engage in activities we...
Curated Video
Precision in Motion: Mastering the Safety and Timeliness of French Trains and Planes
Explore the intricate systems that ensure the punctuality and safety of millions of daily train and plane passengers in France. This video takes you behind the scenes at major transportation hubs to uncover how cutting-edge technology...
Curated Video
Conquering Travel Troubles: Understanding Motion Sickness and Phobias
Discover the causes and solutions for motion sickness in this engaging video. Learn from experts about why some people feel sick while traveling and explore practical tips to prevent discomfort on the road. Additionally, delve into the...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification
In this video, we will work on image classification with the MNIST dataset. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Preparation and Evaluation
In this video, you will learn how to train our LeNet model. This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn how to...