writing
-
Evaluating document chunking for retrieval pipeline
How I evaluated the chunking layer of FindFiles by sweeping chunk size, overlap, and splitting strategy against a labeled set of 53 real government forms, on-device.
-
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.