https://github.com/miquelramirez/lwpr-lite
A lite version of LWPR
https://github.com/miquelramirez/lwpr-lite
c cplusplus-basic eigen gaussian-processes lwpr python3
Last synced: about 2 months ago
JSON representation
A lite version of LWPR
- Host: GitHub
- URL: https://github.com/miquelramirez/lwpr-lite
- Owner: miquelramirez
- License: lgpl-2.1
- Created: 2018-11-18T05:27:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T09:06:52.000Z (about 7 years ago)
- Last Synced: 2025-10-04T21:29:02.227Z (8 months ago)
- Topics: c, cplusplus-basic, eigen, gaussian-processes, lwpr, python3
- Language: C
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# lwpr-lite
Locally Weighted Projection Regression (LWPR) fork from http://wcms.inf.ed.ac.uk/ipab/slmc/research/software-lwpr
This repository contains the "core" features from the LWPR implementation in
the link above, namely:
- Storage and reading of XML models
- Binary input and output
- C++ interface
- Eigen 3.2 C++ interface
so there's no support for MATLAB and OCTAVE. The Python bindings in this repository
have been ported to Python 3.5+.