A quick and practical introduction to the Classification Model evaluation.
Here's what I've written (so far):
Introduction to DHCP
Filed under Networking
Learn about Dynamic Host Configuration Protocol (DHCP)
Introduction to RAID
Filed under OS
Learn about Redundant Array of Independent Disks (RAID) to achieve high performance and better reliability in a computer system.
Sorting the Elements in a Binary Tree
Filed under Algorithms, Trees
Learn how to sort elements in binary trees and their complexity.
The Complexity of Towers of Hanoi
Filed under Algorithms
See how to solve the game Towers of Hanoi programmatically and what complexity it requires.
What is a Race Condition?
Filed under OS
A quick and practical introduction to data races.
Detecting Cycles in a Directed Graph
Filed under Algorithms, Graphs
A quick and practical introduction to detecting cycles in a directed graph.
Virtualization vs Containerization
Filed under Networking, OS
Learn the difference between virtualization and containerization.
The Difference Between Asynchronous And Multi-Threading
Filed under OS
Explore the definitions of asynchronous programming and multithreaded programming
Difference Between a Feature and a Label
Filed under Machine Learning
Explore two important conceptual definitions for supervised learning – features and labels in a dataset.