Soumyadip Blog

DataLoder in pytorch: Three ways that I know

After digging a little bit more I got to know that,there are three ways of loading data in a pytorch model, `datasets.ImageFolder`,`creating custom class for loading data` and `downloading directly from torchvision datasets and using DataLoader`.

GAN - Generative Adversarial Nets Paper Review and Notes

Over view of GAN, need of GAN, workings, Objective function, derivations.

Make Your Terminal Look Awesome

Make your terminal look awesome,install windows terminal, WSL,Oh-my-posh,zsh,terminal icon

Implement RNN Using Tf2.x

This is a small and simple guide to RNNs, we will discuss all the basic requirements that you need to get started with RNNs from underneath concepts to code implementation. We will be implementing using TensorFlow 2.0.

Covid DeepNet

This blog is a detailed , yet lucid overview of the paper,Covid-DeepNet,eep Convolutional Neural Network Architecture Designed for Early Prognosis of COVID-19 using Post-Anterior View of Chest X-Rays