Implementing In Memory Data Structures

This post talks about how the DHT is implemented for hydra. We are assuming that the reader is already aware of the Kademlia protocol. If not read this to get upto date.

Testing In Go

Go is a beautiful language. It makes writing high performing concurrent code as easy as building your website. But a crucial part of writing code is testing it. Go provides a set of tools that allow one to write tests with ease. Let us go into more detail.

The Gradients Of Deep Learning

This blog post talks about everything regarding the gradients and weights of deep learning. More specifically we will talk about these things.

Activation Functions In Deep Learning

There is a very important function being run after a layer’s neuron values are calculated. Each neuron undergoes an activation function.