My R code repository on Github

R code of some analytic tools I have been developing/using in real-life problemshttps://github.com/worldofpiggy/R-code0 forks.0 open issues.Recent commits: running parallel code in R, Francesco Gadaleta canonical correlation analysis, Francesco Gadaleta Principal Component Analysis DIY, Francesco Gadaleta metropolis hastings algo in R, … Continue reading

Stability of stochastic gradient descent

One paper that, in my opinion, will be more influential than the garbage constantly published on many paid journals, is “Train faster, generalize better: Stability of stochastic gradient descent”, written by Moritz Hardt at Google. The authors published it on Arxiv, … Continue reading

Dimensionality reduction in one slide (part 2)

Extracting knowledge from large datasets with large number of variables is always tricky. Dimensionality reduction helps in analyzing high dimensional data, still maintaining most of the information hidden behind complexity. Here are some methods that you must try before further … Continue reading