Essays about: "Depth-first-search"

Showing result 1 - 5 of 6 essays containing the word Depth-first-search.

  1. 1. Study of the techniques used by OWASP ZAP for analysis of vulnerabilities in web applications

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

    Author : Adam Jakobsson; Isak Häggström; [2022]
    Keywords : SQL injection; Cross-site scripting; Web vulnerability scanner; Web security;

    Abstract : Today, new web applications are made every single day with increasingly more sensitive data to manage. To ensure that no security vulnerabilities such as data leakage in web applications exist, developers are using tools such as a web vulnerability scanner. READ MORE

  2. 2. Mapping DNNs onto the NoC Platform

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

    Author : Hanbo Xu; [2022]
    Keywords : ;

    Abstract : This thesis uses an existing NoC simulation platform to construct a Network on Chip-based many-core system. The network is an 8_8 mesh topology. This thesis chooses LeNet5, ResNet, VGGNet, and AlexNet as the computing load, and tries to obtain a deep neural network mapping algorithm based on a NoC design method that can be widely used. READ MORE

  3. 3. Tree positional encodings for transformer models on HTML DOM tree element classification : Enabling structurally aware transformer models through positional encodings to improve performance on an HTML element classification problem

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

    Author : Gustave Rousselet; [2021]
    Keywords : Transformer; Positional Encoding; HTML; DOM; Tree; Element; Transformer; Positionskodning; HTML; DOM; Träd; Element;

    Abstract : With the continued proliferation of access and the usage of the internet, the field of web learning is continuously growing in order to automate and improve parts of our experience on the web. Research in web learning has often lagged behind its counterparts in Natural Language Processing (NLP), novel methods often reach adoption in web learning research with a delay. READ MORE

  4. 4. Evaluation of the Complexity of Procedurally Generated Maze Algorithms

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

    Author : Albin Karlsson; [2018]
    Keywords : PCG; Mazes; Labyrinth; Recursive Backtracker; Recursive Division; Prims Algorithm; Randomized Prims Algorithm; Depth-first-search; Game;

    Abstract : Background. Procedural Content Generation (PCG) in Video Games can be used as a tool for efficiently producing large varieties of new content using less manpower, making it ideal for smaller teams of developers who wants to compete with games made by larger teams. One particular facet of PCG is the generation of mazes. READ MORE

  5. 5. Implementing and Evaluating a Breadth-First Search in Cypher

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Alexander Olsson; Therese Magnusson; [2018]
    Keywords : Breadth-First Search; Graph Database; Neo4j; Cypher; Master’s Thesis; Technology and Engineering;

    Abstract : This report covers the implementation and evaluation of a Breadth-First Search operand for the Neo4j graph database and the Cypher query language. The evaluation compared the pre-existing Depth-First Search operand with both a non-optimized and two different optimized Breadth-First Searches. READ MORE