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
OxiDiviner: A production-ready, open-source Rust library for time series analysis and forecasting, especially for financial markets. Features a wide array of models including ARIMA, GARCH, ETS, Kalman Filters, Markov Regime-Switching, and more. Offers multiple API layers for all expertise levels.
Repository for systematic trial-and-error tuning of traditional machine learning models (Logistic Regression, SVM, Ensemble, etc.) without external libraries. Focused on improving validation accuracy through manual feature engineering, parameter adjustment, and custom implementations.
Navigating technical interviews, I found many resources on basic algorithms either too complex or overly simplistic. As a machine learning engineer, blending algorithmic concepts with ML is key. This repo aims to balance complexity and practicality, making algorithmic challenges approachable and engaging.
Handwritten Digit Classification on MNIST Dataset, Utilising Only Traditional Machine Learning Techniques and a Custom Feature Extractor, achieving highest accuracy of 98.08% with the same.
A data science project analyzing NYC taxi trip durations using PySpark, from January to June 2019, including data preprocessing, geospatial visualization, and predictive modeling.
This project explores the usage of machine learning techniques in image denoising, particularly ridge regression and dictionary learning. It also includes an implementation of a readily runnable python script for capturing and denoising an image