© 2023 Hashnode
#devfestpune22
Introduction In this blog, I will be sharing how I paced up my web development journey, from following tutorials to making websites on my own. What mistakes have I made and how can you avoid them if y…
What is cloud computing? If you are using google drive, Gmail, google photos, Microsoft one drive, Netflix, or prime video then you are already connected with cloud computing because all these service…
Intro 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 deplo…
What 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 pu…