The possible future of SaaS product for machine learning
Not with that price
Not with that price
Last post discussed the issue with interoperability between machine learning frameworks and why an open standard, like ONNX, makes sense with it. In this pos...
ONNX, short for Open Neural Netwrok Exchange, is an open standard for machine learning (ML) models. The question must be asked before we move forward, why ye...
This post intends to make a note of how Zhaoxing and I competed in the programming contest of ACM SIGMOD conference 2019, which is one of the top and premium...
The group I was in at Microsoft Research, Asia, was on database, distributed database in particular. GraphView, which is a middleware within Microsoft’s Cosm...
I am doing some research on the workloads of SQLite, the de facto database for Android, on mobile devices. And at the beginning, I wanted to write a wrapper ...
Although Google has posted a perfect tutorial on Building AOSP from the source, I decide to lay down my steps on building android on my Nexus 6p. These are a...
LevelDB gets its own benchmark binary called “db_bench” under the directory “out-shared” after make. But there are other tools could benchmark LevelDB like M...
The very basic idea behind LevelDB and BigTable of Google is Log-Structure Merge tree and Sorted String Table (SSTable). Generally LSM tree use a log to trac...