Instructional Video8:49
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron - Data Import

Higher Ed
In this video, you will learn how to import the Breast Cancer Wisconsin Diagnostic dataset and perform some basic analysis. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this...
Instructional Video7:45
Curated Video

Deep Learning - Crash Course 2023 - Mathematical Intuition

Higher Ed
In this video, you will learn how to build a mathematical intuition on MP Neuron. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural...
Instructional Video6:41
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Introduction

Higher Ed
In this video, you will learn about the MP Neuron model, also called McCulloch Pitts model. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build...
Instructional Video4:20
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Intuition

Higher Ed
In this video, you will learn about Sigmoid intuition. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video3:44
Curated Video

Deep Learning - Crash Course 2023 - Perceptron Limitations

Higher Ed
In this video, we will have a quick recap of Perceptron limitations and learn how Sigmoid Neuron is useful. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin...
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 Video2:11
Curated Video

Deep Learning - Crash Course 2023 - Summary-1

Higher Ed
In this video, we will quickly summarize what we have learnt about MP Neuron. This clip is from the chapter "Summary of MP Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will consolidate our understanding...
Instructional Video4:20
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Class

Higher Ed
In this video, we will walk through the process of creating our own MP Neuron class in Python from scratch. By the end of this section, you will have a solid understanding of how to implement this fundamental concept in deep learning....
Instructional Video7:39
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron in Python

Higher Ed
In this video, we will work on our MP Neuron model to predict the output of the given dataset. 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...
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 Video5:35
Curated Video

Deep Learning - Crash Course 2023 - Train Test Split

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

Deep Learning - Crash Course 2023 - Loss and Finding Parameters

Higher Ed
In this video, you will learn about loss and finding parameters. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks using the MP...
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 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:24
Curated Video

Advanced Chatbots with Deep Learning and Python - Importing Libraries

Higher Ed
This video demonstrates how to import step by step the four main libraries required for our project, including TensorFlow, NumPy, Keras, and Pickle, and you will learn about importing Sequential and Model.
Instructional Video1:59
Curated Video

Advanced Chatbots with Deep Learning and Python - Steps Involved

Higher Ed
In this lesson, you will learn about the various steps involved in developing chatbots based on deep learning techniques. We will install the required packages, define chat models and tokenization, and set up the encoder-decoder model.
Instructional Video4:35
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model

Higher Ed
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model. This clip is from the chapter "Emoji App" of the...
Instructional Video11:34
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Call and Response Example for OpenAI Implementation and Customizations

Higher Ed
In this video, we will provide a call and response example for OpenAI implementation and customizations, demonstrating how to optimize and personalize your chatbot's responses.
Instructional Video9:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: KNN Implementation

Higher Ed
In this lesson, you will learn how to implement the k-nearest neighbor algorithm in machine learning.
Instructional Video6:56
Instructional Video5:06
Curated Video

Fundamentals of Secure Software - Security Models

Higher Ed
This video explains the various security models and their purpose.
Instructional Video11:02
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Train and Validation

Higher Ed
After entirely developing our recommender system, we will perform the training and validation, fitting and evaluating our model.
Instructional Video7:15
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations

Higher Ed
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.