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

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

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

How to Train AI Model

Training a model using modern AI techniques involves several steps, and the process can vary...

Learn More 7 2Jul 6

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

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 5 1Jan 29

CocoCaptions in PyTorch (3)

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

Learn More 5 0Jan 9

Zero To Mastery AI Researcher & Engineer (in development)

Goal is for learners to be able to join top tier labs (OpenAI, Google, MIT) or publish cutting edge...

Learn More 3 0Jul 6

Key Insights Gained from Building and Training LLM

Table of Contents Introduction Architecture of the LLM Byte pair encoding (BPE)...

Learn More 3 0Jul 12

torch.export

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

Learn More 3 0Mar 5

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

Creating the self-attention mechanism from scratch

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

Learn More 3 0Jun 8

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

AI Pronunciation Trainer

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

Learn More 2 0Dec 16 '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

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

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

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

EMNIST in PyTorch

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

Learn More 2 0Dec 5 '24

Entropix: Sampling Techniques for Maximizing Inference Performance

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

Learn More 2 0Oct 14 '24

ToTensor in PyTorch

Buy Me a Coffee☕ *Memos: My post explains how to convert and scale a PIL image to an Image in...

Learn More 1 1Apr 27

RandomSolarize in PyTorch

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

Learn More 1 0Mar 11

squeeze in PyTorch

Buy Me a Coffee☕ *My post explains unsqueeze(). squeeze() can get the 0D or more D tensor of the...

Learn More 1 0Dec 30 '24

AvgPool3d in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Pooling Layer. My post explains AvgPool1d(). My post...

Learn More 1 0Sep 15 '24

Embedding in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Embedding Layer. My post explains manual_seed(). My...

Learn More 1 0Sep 18 '24

DataLoader in PyTorch

Buy Me a Coffee☕ DataLoader() can get the zero or more tensors of the zero or more elements flexibly...

Learn More 1 0Oct 7 '24

TorchDynamo

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

Learn More 1 0Mar 7

OxfordIIITPet in PyTorch

Buy Me a Coffee☕ *Memos: My post explains Oxford-IIIT Pet. My post explains Flowers102(). My...

Learn More 1 0Dec 14 '24