У нас вы можете посмотреть бесплатно Fast and generic Hidden Markov Models | Dalle | JuliaCon 2024 или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Fast and generic Hidden Markov Models by Guillaume Dalle PreTalx: https://pretalx.com/juliacon2024/talk... GitHub: https://github.com/gdalle/HiddenMarko... A Hidden Markov Model is composed of a hidden state sequence and a visible observation sequence. The current state only depends on the previous state, and the current observation only depends on the current state. These assumptions give rise to simple and efficient algorithms for tasks like state inference and parameter estimation. As a result, HMMs are popular in many fields ranging from bioinformatics to speech processing or industrial maintenance. For lack of imagination (or implementations), people often stick to Gaussian HMMs, where each observation follows a normal distribution whose mean depends on the latent state. But if you are willing to think outside the box, you can ask interesting questions: what if I want to write a custom observation distribution? can I use arbitrary number types for increased precision? my transition matrix is sparse, will it break things? how do I compute gradients of the loglikelihood? the dynamics depend on external control variables, is that even allowed? All of these demands (and more) are met by `HiddenMarkovModels.jl`, which is the topic of the present talk. We will embark on a tour of the main design ideas, and find that each layer of abstraction unlocks new features without sacrificing speed. The end result is one of the fastest and most flexible HMM packages out there, suitable for a variety of industrial or academic applications. Package repository: https://github.com/gdalle/HiddenMarko... Documentation and tutorials: https://gdalle.github.io/HiddenMarkov... Presentation slides: https://gdalle.github.io/JuliaCon2024... Video: https://www.youtube.com/live/1c4TTosB...