There are 0 repository under fourier-features topic.
Unofficial pytorch implementation of the paper "Learnable Fourier Features for Multi-Dimensional Spatial Positional Encoding", NeurIPS 2021.
Image classification using SVM, KNN, Bayes, Adaboost, Random Forest and CNN.Extracting features and reducting feature dimension using T-SNE, PCA, LDA.
AG-MAE: Anatomically Guided Spatio-Temporal Masked Auto-Encoder for Online Hand Gesture Recognition
Implementation of two phase field approaches for the surface reconstruction problem. One based of the Modica-Mortola theorem and the other based on Ambrosio-Tortorelli | Master Thesis
SCFGP: Sparsely Correlated Fourier Features Based Gaussian Process
Time series regression modeling on a dataset of supermarket sales across years, with the Darts library in Python.
Forecasting Store Sales for Improved Decision-Making Using Machine Learning for Time Series Data
Neural Fields for Sea Surface Height Interpolation.
Tensorflow 2.0 implementation of fourier feature mapping networks.
Visualizing function fittings
An implementation of Fourier feature mapping method using TensorFlow 2.3
A Modern Spin on Ptolemy's Geocentric Universe Model
Image regression experiments with random fourier feature mapping using PyTorch
This project implements coordinate-based neural networks from scratch in NumPy to reconstruct low- and high-resolution images by mapping 2D pixel coordinates to RGB values. It explores input encoding strategies—none, basic, and Gaussian Fourier features—to evaluate their impact on image quality and detail. Tech: Python (numpy, cv2, os)