gpytorch
GP framework
A library for creating scalable and flexible Gaussian process models with ease
A highly efficient implementation of Gaussian Processes in PyTorch
4k stars
58 watching
562 forks
Language: Python
last commit: 20 days ago
Linked from 3 awesome lists
gaussian-processesgpu-accelerationpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
pytorch/botorch | A PyTorch-based library for Bayesian optimization, providing a modular interface for composing and optimizing probabilistic models. | 3,102 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
karpathy/mingpt | A minimal PyTorch implementation of a transformer-based language model | 20,175 |
jaxgaussianprocesses/gpjax | Provides a low-level interface to Gaussian process models in JAX for flexible extension and customisation | 461 |
bayesian-optimization/bayesianoptimization | An optimization algorithm that uses gaussian processes to search for the maximum value of an unknown function | 7,919 |
t-vi/candlegp | A PyTorch implementation of Gaussian Processes with Bayesian inference and likelihoods | 74 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
ziatdinovmax/gpim | An open-source Python package for applying Gaussian processes to images and hyperspectral data for reconstruction and Bayesian optimization. | 57 |
sktime/pytorch-forecasting | A PyTorch-based package for state-of-the-art time series forecasting with deep learning architectures | 4,001 |
pgmpy/pgmpy | A Python package for working with Bayesian Networks and related models. | 2,748 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,147 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
eleutherai/gpt-neox | Provides a framework for training large-scale language models on GPUs with advanced features and optimizations. | 6,941 |
ptrblck/prog_gans_pytorch_inference | Reproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot | 322 |
stor-i/gaussianprocesses.jl | A Julia package that provides a flexible nonparametric tool for modeling data using Gaussian Processes | 308 |