The "Algebra" in Algebraic Data-types

Explores the “Algebra” behind Algebraic Data-Types in Haskell and elucidates how it works.

January 21, 2023 · 9 min · Arjun Kathuria

Implementing simple Streams using lazy-IO in Haskell

Explores How simple Lazy IO in Haskell can be used to implement basic streaming functionality

July 11, 2022 · 7 min · Arjun Kathuria

Haskell, Optics & Lenses - an Introduction

Introduction to Optics & Lenses with Haskell

July 6, 2022 · 6 min · Arjun Kathuria

2020: The Start of Something New, Enter Haskell !

The Post about me Wanting to learning Haskell in 2020

March 4, 2020 · 4 min · Arjun Kathuria

Support Vector Machines

The post explaining support vector machines classification model for machine learning and data science.

February 26, 2019 · 5 min · Arjun Kathuria

Understanding Logistic Regression

This post explains Logistic regression binary classification model

February 20, 2019 · 4 min · Arjun Kathuria

Adaptive linear neuron (ADALINE)

This post is related to the Adaline rule

February 10, 2019 · 3 min · Arjun Kathuria

Perceptron

This post is related to the Perceptron algorithm

February 7, 2019 · 3 min · Arjun Kathuria