Hi, what do you want to do?
Curated Video
Deep Learning - Crash Course 2023 - Going Deep into Neural Networks
In this video, we will take a deep dive into neural networks and explore how to find the output for a deep neural network.
<
br/>
This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash...
<
br/>
This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash...
Curated Video
Deep Learning - Crash Course 2023 - Why Update Rule Works
In this video, we will understand how update rule works.<br<br/>/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron.
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 - Perceptron Model and Its Representation
In this video, you will learn more about the Perceptron model and understand its representation.
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
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.
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
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
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Get the Emoji SVG, Separate Parts, and Import to Xcode
In this lesson, you will learn to create an emoji SVG by downloading an emoji of choice from Figma and then customizing or modifying the same using vectors to our preference and saving it on Xcode.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: VAE Collaborative Filtering
Let's understand the variational autoencoder for collaborative filtering using a representation obtained in the hidden layers.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: tf-idf Implementation
In this video, we will understand how to calculate and use the tf-idf vectorizers with sklearn.
Curated Video
Behavioral Design Patterns in C++ - Function Strategy - II
In this video, we will continue to explore the function strategy design pattern, building on the concepts covered in the previous video. We will dive deeper into the implementation of this pattern.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - I
In this video, we will introduce a dynamic array that may be used in both single-threaded and multi-threaded applications.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - I
In this video, we will be building a spreadsheet application using JavaScript.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy...
Curated Video
Behavioral Design Patterns in C++ - Transition Table - I
This video explains the implementation of the State design pattern through a transition table.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
Curated Video
Behavioral Design Patterns in C++ - Variant
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members.
<
br/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in...
<
br/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in...
Curated Video
Behavioral Design Patterns in C++ - DialogBox - II
This video will help in the implementation of all the widget classes.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Logging System - II
In this video, we will try to reduce the coupling between WinApp and the logger classes.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Hangman - VI
In this video, we will use serialization to implement the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - IV
In this video, we will take the responsibility of managing checkpoints out of the Hangman class by refactoring it to use the Memento pattern.
<
br/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns...
<
br/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns...
Curated Video
Behavioral Design Patterns in C++ - Hangman - III
This video shows you how to implement checkpoints in the Hangman game.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Memento
This video helps you with the basic implementation of the Memento pattern.<br<br/>/>
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - DataList - II
In this video, we will add the menu and the macro class in this lesson and complete the implementation.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - DataList - I
This video starts with another example that will be used to understand how macro commands can be implemented.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Healthcare Triage
Ticks, Mosquitos, and How Climate Change Could Increase Disease
We’re back again with another episode on climate change and human health. The effects of a warming planet on our wellbeing are multifaceted, and there’s a lot to address in these complex interactions. One of those things is an increase...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Multiclass Classification
In this video, you will learn about multiclass classification.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Forward Propagation
In this video, you will learn about forward propagation as it is related to neural networks.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks...