eriklindernoren / ML-From-Scratch

Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
MIT License
23.83k stars 4.58k forks source link

Add Gaussian Process #59

Open shikunyu8 opened 4 years ago

shikunyu8 commented 4 years ago

Pretty cool project. Gaussian Process might be something you can add in the future.

sparkingdark commented 3 years ago

@eriklindernoren is it up

Nivig1310 commented 2 years ago

@eriklindernoren Can I add Gaussian Process?