Tanish Hiretanishhire.hashnode.dev·Dec 4, 2022A better way to start learning web-developmentIntroduction 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 you have to start developing websites in 2023? What...31 likes·256 readsGDG
Alekhya Siddijustforfun.hashnode.dev·Dec 4, 2022Cloud computing: The BeginningWhat 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 services are based on cloud computing. Over the internet,...6 likes·219 readsGDG
Harshal Rudraharshalsblog.hashnode.dev·Dec 2, 2022Neural 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 ...9 likes·90 readsDeep Learning with PytorchGDG
Harshal Rudraharshalsblog.hashnode.dev·Nov 30, 2022Make 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...2 likes·150 readsdevfestpune22