#deep-learning
Read more stories on Hashnode
Articles with this tag
This entire post is dedicated to coming to terms with tensorflow's metrics, and the varying input formats associated with it. It is a direct result of...
TLDR: So I was working on my thesis, and wanted to implement a particular paper that I would be able to iterate upon, long story short: this paper...
GPU Programming ยท Threads, Blocks and Grids A thread is a single "process" on GPU. Any given GPU kernel can use blocks of threads, grouped into a grid of...
The task of estimating a high-resolution image from its low-resolution counterpart is referred to as super-resolution. This has a wide variety of...
An auto-encoder is a type of neural network that is able to learn a particular features of its input data without supervision. It encodes salient...