HRHarshal Rudrainharshalsblog.hashnode.dev·Dec 2, 2022 · 6 min readNeural Networks for beginnersIntro In this article, we will be creating a simple Neural Network using PyTorch and understanding the functions used. The reason for using PyTorch is that it has been used in research and model deployment purposes more than Tensorflow recently. For ...00
HRHarshal Rudrainharshalsblog.hashnode.dev·Nov 30, 2022 · 6 min readMake your own Generative ModelWhat are GANs? Deep neural networks are used mainly for supervised learning: classification or regression. Generative Adversarial Networks or GANs, however, use neural networks for a very different purpose: Generative modeling. Generative Modeling is...00