Curated Video
Deep Learning - Crash Course 2023 - Program in Python
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.
Curated Video
Deep Learning - Crash Course 2023 - Program Overview
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...
Curated Video
Deep Learning - Crash Course 2023 - Gradient Descent
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.
Curated Video
Deep Learning - Crash Course 2023 - Manual Fitting of Data
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.
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron Introduction
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...
Curated Video
Deep Learning - Crash Course 2023 - Loss Functions
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.
Curated Video
Deep Learning - Crash Course 2023 - Models
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.
Curated Video
Deep Learning - Crash Course 2023 - Sigmoid Intuition
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.
Curated Video
Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction
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.
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron Class
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....
Curated Video
Deep Learning - Crash Course 2023 - Loss and Finding Parameters
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...
Curated Video
Deep Learning - Crash Course 2023 - Contour Plots
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...
Curated Video
Deep Learning - Crash Course 2023 - Plotting with Matplotlib
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...
Curated Video
Deep Learning - Crash Course 2023 - Functions and Classes in Python
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...
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
Supercharge Scala Future | FP-Tower - What Is an IO?
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).
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError
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...
Curated Video
Supercharge Scala Future | FP-Tower - Evaluation
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...
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 - Vectorize Stories
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.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 2
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....
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - The Image Section
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...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Call and Response Example for OpenAI Implementation and Customizations
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.