Essays about: "Dynamic memory"

Showing result 26 - 30 of 126 essays containing the words Dynamic memory.

  1. 26. Interaction-Aware Vehicle Trajectory Prediction via Attention Mechanism and Beyond

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Wenxuan Wu; [2022]
    Keywords : Trajectory Prediction; Dynamics Features; Interaction Features; Self-Attention Mechanism; Banförutsägelse; Dynamiska Funktioner; Interaktions Funktioner; Självuppmärksamhets;

    Abstract : With the development of autonomous driving technology, vehicle trajectory prediction has become a hot topic in the intelligent traffic area. However, complex road conditions may bring multiple challenges to the vehicle trajectory prediction model. READ MORE

  2. 27. Predicting the Temporal Dynamics of Turbulent Channels through Deep Learning

    University essay from KTH/Strömningsmekanik och Teknisk Akustik

    Author : Borrelli Giuseppe; [2021]
    Keywords : Turbulent Flows; Deep Learning; Minimal Channel Flow; Fourier POD FFT-POD ; Data-driven analysis; Long-short-term-memory LSTM networks.;

    Abstract : The interest towrds machine learning applied to turbulence has experienced a fast-paced growth in the last years. Thanks to deep-learning algorithms, flow-control stratigies have been designed, as well as tools to model and reproduce the most relevant turbulent features. READ MORE

  3. 28. Query By Example Keyword Spotting

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jonas Sunde Valfridsson; [2021]
    Keywords : Keyword Spotting; Automatic Speech Recognition; ASR; Query By Example; Deep Distance Learning; Dynamic Time Warping; Few- Shot Learning; Nyckelords igenkänning; automatisk taligenkänning; fåförsöksinlärning;

    Abstract : Voice user interfaces have been growing in popularity and with them an interest for open vocabulary keyword spotting. In this thesis we focus on one particular approach to open vocabulary keyword spotting, query by example keyword spotting. READ MORE

  4. 29. Machine Learning with Reconfigurable Privacy on Resource-Limited Edge Computing Devices

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Zannatun Nayem Tania; [2021]
    Keywords : Data Privacy; Resource Management; Machine Learning; Fitbit; Internet of Things IoT ; Optimization; Dataintegritet; Resurshantering; Machine Learning; Fitbit; Internet of Things IoT ; Optimering;

    Abstract : Distributed computing allows effective data storage, processing and retrieval but it poses security and privacy issues. Sensors are the cornerstone of the IoT-based pipelines, since they constantly capture data until it can be analyzed at the central cloud resources. However, these sensor nodes are often constrained by limited resources. READ MORE

  5. 30. Comparing Conventional- and Modern Programming Languages for Developing a File System

    University essay from Malmö universitet/Institutionen för datavetenskap och medieteknik (DVMT)

    Author : Pontus Laos; Alexander Libot; [2021]
    Keywords : File System; Rust; C; EXT2; Filsystem; Rust; C; EXT2;

    Abstract : Most of the software stack is built upon C today. C is a very flexible language, but the flexibility also brings some safety risks, particularly when handling memory through pointers. Rust is a new programming language which can guarantee memory safety without performance-heavy runtime services such as garbage collection. READ MORE