One of the most fascinating concepts I’ve studied recently is hashing. At first, I thought hash functions were just about storing data efficiently. But as I dug deeper, I realized their importance across multiple domains
Recently, I attempted to implement a very basic neural network from scratch (without frameworks like TensorFlow or PyTorch) to strengthen my understanding.