Essays about: "research thesis on computer science"

Showing result 1 - 5 of 93 essays containing the words research thesis on computer science.

  1. 1. Incremental Re-tokenization in BPE-trained SentencePiece Models

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Simon Hellsten; [2024]
    Keywords : BPE; Byte Pair Encoding; SentencePiece; NLP; Natural Language Processing; Tokenization; Re-tokenization;

    Abstract : This bachelor's thesis in Computer Science explores the efficiency of an incremental re-tokenization algorithm in the context of BPE-trained SentencePiece models used in natural language processing. The thesis begins by underscoring the critical role of tokenization in NLP, particularly highlighting the complexities introduced by modifications in tokenized text. READ MORE

  2. 2. Analyzing the Influence of Synthetic andAugmented Data on Segmentation Model

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Alex Peschel; [2023]
    Keywords : Artificial Intelligence; Microorganisms; Segmentation; Synthesizing; Augmentation;

    Abstract : The field of Artificial Intelligence (AI) has experienced unprecedented growth in recent years, thanks to the numerous applications related to speech recognition, natural language processing, and computer vision. However, one of the challenges facing AI is the requirement for large amounts of energy, time, and data to be effective and accurate. READ MORE

  3. 3. Evaluation of Application and Platform ContinuousDeployment Strategies and Tools over Edge Clusters

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : André Lundqvist; [2023]
    Keywords : ;

    Abstract : The purpose of this thesis was the investigation of using Cloud Native tools in an On-prem Edge Deployment. Edge Computing allows software with explicit demands on latency, data management and reliability to utilize Cloud Computing by moving the compute power to the location of need while leaving the management in the Cloud. READ MORE

  4. 4. Using a GIS to enable an economic, land use and energy output comparison between small wind powered turbines and large-scale wind farms: the case of Oslo, Norway.

    University essay from Lunds universitet/Institutionen för naturgeografi och ekosystemvetenskap

    Author : Colin Potter; [2023]
    Keywords : Geography; GIS; Wind power; Renewable energy sources; urban wind energy; urban areas; planning; vertical axis wind turbines; comparative studies; urban integrated energy systems; Oslo; Roan; Earth and Environmental Sciences;

    Abstract : Responding to an identified knowledge gap, the study aims to determine if smaller wind turbines located on top of existing urban buildings are more resource efficient (land utilization and economically) than large scale wind farms. To answer this question, using a GIS, the resource efficiency of the Roan wind farm in Northern Norway was compared to a theoretical modeled installation of small-scale wind turbines on top of buildings within a 2km radius study zone in central Oslo. READ MORE

  5. 5. Comparing the Performance of Compiled vs Interpreted RegEx

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

    Author : Simon Hocker; Andreas Hammarstrand; [2023]
    Keywords : Compilers; Interpreters; Regular languages; RegEx; Performance; Kompilatorer; Tolkare; Regulära språk; RegEx; Prestanda;

    Abstract : The Regular Expression (RegEx) is one of the most important computer science technologies used for searching through text. Used commonly in almost every corner of computer science that is dependent on searching, it is imperative that they are made to be efficient. Usually, RegEx are implemented through the use of a process called interpretation. READ MORE