Instructional Video15:13
Curated Video

Deep Learning - Crash Course 2023 - Program in Python

Higher Ed
In this video, we will build a program in Python to implement Sigmoid Neuron. 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 Video2:57
Curated Video

Deep Learning - Crash Course 2023 - Program Overview

Higher Ed
In this video, we will discuss our program goal that we will be building in the next video. 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...
Instructional Video5:51
Curated Video

Deep Learning - Crash Course 2023 - Gradient Descent

Higher Ed
In this video, you will learn about gradient descent. 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 Video7:29
Curated Video

Deep Learning - Crash Course 2023 - Manual Fitting of Data

Higher Ed
In this video, you will learn how to manually fit data. 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 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:35
Curated Video

Deep Learning - Crash Course 2023 - Loss Functions

Higher Ed
In this video, you will learn about loss functions. 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:51
Curated Video

Deep Learning - Crash Course 2023 - Models

Higher Ed
In this video, we will briefly cover models in deep learning. 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: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 Video5:27
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction

Higher Ed
In this video, we will be introduced to Sigmoid Neuron. 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 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 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 Video4:25
Curated Video

Deep Learning - Crash Course 2023 - Contour Plots

Higher Ed
In this video, you will learn how to create Contour plots. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Instructional Video10:22
Curated Video

Deep Learning - Crash Course 2023 - Plotting with Matplotlib

Higher Ed
In this video, we will understand the most popular plotting library in Python called Matplotlib and learn about plotting. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course...
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
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 Video7:06
Curated Video

Supercharge Scala Future | FP-Tower - What Is an IO?

Higher Ed
This video provides an overview about IO (Input/Output). This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Instructional Video20:46
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError

Higher Ed
This video helps you learn the concept of retrying an operation with a single higher order function and reuse to refactor the code of readDataOfBirthRetry and readSubscribeToMailingListRetry. This clip is from the chapter "Actions with...
Instructional Video12:49
Curated Video

Supercharge Scala Future | FP-Tower - Evaluation

Higher Ed
This video demonstrates how code is executed in Scala and how to delay an execution to an appropriate time. You will start by reviewing the techniques to define a code expression in Scala. This clip is from the chapter "Actions with...
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:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Instructional Video9:39
Curated Video

Advanced Chatbots with Deep Learning and Python - Vectorize Stories

Higher Ed
In this video, we will understand how to vectorize the story by defining functions, using the data, and developing an index and tokenizer. We will also determine the maximum story length calculated.
Instructional Video5:51
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 2

Higher Ed
In this video, continuing from Part 1, we will explore calculated custom fields further. We will delve deeper into creating and configuring these fields to perform advanced calculations that enhance our project analysis capabilities....
Instructional Video6:32
Curated Video

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

Higher Ed
In this continuation video from the previous lesson, we will examine the image section in more detail. You will learn to resize the image and add aspect ratios and other features to the images. This clip is from the chapter "Beyond 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.