HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ash-ishh

no profile record

Submissions

Plugin to give Claude Code perception (screen, system audio and mic context)

twitter.com
3 points·by ash-ishh·5 mesi fa·0 comments

Eyes and Ears for Your Agents

videodb.io
2 points·by ash-ishh·5 mesi fa·0 comments

Show HN: Director – A Framework for Building Video Agents

github.com
2 points·by ash-ishh·2 anni fa·0 comments

Many RAGs for conversations, docs and PDFs but what about videos and audios?

old.reddit.com
3 points·by ash-ishh·3 anni fa·1 comments

comments

ash-ishh
·anno scorso·discuss
For those interested, you can try VideoDB's real-time streaming notebooks here: https://github.com/video-db/videodb-cookbook/tree/main/real_...
ash-ishh
·2 anni fa·discuss
https://karpathy.ai/blog/licklider1960.html
ash-ishh
·2 anni fa·discuss
Reminded me of this recent observation of fractals in nn training https://sohl-dickstein.github.io/2024/02/12/fractal.html
ash-ishh
·3 anni fa·discuss
Awesome!

It would be interesting to see how Cloudflare is going to charge with their Regular / Fast Twitch Neurons in future.
ash-ishh
·3 anni fa·discuss
Demo: https://publish.spext.co/video/Demo_video-mp4_a57b2d78

Sample Highlight Extraction Workflow On Audio: https://publish.spext.co/chat/New-York-Mets-vs-San-Francisco...
ash-ishh
·3 anni fa·discuss
Checkout InstaGraph by Yohei: https://github.com/yoheinakajima/instagraph

Sample: https://twitter.com/yoheinakajima/status/1706848028014068118
ash-ishh
·3 anni fa·discuss
Checkout this tweet https://twitter.com/ylecun/status/1706545305762582580 by Yan LeCun.

"Parameters are coefficients inside the model that are adjusted by the training procedure. The dataset is what you train the model on. Language models are trained with tokens that are subword units (e.g. prefix, root, suffix)."

His comment on GPT-4 parameters count

"Also: a model with more parameters is not necessarily better. It's generally more expensive to run and requires more RAM than a single GPU card can have. GPT-4 is rumored to be a "mixture of experts", i.e. a neural net consisting of multiple specialized modules, only one of which is run on any particular prompt. So the effective number of parameters used at any one time is smaller than the total number."
ash-ishh
·3 anni fa·discuss
Interesting!

Here are some features that I will find useful.

1 - Option to customize the model parameters.

2 - Selective model comparison, once you extend the supported models it can be inefficient to run all the models all the time, selective execution can give more control to users to execute only required comparison models.

3 - Share option.
ash-ishh
·3 anni fa·discuss
Nice! I see there is an option of communities to organize the posts, should there be a way for user to create or submit the name of community that is not present?

Also, I have a crawler which fetches blogs from OpenAI and DeepMind if there is a community for blogs I can plugin the code to post those articles there as well.