Skip to content

Проект для курса "Моя первая научная статья". Задача "Стохастический метод Ньютона с произвольным семплингом". Project for "My first scientific paper" course. Problem "Stochastic Newton with arbitrary sampling"

License

Notifications You must be signed in to change notification settings

intsystems/2023-Project-136

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test status Test coverage Docs status

Название исследуемой задачи:Стохастический метод Ньютона с различным семплингом (Stochastic Newton with Arbitrary Sampling)
Тип научной работы:M1P
Автор:Денис Александрович Швейкин
Научный руководитель:Исламов Рустем Ильфакович

Аннотация

Задача минимизации среднего от большого числа гладких сильно выпуклых функций встречается в машинном обучении повсеместно. Стохастические методы первого порядка, такие как стохастический градиентный спуск (SGD), для этой задачи хорошо изучены. В свою очередь, методы второго порядка, такие как метод Ньютона имеют определенные преимущества, поскольку могут адаптироваться к кривизне задачи. Также они известны своей быстрой сходимостью. Однако стохастические варианты методов типа Ньютон изучены не так хорошо, как методы типа SGD, и имеют ограничения на размеры батчей. Ранее был предложен метод, который не требует таких ограничений. Наша работа исследует этот метод с различными стратегиями семплинга, которые ведут к практическим улучшениям.

The problem of minimizing the average of a large number of sufficiently smooth and strongly convex functions is ubiquitous in machine learning. Stochastic first-order methods for this problem of Stochastic Gradient Descent type are well studied. In turn, second-order methods, such as Newton, have certain advances since they can adapt to the curvature of the problem. They are also known for their fast convergence rates. But stochastic variants of Newton-type methods are not studied as good as SGD-type ones and have limitations on the batch size. Previously, a method was proposed which requires no limitations on batch sizes. Our work explores this method with different sampling strategies that lead to practical improvements.

About

Проект для курса "Моя первая научная статья". Задача "Стохастический метод Ньютона с произвольным семплингом". Project for "My first scientific paper" course. Problem "Stochastic Newton with arbitrary sampling"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •