A moving-average filter can address white noise in the time domain but performs poorly in the frequency domain. In part 1 of this series, we defined convolution, denoted by the * symbol, and looked at ...
This project involves implementing the forward pass of an 18-layer Convolutional Neural Network (CNN) in MATLAB for object detection. The goal is to classify 32x32x3 images into one of ten categories, ...
In seismic exploration, dense and evenly spatial sampled seismic traces are crucial for successful implementation of most seismic data processing and interpretation algorithms. Recently, numerous ...
When looking at the code you might realize there's a similarity to the autocorrelation / cross correlation demo app. :) Please be aware that you need Matlab and its Symbolic Math Toolbox (mainly for ...
Light-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and width (number of ...
Abstract: Convolutional neural networks are built upon simple but useful convolution modules. The traditional convolution has a limitation on feature extraction and object localization due to its ...