Essays about: "join algorithms"

Showing result 1 - 5 of 13 essays containing the words join algorithms.

  1. 1. OMNIDIRECTIONAL OBJECT DETECTION AND TRACKING, FOR AN AUTONOMOUS SAILBOAT

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Edvin Asmussen; [2023]
    Keywords : ;

    Abstract : MDU, in collaboration with several other universities, plans to join the World Robotic Sailing Championship (WRSC), where in certain sub-challenges some object detection is necessary. Such as for detecting objects such as boats, buoys, and possibly other items. READ MORE

  2. 2. Resource-efficient and fast Point-in-Time joins for Apache Spark : Optimization of time travel operations for the creation of machine learning training datasets

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

    Author : Axel Pettersson; [2022]
    Keywords : Apache Spark; Point-in-Time; ASOF; Join; Optimizations; Time travel; Apache Spark; Point-in-Time; ASOF; Join; Optimeringar; Tidsresning;

    Abstract : A scenario in which modern machine learning models are trained is to make use of past data to be able to make predictions about the future. When working with multiple structured and time-labeled datasets, it has become a more common practice to make use of a join operator called the Point-in-Time join, or PIT join, to construct these datasets. READ MORE

  3. 3. Can algorithms translate the world? : A digital discourse analysis of Google Translate’s algorithmic agency in the translation of news reports

    University essay from Stockholms universitet/Centrum för tvåspråkighetsforskning

    Author : Luana Candido Fleury; [2022]
    Keywords : Algorithmic agency; translation; bilingualism; Google Translate; U.S. Capitol; critical discourse analysis; recontextualization; appraisal; ideology; Global South.;

    Abstract : Google Translate’s mission is “to enable everyone, everywhere, to understand the world and express themselves across languages” (Pitman, 2021). But are algorithms capable of leading us beyond the translation of the word toward an understanding of the world? Computational linguistics research has been interested in assessing this kind of real-world effects of technology and invited other disciplines to join their effort. READ MORE

  4. 4. VePMAD: A Vehicular Platoon Management Anomaly Detection System : A Case Study of Car-following Mode, Middle Join and Exit Maneuvers

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

    Author : Weaam Bayaa; [2021]
    Keywords : MDS; GMMHMM; PMP; Machine Learning; Bayesian information Criterion BIC ; Platoon Behavior Recognition; MDS; GMMHMM; PMP; Maskininlärnings; BIC; Plutonbeteendeigenkänning;

    Abstract : Vehicle communication using sensors and wireless channels plays an important role to allow exchanging information. Adding more components to allow exchanging more information with infrastructure enhanced the capabilities of vehicles and enabled the rise of Cooperative Intelligent Transport Systems (C-ITS). READ MORE

  5. 5. Parallelization in Rust with fork-join and friends: Creating the fork-join framework

    University essay from

    Author : Linus Färnstrand; [2019-07-03T13:42:24Z 2019-07-03T13:42:24Z 2015]
    Keywords : Data- och informationsvetenskap; Computer and Information Science;

    Abstract : This thesis describes the design, implementation and benchmarking of a work stealing fork-join library, called ForkJoin, for the new language Rust. Rust is a programming language with a novel approach to memory safety and concurrency, and guarantees memory safety through zero-cost abstractions and thorough checks at compile time rather than run time. READ MORE