Essays about: "Task based programming"

Showing result 1 - 5 of 78 essays containing the words Task based programming.

  1. 1. Contextual short-term memory for LLM-based chatbot

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

    Author : Mikael Lauri Aleksi Törnwall; [2023]
    Keywords : Chatbot; Artificial Intelligence; Machine Learning; Language Model; Large Language Model; GPT-3; Natural Language Processing; Text Summarization; Dialogue Summarization; Prompt Design; Prompt Programming; Chatbot; Artificiell Intelligens; Maskininlärning; Språkmodell; Stor Språkmodell; GPT-3; Naturlig Ppråkbehandling; Textsammanfattning; Sammanfattning av Dialog; Design för Inmatningsprompt; Inmatningsprompt Programmering;

    Abstract : The evolution of Language Models (LMs) has enabled building chatbot systems that are capable of human-like dialogues without the need for fine-tuning the chatbot for a specific task. LMs are stateless, which means that a LM-based chatbot does not have a recollection of the past conversation unless it is explicitly included in the input prompt. READ MORE

  2. 2. Clustering and Matching Student Solutions in Source Academy

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Fredrik Olofsson; [2023]
    Keywords : ;

    Abstract : Uppsala University uses a platform called Source Academy for the introductory programming courses, which handles homework, exercises and more. Homework is delimited and there are only so many ways that one can solve a given task, which leads to a lot of student submissions being very similar when solving a homework. READ MORE

  3. 3. Improving the user experience of touchscreen text-based code editor in an industrial robot controller

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

    Author : Xuanling Xu; [2023]
    Keywords : Industrial Robot Programming; Code Editor; Robot Controller; Teach Pendant; OmniCore FlexPendant; User Experience; Design Thinking; Industrirobotprogrammering; Kodeditor; Robotkontroller; Robotpendant; OmniCore FlexPendant; Användarupplevelse; Design Thinking;

    Abstract : This project investigated the touchscreen text-based code editor in OmniCore FlexPendant to improve its usability and user experience. This is a powerful but complex application used to program industrial robots. READ MORE

  4. 4. Real-time Sound Analysis to Count Opening Cycles of Automatic Doors

    University essay from Lunds universitet/Institutionen för elektro- och informationsteknik

    Author : Teodor Renman; Charlie Ringström; [2023]
    Keywords : Sound analysis; signal processing; event detection; MFCC; real-time; automatic door; embedded programming; stm32; microcontroller; Technology and Engineering;

    Abstract : Counting opening cycles on an automatic sliding door is of great interest for a company manufacturing doors, such as ASSA Abloy. These metrics could be used for consumer statistics or for door diagnostics. Counting opening cycles is seemingly trivial when there is access to the door’s internal diagnostics or having adequate sensors. READ MORE

  5. 5. ROP-chain generation using Genetic Programming : GENROP

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Jonatan Branting; [2022]
    Keywords : return oriented programming; genetic programming; binary exploitation; ROP; GP;

    Abstract : Return Oriented Programming (ROP) is the de-facto technique used to exploit most of today’s native-code vulnerabilities hiding in old and newly developed software alike. By reusing bits and pieces of already existing code (gadgets), ROP can be used to bypass the ever-present Write ⊕ eXecute (W⊕X) security feature, which enforces memory to only be marked as either executable or writable; never both at the same time. READ MORE