Blog posts

2024

2023

2022

Machine Learning Applied to Stock Market Prediction: A Comparison between LSTM and ESN

5 minute read

Published:

My use-case is focused on stock market price prediction, especially the opening price for a given stock. I haven’t focused too much on the hyperparameter tuning, rather aimed towards building the basic model and comparing some results. Unlike the scientific work, where my network has to predict autonomously provided an initial data, here we have the luxury to get input continuously i.e. by the end of the day we will have all the inputs so that we can guess what will be the opening price tomorrow.

Getting started with MLFlow with MinIO [In 2022]

5 minute read

Published:

MLFlow, which is opensourced under Apache License 2.0 is a ML lifecycle platform which unify various aspect of ML which can include experimentation i.e. trying out different architectures, model parameters, data preprocessing etc.

2021

Efficient and fast map matching with Valhalla

5 minute read

Published:

Valhalla provides an easy-to-use interface to use OpenStreetMap (OSM) data for routing purposes. In this blog post, my focus is on map-matching which is one of the many APIs offered within the Valhalla.

2020

Open source navigation with OpenTripPlanner

3 minute read

Published:

OpenTripPlanner is an open source multi-modal (i.e. walk/car/bicycle/transit/..) trip planner engine written in Java with an easy-to-use executable.