nimra709/Optimization-for-Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In this repository, my colleague, Nimra Nawaz, and I implemented the advanced and core concepts of Optimization algorithms such as Steepest Descent and quasi-newton method BFGS to explore the problem of estimating the matrix 2-norm as an unconstrained optimization problem taught by Prof. Antonio Frangioni in Optimization for Data Science course at Università di Pisa for the year 2023/24.

(P) is the problem of estimating the matrix norm ||A||2 for a (possibly rectangular) matrix A ∈ ℝm × n, using its definition as an unconstrained maximum problem.

(A1) is a standard gradient descent steepest descent approach.
(A2) is a quasi-Newton method such as BFGS or L-BFGS.

  • Learned mathematical concepts necessary to construct algorithms for the solution of optimization problems.
  • Understanding of mathematics behind the optimization of convex and non-convex multivariate functions.
  • Univariate continuous unconstrained optimization.
  • Multivariate continuous unconstrained smooth optimization
  • Multivariate continuous unconstrained nonsmooth optimization
  • Sparse hints to Data Science applications

Hafiz Muhammad Umer
Nimra Nawaz

About

Final project for the course O4DS at università di Pisa for the A.Y 2023/2024. In this project we explore the problem of estimating the matrix 2-norm as an unconstrained optimization problem using Steepest Descent and BFGS method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published