Posts

Showing posts from June, 2022

Introduction to PyTorch

Is it too Dark? Do you want to use some pyTORCH? Saturday, 08.06.2022 What is PyTorch? PyTorch is a deep learning framework developed by Meta AI Research(formerly: Facebook AI Research). It is one of the fastest growing deep learning libraries. Researchers love to use it, and most of the recent research papers including those of GANS, First order models and much more are written based on models generated using PyTorch. Why should I learn PyTorch? If you want to get into machine learning and AI research. If you want to become an Academician. If you are still unsure of your next step to mastering the techniques of deep learning. How do I learn PyTorch? As I always insist, don’t totally depend on a youtube video to show you everything about anything. With that said, youtube videos could be a great way to start to learn at least something. I recommend this video from freecodecamp.org to get rolling with it. The fundamentally strong way to learn PyTorch, which I did as well, is to think of