Curated Video
The Complete Python Course - Install Python on Windows
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...
Curated Video
The Complete Python Course - How to Load a Module in Python
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Terminal
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Navigation
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Introductory Guide to XPath for Web Scraping
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Taking Screenshot of Websites
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...
Packt
Fundamentals of Neural Networks - Residual Network
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...
Packt
Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model
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...
Packt
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. This clip...
Curated Video
MongoDB Tutorial for Beginners (2022) - Install MongoDB
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...
Curated Video
Minimal API Development with ASP.NET Core - Handle File Uploads
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.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Start Developing Ordering Lambda Microservice - Install npm Package -@aws-sdk
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Flexible Programming 1 - Combining multiple raw data files vertically
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...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Path Module in Node.js
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Image on a Web Page in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Image on a Web Page from an External Website
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Image on a Web Page from a Local Computer in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - Set Background Image on a Web Page in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - Remove Underline from a Link in HTML
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...
Curated Video
HTML Tutorial for Beginners(2022) - How to Use the Image as a Link in HTML
Learn how to use the image as a link in HTML. We will use the
tag inside the anchor tag, that is, element. This clip is from the chapter "Images in HTML" of the series "HTML Tutorial for Beginners (2022)".This section delves...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Making Modules in Python
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Project II_ Stock Price Prediction: Dataset
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Why Gradients Solution
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Gradients of MaxPooling Layer
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...