Instructional Video2:58
Curated Video

The Complete Python Course - Install Python on Windows

Higher Ed
Here, you will learn to install Python's latest version available for Windows. This clip is from the chapter "Set Up Python" of the series "The Complete Python Course (2022)".This section demonstrates how to install Python's current...
Instructional Video1:47
Curated Video

The Complete Python Course - How to Load a Module in Python

Higher Ed
We will understand loading a module in Python and how to use the import and from-import statements to load a module. This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this section, we...
Instructional Video9:37
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Terminal

Higher Ed
Here, we will understand the concept of working on a terminal with programming and non-programming operations of a computer. This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python Programming with...
Instructional Video10:59
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Navigation

Higher Ed
In this lesson, we will look at navigating and exploring the various capabilities, applications, and folder structures of a personal computer. This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to...
Instructional Video3:59
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Introductory Guide to XPath for Web Scraping

Higher Ed
In this tutorial, we will cover the basics of XR and how it can be used to select web elements from an HTML document. For those who are familiar with CSS selectors, we will also highlight the differences between XR and CSS selectors. By...
Instructional Video4:52
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Taking Screenshot of Websites

Higher Ed
In this tutorial, we'll teach you how to use the playwright page object to interact with elements and execute JavaScript code on websites. But that's not all - we'll also show you how to take screenshots of websites, both partial and...
Instructional Video8:33
Packt

Fundamentals of Neural Networks - Residual Network

Higher Ed
Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. This clip is from the chapter "Convolutional Neural...
Instructional Video11:19
Packt

Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model

Higher Ed
This video demonstrates how to build a deeper and wider neural network model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks...
Instructional Video9:32
Packt

Fundamentals of Neural Networks - Backward Propagation Through Time

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

MongoDB Tutorial for Beginners (2022) - Install MongoDB

Higher Ed
Learn how to download and install MongoDB on Windows 10. We will also see how to set the path and run mongo with mongod (daemon). This clip is from the chapter "MongoDB Installation and Setup" of the series "MongoDB Tutorial for...
Instructional Video18:54
Curated Video

Minimal API Development with ASP.NET Core - Handle File Uploads

Higher Ed
This video explains how to handle file uploads. This clip is from the chapter "Value-Added Features" of the series "Minimal API Development with ASP.NET Core".This section explains value-added features.
Instructional Video3:54
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Start Developing Ordering Lambda Microservice - Install npm Package -@aws-sdk

Higher Ed
This video helps with developing ordering Lambda microservice, installing npm package, and @aws-sdk. This clip is from the chapter "Develop Ordering Microservice Consume Checkout Event from AWS EventBridge with SDK" of the series "AWS...
Instructional Video10:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Flexible Programming 1 - Combining multiple raw data files vertically

Higher Ed
A flexible way to concatenate a bunch of raw data files vertically. In this video, you will learn how to combine multiple raw data files vertically. This clip is from the chapter "Advanced Techniques – Flexibilities and Efficiency" of...
Instructional Video12:46
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Path Module in Node.js

Higher Ed
This video talks about the Path module in Node.js. This clip is from the chapter "Node.js + NPM (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on Node.js and NPM for the...
Instructional Video3:04
Curated Video

HTML Tutorial for Beginners(2022) - Set Image on a Web Page in HTML

Higher Ed
Learn how to set an image on a web page in HTML. We will use the element to add an image. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into...
Instructional Video3:08
Curated Video

HTML Tutorial for Beginners(2022) - Set Image on a Web Page from an External Website

Higher Ed
Learn to set the source of the image to the tag from an external website. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page...
Instructional Video3:46
Curated Video

HTML Tutorial for Beginners(2022) - Set Image on a Web Page from a Local Computer in HTML

Higher Ed
Learn to set the source of the image to the tag from the local system. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using...
Instructional Video2:03
Curated Video

HTML Tutorial for Beginners(2022) - Set Background Image on a Web Page in HTML

Higher Ed
Learn how to set a background image on a web page in HTML. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves into adding images into a web page using HTML. We will also...
Instructional Video3:05
Curated Video

HTML Tutorial for Beginners(2022) - Remove Underline from a Link in HTML

Higher Ed
Learn how to remove the underline from a link in HTML. We will use CSS style for this. This clip is from the chapter "Links in HTML" of the series "HTML Tutorial for Beginners (2022)".This section focuses on creating and adding links in...
Instructional Video15:43
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Making Modules in Python

Higher Ed
In this video, we will cover making modules in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video11:54
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Dataset

Higher Ed
In this video, we will cover the stock price prediction dataset. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video2:50
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Why Gradients Solution

Higher Ed
In this video, we will understand why gradients solution. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video5:25
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Gradients of MaxPooling Layer

Higher Ed
In this video, we will cover gradients of MaxPooling layer. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...