"Lambda Architecture" (introduced by Nathan Marz) has gained a lot of traction recently. Fundamentally, it is a set of design pat...
Read More
Showing posts with label Distributed system. Show all posts

Reinforcement Learning
Reinforcement Learning (RL) is a type of Machine Learning other than "supervised learning" (having a teaching phase that shows the...
Read More
Machine Learning: Linear Model
Linear Model is a family of model-based learning approaches that assume the output y can be expressed as a linear algebraic relation with th...
Read More
Machine Learning: Nearest Neighbor
This is the simplest technique for instance based learning. Basically, find a previous seen data that is "closest" to the query da...
Read More
Machine Learning: Probabilistic Model
Probabilistic model is a very popular approach of �model-based learning� based on Bayesian theory. Under this approach, all input attribute...
Read More
Machine Learning Intuition
As more and more user data are gathered on different web sites (such as e-commerce, social network), data mining / machine learning techniqu...
Read More
Consistent Multi-Master DB Replication
As explain in my CouchDB implementation notes , the current replication mechanism doesn't provide consistency guarantees. This means if...
Read More
Distributed Storage
Here we explore the consistency aspect of a distributed storage model. The motivation of using a distributed storage is for scalability, fa...
Read More
Subscribe to:
Posts (Atom)