• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 469
  • 60
  • 49
  • 17
  • 3
  • Tagged with
  • 596
  • 493
  • 438
  • 422
  • 419
  • 417
  • 411
  • 409
  • 407
  • 138
  • 92
  • 81
  • 81
  • 79
  • 74
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
31

Wii Remote Interaction for Industrial Use

Nielsen, Marcus, Stenbacka, Michael January 2009 (has links)
<p>By focusing on the potential of the Wii Remote, we have implemented a broad spectrum of concept ideas into the same package, in an effort to give a good overview of the Wii Remote’s properties such as mobility, direct manipulation and generally high affordance. The purpose of this work was to find a concept on how a Wii Remote can be used as a tool for the industry, outside the domains of gaming and entertainment. The environment for our investigation was ABB’s Robot Studio which is a simulation tool for industrial robots. Creating a concept with today’s products enabled us to discuss a present solution and also a possible future in form of a redesign rationale that we exemplified with a set of scenarios.</p>
32

Evaluering av neurala nätverk för en fotbollsspelande mobil robot.

Andersson, Daniel January 2002 (has links)
<p>Detta examensarbete behandlar ett experiment som Tom Smith utförde vid sitt magisterarbete, att utveckla en Kheperarobot som ska utföra en fotbollsuppgift av enklare modell. Dock koncentrerar sig detta arbete mer på en evaluering av artificiella neurala nätverk för detta problem. De olika typerna av ANN-arkitekturer som har använts till detta arbete är förutom Tom Smiths, baserade på arkitekturer från en artikel skriven av Stefano Nolfi.</p><p>De resultat som har uppnåtts visar att precis som i Stefano Nolfis artikel är det en arkitektur med "spontan modularitet" som visar sig fungera bäst av de arkitekturer som undersökts, även till detta problem.</p>
33

Modularitet i artificiella neurala robotstyrsystem: : En jämförelse av beteendebaserade och självlärda system

Karlsson, Viktor January 2002 (has links)
<p>Forskning angående styrsystem inom evolutionär robotik fokuserar ofta på vad som går att uträtta med självlärda styrsystem, men inte vad beteendebaserade styrsystem klarar av. I detta projekt utförs systematiska tester för att jämföra beteendebaserade och självlärda styrsystem inom evolutionär robotik. Benämningen beteendebaserade styrsystem används för styrsystem som består av flera underliggande moduler, där robotens övergrippande beteende är uppdelat i flera moduler och där respektive modul har ansvar för ett specifikt beteende eller funktion. Självlärt styrsystem referar i detta sammanhang till styrsystem som inte explicit består av moduler som har åstakommits eller bestämts i förväg.</p><p>Från resultaten framgår det att både självlärda och beteendebaserade styrsystem klarar av att lösa problemen de ställs inför. För beteendebaserade styrsystem krävs dock större ansvar från experimentatorn, vars inflytande ökar på grund av att det är flera moduler som skall skapas och koordineras. De beteendebaserade styrsystemen i projektet använder en beslutsenhet för att hantera när och vilken modul som ska aktiveras och tar bort detta ansvar från experimentatorn. Beslutsenheten ger styrsystemet en mer smidig övergång mellan de olika modulerna och hittar en lämplig användning av modulerna än utan en beslutsenhet. Från resultatet av projektet framgår det att fler systematiska tester angånde beteendebaserade och självlärda styrsystem behövs för att få en bättre förståelse över när och hur de olika styrsystemen bör användas.</p>
34

Realisierung eines ferngesteuerten autonomen mobilen Roboters : Entwurf eines Ausbildungskonzeptes für Robotik /

Lukac, Dusko. January 2008 (has links)
Rheinische Fachhochsch., Diplomarbeit--Köln, 2001.
35

Wahrscheinlichkeitsbasierte Methoden zur autonomen Führung von Fahrzeugen in unsicherer Umgebung /

Blume, Holger. January 2008 (has links)
Zugl.: Hannover, Universiẗat, Diss., 2008. / Mit e. engl. u. dt. Zsfassung.
36

Control of nonlinear mechatronic systems control and modeling of nonlinear systems with applications in robotics

Tatlicioglu, Enver January 1900 (has links)
Zugl.: Clemson, Clemson Univ., Diss., 2007 / Hergestellt on demand
37

Teleoperation Interfaces in Human-Robot Teams

Driewer, Frauke January 1900 (has links)
Zugl.: Würzburg, Univ., Diss., 2009.
38

Transforming Thermal Images to Visible Spectrum Images Using Deep Learning

Nyberg, Adam January 2018 (has links)
Thermal spectrum cameras are gaining interest in many applications due to their long wavelength which allows them to operate under low light and harsh weather conditions. One disadvantage of thermal cameras is their limited visual interpretability for humans, which limits the scope of their applications. In this thesis, we try to address this problem by investigating the possibility of transforming thermal infrared (TIR) images to perceptually realistic visible spectrum (VIS) images by using Convolutional Neural Networks (CNNs). Existing state-of-the-art colorization CNNs fail to provide the desired output as they were trained to map grayscale VIS images to color VIS images. Instead, we utilize an auto-encoder architecture to perform cross-spectral transformation between TIR and VIS images. This architecture was shown to quantitatively perform very well on the problem while producing perceptually realistic images. We show that the quantitative differences are insignificant when training this architecture using different color spaces, while there exist clear qualitative differences depending on the choice of color space. Finally, we found that a CNN trained from daytime examples generalizes well on tests from night time.
39

Improving Realism in Synthetic Barcode Images using Generative Adversarial Networks

Stenhagen, Petter January 2018 (has links)
This master thesis explores the possibility of using generative Adversarial Networks (GANs) to refine labeled synthetic code images to resemble real code images while preserving label information. The GAN used in this thesis consists of a refiner and a discriminator. The discriminator tries to distinguish between real images and refined synthetic images. The refiner tries to fool the discriminator by producing refined synthetic images such that the discriminator classify them as real. By updating these two networks iteratively, the idea is that they will push each other to get better, resulting in refined synthetic images with real image characteristics. The aspiration, if the exploration of GANs turns out successful, is to be able to use refined synthetic images as training data in Semantic Segmentation (SS) tasks and thereby eliminate the laborious task of gathering and labeling real data. Starting off from a foundational GAN-model, different network architectures, hyperparameters and other design choices are explored to find the best performing GAN-model. As is widely acknowledged in the relevant literature, GANs can be difficult to train and the results in this thesis are varying and sometimes ambiguous. Based on the results from this study, the best performing models do however perform better in SS tasks than the unrefined synthetic set they are based on and benchmarked against, with regards to Intersection over Union.
40

Study and Analysis of Convolutional Neural Networks for Pedestrian Detection in Autonomous Vehicles

Augustsson, Louise January 2018 (has links)
The automotive industry is heading towards more automation. This puts high demands on many systems like Pedestrian Detection Systems. Such systems need to operate in real time with high accuracy and in embedded systems with limited power, memory resources and compute power. This in turn puts high demands on model size and model design. Lately Convolutional Neural Networks (ConvNets) have dominated the field of object detection and therefore it is reasonable to believe that they are suited for pedestrian detection as well. Therefore, this thesis investigates how ConvNets have been used for pedestrian detection and how such solutions can be implemented in embedded systems on FPGAs (Field Programmable Gate Arrays). The conclusions drawn are that ConvNets indeed perform well on pedestrian detection in terms of accuracy but to a cost of large model sizes and heavy computations. This thesis also comes up with a design proposal of a ConvNet for pedestrian detection with the implementation in an embedded system in mind. The proposed network performs well on pedestrian classification and the performance looks promising for detection as well, but further development is required.

Page generated in 0.0348 seconds