Instructional Video8:44
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Classification Notebook

Higher Ed
In this video, we will understand linear classification with the help of breast cancer dataset example.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks...
Instructional Video15:53
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Classification Theory)

Higher Ed
In this video, we will take a crash course in linear classification for TensorFlow 2.0.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video5:23
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Continued

Higher Ed
In this video, we will continue writing the program for our hangman game.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video12:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python

Higher Ed
In this video, you will learn about classes in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video8:26
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Tuples and Sets in Python

Higher Ed
In this video, you will learn about tuples and sets in Python.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you...
Instructional Video3:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Print Function

Higher Ed
In this video, you will learn about the Print function.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Instructional Video11:24
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Manager

Higher Ed
This video explains the pedometer manager.<br<br/>/>

This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Instructional Video9:42
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Intent Handler

Higher Ed
This video explains the intent handler.
<
br/>
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...
Instructional Video5:10
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timer Live Widget

Higher Ed
This video explains creating the focus timer live widget.
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains a new...
Instructional Video20:35
Curated Video

PowerShell for Automating Administration - CSV File Handling with PowerShell

Higher Ed
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.
<
br/>
This clip...
Instructional Video13:07
Curated Video

PowerShell for Automating Administration - Manage Windows Services Using PowerShell - 1

Higher Ed
This is the first of the two-part video where you will learn the commandlet Get-Service that helps fetch the services.
<
br/>
This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for...
Instructional Video7:53
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - String Functions

Higher Ed
This video explains string functions in Python.
<
br/>
This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process...
Instructional Video4:12
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Objects and Variables

Higher Ed
This video explains objects and variables in Python using an example of Olympic results.
<
br/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This...
Instructional Video8:55
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Data Augmentation

Higher Ed
In this video, you will learn about data augmentation.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we...
Instructional Video3:05
Curated Video

Social Media Automation using Python - Commenting on a Post

Higher Ed
In this video, we will use the put_object() function and use the ID obtained from the previous lesson along with the message() function to comment on a post.
<
br/>
This clip is from the chapter "Facebook Automation" of the series...
Instructional Video4:25
Curated Video

Social Media Automation using Python - Posting Photo with Caption

Higher Ed
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment.
<
br/>
This clip is from the chapter "Facebook...
Instructional Video5:52
Curated Video

Social Media Automation using Python - Creating Access Token

Higher Ed
In this lecture, we will understand the requirements and limitations to be able to automate the Facebook page. You will also learn to create an access token to perform automation tasks on Facebook.
<
br/>
This clip is from the...
Instructional Video6:21
Curated Video

Social Media Automation using Python - Fetching the Playlist Information

Higher Ed
In this video, you will learn to use the api.get_playlists() function to retrieve playlist information from YouTube. You can use the process to retrieve playlists, playlist items, playlist items by ID, and playlists by ID.
<
br/>...
Instructional Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installation

Higher Ed
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use.
<
br/>
This clip is from the chapter "Facebook Automation" of the...
Instructional Video2:06
Curated Video

Social Media Automation using Python - Introduction and Installations

Higher Ed
This video will look at a library package created by the Python community, the python-youtube 0.8.3. You will learn to install the package and import the library to perform the tasks.
<
br/>
This clip is from the chapter "YouTube...
Instructional Video4:35
Curated Video

Social Media Automation using Python - Creating Email Body and Sending

Higher Ed
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email.
<
br/>
This clip...
Instructional Video15:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object

Higher Ed
In this video, we will build the service layer for the coffee-orders-service, which is going to behave as a transformational layer to transform objects from DTO to AVRO records.
<
br/>
This clip is from the chapter "Build a Coffee...
Instructional Video5:41
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders

Higher Ed
In this video, we will build the POST endpoint in the controller, using which we can post new coffee orders.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series...