BSR

All Posts

30 June 2024

Regression Algorithms in C++ and Python

Comparing speed and code complexity of regression algorithms written in C++ and Python

28 June 2024

Web Development with Docker

Efficient way to serving web applications with Docker

21 June 2024

Image Compression

Minimizing the size of an image using Singular Value Decomposition

08 May 2024

Recurrent Neural Networks

Predicting stock prices with Long Short-Term Memory

07 May 2024

Convolutional Neural Networks

Detecting presence of pneumonia using neural networks

07 May 2024

Setting up Deep Learning Environment

Isolating Python environments with Conda without hassle

06 May 2024

Introduction to Neural Networks

A journey on learning neural networks

05 May 2024

Adam

The best version of all adaptive learning rate optimization algorithms

04 May 2024

RMSprop

Reducing the aggresive learning rate decay in Adagrad using the twin sibling of Adadelta

03 May 2024

Adadelta

Reducing the aggresive learning rate decay in Adagrad

01 May 2024

Adagrad

Parameter updates with unique learning rate for each parameter

30 April 2024

SGD with Nesterov

A more conscience version of Stochastic Gradient Descent with Momentum

27 April 2024

SGD with Momentum

Fast convergence using Stochastic Gradient Descent with Momentum

17 February 2024

Blinking LED

My attempt in learning embedded software development

08 February 2024

Ridge Regression

Detecting and handling multicollinearity using L2 regularization

05 February 2024

Lasso Regression

Detecting and handling multicollinearity using L1 regularization

24 December 2023

Logistic Regression

Binary prediction using the logit function made from scratch

13 June 2023

Pi Value Approximation

A collection of Monte Carlo experiments using Julia

04 April 2022

Stochastic Gradient Descent

Minimizing cost functions with less data points

03 March 2022

Mini-Batch Gradient Descent

Updating the parameters after seeing a subset of the dataset

16 February 2022

Batch Gradient Descent

Linear Regression + Batch Gradient Descent in Python

13 February 2022

Mathematics of Gradient Descent

A mathematical adventure into Gradient Descent

01 February 2022

Linear Regression

Continuous prediction made from scratch

11 January 2022

Introduction to Gradient Descent Algorithm

It's about to go down! 👇