Packt
State the purpose of network hardware : Hexadecimal
From the section: Essentials of Networking. In this section, we learn about WANS, Routers, cables and connectors. The central box that connects devices on our LANs has gone through many advancements over the years. Whether hubs or...
Curated Video
routing protocols : How do routers determine the best route?
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: How do routers determine the best route?
Packt
Explain the negative impacts of artificial intelligence systems on society : BIM Attack Practical Configuration
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Curated Video
Create a list : Implementing List Push and Grow Functions
From the section: Lists. This section focuses on lists and the various functions of the list. This video explains how to implement the List Push and Grow methods.
Curated Video
Create a list : The List Contains Solution
From the section: Lists. This section focuses on lists and the various functions of the list. This video provides the solution to the List Contains Challenge.
Curated Video
Describe a neural network : Implement a Multi-Layer Perceptron (MLP) For Supervised Classification
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,...
NASA
Elegance: Music & Math
At NASA's Goddard Space Flight Center in Greenbelt, Maryland, this past summer, sometimes before the start of the work day, interns Philip Lu and Gabriel Apaza played impromptu classical piano concerts on the Steinway in Goddard's...
Curated Video
Python for Network Forensics 3.1: Enumerating Directories
In this video, we will further the understanding of directory traversal in GNU/Linux systems. We will also understand and accomplish traversal recursively. • Learn the concepts of threading to implement recursive traversing • Begin using...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
Curated Video
Learning D3.JS 5.0 8.4: Setting Up a Line Chart
In this video, we will learn how to set up a basic structure for a line chart. • Understand the HTML file • Understand the CSS file • Understand the app.js file and view the result
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Curated Video
Use variables to store data : Variables and Data types
From the section: Introduction to JavaScript. This section will give a brief introduction about JavaScript with code examples. Introduction to JavaScript: Variables and Data types
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 1
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Packt
Develop an AI system to solve a real-world problem : Boosting and Ensembles
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Packt
Describe a data structure : The Prototype Object
From the section: Introduction to Data Structures and Important Concepts. This section introduces Data Structures and important concepts of DS and explains why they are important Introduction to Data Structures and Important Concepts:...
Curated Video
Develop a computer program to solve a problem using control structures : Break
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: Break
Curated Video
Describe the different types of malware that could affect a computer system or network : Keyloggers and Information Stealers
From the section: Exploring Malware Functionalities. In this section, you learn how the behavior of malware is different in various classes of malware, and such an insight helps you to understand the class of malware while you are...
Curated Video
Describe computer programming : Section Recap
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Section Recap
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : ANN Training and dataset split
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: ANN Training and dataset split
Let's Tute
Interactive Codes: Message Boxes, Input Boxes, and User Forms
In this video, the teacher explains the concept of interactive codes in Microsoft Excel. They demonstrate how to create message boxes, input boxes, and user forms using VBA coding. The teacher shows various examples of how to use these...
Curated Video
Learning R for Data Visualization (Video 31)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Packt
Learning R for Data Visualization (Video 20)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Java 11 Programming for Beginners 5.3: Working with Annotations
Here we cover annotations and how they help with documentation as well as compile-time and runtime uses. • Add an analysis of financial data based on average spending on each day of week. The new code uses annotations • Explain the...