Articles by Tag #pytorch

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How a Lottery Quest Led Me to The Powers of PyTorch

Introduction At some point in time, you have probably heard that your chances of winning a...

Learn More 17 7Dec 28 '24

Face Recognition with Python and FaceNet

This guide demonstrates how to use facenet-pytorch to implement a tool for detecting face similarity....

Learn More 10 0Jan 12

Supersonic GPU MelSpectrogram for your real-time applications

Here at Simli, we care the most about latency. That's what we're all about after all: low latency...

Learn More 10 0Oct 16 '24

Asynchronous Python: What You Need to Know 🐍🐍🐍

The Development Process of Python Coroutines and an In-depth Analysis of Old and New...

Learn More 6 0Jan 12

CocoCaptions in PyTorch (3)

Buy Me a Coffee☕ *Memos: My post explains CocoCaptions() using train2014 with...

Learn More 5 0Jan 9

PyTorch vs TensorFlow: Which One Should You Use in 2025?

If you're working with AI or planning to dive into deep learning, you’ve probably come across the...

Learn More 4 1Jan 29

PyTorch Fundamentals: A Beginner-Friendly Guide

If you are starting your journey in artificial intelligence (AI) or deep learning, PyTorch is one of...

Learn More 3 0Feb 10

torch.export

Summary of torch.export torch.export.export() performs ahead-of-time (AOT) compilation on a Python...

Learn More 3 0Mar 5

Entropix: Sampling Techniques for Maximizing Inference Performance

Entropix: Sampling Techniques for Maximizing Inference Performance According to the...

Learn More 2 0Oct 14 '24

Create `nan` and `inf` in PyTorch

Buy Me a Coffee☕ *Memos: My post explains the arithmetic operations with nan and inf in...

Learn More 2 0Jul 21 '24

AI Pronunciation Trainer

In questo articolo presento progetto a cui sto lavorando attualmente: AI Pronunciation Trainer...

Learn More 2 0Dec 16 '24

TensorFlow vs. PyTorch: Which Deep Learning Framework is Right for You?

Hi devs, If you're working with deep learning, you've probably come across the two most popular...

Learn More 2 0Oct 20 '24

Datasets for Computer Vision (1)

Buy Me a Coffee☕ *Memos: My post explains Fashion-MNIST, Caltech 101, Caltech 256, CelebA,...

Learn More 2 0Nov 20 '24

torch.compile()

Introduction to torch.compile torch.compile이란? torch >= 2.0이후에 pytorch code의 speed를...

Learn More 2 0Feb 25

AI Pronunciation Trainer

AI Pronunciation Trainer In this article, I present the project I am working on: AI...

Learn More 2 0Dec 16 '24

SGD in PyTorch

Buy Me a Coffee☕ *Memos: My post explains CGD(Classic Gradient Descent), Momentum and Nesterov's...

Learn More 2 0Oct 4 '24

min and max in PyTorch

Buy Me a Coffee☕ *Memos: My post explains minimum() and maximum(). My post explains fmin() and...

Learn More 2 0Jul 4 '24

HuberLoss in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Huber Loss. My post explains L1Loss() and...

Learn More 2 0Aug 18 '24

Transformer in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Transformer layer. My post explains RNN(). My post...

Learn More 2 0Oct 2 '24

Comparing the Leading AI Development Frameworks: TensorFlow vs PyTorch

AI has become an essential component of software development, powering everything from customer...

Learn More 2 0Mar 27

Creating the self-attention mechanism from scratch

Table of Contents What will you gain by reading this Motivation How does the attention...

Learn More 2 0Jun 8

adjoint, mH and mT in PyTorch

Buy Me a Coffee☕ *Memos: My post explains transpose() and t(). My post explains reshape() and...

Learn More 2 0Jul 12 '24

Join These 4 Must-Join Discord Servers for ML Enthusiasts! 🚀

If you're diving into the world of machine learning or looking to deepen your knowledge, joining a...

Learn More 2 0Jul 15 '24

TorchDynamo

Dynamo is a tracer tracer: Records linear(=no branching) sequence of torch ops(Aten) Given some...

Learn More 1 0Mar 7

GELU and Mish in PyTorch

Buy Me a Coffee☕ *Memos: My post explains GELU, Mish, SiLU and Softplus. My post explains...

Learn More 1 0Aug 16 '24

ReLU and LeakyReLU in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Step function, Identity and ReLU. My post explains...

Learn More 1 0Aug 16 '24

EMNIST in PyTorch

Buy Me a Coffee☕ *Memos: My post explains EMNIST. My post explains MNIST(). My post explains...

Learn More 1 0Dec 5 '24

The 1 Principle to Build Regular Equivariant CNNs

The one principle is simply stated as 'Let the kernel rotate' and we will focus in this article on...

Learn More 1 0Jul 17 '24

Conv2d in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Convolutional Layer. My post explains Conv1d(). My...

Learn More 1 0Sep 11 '24

cumsum and cumprod in PyTorch

Buy Me a Coffee☕ *Memos: My post explains prod() and cartesian_prod(). My post explains mean()...

Learn More 1 0Jul 20 '24