HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mpcsb

no profile record

投稿

How Much Information Does Adding Noise Remove?

testingbranch.com
2 ポイント·投稿者 mpcsb·3 か月前·0 コメント

Rolling your own serverless OCR in 40 lines of code

christopherkrapu.com
127 ポイント·投稿者 mpcsb·5 か月前·64 コメント

Why differential privacy is awesome

desfontain.es
1 ポイント·投稿者 mpcsb·5 か月前·0 コメント

Gaussian Processes, not quite for dummies

thegradient.pub
1 ポイント·投稿者 mpcsb·5 か月前·0 コメント

Re-Identification Risk vs. K-Anonymity

testingbranch.com
7 ポイント·投稿者 mpcsb·5 か月前·0 コメント

A Eulogy for Little's Law

allaboutlean.com
2 ポイント·投稿者 mpcsb·7 か月前·0 コメント

Measuring information loss when adding noise and adjusting data resolution

testingbranch.com
1 ポイント·投稿者 mpcsb·7 か月前·0 コメント

Merriam-Webster and Unstructured Data Processing

georgeho.org
6 ポイント·投稿者 mpcsb·8 か月前·1 コメント

Proving two ML models are equivalent using Z3 (with code)

testingbranch.com
3 ポイント·投稿者 mpcsb·8 か月前·1 コメント

Do embeddings spaces behave like metric spaces?

testingbranch.com
4 ポイント·投稿者 mpcsb·8 か月前·1 コメント

コメント

mpcsb
·5 か月前·議論
For the life of me, I can't get the fetish with apple machines. I mean, I get they are built very well, and it's all top tier, but the return on dollar spent is very dubious
mpcsb
·7 か月前·議論
There's hardly any value to this competition these days. Not certain if it ever was bias free, but it's a mockery of a talent show.
mpcsb
·8 か月前·議論
I have done my share of fine tuning on open source LLMs (e.g. Llama). I'm surprised you have very poor generalization.

I assume you're using standard techniques, like lora/qlora, which might leave room for issues with your data. Can you share more details on what is the format of your data points? like, Q/A, free text,...
mpcsb
·8 か月前·議論
I thank project Euler because whenever I face some coding challenge that has any mathematical inclination, I will(!) impress interviewers. I spent a lot of time on it, and learned a considerable amount of theory and hacks. What a privilege to be able to do this, instead of digging the fields and other manual labor. Thanks culture!
mpcsb
·8 か月前·議論
My post: I used the Z3 SMT solver to test if two models are logically equivalent across the entire input space (not just in the sample data). It either finds a counterexample or proves none exists. To be considered when simplifying complex models or when retraining routines in mlops. Post includes code and discussion.
mpcsb
·8 か月前·議論
Author here. This post started as an experiment to evaluate embedding models and impact on retrieval from a geometric perspective. I measured triangle inequality, local stability, and model compression effects. Plots and code included.