HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ekez

no profile record

Submissions

Fast Matrix Multiply on an Apple GPU

percisely.xyz
2 points·by ekez·9 เดือนที่ผ่านมา·0 comments

Gradient Trouble

percisely.xyz
1 points·by ekez·ปีที่แล้ว·0 comments

Gödel's Completeness Theorem

percisely.xyz
3 points·by ekez·2 ปีที่แล้ว·0 comments

Snapshots of Incomplete Thoughts

percisely.xyz
2 points·by ekez·3 ปีที่แล้ว·1 comments

Inside The Internet

scholarship.law.duke.edu
2 points·by ekez·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by ekez·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by ekez·3 ปีที่แล้ว·0 comments

Time, Clocks, and the Ordering of Events in a Distributed System – Paper Review

percisely.xyz
85 points·by ekez·3 ปีที่แล้ว·22 comments

comments

ekez
·7 เดือนที่ผ่านมา·discuss
I implemented an algorithm for neural network verification called ⍺β-CROWN for a deep-learning library called tinygrad.

https://github.com/0xekez/tinyLIRPA

tinygrad’s small set of operations and laziness made it easy to implement. Tho my overall sense is that neural network verification is currently more of a research interest than something practical.
ekez
·ปีที่แล้ว·discuss
I wonder if the authors have tried incorporating error feedback from Lean into their models.

Work from 2023 [1] showed general purpose models did better when they were able to incorporate error feedback, humans incorporate error feedback, but none of the SOTA models on minif2f seem to.

[1]: https://arxiv.org/abs/2310.04353
ekez
·ปีที่แล้ว·discuss
There’s something compelling about these, especially w.r.t. their ability to generalize. But what is the vision here? What might these be able to do in the future? Or even philosophically speaking, what do these teach us about the world? We know a 1D cellular automata is Turing equivalent, so, at least from one perspective, NCA/these aren’t terribly suprising.
ekez
·2 ปีที่แล้ว·discuss
If "we" all got together and reduced permitting costs, "our" homes would be much more valuable because a developer can build a highrise where the house is.
ekez
·2 ปีที่แล้ว·discuss
Thank you for the response. (I assume you mean "p' < -eps" in the second conditional?)

How often are rational approximations computable within any given tolerance?
ekez
·2 ปีที่แล้ว·discuss
why is it impossible to decide whether x<0, x=0, or x>0 as in Example 1?
ekez
·2 ปีที่แล้ว·discuss
The metric the authors use confuses me.

Edit distance seems like a strange way to test if the model understands arithmetic ([1], Figure 3). I think `1+3=3` would be equally as correct as `1+1=9`?

Why not consider how far off the model is `abs(actual-expected)`? I wonder if there is an inflection point with that metric.

https://arxiv.org/abs/2206.07682
ekez
·3 ปีที่แล้ว·discuss
> ChatGPT specifically seems to absolutely adore the phrase [complex and multifaceted], using it at every opportunity to explain higher level concepts.

I'm curious why this is. Before the echo chamber, did the LLM lean some ontology of speech?
ekez
·3 ปีที่แล้ว·discuss
The title is an allusion to the experiment which samples the output of the 12th layer of LLaMA-7b. Surprisingly, there is a fair bit of structure on the principle components of those samples.