John You
John You
Posts
Projects
About
Light
Dark
Automatic
Recent Posts
Circular Convolution Using Discrete Fourier Transform
In this article, I show the mechanics of the discrete Fourier transform (DFT) and circular convolution (within the context of time series analysis). The goal of this post is to present these two methods in a practical yet non-superficial way.
Mar 1, 2023
5 min read
Extreme Learning Machine in 3 Lines of Code
Introduction (optional read) The extreme learning machine (ELM) model is a machine learning (ML) technique that can be applied to both regression and classification problems. ELM is a feed-forward neural network with one hidden layer.
Feb 11, 2023
6 min read