Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - How to Represent Images
In this video, we will discuss data and understand how to represent images. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Plot Formatting and Scatter Plot
In this video, we will cover plot formatting and scatter plot. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Visualization
In this video, you will learn how to visualize your data to understand it better. This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Cross-Validation
In this video, you will learn how to do cross-validation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Data Preparation
In this video, we will work on data preparation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Country Exchange Rate View
This video explains the country exchange rate view. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stock Widget Entry View
This video explains the stock widget entry view. This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration widget.
Curated Video
PowerShell for Automating Administration - CSV File Handling with PowerShell
This video will help you with the handling or actually doing some sort of operations on the CSV file using PowerShell. Here, you will use the live structured data in a CSV file and perform various operations on it. This clip is from the...
Curated Video
PowerShell for Automating Administration - How to Hide Date Time Using PowerShell
This video will help you hide date and time in the taskbar using PowerShell in a Windows 11 machine. This clip is from the chapter "PowerShell Automation Concepts" of the series "PowerShell for Automating Administration".This section...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings
This video explains formatted strings and f-strings in Python. This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture. This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for Developers -...
Curated Video
Social Media Automation using Python - Introduction to Module-4
This is a brief introduction to the concepts to be learned in this module. The video elaborates on the topics covered in this module, what we can automate in YouTube, and what we can do on YouTube. This clip is from the chapter "YouTube...
Curated Video
Recommender Systems with Machine Learning - Content-Based Filtering-2
This video helps you with content-based filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine learning for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Data Preparation
We will use the two datasets available for our project, the training QA and the testing QA. We will save them in our project folder and invoke them as needed. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Getting the Data
In this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the web page or artificial intelligence. This clip is from the chapter "Basics of Chatbots...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Word Tokens and Remove ASCII
In this video, you will learn to add word tokens using the normalize function and develop the word token. We are going to use the NLTK.word_tokenize function. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Curated Video
Getting Started with HashiCorp Nomad - Creating a Nomad Job Specification
In this lesson, we will discuss creating a Nomad job specification. We will create a job, provide it with a name, and place all the configurations for this job. We will then specify the data centers and type of service, handle updates to...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Create a Job Specification
In this demonstration, we will create our first job specification file. You will learn to add our data center and group. We will then examine how to add the network, mode, and port, update the service type, and launch a Docker container....
Curated Video
HashiCorp Certified - Vault Associate Course - Managing Policies Using the CLI
This video helps in managing policies using the CLI. Learn the common commands used when managing policies using the Vault CLI. This clip is from the chapter "Create Vault Policies" of the series "HashiCorp Certified - Vault Associate...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - The Art of Follow-Up Prompts
This video focuses on the art of follow-up prompts, designed to elicit additional information or clarification from ChatGPT. You will learn about the benefits of using follow-up prompts and strategies for creating effective follow-up...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Tips for Success - Getting the Most Out of ChatGPT
This video provides practical tips and advice on how to make the most of ChatGPT. Topics covered include how to phrase questions effectively, use context to improve answers and navigate ChatGPT's features and settings. This clip is from...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer. This clip is from the chapter "Writing Packer...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Writing Packer Templates
In this video, you will learn about the Packer template, which consists of declarations and commands, such as what plugins to use, configuring the plugins, and the order in which to run the plugins. This clip is from the chapter "Writing...