Instructional Video7:24
Curated Video

Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs

Higher Ed
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...
Instructional Video5:11
Curated Video

Deep Learning - Crash Course 2023 - Python Control statements - While and For

Higher Ed
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...
Instructional Video14:24
Curated Video

The Art of Doing - Web Development for Beginners - Guess My Number Project

Higher Ed
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...
Instructional Video14:41
Curated Video

The Art of Doing - Web Development for Beginners - Conditional Statements

Higher Ed
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...
Instructional Video7:17
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var

Higher Ed
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...
Instructional Video6:41
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Iterator

Higher Ed
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.
Instructional Video11:46
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Variable and Adaptive Learning Rates

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

Deep Learning - Artificial Neural Networks with Tensorflow - Stochastic Gradient Descent

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

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification

Higher Ed
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...
Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
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...
Instructional Video14:03
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Break and Continue / 026

Higher Ed
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...
Instructional Video10:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop (in and of) / 019-1

Higher Ed
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...
Instructional Video18:13
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Reduce Method / 073

Higher Ed
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.
Instructional Video16:42
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Method / 071

Higher Ed
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...
Instructional Video18:43
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop / 019

Higher Ed
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...
Instructional Video4:47
Curated Video

Alteryx Advanced - Level-Up Your Apps and Macros Part 2

Higher Ed
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...
Instructional Video2:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
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...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration

Higher Ed
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,...
Instructional Video3:43
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI

Higher Ed
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...
Instructional Video3:02
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

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

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Break and Continue

Higher Ed
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.
Instructional Video2:59
Curated Video

ChatGPT Mastery - Crafting Effective Prompts for Optimal Results - Iteration

Higher Ed
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...
Instructional Video3:08
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Architecture Discussion

Higher Ed
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...
Instructional Video3:12
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Iterating in Maps

Higher Ed
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...