Spelling suggestions: "subject:"1earning ono networks"" "subject:"1earning onn networks""
51 |
Implementación en hardware de sistemas de alta fiabilidad basados en metodologías estocásticasCanals Guinand, Vicente José 27 July 2012 (has links)
La sociedad actual demanda cada vez más aplicaciones computacionalmente exigentes y
que se implementen de forma energéticamente eficiente. Esto obliga a la industria del
semiconductor a mantener una continua progresión de la tecnología CMOS. No obstante,
los expertos vaticinan que el fin de la era de la progresión de la tecnología CMOS se
acerca, puesto que se prevé que alrededor del 2020 la tecnología CMOS llegue a su límite.
Cuando ésta llegue al punto conocido como “Red Brick Wall”, las limitaciones físicas,
tecnológicas y económicas no harán viable el proseguir por esta senda. Todo ello ha
motivado que a lo largo de la última década tanto instituciones públicas como privadas
apostasen por el desarrollo de soluciones tecnológicas alternativas como es el caso de la
nanotecnología (nanotubos, nanohilos, tecnologías basadas en el grafeno, etc.). En esta tesis
planteamos una solución alternativa para poder afrontar algunos de los problemas
computacionalmente exigentes. Esta solución hace uso de la tecnología CMOS actual
sustituyendo la forma de computación clásica desarrollada por Von Neumann por formas
de computación no convencionales. Éste es el caso de las computaciones basadas en lógicas
pulsantes y en especial la conocida como computación estocástica, la cual proporciona un
aumento de la fiabilidad y del paralelismo en los sistemas digitales.
En esta tesis se presenta el desarrollo y evaluación de todo un conjunto de bloques
computacionales estocásticos implementados mediante elementos digitales clásicos. A
partir de estos bloques se proponen diversas metodologías computacionalmente eficientes
que mediante su uso permiten afrontar algunos problemas de computación masiva de forma
mucho más eficiente. En especial se ha centrado el estudio en los problemas relacionados
con el campo del reconocimiento de patrones. / Today's society demands the use of applications with a high computational complexity that
must be executed in an energy-efficient way. Therefore the semiconductor industry is
forced to maintain the CMOS technology progression. However, experts predict that the
end of the age of CMOS technology progression is approaching. It is expected that at 2020
CMOS technology would reach the point known as "Red Brick Wall" at which the
physical, technological and economic limitations of CMOS technology will be unavoidable.
All of this has caused that over the last decade public and private institutions has bet by the
development of alternative technological solutions as is the case of nanotechnology
(nanotubes, nanowires, graphene, etc.). In this thesis we propose an alternative solution to
address some of the computationally exigent problems by using the current CMOS
technology but replacing the classical computing way developed by Von Neumann by other
forms of unconventional computing. This is the case of computing based on pulsed logic
and especially the stochastic computing that provide a significant increase of the
parallelism and the reliability of the systems. This thesis presents the development and
evaluation of different stochastic computing methodologies implemented by digital gates.
The different methods proposed are able to face some massive computing problems more
efficiently than classical digital electronics. This is the case of those fields related to pattern
recognition, which is the field we have focused the main part of the research work
developed in this thesis.
|
52 |
Možnosti počítačové detekce defraudací a anomálií v účetních datech / Methods of computer detection of fraud and anomalies in financial dataSpitz, Igor January 2012 (has links)
This thesis analyzes techniques of manipulation of accounting data for the purpose of fraud. It is further looking for methods, which could be capable of detecting these manipulations and it verifies the efficiency of the procedures already in use. A theoretical part studies method of financial analysis, statistical methods, Benford's tests, fuzzy matching and technologies of machine learning. Practical part verifies the methods of financial analysis, Benford's tests, algorithms for fuzzy matching and neural networks.
|
53 |
Automatické generování harmonie / Automatic Harmony GenerationBobčík, Martin January 2021 (has links)
Goal of this master thesis is to study harmonization based on knowledge of given melody and to design a system which will meaningfully automate this activity. In the work there is covered basics of music theory needed for this topic and previous other approaches to this problematic. There is also covered machine learning, neural networks and recurrent neural networks. In the end, there is outlined design of the system, how to make it work and how to use it. Three experiments were executed with the system. Harmonization of the melodies were unpleasant though. A possible cause might be relatively small used neural network of the system.
|
54 |
Automatické generování harmonie / Automatic Harmony GenerationBobčík, Martin January 2021 (has links)
Goal of this master thesis is to study harmonization based on knowledge of given melody and to design a system which will meaningfully automate this activity. In the work there is covered basics of music theory needed for this topic and previous other approaches to this problematic. There is also covered machine learning, neural networks and recurrent neural networks. In the end, there is outlined design of the system, how to make it work and how to use it. Four experiments were executed with the system. Harmonization of the short melodies were unpleasant. Harmonization of longer melodies were overall more successful though. A possible cause might be relatively small used neural network of the system.
|
55 |
Algorithm And Architecture Design for Real-time Face RecognitionMahale, Gopinath Vasanth January 2016 (has links) (PDF)
Face recognition is a field of biometrics that deals with identification of subjects based on features present in the images of their faces. The factors that make face recognition popular and favorite as compared to other biometric methods are easier operation and ability to identify subjects without their knowledge. With these features, face recognition has become an integral part of the present day security systems, targeting a smart and secure world.
There are various factors that de ne the performance of a face recognition system. The most important among them are recognition accuracy of algorithm used and time taken for recognition. Recognition accuracy of the face recognition algorithm gets affected by changes in pose, facial expression and illumination along with occlusions in the images. There have been a number of algorithms proposed to enable recognition under these ambient changes. However, it has been hard to and a single algorithm that can efficiently recognize faces in all the above mentioned conditions. Moreover, achieving real time performance for most of the complex face recognition algorithms on embedded platforms has been a challenge. Real-time performance is highly preferred in critical applications such as identification of crime suspects in public. As available software solutions for FR have significantly large latency in recognizing individuals, they are not suitable for such critical real-time applications. This thesis focuses on real-time aspect of FR, where acceleration of the algorithms is achieved by means of parallel hardware architectures.
The major contributions of this work are as follows. We target to design a face recognition system that can identify at most 30 faces in each frame of video at 15 frames per second, which amounts to 450 recognitions per second. In addition, we target to achieve good recognition accuracy along with scalability in terms of database size and input image resolutions. To design a system with these specifications, as a first step, we explore algorithms in literature and come up with a hybrid face recognition algorithm. This hybrid algorithm shows good recognition accuracy on face images with changes in illumination, pose and expressions, and also with occlusions. In addition the computations in the algorithm are modular in nature which are suitable for real-time realizations through parallel processing.
The face recognition system consists of a face detection module to detect faces in the input image, which is followed by a face recognition module to identify the detected faces. There are well established algorithms and architectures for face detection in literature which can perform detection at 15 frames per second on video frames. Detected faces of different sizes need to be scaled to the size specified by the face recognition module. To meet the real-time constraints, we propose a hardware architecture for real-time bi-cubic convolution interpolation with dynamic scaling factors. To recognize the resized faces in real-time, a scalable parallel pipelined architecture is designed for the hybrid algorithm which can perform 450 recognitions per second on a database containing grayscale images of at most 450 classes on Virtex 6 FPGA. To provide flexibility and programmability, we extend this design to REDEFINE, a multi-core massively parallel reconfigurable architecture. In this design, we come up with FR specific programmable cores termed Scalable Unit for Region Evaluation (SURE) capable of performing modular computations in the hybrid face recognition algorithm. We replicate SUREs in each tile of REDEFINE to construct a face recognition module termed REDEFINE for Face Recognition using SURE Homogeneous Cores (REFRESH).
There is a need to learn new unseen faces on-line in practical face recognition systems. Considering this, for real-time on-line learning of unseen face images, we design tiny processors termed VOP, Processor for Vector Operations. VOPs function as coprocessors to process elements under each tile of REDEFINE to accelerate micro vector operations appearing in the synaptic weight computations. We also explore deep neural networks which operate similar to the processing in human brain and capable of working on very large face databases. We explore the field of Random matrix theory to come up with a solution for synaptic weight initialization in deep neural networks for better classification . In addition, we perform design space exploration of hardware architecture for deep convolution networks and conclude with directions for future work.
|
56 |
Speech-To-Model: A Framework for Creating Software Models Using Voice CommandsBhandari, Nabin 21 July 2023 (has links)
No description available.
|
Page generated in 0.076 seconds