PinnedA Neural Net From ScratchThis post is an example of regression, where we will use supervised learning (a model that returns a function after giving it an input and…May 10, 2021May 10, 2021
PinnedA Cellular Automaton meets Love2DThe following is an implementation of cellular automata using Love2D (an engine for game development).Nov 27, 2021Nov 27, 2021
PinnedA/B Testing with Statistical InferenceThe A/B testing is commonly used nowadays for advertisement. Two customers can visit a retail webpage, and each sees different content. The…Mar 13, 2022Mar 13, 2022
PinnedPrincipal Component Analysis by ExamplePrincipal component analysis (PCA) is a dimension reduction algorithm. It transforms the data to a lower dimension, making it easy to…Oct 23, 2021Oct 23, 2021
PinnedCalculus using Functional PythonThe aim this piece is to demonstrate some concepts of functional programming in Python, let’s dive-in!Nov 13, 20211Nov 13, 20211
Optimizing Coffee Shop Capacity with Monte Carlo SimulationsManaging peak hours in a coffee shop can be challenging, especially when it comes to balancing customer flow with seating capacity. Using…Aug 31Aug 31
Managing One’s FriendsI failed to recognize this earlier, but now my life has changed for the better by knowing this. I had many friends; some were good, and…Jul 29Jul 29