Essays about: "a comparison of language use"

Showing result 16 - 20 of 158 essays containing the words a comparison of language use.

  1. 16. Cloud native authorization

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Prashanna Rai; [2023]
    Keywords : ;

    Abstract : In the cloud native development approach, a single application can be developed with multiple self-contained services. Each service might be developed by different teams with different programming languages. Each service needs its authorization module. READ MORE

  2. 17. Compiler Testing by Random Source Code Generation

    University essay from Linköpings universitet/Programvara och system

    Author : Victor Löfgren; [2023]
    Keywords : Compiler testing; random testing; fuzz testing; random program generation; automated testing;

    Abstract : Most software projects today are written using programming languages. Compilers in turn translate programs written in these higher level languages into machine code, executable on actual hardware. Ensuring that these compilers function correctly is therefore paramount. READ MORE

  3. 18. Evaluating and comparing different key phrase-based web scraping methods for training domain-specific fasttext models

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

    Author : Love Book; [2023]
    Keywords : Machine Learning; Natural Language Processing; Word2vec; fasttext; KeyBERT; Web scraping; Transformers; Embeddings.; Maskininlärning; språkteknologi; Word2vec; fasttext; KeyBERT; Webbskrapning; Transformatorer; Inbäddningar.;

    Abstract : The demand for automation of simple tasks is constantly increasing. While some tasks are easy to automate because the logic is fixed and the process is streamlined, other tasks are harder because the performance of the task is heavily reliant on the judgment of a human expert. READ MORE

  4. 19. Hawkes Processes on Socialand Mass Media: : A Causal Study of the #BlackLivesMatter Movement inthe Summer of 2020

    University essay from Uppsala universitet/Statistik, AI och data science

    Author : Alfred Minh Lindström; [2023]
    Keywords : ;

    Abstract : In this work we study interactions in social media and the reports in mass media during the Black LivesMatter (BLM) protests following the death of George Floyd. We implement open-source pipelines to process the data at scale and employ the self-exciting counting process known as Hawkes process to address our main question: is there a causal relation between interactions in social media and reports of street protests in mass media? Specifically, we use distributed label propagation to identify such interactions in Twitter, that supported the BLM movement, and compared the timing of these interaction to those of news reports of street protests mentioning George Floyd, via the Global Database of Events, Language, and Tone (GDELT) Project. READ MORE

  5. 20. Performance evaluation of Multithreading, Hashtables, and Anonymous Functions for Rust and C++ : in Game Development

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Oscar Nordström; Lowe Raivio; [2023]
    Keywords : C ; Comparison; Execution time; Rust; Wilcoxon;

    Abstract : Background C++ is a programming language introduced in 1985, while Rust was introduced in 2010. Rust focuses on speed and safety and was created with the need for concurrency in mind. READ MORE