Leerw / torchimize

optimization algorithms using pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torchimize

torchimize contains implementations of the Gauss-Newton and Levenberg-Marquardt optimization algorithms using the PyTorch library. The main motivation for this project is to enable convex optimization on GPUs based on the torch.Tensor class, which (as of April 2022) is widely used in the deep learning field.

coverage tests_develop tests_master

Functional API Usage

About

optimization algorithms using pytorch


Languages

Language:Python 100.0%