Live data from Hacker News

Viewing profile — dylanbfox

dylanbfox

HN member
Joined
Tue, Sep 09, 2014, 5:46 PM UTC
HN karma
442
Public activity
101 items

About dylanbfox

dylan at assemblyai dot com

Recent public activity

  1. story
  2. story
  3. job
    AssemblyAI (YC S17) Is Hiring Senior Research Engineers

    We're AssemblyAI - and we're building APIs to transcribe and understand audio data at scale. * About us * - We just raised a $28M Series A from Accel, YC, Stripe's founders, Nat Fr…

  4. job
    AssemblyAI (YC S17) is hiring senior engineers to build ML systems at scale

    Hey HN -- We're AssemblyAI - and we're building APIs to transcribe and understand audio data. Some notes about us: - Just raised a $28M Series A from Accel, YC, Stripe founders, Na…

  5. story
  6. story
  7. story
  8. comment
    Comment #30629543

    Looks interesting! Do you guys offer any sort of visibility tools/reports into customer usage of different endpoints, tracking of actual API requests (including payloads/etc) per r…

  9. comment
    Comment #30590051

    Agree. The places I go on the web have become more and more centralized/limited. I think projects like this that help to surface and aggregate interesting content from the web (whi…

  10. story
  11. comment
    Comment #29463818

    Nice work! The UI is really simple - and love not having to log in to use it. Have you thought about leveraging the ListenNotes API ( https://www.listennotes.com/api/ ) to automati…

  12. comment
    Comment #29337609

    I agree with all your points - but one thing I think about is: how do we fix what we have today? How do you fix the concrete jungles that most cities are today in the US. Or is it …

  13. story
  14. story
  15. comment
    Comment #28798178

    Hi there - OP here - thanks for reading! This blog is more of an intro to a few high level concepts (multi-GPU and multi-node training, fp32 vs fp16, buying hardware and dedicated …

  16. comment
    Comment #28792438

    Author here. Thanks for your comments! In general - this is expensive stuff. Training big, accurate models just requires a lot of compute, and there is a "barrier to entry" wrt cos…

  17. comment
    Comment #28789238

    Dylan from Assembly here. If you want to send me one of your audio files (my email is in my profile) I'd be happy to send you back the diarized results from our API. You can also s…

  18. comment
    Comment #28788363

    Great question. This is technically referred to as "Wake Word Detection". You run a really small model locally that is just processing 500ms (for example) of audio at a time throug…

  19. comment
    Comment #28787576

    Interesting. How do you guys manage spot interruptions when training on spot instances?

  20. comment
    Comment #28787531

    This is tricky. The de facto metric to evaluate an ASR model is Word Error Rate (WER). But results can vary widely depending on the pre-processing that's done (or not done) to tran…

  21. comment
    Comment #28787478

    > Salary costs are probably even higher than compute costs. Yes exactly. Managing that much compute requires many humans!

  22. comment
    Comment #28787444

    Dylan from Assembly here. Most of our customers have actually switched over to us from Google - this Launch HN from a YC startup that uses our API goes into a bit more detail if yo…

  23. story
  24. comment
    Comment #28483257

    Interesting. It seems like in the "real world" WER is not really the metric that matters, it's more about "is this ASR system performing well to solve my use case" - which is bette…

  25. comment
    Comment #28481844

    > since less common words tend to be more important for meaning. Exactly. Errors with proper nouns are usually more problematic than errors with stop words, yet they're weighted eq…