Learn how to measure the area of general 2D polygons
Here's what I've written (so far):
Reconstructing a Tree From Its Depth-First Traversals
Filed under Algorithms, Data Structures, Trees
Learn how to reconstruct a tree from its depth-first traversals.
How to Validate a Binary Search Tree?
Filed under Data Structures, Trees
A quick and practical overview of Binary Search Tree validation.
Introduction to SSH
Filed under Networking, Security
Get familiar with the concept of a Secure Shell.
F-1 Score for Multi-Class Classification
Filed under Deep Learning, Machine Learning
A quick and practical overview of F-1 Score for Multi-Class Classification.
The Difference Between Epoch and Iteration in Neural Networks
Filed under Artificial Intelligence
A quick and practical comparison of epoch and iteration in neural networks.
How to Prove That a Problem Is NP-Complete?
Filed under Algorithms, Math and Logic
Learn how to prove the NP-Completeness of the problem.
Introduction to the Domain Name System (DNS)
Filed under Networking
Take a deep dive into the Domain Name System.
Introduction to VLAN
Filed under Networking
Learn the concept of Virtual Area Local Networks.
Normalizing Inputs for an Artificial Neural Network
Filed under Deep Learning, Machine Learning
Learn how inputs normalization helps model training of neural networks