Home
WorkBlogTalksPapersAbout
Nikita Kozodoi

Blog

29Posts
Nikita Kozodoi

Kaggle

6Posts
Source:
Tag:
AllGenAIEvaluationAgentsDeep LearningLLMsKaggleClassical MLHealthcarePyTorchComputer VisionIDPPythonAutomotiveFine-TuningMLOpsRAGResponsible AI
6 posts

Posts

Self-published2021

Test-Time Augmentation for Tabular Data

This post adapts test-time augmentation, a computer vision technique, to tabular data. We benchmark strategies for numeric and categorical features and measure how much accuracy they actually buy at inference.

PythonClassical MLKaggle
Self-published2021

Tracking ML Experiments with Neptune.ai

Spreadsheets stop scaling once an experiment log runs to hundreds of rows. We move tracking onto Neptune.ai across a Kaggle competition workflow, logging metrics, parameters, and artifacts.

MLOpsKagglePython
Self-published2021

Gradient Accumulation in PyTorch

Large models often will not fit a useful batch size into GPU memory. We use gradient accumulation to reach a large effective batch, walking through the modified training loop and its impact on learning rate scaling and batch norm.

PyTorchDeep LearningKaggle
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

Profit-Driven Demand Forecasting

We forecast retail demand with gradient boosted trees in our Data Mining Cup 2020 solution. Optimizing a profit-based objective rather than plain forecast error aligns the model with the underlying inventory cost and revenue trade-offs.

Classical MLKaggleEvaluation
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

Pages

  • Work
  • Blog
  • Talks
  • Papers
  • About

Social

  • LinkedIn
  • GitHub
  • Google Scholar
  • X / Twitter
  • Instagram

Contact

  • n.kozodoi@icloud.com
  • Buy me a coffee
  • Download CV
  • RSS feed
  • Berlin, Germany

© 2026 Nikita Kozodoi. All opinions are my own.