Viewing profile — llmzero
llmzero
HN member- Joined
- Sat, Mar 02, 2024, 7:33 PM UTC
- HN karma
- 44
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About llmzero
No profile information was provided.
Recent public activity
-
comment
Comment #39640235
What is a little contradictory is that designing a system to use less resources can increases the number of people fine tuning models so that the final result can be a net global i…
-
comment
Comment #39639998
I liked that you link to renting a dual 24GPU for 0.60cents/hour, but how long could it takes to fine tune a 70b model using your system (4 bits for weights)? If I were a consumer …
-
comment
Comment #39639694
Think about the following scenario: I write a calculus book and the agents of this model just modify every example and every definition and change a little the ordering of the mate…
-
comment
Comment #39630488
The superformula depends of four parameters and is able to model many different curves. I wonder if that superformula would be useful to learn to generalize the form of a curve giv…
-
comment
Comment #39630364
My take away of a long post. << It’s a general feature of machine learning—and AI—techniques that they can be very useful if an approximate (“80%”) answer is good enough. But they …
-
comment
Comment #39629922
What's new in this edition?
-
comment
Comment #39629758
In page 2, there is the theorem: Theorem ∀n in Nat.f n (fib p) (fib (p+1)) = fib (p+n), I think it should be for all p in Nat (fib p) + (fib (p+1)) = fib(p+2), otherwise there is s…
- comment
-
story
A Recursive Definition of AI
Definition: A system is intelligent if is able to design an intelligent loss function. From this recursive definition we obtain that there is only one type of intelligence (the roo…
-
comment
Comment #39614217
Shorter ruby version: phrase.split.select{|x| x.count("aeiou") The enumerable module of Ruby provides many methods that can be easily implemented in J. Just to show one of them max…
-
comment
Comment #39611137
I agree that in a team you should not use code golf for others to review your work. But for your own explorations or because your team can read easily your code golf then use it wh…
- comment
-
comment
Comment #39610511
Just for fun, a solution in language j to the problem of selecting the longest word with less than 3 vowels. solution =: >@:{.@:(\: #&>)@:(((+/@:(e.&'aeiou') )@:;: Example solution…
- comment
-
comment
Comment #39597137
Since: (i) the father and the mother of Sally may be married with other people, and (ii) the sister or brother relationship only requires to share one parent, we deduce that there …
- comment
-
comment
Comment #39575156
Just thinking about some intuition for the result of the theorem: If the off diagonal elements are zero then the diagonal element is an eigenvalue, by continuity of the determinant…