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.
Local function approximation (LFA) framework, NeurIPS 2022
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials, function optimization
A short and sweet library handling uncertainty in calculations. Can use both standard, probabilistic uncertainties and maximal uncertainties for arbitrary functions over arbitrary variables.
A generic implementation of multi layer perceptron neural networks, including some visual tools. Contains example of using the neural network classes for function approximation.
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.
An implementation of multilayer perceptron(MLP) on function approximation.
In this university project, genetic programming is used to approximate the function
Dash App for visualizing function approximations by polynomials.
Estimation of a non-linear function using neural networks
X-KAN: Optimizing Local Kolmogorov-Arnold Networks via Evolutionary Rule-Based Machine Learning
Projects of Fuzzy course
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."