Instructional Video3:22
Curated Video

Deep Learning - Crash Course 2023 - Update Rule in Programs

Higher Ed
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...
Instructional Video1:45
Curated Video

Deep Learning - Crash Course 2023 - Perceptron

Higher Ed
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.
Instructional Video5:21
Curated Video

Deep Learning - Crash Course 2023 - Modify Data

Higher Ed
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.
Instructional Video4:11
Curated Video

Deep Learning - Crash Course 2023 - Learning Algorithms and Model Performance

Higher Ed
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...
Instructional Video3:16
Curated Video

Deep Learning - Crash Course 2023 - Bias

Higher Ed
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.
Instructional Video3:47
Curated Video

Deep Learning - Crash Course 2023 - Activation Function

Higher Ed
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...
Instructional Video5:31
Curated Video

Deep Learning - Crash Course 2023 - Artificial Neural Networks

Higher Ed
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...
Instructional Video19:21
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - Error Handling

Higher Ed
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...
Instructional Video4:32
Curated Video

Advanced Chatbots with Deep Learning and Python - Predictions

Higher Ed
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.
Instructional Video5:06
Curated Video

Advanced Chatbots with Deep Learning and Python - Model Completion

Higher Ed
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.
Instructional Video5:44
Curated Video

Advanced Chatbots with Deep Learning and Python - Answer and Response

Higher Ed
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses.
Instructional Video6:52
Curated Video

Advanced Chatbots with Deep Learning and Python - Encoding

Higher Ed
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.
Instructional Video6:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Data Preparation

Higher Ed
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.
Instructional Video1:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Encoder Decoder

Higher Ed
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.
Instructional Video4:37
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Text Section

Higher Ed
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...
Instructional Video6:28
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern

Higher Ed
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.
Instructional Video5:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT

Higher Ed
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.
Instructional Video4:19
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries

Higher Ed
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.
Instructional Video4:56
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI

Higher Ed
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Instructional Video3:57
Curated Video

Fundamentals of Secure Software - Hashing Demo

Higher Ed
This is a demo video on hashing.
Instructional Video5:48
Curated Video

Fundamentals of Secure Software - Hashing Overview

Higher Ed
This video provides an introduction and overview of hashing.
Instructional Video9:02
Curated Video

Fundamentals of Secure Software - Injection

Higher Ed
This video explains Injection.
Instructional Video16:25
Curated Video

A Detailed Guide to the OWASP Top 10 - #3 SQL Injection Attacks

Higher Ed
This video explains the most common type of attack on a website, which is the SQL injection attack.
Instructional Video3:55
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Kinesis Data Analytics

Higher Ed
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.