Skip to content

Kun73/Algorithm

Repository files navigation

Intro

This repository includes algorithms in statistical computing and big data analysis.

For the first part, we derive the MLE for the most of the time while for the latter one, we minimize a loss function.So it may be a little diffence when describing an algorithm in these two scenarios. However, most of the time, we just need to add a minus sign to switch between these two situations, i.e. one is for minimization, the other is for maximization.

Statistical Computing

EM Algorithm

It can used in incomplete data set problem, see here.

Random Number Generation

See here.

Optimization

This part mainly includes notes from Optimization Methods for Large-Scale Machine Learning by L´eon Bottou et al, see here

Distributed optimization

Push-Pull method, distributed stochastic gradient tracking(DSGT) method.

Can see here

About

Algorithms in stat computing and big data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages