Hi, what do you want to do?
Curated Video
Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Deep Learning - Crash Course 2023 - Python Control statements - While and For
In this video, we will look at the different loops in Python called While and For.
<
br/>
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...
<
br/>
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...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Project
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make...
Curated Video
The Art of Doing - Web Development for Beginners - Conditional Statements
In this video, we will cover conditional statements in JavaScript, including if-else statements and the conditional (ternary) operator. You will learn how to use these statements to make decisions in our code based on Boolean...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var
This video explains the replacements of the Var keyword, which are Let and Const.
<
br/>
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
<
br/>
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Iterator
This video explains a basic implementation of the Iterator design pattern.<br<br/>/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Variable and Adaptive Learning Rates
In this video, we will discuss variable and adaptive learning rates.
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional...
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Stochastic Gradient Descent
In this video, you will learn about stochastic gradient descent.
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section,...
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section,...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification
In this video, we will work on image classification with the MNIST dataset.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST
In this video, we will start with implementing CNN with the fashion MNIST dataset.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Break and Continue / 026
This video explains break and continue keywords in JavaScript, which help us control the control flow along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to...
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop (in and of) / 019-1
This video explains for loop, which will help you ease your condition while writing for loops.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Reduce Method / 073
This video explains the reduce method in arrays.<br<br/>/>
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Method / 071
This video explains the filter method in arrays that will help filter or sort items.
<
br/>
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
<
br/>
This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop / 019
This video explains for loop in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various...
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various...
Curated Video
Alteryx Advanced - Level-Up Your Apps and Macros Part 2
This video builds on the previous one and covers additional advanced techniques for designing and optimizing apps and macros in Alteryx, creating custom interfaces for your workflows, handling errors and exceptions using dynamic...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Database Sharding Pattern - Cassandra
The video demonstrates how to adapt an existing microservices architecture with the database sharding pattern using Cassandra as the underlying database technology, the process of integrating Cassandra into the microservices ecosystem...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration
In this video, the concept of adapting the microservices architecture in a second iteration is covered and the need for evolution and refinement of the architecture over time, considering new requirements, performance optimizations,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent
This video focuses on the adaptation of an existing microservices architecture to incorporate CQRS, Event Sourcing, and eventual consistency and provides guidance and best practices for introducing these patterns into an existing...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Break and Continue
In this lesson, you will learn about the break and continue statements to either exit a loop or skip an iteration of a loop with examples.
Curated Video
ChatGPT Mastery - Crafting Effective Prompts for Optimal Results - Iteration
This video discusses the iterative process of prompt engineering, where we gradually refine and adjust our prompts based on the model's output. You will learn to analyze and iteratively modify prompts to steer the model toward desired...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Architecture Discussion
Before we move on to the coding part, let's first discuss the project architecture in this session.
<
br/>
This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This...
<
br/>
This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Iterating in Maps
In this session, you will learn how to iterate in a map.
<
br/>
This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...
<
br/>
This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...