Essays about: "public API"

Showing result 1 - 5 of 46 essays containing the words public API.

  1. 1. Detecting Metro Service Disruptions and Predicting their Spillover Effects throughout the Network using GTFS and Large-Scale Vehicle Location Data

    University essay from KTH/Transportplanering

    Author : WeiZhi Michelle Teo; [2023]
    Keywords : ;

    Abstract : One of the top factors that influence commuters’ satisfaction level with public transport is the punctuality of the service. Commuters rely on public transport to get them from their origin to destination on time and any form of delay will incur additional cost to both the commuters as well as the public transport operators. READ MORE

  2. 2. Sim2Real: Generating synthetic images from industry CAD models with domain randomization

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Duruo Li; [2023]
    Keywords : ;

    Abstract : Deep learning methods for computer vision applications require massive visual data for model training. Although it is possible to utilize public datasets such as ImageNet, MS COCO, and CIFAR-100, it becomes problematic when there is a need for more task-specific data when new training data collection typically is needed. READ MORE

  3. 3. A Performance Comparison of Java Streams and Imperative Loops

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

    Author : Magnus Åkerfeldt; [2023]
    Keywords : Java streams; performance; benchmarking; loops; functional programming; Java streams; prestanda; loopar; funktionell programmering;

    Abstract : The Stream API was added in Java 8. With the help of lambda expressions (anonymous functions), streams enable functional-style operations on sequences of elements. READ MORE

  4. 4. A comparative study of applicationprogramming interface performancein .NET Framework and .NET Core

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

    Author : Simon Binyamin; [2023]
    Keywords : ;

    Abstract : Many technologies could be applied during the creation of Web applications;thus, developers are left with multiple choices when picking building blocksfor their desired solutions. Often these decisions come down to theresource (such as libraries and online material) availability, community,previous experience, and performance. READ MORE

  5. 5. Performance Evaluation of (Spherical) Harmonics Virtual Lights for Real-time Global Illumination using Vulkan

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

    Author : Simon Hultsborn; [2023]
    Keywords : Spherical harmonics; Global illumination; Computer graphics; Optimization;

    Abstract : Background. Global illumination is not trivial to compute in real-time computer graphics. One approximate solution is to distribute virtual light sources from a primary light, to then apply direct light calculations to said virtual lights. This can effectively estimate two-bounce illumination. READ MORE