OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.55k stars 3.67k forks source link

Gaussian Process Regressor #6562

Open Jahnvi13 opened 1 year ago

Jahnvi13 commented 1 year ago

This is a(n):

Details: Gaussian Processes (GP) are a generic supervised learning method designed to solve regression and probabilistic classification problems. A gaussian process regressor requires the implementation of three kernels called K, K* and K**. I plan to implement it from scratch.

For reference: https://www.youtube.com/watch?v=lWNy71IC8CU

Jahnvi13 commented 1 year ago

@AdiChat kindly approve and assign.