Programming with Linear Algebra: Hello World (by Dragan Djuric)

Поділитися
Вставка
  • Опубліковано 14 тра 2024
  • Title: Programming with Linear Algebra: Hello World
    Speaker: Dragan Djuric
    Dragan Djuric - dragan.rocks/ will be presenting:
    "Programming with Linear Algebra: Hello World"
    Kick-starting the understanding of an unfamiliar topic might be
    the steepest point in any programming journey. Following the recent AI boom, you might be hearing about matrices and tensors left and right, you probably even know some basics from your math education, but you simply can’t see how to use that in daily programming, in tasks that are not straight out of sci-fi. You might even have tried some software
    libraries, but haven’t progressed beyond using them as fancy arrays.
    Here, we'll help you take that first step right away, and - if you take it - show you a path that can lead you quite further.
    Dragan has been using Clojure for 15 years for fun and profit, and has been teaching programming and AI at university for even longer. He loves learning new topics, and finding a way how to make them work in practice. Loves teaching even more. The author of a few nice Clojure libraries (github.com/uncomplicate) and a fer Clojure books (aiprobook.com).
    Please, consider supporting the London Clojurians with a small donation:
    opencollective.com/london-clo...
    Your contributions will enable the sustainability of the London
    Clojurians community and support our varied set of online and
    in-person events:
    - **ClojureBridge London**: supports under-represented groups discover Clojure
    - *re:Clojure**: our **free* to attend annual community conference
    - monthly meetup events with speakers from all over the world
    - subscription and admin costs such as domain name & StreamYard subscription
    Thank you to our sponsors:
    - juxt.pro/
    - flexiana.com/
    - And many individual sponsors
  • Наука та технологія

КОМЕНТАРІ • 2

  • @321vladimir
    @321vladimir 19 днів тому +1

    Great presentation, Professor, as always!
    Your Clojure libraries are amazing.
    Thank you

  • @DanBuneaArt
    @DanBuneaArt 15 днів тому +1

    I find the way you explained the problem very useful as I never thought about using linear algebra directly especially when dealing with large quantities of data. It also help what actually happens inside libraries. Thank you Dragan!