Instructional Video7:09
Packt

List computer networking media : FTP

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike tackles one of the earliest and most common protocols for moving files, File Transfer Protocol (FTP). He explores how FTP works, including...
Instructional Video4:29
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Activation Functions

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Activation Functions
Instructional Video11:33
Curated Video

Fundamentals of Neural Networks - Activation Function

Higher Ed
This video explains the role of the activation function, which is an interesting phenomenon in the design of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video13:35
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Working with Active Directory

Higher Ed
More advanced Windows networks use Active Directory Domains instead of Workgroups. These Domains, especially Microsoft's Active Directory-enabled Domains, provide powerful services for larger networks. This clip is from the chapter...
Instructional Video7:54
Curated Video

Active Directory with Windows Server 2016 - Introduction to AD DS Part 2

Higher Ed
We continue looking into the robust interaction of the various components, exploring the global catalog, RODC, and how to work with OUs. This clip is from the chapter "Install and Configure AD DS" of the series "Active Directory with...
Instructional Video8:31
Curated Video

Active Directory with Windows Server 2016 - Managing Computer Accounts

Higher Ed
Examine the placement of computer accounts in the OU structure, and the considerations and steps needed to place these assets within your structure, using both the GUI and PowerShell options. This clip is from the chapter "Install and...
Instructional Video1:45
Next Animation Studio

Steals your thunder

12th - Higher Ed
Max tries to think of ideas for a school science fair project. He had one until a classmate overheard the idea and took it. Moon tells Max his classmate "stole his thunder." We use the phrase to describe when a person takes credit for an...
Instructional Video7:00
Curated Video

Active Directory with Windows Server 2016 - Configuring Authentication Policies and Silos

Higher Ed
In this video, learn how to authenticate users, services, and computers using the Directory Admin Center, and how to work with authentication and silo policies. This clip is from the chapter "Managing and Maintaining AD DS" of the series...
Instructional Video7:22
Curated Video

Active Directory with Windows Server 2016 - Introduction to Groups

Higher Ed
Walk through the processes to set up users in groups, and learn about the logical and physical considerations you’ll want to consider. You’ll work with groups for security management considerations and maintenance. This clip is from the...
Instructional Video9:10
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Network Card Troubleshooting

Higher Ed
Without a network card, you won't be able to surf the Web. Hence, this video talks about how to troubleshoot a network card. This clip is from the chapter "Book Chapter 18 - Essentials of Networking" of the series "CompTIA A+...
Instructional Video5:28
Curated Video

Active Directory with Windows Server 2016 - Domain DC and Local Policies

Higher Ed
The Group Policy Management Console (GPMC) can be used to apply rights management and is implemented through policies. In this video, both default domain and configured domains are reviewed. This clip is from the chapter "Create and...
Instructional Video3:34
Curated Video

Cloud Native Development on Azure with Java 3.2: Register Your App with Your Azure Active Directory Tenant

Higher Ed
One of the key steps to securing our app is to register it with our Azure Active Directory tenant. Let’s go ahead and see how to do this! • Test anonymous access for the application • Add other users to the Azure subscription and define...
Instructional Video13:46
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Building a Logistic Classifier with Deep Learning and Keras

Higher Ed
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: [Activity] Building a Logistic Classifier...
Instructional Video10:09
Packt

CompTIA Network+ Certification N10-007: The Total Course - Single Sign-on (SSO)

Higher Ed
This video explains how to log in to one computer and gain access to many. This clip is from the chapter "Securing Transmission Control Protocol/Internet Protocol (TCP/IP)" of the series "CompTIA Network+ Certification N10-007: The Total...
Instructional Video5:42
Curated Video

Create a machine learning model of a real-life process or object : Improving the Network with Better Activation Functions and Dropout

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Instructional Video5:58
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : ReLU Activation, and Preventing Overfitting with Dropout Regularlization

Higher Ed
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: ReLU Activation, and Preventing Overfitting...
Instructional Video9:18
Curated Video

Describe a neural network : Theory Behind ANN (Artificial Neural Network) and DNN (Deep Neural Networks)

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video7:16
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Two and Multi-layer Perceptron ANN
Instructional Video12:59
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Single Neuron Perceptron Model

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Single Neuron Perceptron Model
Instructional Video6:27
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Practical Example - Vehicle Speed Determination

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Practical Example - Vehicle Speed Determination
Instructional Video37:39
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Example 1 - Build Multi-layer perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Example 1 - Build Multi-layer perceptron for binary classification
Instructional Video10:22
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to Train a perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Code to Train a perceptron for binary classification
Instructional Video7:45
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Classifying Images with a Simple CNN, Part 2

Higher Ed
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works. Deep Learning and Tensorflow: Part 2: [Activity] Classifying Images with a Simple CNN, Part 2
Instructional Video10:19
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Improving our CNN's Topology and with Max Pooling

Higher Ed
From the section: Deep Learning and Tensorflow: Part 2. In this section, we’ll talk about what CNNs is, and how it works. Deep Learning and Tensorflow: Part 2: [Activity] Improving our CNN's Topology and with Max Pooling