An open API service indexing awesome lists of open source software.

https://github.com/axect/noisy_regression

Noisy regression (MLP, BNN-(RVI, LA))
https://github.com/axect/noisy_regression

Last synced: about 2 months ago
JSON representation

Noisy regression (MLP, BNN-(RVI, LA))

Awesome Lists containing this project

README

        

# Regression with Various methods for Noisy Data

## Presentation

[MITP2023 Review](https://www.dropbox.com/scl/fi/k0kad044vwolwinxr50zz/Review_MITP2023_TG_Kim.pdf?rlkey=7vd4bd8jj71oyp212tivbjvd1&dl=0)

## Experiments

Method | Notebook
:----: | :------:
Multi-Layer Perceptron (MLP) | [Notebook](./Noisy_MLP2.ipynb)
Bayesian Neural Network (BNN) | [Notebook](./Noisy_BNN7.ipynb)
Laplace Approximation (LA) | [Notebook](./Noisy_MLP-Laplace.ipynb)
Kolmogorov-Arnold Network (KAN) | [Notebook](./Noisy_KAN.ipynb)