Hi, what do you want to do?
Curated Video
How to Convert From Hexadecimal to Decimal
Quick whiteboard tutorial showing how to easily convert numbers in hexadecimal (base 16) to decimal (base 10) for students studying GCSE Computer Science
Curated Video
Docker Certified Associate Certification Training Course - Implementation of Docker Engine
This video explains the implementation of Docker Engine. This clip is from the chapter "Getting Started with Docker" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains getting started...
Curated Video
The Complete Python Course - Bitwise Operators
Here, you will learn about combining binary numbers using the bitwise operators. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves deep into the different operators...
Packt
Fundamentals of Neural Networks - Cross-Entropy Loss Function
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron
In this video, you will learn how to implement the basic perceptron in our notebook. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Packt
Binary Tree
This video focuses on a binary tree in data structures. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to trees in data...
Programming Electronics Academy
Logic Levels: Arduino Course 4.1
A description of HIGH and LOW logic levels and binary.
Packt
Constructing a Binary Search Tree: From Preorder Traversal – Part 2
This is the second part of the two-part video that explains how to construct a binary search tree from preorder traversal. This clip is from the chapter "Question 8: Constructing a Binary Search Tree" of the series "Data Structures and...
Packt
Binary Search Complexity
This video introduces you to binary search complexity. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of searching.
Packt
Constructing a Binary Search Tree: From Preorder Traversal – Part 1
This is the first part of the two-part video that demonstrates how to construct a binary search tree from preorder traversal. This clip is from the chapter "Question 8: Constructing a Binary Search Tree" of the series "Data Structures...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 2: Understanding Tight Coupling using the Binary Search Algorithm Example
Introduction to Spring Framework in 10 Steps: Step 2: Understanding Tight Coupling using the Binary Search Algorithm Example This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web...
Packt
Introduction to computer hardware and software : Introduction to Mass Storage
From the section: Mass Storage Technologies. In this section, we cover topics related to Mass storage. Mass Storage (disk drives and solid-state drives) store the operating system and applications. Despite the different technologies,...
Practical Ninjas
How do Digital systems add and subtract in binary? | Binary mathematical operations - I | DE.04
Digital Electronics 04. ----------------------------------- This video covers Binary addition and subtraction with explanatory examples. Binary addition lays the foundation of the arithmetic operations performed by digital systems. This...
Packt
Memory
This video explains memory in data structures. This clip is from the chapter "Essential Concepts - I" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the first part of the two-part section that introduces...
Practical Ninjas
How do Digital system multiply and divide in Binary? | Binary mathematical operations - II | DE.05
Digital Electronics 05. ----------------------------------- This video explains arithmetic operations of Multiplication and Division of binary numbers using examples.
NASA
NASA | X-ray Satellites Monitor the Clashing Winds of a Colossal Binary
O-type stars are among the most massive and hottest known, pounding their surroundings with intense ultraviolet light and powerful outflows called stellar winds. NASA's Swift and ESA's XMM-Newton X-ray observatories took part in a 2011...
Packt
Constructing a Binary Tree: From Preorder and Inorder Traversal – Part 1
This is the first part of the two-part video that demonstrates how to construct a binary tree from preorder and inorder traversal. This clip is from the chapter "Question 6: Constructing a Binary Tree" of the series "Data Structures and...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Single Neuron Perceptron Model
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Single Neuron Perceptron Model
Packt
Implementing Binary Search – Part 1
This is the first part of the two-part video that demonstrates how to implement a binary search. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section...
Packt
Constructing a Binary Tree: From Preorder and Inorder Traversal – Part 2
This is the second part of the two-part video that explains how to construct a binary tree from preorder and inorder traversal. This clip is from the chapter "Question 6: Constructing a Binary Tree" of the series "Data Structures and...
NASA
NASA’s Roman Mission Will Use Exploding Stars to Measure Cosmic Distances
NASA’s upcoming Nancy Grace Roman Space Telescope will see thousands of exploding stars called supernovae across vast stretches of time and space. Using these observations, astronomers aim to shine a light on several cosmic mysteries,...
Packt
Implementing Binary Search Implementation – Recursion – Part 2
This is the second part of the two-part video that explains how to implement a binary search using recursion. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete...
NASA
NASA | Fermi Catches a 'Transformer' Pulsar
In late June 2013, an exceptional binary system containing a rapidly spinning neutron star underwent a dramatic change in behavior never before observed. The pulsar's radio beacon vanished, while at the same time the system brightened...
Packt
Binary Search
This video focuses on the concept of a binary search. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of searching.