AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Intro to PyTorch: Part 1

 Towards Data Science

A brief introduction to the PyTorch library. Continue reading on Towards Data Science

Read more at Towards Data Science

PyTorch in Python

 Towards Data Science

Interested in deep learning and artificial intelligence? PyTorch is a Python-based computing library which uses the power of graphics processing units. It is preferred by many when it comes to deep…

Read more at Towards Data Science

Introduction to PyTorch

 Analytics Vidhya

PyTorch is one of the most popular library for deep learning project. We’ll explore PyTorch in detail in series of articles. Scalar has zero dimensions.It is a single number.Vector is two…

Read more at Analytics Vidhya

A first look at Pytorch 1.0

 Towards Data Science

I had the pleasure of attending the first Pytorch Developer Conference this Oct 2nd. And it was a great experience! Pytorch has quickly become a first-class citizen among deep learning frameworks…

Read more at Towards Data Science

PyTorch Starter Pack

 Towards AI

Data manipulation in PyTorch Continue reading on Towards AI

Read more at Towards AI

A practitioner's guide to PyTorch

 Towards Data Science

I started using PyTorch a couple of days ago. Below I outline key PyTorch concepts along with a couple of observations that I found particularly useful as I was getting my feet wet with the framework…...

Read more at Towards Data Science

PyTorch: nn

 PyTorch Tutorials

Read more at PyTorch Tutorials

Introduction to PyTorch - YouTube Series

 PyTorch Tutorials

Introduction to PyTorch - YouTube Series Authors: Brad Heintz This tutorial follows along with the PyTorch Beginner Series on youtube. This tutorial assumes a basic familiarity with Python and Deep Le...

Read more at PyTorch Tutorials

101 Guide to PyTorch

 Python in Plain English

PyTorch is an open-source machine learning library for Python which allows maximum flexibility and speed on scientific computing for deep learning. A tensor is an n-dimensional data container which…

Read more at Python in Plain English

🔦 PyTorch’s New Release

 TheSequence

📝 Editorial In the last few years, PyTorch has unquestionably become (together with TensorFlow) one of the two most popular frameworks for implementing deep learning solutions. A simple and very exte...

Read more at TheSequence

Introducing PyTorch 2.0: A Goodbye to Old Limitations

 Level Up Coding

H ey, there! I’m Gabe, and I am passionate about teaching others about Python and Machine Learning. Today, I want to talk about an exciting development in the world of deep learning: PyTorch 2.0. As s...

Read more at Level Up Coding

What is PyTorch?

 Towards Data Science

PyTorch is a library for Python programs that facilitates building deep learning projects. We like Python because is easy to read and understand. PyTorch emphasizes flexibility and allows deep…

Read more at Towards Data Science

PyTorch From First Principles: Part II

 Becoming Human: Artificial Intelligence Magazine

In the first part of this article, we built a multi-layer perceptron from scratch in order to learn an arbitrary function, utilizing some conveniences of PyTorch. In this article, we’ll ditch the…

Read more at Becoming Human: Artificial Intelligence Magazine

Pytorch Part1

 Analytics Vidhya

PyTorch is on that list of deep learning frameworks. It has helped accelerate the research that goes into deep learning models by making them computationally faster and less expensive To train a…

Read more at Analytics Vidhya

💎Hidden Gem: A Great PyTorch YouTube Tutorial Series by deeplizard

 Towards Data Science

Introduce a great PyTorch tutorial video series by deeplizard on YouTube.

Read more at Towards Data Science

Getting started with PyTorch

 Towards Data Science

PyTorch is one of the best deep learning frameworks right now to develop custom deep learning solutions (with the other being Tensorflow). In this blog, I introduced the key concepts to build two simp...

Read more at Towards Data Science

Getting started with PyTorch

 Towards Data Science

PyTorch is nowadays one of the fastest-growing Python frameworks for Deep Learning. This library was in fact first used mainly by researchers in order to create new models, but thanks to recent…

Read more at Towards Data Science

Introduction to PyTorch in a practical way

 Towards AI

In this tutorial, I’ll cover the basics of PyTorch, how to prepare a dataset, construct the network, define training and validation loops… Continue reading on Towards AI

Read more at Towards AI

PyTorch: First program and walk through

 Towards Data Science

I saw that Fast.ai is shifting on PyTorch, I saw that PyTorch is utmost favourable for research prototyping. So, I decided to implement some research paper in PyTorch. I have already worked on C-DSSM…...

Read more at Towards Data Science

Basic Important Functions Of PyTorch | PyTorch Series | Week-1 | Snehit Vaddi

 Analytics Vidhya

PyTorch is a Python library that facilitates building Deep Learning models. It was introduced by Facebook. PyTorch is used for a number of applications like Natural Language Processing, Computer…

Read more at Analytics Vidhya

🔥 A New Release of PyTorch is Here

 TheSequence

📝 Editorial PyTorch is one of the two most popular deep learning frameworks in the current market and a favorite of the AI research community. For the last few years, every release of PyTorch has mad...

Read more at TheSequence

Visualization For Neural Network In PyTorch

 Towards Data Science

FlashTorch - Python Visualization Toolkit Continue reading on Towards Data Science

Read more at Towards Data Science

Efficient PyTorch — Part 1

 Towards Data Science

PyTorch is a great instrument for use in research and production areas, which is clearly shown by the adoption of this deep learning framework by Stanford University, Udacity, SalelsForce, Tesla…

Read more at Towards Data Science

Learn AI Today: 01 — Getting started with Pytorch

 Towards Data Science

This is the first story in the Learn AI Today series I’m creating! These stories, or at least the first few, are based on a series of Jupyter notebooks I’ve created while studying/learning PyTorch…

Read more at Towards Data Science