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))
- Host: GitHub
- URL: https://github.com/axect/noisy_regression
- Owner: Axect
- Created: 2023-07-21T06:59:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:44:23.000Z (about 1 year ago)
- Last Synced: 2025-04-12T16:10:14.811Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 7.77 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)