CSE 571 Artificial Intelligence
-
Updated
Jan 3, 2018 - Python
CSE 571 Artificial Intelligence
Reinforcement learning algorithms
Easy21 assignment from David Silver's RL Course at UCL
A library of reinforcement learning (RL) algorithms.
X-KAN: Optimizing Local Kolmogorov-Arnold Networks via Evolutionary Rule-Based Machine Learning
Local function approximation (LFA) framework, NeurIPS 2022
An implementation of multilayer perceptron(MLP) on function approximation.
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials, function optimization
A generic implementation of multi layer perceptron neural networks, including some visual tools. Contains example of using the neural network classes for function approximation.
A short and sweet library handling uncertainty in calculations. Can use both standard, probabilistic uncertainties and maximal uncertainties for arbitrary functions over arbitrary variables.
Many different Neural Networks in Python Language. This repository is an independent work, it is related to my 'Redes Neuronales' repo, but here I'll use only Python.
This project is a simple animation of Fourier series, approximating a function using a sum of sine and cosine functions.
This repository contains numerical methods for finding solutions of a nonlinear equation as well as to approximate functions from a dataset of (x, y) points.
In this university project, genetic programming is used to approximate the function
A data driven model using RL to solve a traffic simulation optimization problem to minimize cars’ carbon emissions.
Dash App for visualizing function approximations by polynomials.
Estimation of a non-linear function using neural networks
Add a description, image, and links to the function-approximation topic page so that developers can more easily learn about it.
To associate your repository with the function-approximation topic, visit your repo's landing page and select "manage topics."