HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qmatch

no profile record

comments

qmatch
·4 miesiące temu·discuss
Did you try asking it that? The example in the video was beyond what the typical apps provide (pulling race data from the BAA, adding temperature data from other sources Claude is familiar with). There are definitely limits with the amount of data you want to send Claude, but giving it some access is a start.

https://youtu.be/xejH8YcIGFE?t=146&si=r3HVfFl8g4Fwz1O0
qmatch
·7 miesięcy temu·discuss
Did you use Cursor with Gemini and GPT?
qmatch
·8 miesięcy temu·discuss
I personally believe TF1 was serving the need of its core users. It provided a compileable compute graph with autodiff, and you got very efficient training and inference from it. There was a steep learning curve, but if you got past it, things worked very very well. The distributed TF never really took off—it was buggy, and I think they made some wrong earlier bets in the design for performance reasons that they should have been sacrificed in favor of simplicity.

I believe some years after the TF1 release, they realized the learning curve was too steep, they were losing users to PyTorch. I think also the Cloud team was attempting to sell customers on their amazing DL tech, which was falling flat. So they tried to keep the TF brand while totally changing the product under the hood by introducing imperative programming and gradient tapes. They killed TF1, upsetting those users, while not having a fully functioning TF2, all the while having plenty of documentation pointing to TF1 references that didn’t work. Any new grad student made the simple choice of using a tool that was user-friendly and worked, which was PyTorch. And most old TF1 users hopped on the band wagon.
qmatch
·8 miesięcy temu·discuss
As a loyal JAX user, I hope they can play catchup. PyTorch has dominated the AI scene since TF1 fumbled the ball at 10th yard line. What Matt Johnson has done turning Autograd into JAX is hopefully going to be worthy of as much praise as what Soumith has received.
qmatch
·w zeszłym roku·discuss
I see your point, but not totally buying it. The US innovates for a global population, one that’s still growing.

The best way to infer causality is through experimentation. If regulation does go away, we’ll measure and learn if it actually worked.
qmatch
·w zeszłym roku·discuss
How are so confident in causality here?
qmatch
·w zeszłym roku·discuss
Similarly curious if anyone has an API, that they ultimately subsidize through some other service or product.
qmatch
·w zeszłym roku·discuss
M, N, O, P, …
qmatch
·w zeszłym roku·discuss
Need to read the details, but removing the norm can be big. It’s always a pain to make sure that your network is normalized properly when trying new architectures. Likely there will still be other implications of the tanh, since the norm is sometimes solving a conditioning problem, but IMO more alternatives are welcome