Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video7:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - Comparison Operators

Higher Ed
Here, you will learn about Python's two types of operators, the comparison operator, and the logical operator. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Instructional Video8:31
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Paying Attention to Shapes

Higher Ed
In this video, we will work on shapes in RNN. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we...
Instructional Video5:54
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation

Higher Ed
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Instructional Video9:47
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)

Higher Ed
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video9:25
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)

Higher Ed
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video12:05
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction

Higher Ed
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Instructional Video10:39
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Forecasting

Higher Ed
In this video, we will discuss about forecasting. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section,...
Instructional Video18:33
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Sequence Data

Higher Ed
In this video, you will learn about sequence data. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this...
Instructional Video11:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 2

Higher Ed
In this video, we will continue creating the animated clock from the previous video. We will see how to add a minute hand, an hour hand, and a second hand to the clock. This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video6:15
Curated Video

Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State

Higher Ed
In this video, you will learn how to update an item in the shopping list and reset the UI state. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - Set Item to Edit

Higher Ed
In this video, you will learn how to set an item to edit and show its current value in the input field. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video10:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - Filter Items

Higher Ed
In this video, you will learn how to filter the items in the shopping list by name. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a shopping list...
Instructional Video11:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Items to List (DOM Only)

Higher Ed
In this video, you will learn how to add items to the shopping list using only the DOM (Document Object Model) without using local storage. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the...
Instructional Video10:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Form Submission and FormData Object

Higher Ed
In this video, we will look at how to handle form submissions in JavaScript. You will learn how to use the FormData object to collect form data and send it to a server using AJAX. This clip is from the chapter "Events" of the series...
Instructional Video11:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Input Events

Higher Ed
In this video, we will explore how to handle input events such as change, input, and submit in JavaScript. You will learn how to use event listeners to respond to input events and how to access input values and form data. This clip is...
Instructional Video15:57
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Understand Scaffolded Views

Higher Ed
This video explains the views folder and the index.cshtml file. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video5:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Save Username to Local Storage

Higher Ed
In this video, we will save the username entered by the user to local storage. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this bonus...
Instructional Video12:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaForm Component

Higher Ed
In this video, we will build the IdeaForm component that will handle the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video2:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?

Higher Ed
In this video, we will introduce the concept of algorithms and why they are important in programming. We will discuss what an algorithm is, the different types of algorithms, and why it's crucial to have good algorithms in software...
Instructional Video4:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Clear Storage Items

Higher Ed
In this video, we will update the Tracalorie app to clear all the items from local storage. We will add a clear button that calls a method in the Storage class to clear all the items from local storage. This is useful when the user wants...
Instructional Video10:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Filter and Reset

Higher Ed
In this video, we will implement a filter functionality for the meals and workouts in the Tracalorie app. We will add an input field that filters the items based on their name and update the UI accordingly. We will also add a reset...
Instructional Video13:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - App Class, New Meal, and Workout

Higher Ed
This video covers the implementation of the App class for the Tracalorie App project. The video demonstrates how to create a new instance of the App class and how to add new Meal and Workout objects to the tracker using a form and event...