Hi, what do you want to do?
Curated Video
Concurrent and Parallel Programming in Python - Final Program Cleanup
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II
This video is a continuation of the previous one and will cover datatypes and variables in programming in more detail. You will learn about complex data types such as arrays and objects, as well as how to declare and initialize...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II
This video is a continuation of the previous one and will cover more advanced techniques for assigning variables to each other in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Serving Using Endpoint with Python SDK
In this lab video, you will learn how to serve a machine learning model using the Vertex AI Prediction service. You will use a pre-trained model and create an endpoint to make predictions on new data.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Linux Crash Course for Beginners - 2023 - System Updates and Repositories
In this video, you will learn about the commands used for system updates and repositories, that is, rpm and yum.
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to CNN
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Functional API
This video demonstrates functional API versus sequential API.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)
Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. LSTM networks are well-suited to classifying, processing, and making predictions based on time series data...
Curated Video
Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets.
<
br/>
This clip is from the chapter "Recurrent...
<
br/>
This clip is from the chapter "Recurrent...
Curated Video
Fundamentals of Neural Networks - Backward Propagation Through Time
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers.
<
br/>...
<
br/>...
Curated Video
Fundamentals of Neural Networks - Language Processing
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information.
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional
This video demonstrates convolutional operations in 1-dimension.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural...
Curated Video
Fundamentals of Neural Networks - Convolutional Operation
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
Curated Video
Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model
This video demonstrates how to build a deeper and wider neural network model.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Curated Video
Fundamentals of Neural Networks - Cross-Entropy Loss Function
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Activation Function
This video explains the role of the activation function, which is an interesting phenomenon in the design of neural networks.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
Curated Video
Fundamentals of Neural Networks - Backward Propagation
This video explains backward propagation, which is defined by the optimization problem called the gradient descent algorithm.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural...
Curated Video
Fundamentals of Neural Networks - Forward Propagation
This video explains forward propagation and will dive deeper into the architecture of neural networks.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section...
Curated Video
Building Microservices API in Go - Application Configuration
In this video, you will learn how to manage application configuration using environment variables. We will discuss best practices for handling configuration in your application and how to securely store sensitive information such as...
Curated Video
Building Microservices API in Go - Introduction to Hexagonal Architecture
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Exploring Java New Features - Records
In this video, let's look at records.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Java Abstract Class – Puzzles
In this video, you will learn about the Java abstract class with puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Object Is at Top of Inheritance Hierarchy
In this video, you will learn that an object is at the top of the inheritance hierarchy.