Curated Video
Deep Learning - Crash Course 2023 - Update Rule in Programs
In this video, you will learn about the parameter Update Rule that we will be using in our programs. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about...
Curated Video
Deep Learning - Crash Course 2023 - Perceptron
In this video, we will get introduced to the Perceptron model. This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
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 - 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
Deep Learning - Crash Course 2023 - Activation Function
In this video, you will learn how to apply an activation function to the weighted average to make sure the output value falls between 0 and 1. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash...
Curated Video
Deep Learning - Crash Course 2023 - Artificial Neural Networks
In this video, you will learn about artificial 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...
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - Error Handling
This video demonstrates how to take users’ input through the command line, making it more user-friendly using the error handling feature. This clip is from the chapter "Actions with Imperative Programming" of the series "Supercharge...
Curated Video
Advanced Chatbots with Deep Learning and Python - Predictions
After checking our model for accuracy, we will make predictions of our results from the model we created. We will visualize the predictions using the test data.
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 - Answer and Response
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses.
Curated Video
Advanced Chatbots with Deep Learning and Python - Encoding
We will begin to develop our deep learning model and input placeholders to store the maximum story length, question length, and define the vocabulary size. We will now build our encoder using the sequential model.
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 - Encoder Decoder
In this video, we will understand what encoder and decoder are, their architecture, and long short-term memory (LSTM), a neural network used in deep learning.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Text Section
This is a continuation of the lesson from where we left off in the previous video. In this video, we will examine the text section. We will create a text field to input text. This clip is from the chapter "Beyond the Basics" of the...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries
In this video, we will demonstrate how to implement an animal input state update for OpenAI queries, allowing your chatbot to provide more personalized and engaging responses for animal-related topics.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Curated Video
Fundamentals of Secure Software - Hashing Overview
This video provides an introduction and overview of hashing.
Curated Video
A Detailed Guide to the OWASP Top 10 - #3 SQL Injection Attacks
This video explains the most common type of attack on a website, which is the SQL injection attack.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Kinesis Data Analytics
You have created a way to get the data with Kinesis Data Streams or Kinesis Firehose, now you must analyze the data. One possible solution is Kinesis Data Analytics, covered in this video.