HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mpcsb

no profile record

Submissions

How Much Information Does Adding Noise Remove?

testingbranch.com
2 points·by mpcsb·il y a 3 mois·0 comments

Rolling your own serverless OCR in 40 lines of code

christopherkrapu.com
127 points·by mpcsb·il y a 5 mois·64 comments

Why differential privacy is awesome

desfontain.es
1 points·by mpcsb·il y a 5 mois·0 comments

Gaussian Processes, not quite for dummies

thegradient.pub
1 points·by mpcsb·il y a 5 mois·0 comments

Re-Identification Risk vs. K-Anonymity

testingbranch.com
7 points·by mpcsb·il y a 5 mois·0 comments

A Eulogy for Little's Law

allaboutlean.com
2 points·by mpcsb·il y a 7 mois·0 comments

Measuring information loss when adding noise and adjusting data resolution

testingbranch.com
1 points·by mpcsb·il y a 7 mois·0 comments

Merriam-Webster and Unstructured Data Processing

georgeho.org
6 points·by mpcsb·il y a 8 mois·1 comments

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

testingbranch.com
3 points·by mpcsb·il y a 8 mois·1 comments

Do embeddings spaces behave like metric spaces?

testingbranch.com
4 points·by mpcsb·il y a 8 mois·1 comments

comments

mpcsb
·il y a 5 mois·discuss
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
·il y a 7 mois·discuss
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
·il y a 8 mois·discuss
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
·il y a 8 mois·discuss
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
·il y a 8 mois·discuss
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
·il y a 8 mois·discuss
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.