Semantic File Search with LangChain and Chroma

A walkthrough of a semantic file search assistant that indexes local documents and enables intelligent retrieval using vector embeddings.
Apache Flink

Explores how Apache Flink powers real-time fraud detection in financial systems through dynamic model updates, stateful stream processing, and scalable architecture.
Perceptron to MNN

A walkthrough from perceptrons to multilayer neural networks, explaining linear models, equations, and how input data is structured for deep learning.
Why deep learning?

The purpose of this article is to understand why one might choose deep learning algorithms over the machine learning algorithms.
Choosing the loops!

A short article explaining how one can choose what loop to use during programming.