ML

Resources for deep learning interviews

Deep Learning Interviews: Hundreds of fully solved job interview questions from a wide range of key topics in AI https://arxiv.org/abs/2201.00650

An overview of gradient descent optimization algorithms

The page written by Sebastian Ruder gives An overview of gradient descent optimization algorithms

Reinforcement Learning Readings

Dissecting Reinforcement (Part 1 starts here) gives a very good intro to the subject using materials from Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig, and Reinforcement Learning: An Introduction by Richard S.

Understanding Decision Trees, Random Forests, Bagging and Boosting

Understanding Random Forests: From Theory to Practice https://arxiv.org/abs/1407.7502

Machine Learning and Deep Learning Interpretability

Interpret machine learning models using the idea of Shapley value, decomposition of a model, a pay-off concept from cooperative game theory.

Macro Forecasting with Machine Learning

Traditional time series econometric forecasting methods often provide poor macro forecasts. Machine learning methods provide an alternative to traditional forecasting techniques. This post provides an ongoing collections of methods and applied works of the related topics.