Git Product home page Git Product logo

csyifangli / an-iterative-l1-regularized-limited-memory-stochastic-bfgs-algorithm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vandanpatel0992/an-iterative-l1-regularized-limited-memory-stochastic-bfgs-algorithm

0.0 1.0 0.0 1.52 MB

To overcome computational challenges in traditional optimization algorithms, developed an Iterative L1 Regularized Limited Memory Stochastic BFGS algorithm which drops the hyperparameters iteratively at certain rate as the algorithm proceeds providing exact sparse solutions to big data machine learning optimization problems using significantly less computational memory.

MATLAB 98.24% Shell 1.76%

an-iterative-l1-regularized-limited-memory-stochastic-bfgs-algorithm's Introduction

An-iterative-L1-regularized-limited-memory-stochastic-BFGS-algorithm

This research is motivated by challenges in addressing optimization models arising in Big Data. Such models are often formulated as large scale stochastic optimization problems. When the probability distribution of the data is unknown, the Sample Average Approximation (SAA) scheme can be employed which results in an Empirical Risk Minimization (EMR) problem. To address this class of problems deterministic solution methods, such as the Broyden, Fletcher, Goldfarb, Shanno (BFGS) method, face high computational cost per iteration and memory requirement issues due to presence of uncertainty and high dimensionality of the solution space. To cope with these challenges, stochastic methods with limited memory variants have been developed recently. However, the solutions generated by such methods might be dense requiring high memory capacity. To generate sparse solutions, in the literature, standard ๐ฟ1 regularization technique is employed. The regularization term which includes the ๐ฟ1 regularization parameter and ๐ฟ1 norm is added to the objective function of the problem. Under this approach, addition of constant ๐ฟ1 regularization parameter changes the original problem and the solutions obtained by solving the regularized problem are approximate solutions. Moreover, limited information is available in the literature to obtain sparse solutions to the original problem. To address this gap, in this research we develop an iterative ๐ฟ1 Regularized Limited memory Stochastic BFGS (iRLS-BFGS) method in which the ๐ฟ1 regularization parameter and the step-size parameter are simultaneously updated at each iteration. Our goal is to find the suitable decay rates for these two sequences in our algorithm. To address this research question, we first implement the iRLS-BFGS algorithm on a Big Data text classification problem and provide a detailed numerical comparison of the performance of the developed algorithm under different choices of the update rules. Our numerical experiments imply that when both the stepsize and the ๐ฟ1 regularization parameter decay at the rate of the order 1/sqrt(k), the best convergence is achieved. Later, to support our findings, we apply our method to address a large scale image deblurring problem arising in signal processing using the update rule from the previous application. As a result, we obtain much clear deblurred images compared to the classical algorithmโ€™s deblurred output images when both the step-size and the ๐ฟ1 regularization parameter decay at the rate of the order 1/sqrt(k).

an-iterative-l1-regularized-limited-memory-stochastic-bfgs-algorithm's People

Contributors

vandanpatel0992 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.