Go : A Tour Of Concurrency

We are mainly going to talk about the concurrency features of Go but before diving into Go Concurrency. Let’s talk about the Go language for a bit.

Loss Functions Of Deep Learning

Loss functions are an important concept of deep learning. They enable the network to actually learn what we’re trying to teach.

Basic Paxos

Welcome to the explanantion of one of the most important algorithms of distributed systems. Paxos is a protocol to gain consensus in distributed systems.It was invented by Leslie Lamport in 1980 and continues to shape the distributed systems of today.

Kademlia

This is a description of a Distributed Hash Table. Kademlia is a protocol to maintain a distributed hash table. It is quite popular and has been in use in Peer to peer applications. Several Torrent clients use Kademlia as their DHT implementation.