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: 13 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,114 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,572 |
karpathy/mingpt | A minimal PyTorch implementation of a transformer-based language model | 20,314 |
jaxgaussianprocesses/gpjax | Provides a low-level interface to Gaussian process models in JAX for flexible extension and customisation | 462 |
bayesian-optimization/bayesianoptimization | An optimization algorithm that uses gaussian processes to search for the maximum value of an unknown function | 7,956 |
t-vi/candlegp | An implementation of Gaussian Process regression using PyTorch | 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,336 |
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,027 |
pgmpy/pgmpy | A Python package for working with Bayesian Networks and related models. | 2,768 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,154 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,659 |
eleutherai/gpt-neox | Provides a framework for training large-scale language models on GPUs with advanced features and optimizations. | 6,968 |
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 |