Essays about: "computer science - computer program"

Showing result 1 - 5 of 62 essays containing the words computer science - computer program.

  1. 1. Ensuring the Security of PyPI Packages

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : David Shakoori Gustafsson; [2023-10-23]
    Keywords : Computer science; Security; Python; PyPI; Typosquatting;

    Abstract : Developers often use open-source code libraries in order to achieve desired functionalities without needing to re-implement existing code. Python developers are no exceptions here, and frequently use the Python Package Index, PyPI, to download the specific code packages they want to use. READ MORE

  2. 2. Analyzing the performance of active learning strategies on machine learning problems

    University essay from Uppsala universitet/Avdelningen för systemteknik

    Author : Vendela Werner; [2023]
    Keywords : computer science; bioinformatics; machine learning; active learning; artificial intelligence; supervised learning; Astrazeneca; maskininlärning; artificiell intelligens; datorvetenskap; active learning; bioinformatik; supervised learning;

    Abstract : Digitalisation within industries is rapidly advancing and data possibilities are growing daily. Machine learning models need a large amount of data that are well-annotated for good performance. To get well-annotated data, an expert is needed, which is expensive, and the annotation itself could be very time-consuming. READ MORE

  3. 3. Who Are Their Role Models Reflections Of Students, In Grade 1 Upper Secondary School In Sweden, Role Models In Technology.

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Adrian Roos; [2023]
    Keywords : ;

    Abstract : The field of computer science and technology, having evolved from science and engineering, with a majority of men active in research or industry. To diversify the workforce and give a wider range of the next generation to actually become whatever they want, young people with all personalities and backgrounds needs to be addressed. READ MORE

  4. 4. On The Impact Of Distinct Metrics For Fault Localization In Automated Program Repair

    University essay from Stockholms universitet/Institutionen för data- och systemvetenskap

    Author : Marek Marcin Mazur; [2023]
    Keywords : automated program repair; fault localization; metrics for fault localization;

    Abstract : Automatic Program Repair (APR) is a dynamically growing field of computer science that aims to reduce the time and cost of debugging code and improve its efficiency. Fault localization (FL) is a critical component of the APR workflow and has a real impact on the success of an APR procedure. 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