Blog

Technical deep-dives into machine learning, AI algorithms, and data science projects.

RSS
Showing 30 posts
ClassificationML Engineering
Hyperparameter Tuning with GridSearchCV
February 2, 2025Jonesh Shrestha

Automated hyperparameter optimization for SVM on Iris dataset, testing 2,700 parameter combinations (3 kernels × 9 C values × 10 gamma values × 10 CV folds). Found optimal configuration: RBF…

Read full article →
DevOps
Understanding The Lightning Network
July 24, 2021Jonesh Shrestha

Explored Bitcoin Lightning Network as Layer 2 scaling solution enabling instant, low-fee micropayments off-chain. Lightning achieves millions of transactions per second vs Bitcoin's 7 TPS…

Read full article →