Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
llmzero
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
llmzero
3y ago
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 increase in the total energy use. A hypothetical goal could
2.
▲
by
llmzero
3y ago
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 I would be interested in the final price of fine tunin
3.
▲
by
llmzero
3y ago
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 material to teach students. Now they are using my book but it se
4.
▲
by
llmzero
3y ago
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 given few points. It could be that, in same way, the four para
5.
▲
by
llmzero
3y ago
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 tend to fail when one needs something more “precise” a
6.
▲
by
llmzero
3y ago
What's new in this edition?
7.
▲
by
llmzero
3y ago
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 something mysterious here.
8.
▲
A Recursive Definition of AI
1 points
by
llmzero
3y ago
|
0 comments
9.
▲
by
llmzero
3y ago
Shorter ruby version: phrase.split.select{|x| x.count("aeiou")<=2}.max_by(&:length) The enumerable module of Ruby provides many methods that can be easily implemented in J. Just to show one of them max_by =: 1 : '
10.
▲
by
llmzero
3y ago
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 when is appropriate.
11.
▲
by
llmzero
3y ago
Just for fun, a solution in language j to the problem of selecting the longest word with less than 3 vowels. solution =: >@:{.@:(\: #&>)@:(((+/@:(e.&'aeiou') <: 2:) # ])&.>)@:;: Example solution '
12.
▲
by
llmzero
3y ago
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 is no a definitive answer to this question. Example:
13.
▲
by
llmzero
3y ago
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, if the off diagonal element are small then $det(A-a_{ii}\l