24 Aug 2023
Why are embeddings important for me as a Software Engineer and how they might help improve my search results
10 Apr 2023
Features an article about a groundbreaking development by researchers from Tel Aviv University - a micro-robot that can potentially revolutionize the field of single-cell analysis. Inspired by biological swimmers like bacteria, the tiny robot leverages magnetic and electric fields for navigation and manipulation, enabling it to differentiate between healthy, damaged, and dying cells
15 Mar 2023
Submodularity is a term used to describe the concept of diminishing returns. Adding more agents will not give a proportionally high yield if you have a submodular system. E.g., In parallel processing, using two threads would not make the system 2x as fast, or using 10x the threads does not make the system as fast.
13 Mar 2023
This post is to demonstrate how to formulate the given problem into objectives and constraints with a problem that can be solved using linear programming
10 Mar 2023
This post shows how to create a Convolution neural network to classify images in Cifar 10. It also highlights what worked and what didn't when building this network.