Audio Embeddings with Wav2CLIP

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 5

  • @bryanbischof4351
    @bryanbischof4351 12 วันที่ผ่านมา

    Stumbled across this and really impressed; excellent work.

  • @ResmungoCoder
    @ResmungoCoder 5 หลายเดือนก่อน

    Great content again, Alex! 👍
    All this vector embeddings (image, text and audio) that you're showing in this series can be stored in some RAG system, right?

    • @ZazenCodes
      @ZazenCodes  5 หลายเดือนก่อน +1

      Thanks! Yes absolutely, although I don’t have experience with RAG, I believe the idea is to chunk the content that your searching over (eg sentences, for text content) and get embeddings of all those, then compare to the embedding of the thing your searching for

  • @Denard16Robinson
    @Denard16Robinson 5 หลายเดือนก่อน

    Thanks!
    So no neovim when you need to use notebooks?
    I love nvim, but always end up back in VSCode when needing notebooks as a data scientist. Do you ever use nvim with notebooks?

    • @ZazenCodes
      @ZazenCodes  5 หลายเดือนก่อน

      I briefly searched for a neovim solution but wasn’t satisfied with what I found. Vscode works pretty great with vim keybindings, I just learned a few shortcuts for doing stuff with the cells (not vim- vscode default keybindings). Still getting used to those