The Devil is In the Details- Why the Small Architectural Decisions Matter

What Are Architectural Decisions and Why Are They Important? Architecture is defined as a set of principal design decisions about a software system. An easy way to decide whether a choice is an initial decision or not is to determine the cost of changing the resolution. Decisions which will involve a lot of time and … Read more

Pytorch : Everything you need to know in 10 mins

The latest release of Pytorch 1.0 by Facebook marks another major milestone for the open source Deep Learning platform. It is increasingly making it easier for developers to build Machine Learning capabilities into their applications while testing their code is real time. In this piece about Pytorch Tutorial, I talk about the new platform in … Read more