Essays about: "learn c"

Showing result 1 - 5 of 73 essays containing the words learn c.

  1. 1. Understanding the Robustnessof Self Supervised Representations

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Johan Rodahl Holmgren; [2023]
    Keywords : Self-Supervision; AI; Robustness; Computer-Vision;

    Abstract : This work investigates the robustness of learned representations of self-supervised learn-ing approaches, focusing on distribution shifts in computer vision. Joint embedding architecture and method-based self-supervised learning approaches have shown advancesin learning representations in a label-free manner and efficient knowledge transfer towardreducing human annotation needs. READ MORE

  2. 2. Classification of Cable Shoe Presses on an Embedded System Using a Neural Network Implemented by Hand

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Charlotta Nordlund; [2023]
    Keywords : ;

    Abstract : Pressing cables with cable shoes currently involves the use of high pressure to ensure successful crimping. However, this approach lacks the ability to detect when the pressing has been completed. Elpress intends to develop a handheld tool that can classify cables in real-time and stop the pressing before unnecessary energy is lost. READ MORE

  3. 3. The E-Commerce of Tomorrow: An Experimental Study of How User-Generated Content can be integrated into a Retailer's Website for Fashion Merchandise Display

    University essay from Handelshögskolan i Stockholm/Institutionen för marknadsföring och strategi

    Author : Hannah Gustafsson; Klara Überall Jönsson; [2023]
    Keywords : User-Generated Content UGC ; Visual Merchandising; Technology Acceptance Model TAM ; Fashion E-commerce; Consumer Perceptions;

    Abstract : An increasing number of individuals are turning to User-Generated Content (UGC) to learn about various products and services. Prior customers' experiences and opinions significantly impact potential buyers' decision-making during the customer journey. READ MORE

  4. 4. Linking the selectivity of varying surface phases of a real palladium catalyst toward specific methane oxidation pathways with Ambient Pressure X-ray Photoelectron Spectroscopy

    University essay from Lunds universitet/Synkrotronljusfysik; Lunds universitet/Fysiska institutionen

    Author : Ulrike Küst; [2023]
    Keywords : APXPS; catalysis; palladium; methane; Physics and Astronomy;

    Abstract : The study of heterogeneous catalysis, especially within methane oxidation, is of high importance in order to more efficiently remove unburned methane from bio-fuel exhausts. This is relevant as bio-fuel engines will replace those driven by fossil fuels in the coming decades. READ MORE

  5. 5. EDPM : An embedded domain-specific language for performance monitoring C and C++ programs

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

    Author : David Weisskopf Holmqvist; [2023]
    Keywords : performance monitoring; domain-specific languages; language abstractions; compilers;

    Abstract : Manual insertion of performance monitoring probes gives programmers great control over the performance counters collected, but brings with it problems such as increased code size, obfuscated logic in code due to intermingling of application logic and performance probes, and time and mental cost required to learn the APIs of different performance monitoring tools. EDPM is an embedded domain-specific language that seeks to raise the level of abstraction for marking regions of code that need to be instrumented in C and C++ programs, designed to be easy to learn for programmers and to reduce the lines of code needed to collect performance counters. READ MORE