You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a data scientist who enjoys all things anaytics, visualizations and predictive modelling. I also enjoy delving deeply into things like RL and optimization algorithms.
Some recent projects are:
Designing custom anaytics dashboard to track the prices of used iphones on kijiji to find the best deal: Link
Implementing a visualizer to understand the standard line search and trust region methods for optimization: Link
Contains baseline implementations of all RL algorithms using tabular and function approximations. Algorithms such as TD(0), MC, SARSA, Q-Learning and Policy Gradient methods.