Home
BlogTalksPapersAbout
Nikita Kozodoi

Blog

28Posts
Nikita Kozodoi

Computer Vision

4Posts
Source:
Tag:
AllGenAIDeep LearningEvaluationAgentsKaggleLLMsClassical MLHealthcarePyTorchComputer VisionIDPPythonAutomotiveFine-TuningMLOpsRAGResponsible AI
4 posts

Posts

Self-published2021

Extracting Intermediate Layer Outputs in PyTorch

Sometimes the useful signal sits in a hidden layer rather than the output. We compare three ways to read those activations in PyTorch, from forward hooks to slicing the module list, and use them to pull out embeddings.

PyTorchDeep LearningComputer Vision
Self-published2021

Computing Mean & STD in Image Dataset

We compute channel-wise mean and standard deviation across an image dataset for normalization. The implementation batches through the data in PyTorch, so it never holds the full dataset in memory.

PyTorchComputer VisionDeep Learning
Self-published2020

Pre-Training with Surrogate Labels

When labeled training data is scarce but unlabeled test data is plentiful, the test set is still useful. We pre-train on surrogate labels derived from it, then fine-tune on the real labels to lift network performance.

Deep LearningComputer VisionKaggle
Self-published2020

Detecting Blindness with Deep Learning

A convolutional network that grades diabetic retinopathy severity from retina photographs, built for a Kaggle competition and the Udacity ML Engineer program. We cover retina-specific preprocessing, augmentation, and the ordinal grading setup.

Deep LearningComputer VisionHealthcare

© 2026 Nikita Kozodoi. All opinions are my own. RSS