An open API service indexing awesome lists of open source software.

https://github.com/adamdad/filter-gradient-decent

In this paper, we propose Filter Gradient Decent (FGD), an efficient stochastic optimization algorithm that makes a consistent estimation of the local gradient by solving an adaptive filtering problem with different designs of filters.
https://github.com/adamdad/filter-gradient-decent

filters stochastic-gradient-descent variance-reduction

Last synced: about 1 year ago
JSON representation

In this paper, we propose Filter Gradient Decent (FGD), an efficient stochastic optimization algorithm that makes a consistent estimation of the local gradient by solving an adaptive filtering problem with different designs of filters.

Awesome Lists containing this project

README

          

# Filter-Gradient-Decent
Update: This project also include the code for paper

**Kalman Optimizer for Consistent Gradient Descent**
*Xingyi Yang, (ICASSP2021)* [paper](https://ieeexplore.ieee.org/document/9414588)

Course project for ECE 251C UCSD. Code for paper,

**Stochastic Gradient Variance Reduction by Solving a Filtering Problem**

In this paper, we propose Filter Gradient Decent (FGD), an
efficient stochastic optimization algorithm that make consistent
estimation of the local gradient by solving an adaptive filtering
problem with different design of filters.

![](paper/illustration.jpg)

## Usage
- To do later