What are embeddings?

Why are embeddings important for me as a Software Engineer and how they might help improve my search results

Revolutionizing Single-Cell Analysis : Meet the Micro-Robot Inspired by Bacteria

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

What is submodularity

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.

Solving simple problems with Linear Programming

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

Image Classification with Cifar 10

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.