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.