Instructional Video7:53
Curated Video

REST APIs with Flask and Python - Lambda Functions in Python

Higher Ed
This video explores the Lambda functions in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video7:00
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 2 – World Before JPA – JDBC, Spring JDBC, and myBatis

Higher Ed
This video explains different options available before JPA. This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section provides an...
Instructional Video8:13
Curated Video

Data Analytics using Python Visualizations - Radarplot to Compare Scores of Multiple Parameters

Higher Ed
This video explains Radarplot to compare scores of multiple parameters. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...
Instructional Video6:39
Curated Video

Arduino OOP - Use Your Class in Your Program - Create a LED Object

Higher Ed
In this video, you will learn how to use your class in your program to create an LED object. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we...
Instructional Video6:54
Curated Video

Arduino OOP - The LED Class Constructor

Higher Ed
In this video, we will cover the LED class constructor. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first Arduino class...
Instructional Video6:39
Packt

Use Your Class in Your Program - Create a LED Object

Higher Ed
In this video, you will learn how to use your class in your program to create an LED object. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we...
Instructional Video6:54
Packt

The LED Class Constructor

Higher Ed
In this video, we will cover the LED class constructor. This clip is from the chapter "Your First Arduino Class - LED" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the first Arduino class...
Instructional Video10:31
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Functions

Higher Ed
This video explains about functions. This clip is from the chapter "Programming with Python3 – Variables and Functions" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on programming with Python3...
Instructional Video2:59
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 11 - Choose Which LED to Power On from a Web Browser

Higher Ed
This is the eleventh activity video to choose which LED to power on from a web browser. This clip is from the chapter "Create a Web Application on Your Raspberry Pi with Flask and Python" of the series "Raspberry Pi for Beginners - 2022...
Instructional Video8:14
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 01 - Solution

Higher Ed
This is the first activity solution video to create a function to concatenate two uppercase strings. This clip is from the chapter "Programming with Python3 – Variables and Functions" of the series "Raspberry Pi for Beginners - 2022...
Instructional Video19:42
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 5

Higher Ed
This is fifth of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on...
Instructional Video8:20
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradients of MaxPooling Layer

Higher Ed
This video explains gradients of the MaxPooling layer. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video0:52
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Gradient Descent versus Stochastic Gradient Descent

Higher Ed
In this video, you will learn about Gradient Decent versus Stochastic Gradient Descent. This clip is from the chapter "Gradient Descent Algorithm" of the series "Python for Deep Learning — Build Neural Networks in Python".In this...
Instructional Video7:46
Curated Video

Docker Certified Associate Certification Training Course - Docker Services

Higher Ed
This video introduces you to Docker services. This clip is from the chapter "Orchestration" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains orchestration.
Instructional Video18:35
Curated Video

Practical Data Science using Python - Python Lambda Functions

Higher Ed
This video explains Python Lambda functions. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video16:25
Curated Video

Practical Data Science using Python - Decision Tree - Model Optimization using Grid Search Cross Validation

Higher Ed
This video explains decision tree - model optimization using grid search cross validation. This clip is from the chapter "Classification using decision trees" of the series "Practical Data Science Using Python".This section explains...
Instructional Video6:56
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Initializing the Classes

Higher Ed
This video demonstrates the initializing of the classes. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video4:15
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Hyperparameter Initialization

Higher Ed
This video demonstrates the initialization of hyperparameters. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video7:04
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN What Is Loss Function

Higher Ed
This video demonstrates about the Loss function. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Instructional Video5:58
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Properties of Activation Function

Higher Ed
This video talks about the DNN properties of activation function. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video3:57
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Gradient Step

Higher Ed
This video explains about the implementation of the gradient step. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video3:28
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Hyperparameters

Higher Ed
This video explains about the DNN hyperparameters. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Instructional Video2:57
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent Exercise

Higher Ed
This is an exercise video on gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for deep...
Instructional Video3:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Dropout

Higher Ed
This video explains about the DNN Dropout. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for deep RL.