https://github.com/babayara/mka
Multiresolution Kernel Approximation for Gaussian Process Regression
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Multiresolution Kernel Approximation for Gaussian Process Regression
Basic Info
- Host: GitHub
- Owner: BabaYara
- Language: Matlab
- Default Branch: master
- Size: 5.99 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of y-ding/MKA
Created over 8 years ago
· Last pushed over 8 years ago
https://github.com/BabaYara/MKA/blob/master/
# Multiresolution Kernel Approximation for Gaussian Process Regression This is the MATLAB implementation of the Multiresolution Kernel Approximation for Gaussian Process Regression as described in: Y. Ding, R. Kondor and J. Eskreis-Winkler, [Multiresolution kernel approximation for Gaussian process regression](https://arxiv.org/abs/1708.02183) (2017) ## Requirements * C++11 * [Eigen](http://eigen.tuxfamily.org/index.php) * [pMMF](http://people.cs.uchicago.edu/~risi/MMF/index.html) * [Matio](https://sourceforge.net/projects/matio/) ## Installation/Setup Install pMMF to the subdirectory of MKA folder. Make sure to change the variables in Makefile.options to your environment settings. Run the following command to create the pMMF executable in the MKA directory. ```bash make all ``` ## Run the demo After compiling, you can run the script "MGP/gprExperiments/demo_1D" to run the toy experiment for Snelson's 1D data in the paper. The folder "gprExperiments" also includes all the experiment scripts on real data in the paper. ## Contact This program package was written by Y. Ding, R. Kondor and J. Eskreis-Winkler. If you have any questions/comments/concerns, please contact dingy[at]uchicago.edu. ## Copyright Copyright (c) 2017 Y. Ding, R. Kondor and J. Eskreis-Winkler. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither name of copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Owner
- Name: Baba-yara
- Login: BabaYara
- Kind: user
- Location: Portugal
- Company: Nova School of Business and Economics
- Website: www.babayara.com
- Twitter: baba_yara
- Repositories: 103
- Profile: https://github.com/BabaYara
I am a Ph.D. candidate at NOVA SBE who combines machine-learning with econometrics in the study of asset pricing.