PinnedMansoor Aldosari·May 10, 2021A 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…
PinnedMansoor Aldosari·Nov 27, 2021A Cellular Automaton meets Love2DThe following is an implementation of cellular automata using Love2D (an engine for game development).
PinnedMansoor Aldosari·Mar 13, 2022A/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…
PinnedMansoor Aldosari·Oct 23, 2021Principal Component Analysis by ExamplePrincipal component analysis (PCA) is a dimension reduction algorithm. It transforms the data to a lower dimension, making it easy to…
PinnedMansoor Aldosari·Nov 13, 2021Calculus using Functional PythonThe aim this piece is to demonstrate some concepts of functional programming in Python, let’s dive-in!A response icon1A response icon1
Mansoor Aldosari·Apr 28, 2024The Real Meaning of Murphy’s LawThe misconception surrounding Murphy’s Law often leads people to believe that everything will go wrong all the time. However, the true…
Mansoor Aldosari·Jan 29, 2024Unlocking Productivity with the 50/10 Work CyclePhoto by Lucas Santos on Unsplash
Mansoor Aldosari·Dec 31, 20235 Reasons Predicting the Future is FutileWe’ve all done it. Gazed into the murky water of the future, trying to glimpse what tomorrow holds. Whether it’s the next market move…