Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
smbrian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
smbrian
6y ago
Have you looked at LSM k-v stores (RocksDB being the obvious one)? Under the hood they are based on building immutable layers of data that are implicitly merged. Clones that share data are cheap (check out rocksdb-cloud for a rocksdb fork w
2.
▲
by
smbrian
6y ago
The pitch is faster, and more space efficient since column stores are far better for analytics than row stores. Some benchmarks that found ~5-10x speedup: https://uwekorn.com/2019/10/19/taking-duckdb-for-a-spi
3.
▲
by
smbrian
6y ago
Sorry, I should've been clearer! Beginner to ML? Stay away from SVMs. This tutorial looks good, and well written.
4.
▲
by
smbrian
6y ago
Agreed -- linear SVMs, especially in text processing applications, is the one area where they are a natural fit. All their attributes complement the domain. Linear SVMs also have desirable performance characteristics. But at that point, the
5.
▲
by
smbrian
6y ago
Stay away, in my opinion. I spent a year supporting a SVM in a production machine learning application, and it made me wish the ML research community hadn't been so in love with them for so long. They're the perfect blend of theor