There are 0 repository under function-approximation topic.
Instant neural graphics primitives: lightning fast NeRF and more
Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
A collection of B-spline tools in Julia
CSE 571 Artificial Intelligence
TorchQuantum is a backtesting framework that integrates the structure of PyTorch and WorldQuant's Operator for efficient quantitative financial analysis.
Reinforcement learning algorithms
Adaptively sampled distance fields in Julia
Julia Wrapper to the Tasmanian library
Basis Function Expansions for Julia
An adaptive fast function approximator based on tree search
Julia library for function approximation with compact basis functions
Code repository with classical reinforcement learning and deep reinforcement learning methods for Pokémon battles in Pokémon Showdown.
The tools for proper interactions between ApproxFun.jl and DifferentialEquations.jl for pseudospectiral partial differential equation discretizations in scientific machine learning (SciML)
Multivariate Normal Hermite-Birkhoff Interpolating Splines in Julia
Suite of 1D, 2D, 3D demo apps of varying complexity with built-in support for sample mesh and exact Jacobians
A library of reinforcement learning (RL) algorithms.
Python framework to approximate mathemtical functions
X-KAN: Optimizing Local Kolmogorov-Arnold Networks via Evolutionary Rule-Based Machine Learning
Local function approximation (LFA) framework, NeurIPS 2022
Simple linear regressor that tries to approximate a simple function deployed in Tensorflow 2.0 without Keras
A Verilog-based system for approximating mathematical functions (exp, sin, cos, ln) using Taylor/Maclaurin series, suitable for FPGA implementation and simulation.
Universal Function Approximation by Neural Nets
The focus of function approximation problems has been on identifying some suitable function without attempting to gain insight into the mechanism of the system. The performance of the model boils down to interpolation. But, in a more realistic setting, we expect test data from outside the distribution of the training set. To better extrapolate to unseen domains, it is essential to learn the correct underlying equations of the system. The Equation Learner (EQL) Network attempts to achieve this task.
Reinforcement Learning algorithms
An implementation of Reinforcement Learning using the Q-Learning algorithm and Function Approximation with Backpropagation Neural Network.
This project is a simple implementation of a neural network with gradient descent optimization from scratch. The goal of this project is to demonstrate how a neural network works and how the gradient descent algorithm can be used to optimize its parameters.
This project is a simple animation of Fourier series, approximating a function using a sum of sine and cosine functions.
This project was made to showcase a sample example of muli-threading in the C programming language.
An implementation of multilayer perceptron(MLP) on function approximation.
Seminar project at FER led by Assistant Professor Marko Čupić
Course work of Reinforcement-Learning-CS6700
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials, function optimization