Essays about: "Robin Eklind"

Found 2 essays containing the words Robin Eklind.

  1. 1. Finding the KTH collaboration network : A comparative analysis of Girvan-Newman andRosvall-Bergstrom's community detectionalgorithms on KTH's scientist collaborationnetwork

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Henry Eklind; Robin Gileborg; [2016]
    Keywords : community detection; girvan-newman; rosvall-bergstrom; homogeneity; heterogeneity;

    Abstract : Using DiVAs data on published works and their authors, a database was constructed on which Girvan-Newmans (2002) and Rosvall-Bergstroms (2007) community finding algorithms were applied. The results were compared in an effort to evaluate the current allocation of researchers at KTH's divisions and the performance of said algorithms on the collaboration network. READ MORE

  2. 2. Compositional Decompilation using LLVM IR

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Robin Eklind; [2015]
    Keywords : binary analysis; composition; compositional; control flow analysis; decompilation; decompiler; golang; intermediate representation; LLVM IR; post-processing;

    Abstract : Decompilation or reverse compilation is the process of translating low-level machine-readable code into high-level human-readable code. The problem is non-trivial due to the amount of information lost during compilation, but it can be divided into several smaller problems which may be solved independently. READ MORE