Ilia Ilmer

Personal site and technical notebook

Ilia Ilmer

Writing about algorithms, systems, implementation details, and the parts of software work worth keeping around.

Latest posts

Projects, technical ideas, and implementation notes.

Harmonic networks. Implementation of paper results

I implement an interesting result from a recent paper on convolutional neural networks.

Introduction

In this post I will briefly discuss my implementation of a model introduced in this paper.

In short, the authors suggest using predefined filters in a convolutional network based on Discrete Cosine Transform.

I used PyTorch …

Continue reading