自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (286)
  • 收藏
  • 关注

空空如也

Python Deep Learning Projects pdf+epub

Deep learning has been gradually revolutionizing every field of artificial intelligence, making application development easier. Python Deep Learning Projects imparts all the knowledge needed to implement complex deep learning projects in the field of computational linguistics and computer vision. E

2019-02-26

Wheeled Mobile Robotics. From Fundamentals Towards Autonomous Systems

Wheeled Mobile Robotics: From Fundamentals Towards Autonomous Systemscovers the main topics from the wide area of mobile robotics, explaining all applied theory and application. The book gives the reader a good foundation, enabling them to continue to more advanced topics. Several examples are included for better understanding, many of them accompanied by short MATLAB® script code making it easy to reuse in practical work. The book includes several examples of discussed methods and projects for wheeled mobile robots and some advanced methods for their control and localization. It is an ideal resource for those seeking an understanding of robotics, mechanics, and control, and for engineers and researchers in industrial and other specialized research institutions in the field of wheeled mobile robotics. Beginners with basic math knowledge will benefit from the examples, and engineers with an understanding of basic system theory and control will find it easy to follow the more demanding fundamental parts and advanced methods explained.

2019-02-24

Sensing and Control for Autonomous Vehicles: Applications to Land, Water and Air

This edited volume includes thoroughly collected on sensing and control for autonomous vehicles. Guidance, navigation and motion control systems for autonomous vehicles are increasingly important in land-based, marine and aerial operations. Autonomous underwater vehicles may be used for pipeline inspection, light intervention work, underwater survey and collection of oceanographic/biological data. Autonomous unmanned aerial systems can be used in a large number of applications such as inspection, monitoring, data collection, surveillance, etc. At present, vehicles operate with limited autonomy and a minimum of intelligence. There is a growing interest for cooperative and coordinated multi-vehicle systems, real-time re-planning, robust autonomous navigation systems and robust autonomous control of vehicles. Unmanned vehicles with high levels of autonomy may be used for safe and efficient collection of environmental data, for assimilation of climate and environmental models and to complement global satellite systems. The target audience primarily comprises research experts in the field of control theory, but the book may also be beneficial for graduate students.

2019-02-24

Learning Robotics using Python: Design, simulate, program, and prototype

Learning about robotics will become an essential skill as it will be a ubiquitous part of life. Even though robotics is a complex subject, several other tools along with Python can help you design a project to create an easy-to-use interface. The main aim of the book is to teach you how to build an autonomous mobile robot from scratch.

2019-02-24

Robust Perception from Optical Sensors for Reactive Behaviors in Autonomous

Alexander Schaub examines how a reactive instinctive behavior, similar to instinctive reactions as incorporated by living beings, can be achieved for intelligent mobile robots to extend the classic reasoning approaches. He identifies possible applications for reactive approaches, as they enable a fast response time, increase robustness and have a high abstraction ability, even though reactive methods are not universally applicable. The chosen applications are obstacle avoidance and relative positioning ? which can also be utilized for navigation ? and a combination of both. The implementation of reactive instinctive behaviors for the identified tasks is then validated in simulation together with real world experiments. Contents Why Mobile Robots Should Have an Artificial Instinct Vision-Based Reactive Controllers Evaluation in Real World Tests and in Simulation Target Groups Lecturers and students in the field of Robotics, Control Engineering, Computer Vision Practitioners in the field of Intelligent Vehicles, Mobile Robots About the Author Alexander Schaub joined the Robotics and Mechatronics Center of the German Aerospace Center (DLR) in 2009 and worked in the development of a robotic electric vehicle and researched in the field of vision-based control and reactive instinctive behaviors for autonomous vehicle. In 2017, he started an MBA at HEC Paris and will continue working in the field of autonomous driving afterwards. Read more...

2019-02-24

Safe, Autonomous and Intelligent Vehicles

This book covers the start-of-the-art research and development for the emerging area of autonomous and intelligent systems. In particular, the authors emphasize design and validation methodologies to address the grand challenges related to safety. This book offers a holistic view of a broad range of technical aspects (including perception, localization and navigation, motion control, etc.) and application domains (including automobile, aerospace, etc.), presents major challenges and discusses possible solutions.

2019-02-24

Control Strategies for Advanced Driver Assistance Systems and Autonomous Driving

This book describes different methods that are relevant to the development and testing of control algorithms for advanced driver assistance systems (ADAS) and automated driving functions (ADF). These control algorithms need to respond safely, reliably and optimally in varying operating conditions. Also, vehicles have to comply with safety and emission legislation. The text describes how such control algorithms can be developed, tested and verified for use in real-world driving situations. Owing to the complex interaction of vehicles with the environment and different traffic participants, an almost infinite number of possible scenarios and situations that need to be considered may exist. The book explains new methods to address this complexity, with reference to human interaction modelling, various theoretical approaches to the definition of real-world scenarios, and with practically-oriented examples and contributions, to ensure efficient development and testing of ADAS and ADF. Control Strategies for Advanced Driver Assistance Systems and Autonomous Driving Functions is a collection of articles by international experts in the field representing theoretical and application-based points of view. As such, the methods and examples demonstrated in the book will be a valuable source of information for academic and industrial researchers, as well as for automotive companies and suppliers.

2019-02-24

Make: Jumpstarting Raspberry Pi Vision: Machine Learning and Facial Recognition

If a camera takes a picture and no one notices, did it really happen? In this book, we’re going to show you how to make a working Raspberry Pi–based camera system so that you can capture time-lapse images and view via WiFi, trigger the camera if motion is detected, and even carry out basic facial recognition as an introduction to machine learning methods. Take a Raspberry Pi and add a camera module, and you have a programmable camera. Add some software, and you can start to do interesting surveillance and automatic object recognition work with it. Activate the Pi as a WiFi node and you can do all these wonderful things from a distance. A good surveillance system does more than take pictures. It should also turn those pictures into actionable information that increases your knowledge. That’s now easily done in software, and we’re going to show you how. This book pulls together a set of little tricks—setting up Pi cameras, making a Pi broadcast as a WiFi device, adding time lapse and motion detection and face recognition, and sticking a battery pack on it so it can function anywhere—to create portable spy cameras. We’ve used these rigs in everything from “Find the Pi” party contests, to implementing privacy-respecting security in our lab, to showing off modern tech like facial recognition. Other uses could include monitoring deer and wildlife, checking your house mailbox for mail arrival, and capturing time-lapse sequences of natural events or traffic patterns.

2019-02-23

Practical Computer Vision: Extract insightful information from images using TF,K

Computer vision is one of the most widely studied sub-fields of computer science. It has several important applications, such as face detection, image searching, and artistic image conversion. With the popularity of deep learning methods, many recent applications of computer vision are in self-driving cars, robotics, medicine, Virtual reality, and Augmented reality. In this book, a practical approach of learning computer vision is shown. Using code blocks as well as a theoretical understanding of algorithms will help in building stronger computer vision fundamentals. This book teaches you how to create applications using standard tools such as OpenCV, Keras, and TensorFlow. The various concepts and implementations explained in this book can be used across several domains, such as robotics, image editing apps, and self-driving cars. In this book, each chapter is explained with accompanying code and results to enforce the learning together.

2019-02-23

Hands-On Computer Vision with Julia pdf+epub

Hands-On Computer Vision with Julia is a thorough guide for developers who want to get started with building computer vision applications using Julia. Julia is well suited to image processing because it's easy to use and lets you write easy-to-compile and efficient machine code. This book begins by introducing you to Julia's image processing libraries such as Images.jl and ImageCore.jl. You'll get to grips with analyzing and transforming images using JuliaImages; some of the techniques discussed include enhancing and adjusting images. As you make your way through the chapters, you'll learn how to classify images, cluster them, and apply neural networks to solve computer vision problems. In the concluding chapters, you will explore OpenCV applications to perform real-time computer vision analysis, for example, face detection and object tracking. You will also understand Julia's interaction with Tesseract to perform optical character recognition and build an application that brings together all the techniques we introduced previously to consolidate the concepts learned. By end of the book, you will have understood how to utilize various Julia packages and a few open source libraries such as Tesseract and OpenCV to solve computer vision problems with ease. What you will learn Analyze image metadata and identify critical data using JuliaImages Apply filters and improve image quality and color schemes Extract 2D features for image comparison using JuliaFeatures Cluster and classify images with KNN/SVM machine learning algorithms Recognize text in an image using the Tesseract library Use OpenCV to recognize specific objects or faces in images and videos Build neural network and classify images with MXNet Who This Book Is For Hands-On Computer Vision with Julia is for Julia developers who are interested in learning how to perform image processing and want to explore the field of computer vision. Basic knowledge of Julia will help you understand the concepts more effectively.

2019-02-23

Advanced Topics on Computer Vision, Control and Robotics in Mechatronics

The field of mechatronics (which is the synergistic combination of precision mechanical engineering, electronic control and systems thinking in the design of products and manufacturing processes) is gaining much attention in industries and academics. It was detected that the topics of computer vision, control and robotics are imperative for the successful of mechatronics systems. This book includes several chapters which report successful study cases about computer vision, control and robotics. The readers will have the latest information related to mechatronics, that contains the details of implementation, and the description of the test scenarios.

2019-02-23

Introduction to Visual Computing: Core Concepts in Computer Vision, Graphics

Introduction to Visual Computing: Core Concepts in Computer Vision, Graphics, and Image Processing covers the fundamental concepts of visual computing. Whereas past books have treated these concepts within the context of specific fields such as computer graphics, computer vision or image processing, this book offers a unified view of these core concepts, thereby providing a unified treatment of computational and mathematical methods for creating, capturing, analyzing and manipulating visual data (e.g. 2D images, 3D models). Fundamentals covered in the book include convolution, Fourier transform, filters, geometric transformations, epipolar geometry, 3D reconstruction, color and the image synthesis pipeline. The book is organized in four parts. The first part provides an exposure to different kinds of visual data (e.g. 2D images, videos and 3D geometry) and the core mathematical techniques that are required for their processing (e.g. interpolation and linear regression.) The second part of the book on Image Based Visual Computing deals with several fundamental techniques to process 2D images (e.g. convolution, spectral analysis and feature detection) and corresponds to the low level retinal image processing that happens in the eye in the human visual system pathway. The next part of the book on Geometric Visual Computing deals with the fundamental techniques used to combine the geometric information from multiple eyes creating a 3D interpretation of the object and world around us (e.g. transformations, projective and epipolar geometry, and 3D reconstruction). This corresponds to the higher level processing that happens in the brain combining information from both the eyes thereby helping us to navigate through the 3D world around us. The last two parts of the book cover Radiometric Visual Computing and Visual Content Synthesis. These parts focus on the fundamental techniques for processing information arising from the interaction of light with objects around us, as well as the fundamentals of creating virtual computer generated worlds that mimic all the processing presented in the prior sections. The book is written for a 16 week long semester course and can be used for both undergraduate and graduate teaching, as well as a reference for professionals.

2019-02-23

Computer Vision in Control Systems-4: Real Life Applications

The research book is a continuation of the authors’ previous works, which are focused on recent advances in computer vision methodologies and technical solutions using conventional and intelligent paradigms. The book gathers selected contributions addressing a number of real-life applications including the identification of handwritten texts, watermarking techniques, simultaneous localization and mapping for mobile robots, motion control systems for mobile robots, analysis of indoor human activity, facial image quality assessment, android device controlling, processing medical images, clinical decision-making and foot progression angle detection. Given the tremendous interest among researchers in the development and applications of computer vision paradigms in the field of business, engineering, medicine, security and aviation, the book offers a timely guide for all PhD students, professors, researchers and software developers working in the areas of digital video processing and computer vision technologies.

2019-02-23

Computer Vision in Control Systems-3: Aerial and Satellite Image Processing

The research book is a continuation of the authors’ previous works, which are focused on recent advances in computer vision methodologies and technical solutions using conventional and intelligent paradigms. The book gathers selected contributions addressing aerial and satellite image processing and related fields. Topics covered include novel tensor and wave models, a new comparative morphology scheme, warping compensation in video stabilization, image deblurring based on physical processes of blur impacts, and a rapid and robust core structural verification algorithm for feature extraction in images and videos, among others. All chapters focus on practical implementations. Given the tremendous interest among researchers in the development and applications of computer vision paradigms in the field of business, engineering, medicine, security and aviation, this book offers a timely guide.

2019-02-23

Computer Vision and Audition in Urban Analysis Using the Remorph Framework

Artificial Intelligence (AI) is penetrating in all sciences as a multidisciplinary approach. However, adopting the theory of AI including computer vision and computer audition to urban intellectual space, is always difficult for architecture and urban planners. This book overcomes this challenge through a conceptual framework by merging computer vision and audition to urban studies based on a series of workshops called Remorph, conducted by Tehran Urban Innovation Center (TUIC).

2019-02-23

Recent Advances in Computer Vision

This book presents a collection of high-quality research by leading experts in computer vision and its applications. Each of the 16 chapters can be read independently and discusses the principles of a specific topic, reviews up-to-date techniques, presents outcomes, and highlights the challenges and future directions. As such the book explores the latest trends in fashion creative processes, facial features detection, visual odometry, transfer learning, face recognition, feature description, plankton and scene classification, video face alignment, video searching, and object segmentation. It is intended for postgraduate students, researchers, scholars and developers who are interested in computer vision and connected research disciplines, and is also suitable for senior undergraduate students who are taking advanced courses in related topics. However, it is also provides a valuable reference resource for practitioners from industry who want to keep abreast of recent developments in this dynamic, exciting and profitable research field.

2019-02-23

Geometric Algebra Applications Vol. I: Computer Vision, Graphics and Neurocomput

The goal of the Volume I Geometric Algebra for Computer Vision, Graphics and Neural Computing is to present a unified mathematical treatment of diverse problems in the general domain of artificial intelligence and associated fields using Clifford, or geometric, algebra. Geometric algebra provides a rich and general mathematical framework for Geometric Cybernetics in order to develop solutions, concepts and computer algorithms without losing geometric insight of the problem in question. Current mathematical subjects can be treated in an unified manner without abandoning the mathematical system of geometric algebra for instance: multilinear algebra, projective and affine geometry, calculus on manifolds, Riemann geometry, the representation of Lie algebras and Lie groups using bivector algebras and conformal geometry. By treating a wide spectrum of problems in a common language, this Volume I offers both new insights and new solutions that should be useful to scientists, and engineers working in different areas related with the development and building of intelligent machines. Each chapter is written in accessible terms accompanied by numerous examples, figures and a complementary appendix on Clifford algebras, all to clarify the theory and the crucial aspects of the application of geometric algebra to problems in graphics engineering, image processing, pattern recognition, computer vision, machine learning, neural computing and cognitive systems.

2019-02-23

Image Analysis and Recognition

This book constitutes the thoroughly refereed proceedings of the 15th International Conference on Image Analysis and Recognition, ICIAR 2018, held in Póvoa de Varzim, Portugal, in June 2018. The 91 full papers presented together with 15 short papers were carefully reviewed and selected from 179 submissions. The papers are organized in the following topical sections: Enhancement, Restoration and Reconstruction, Image Segmentation, Detection, Classication and Recognition, Indexing and Retrieval, Computer Vision, Activity Recognition, Traffic and Surveillance, Applications, Biomedical Image Analysis, Diagnosis and Screening of Ophthalmic Diseases, and Challenge on Breast Cancer Histology Images.

2019-02-16

Progress in Artificial Intelligence and Pattern Recognition

This book constitutes the refereed proceedings of the 6th International Workshop on Artificial Intelligence and Pattern Recognition, IWAIPR 2018, held in Havana, Cuba, in September 2018. The 42 full papers presented were carefully reviewed and selected from 101 submissions. The papers promote and disseminate ongoing research on mathematical methods and computing techniques for artificial intelligence and pattern recognition, in particular in bioinformatics, cognitive and humanoid vision, computer vision, image analysis and intelligent data analysis, as well as their application in a number of diverse areas such as industry, health, robotics, data mining, opinion mining and sentiment analysis, telecommunications, document analysis, and natural language processing and recognition.

2019-02-16

Computational Intelligence for Pattern Recognition

The book presents a comprehensive and up-to-date review of fuzzy pattern recognition. It carefully discusses a range of methodological and algorithmic issues, as well as implementations and case studies, and identifies the best design practices, assesses business models and practices of pattern recognition in real-world applications in industry, health care, administration, and business. Since the inception of fuzzy sets, fuzzy pattern recognition with its methodology, algorithms, and applications, has offered new insights into the principles and practice of pattern classification. Computational intelligence (CI) establishes a comprehensive framework aimed at fostering the paradigm of pattern recognition. The collection of contributions included in this book offers a representative overview of the advances in the area, with timely, in-depth and comprehensive material on the conceptually appealing and practically sound methodology and practices of CI-based pattern recognition.

2019-02-16

Image and Video Technology: 8th Pacific-Rim Symposium, PSIVT 2017, Wuhan

This book constitutes the thoroughly refereed post-conference proceedings of the 8th Pacific Rim Symposium on Image and Video Technology, PSIVT 2017, held in Wuhan, China, in November 2017. The total of 39 revised papers was carefully reviewed and selected from 91 submissions. The Pacific-Rim Symposium on Image and Video Technology (PSIVT) is a high-quality series of symposia that aim at providing a forum for researchers and practitioners who are being involved, or are contributing to theoretical advances or practical implementations in image and video technology.

2019-02-16

Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries 3

This book constitutes revised selected papers from the Third International MICCAI Brainlesion Workshop, BrainLes 2017, as well as the International Multimodal Brain Tumor Segmentation, BraTS, and White Matter Hyperintensities, WMH, segmentation challenges, which were held jointly at the Medical Image computing for Computer Assisted Intervention Conference, MICCAI, in Quebec City, Canada, in September 2017. The 40 papers presented in this volume were carefully reviewed and selected from 46 submissions. They were organized in topical sections named: brain lesion image analysis; brain tumor image segmentation; and ischemic stroke lesion image segmentation.

2019-02-16

Progress in Pattern Recognition, Image Analysis, Computer Vision, and App

This book constitutes the refereed post-conference proceedings of the 22nd Iberoamerican Congress on Pattern Recognition, CIARP 2017, held in Valparaíso, Chile, in November 2017. The 87 papers presented were carefully reviewed and selected from 156 submissions. The papers feature research results in the areas of pattern recognition, image processing, computer vision, multimedia and related fields.

2019-02-16

Proceedings of International Conference on Cognition and Recognition : ICCR 2016

The book covers a comprehensive overview of the theory, methods, applications and tools of cognition and recognition. The book is a collection of best selected papers presented in the International Conference on Cognition and Recognition 2016 (ICCR 2016) and helpful for scientists and researchers in the field of image processing, pattern recognition and computer vision for advance studies. Nowadays, researchers are working in interdisciplinary areas and the proceedings of ICCR 2016 plays a major role to accumulate those significant works at one place. The chapters included in the proceedings inculcates both theoretical as well as practical aspects of different areas like nature inspired algorithms, fuzzy systems, data mining, signal processing, image processing, text processing, wireless sensor networks, network security and cellular automata.

2019-02-16

Advances in Feature Selection for Data and Pattern Recognition

This book presents recent developments and research trends in the field of feature selection for data and pattern recognition, highlighting a number of latest advances. The field of feature selection is evolving constantly, providing numerous new algorithms, new solutions, and new applications. Some

2019-02-16

Robust hand gesture recognition for robotic hand control

This book focuses on light invariant bare hand gesture recognition while there is no restriction on the types of gestures. Observations and results have confirmed that this research work can be used to remotely control a robotic hand using hand gestures. The system developed here is also able to recognize hand gestures in different lighting conditions. The pre-processing is performed by developing an image-cropping algorithm that ensures only the area of interest is included in the segmented image. The segmented image is compared with a predefined gesture set which must be installed in the recognition system. These images are stored and feature vectors are extracted from them. These feature vectors are subsequently presented using an orientation histogram, which provides a view of the edges in the form of frequency. Thereby, if the same gesture is shown twice in different lighting intensities, both repetitions will map to the same gesture in the stored data. The mapping of the segmented image's orientation histogram is firstly done using the Euclidian distance method. Secondly, the supervised neural network is trained for the same, producing better recognition results. An approach to controlling electro-mechanical robotic hands using dynamic hand gestures is also presented using a robot simulator. Such robotic hands have applications in commercial, military or emergency operations where human life cannot be risked. For such applications, an artificial robotic hand is required to perform real-time operations. This robotic hand should be able to move its fingers in the same manner as a human hand. For this purpose, hand geometry parameters are obtained using a webcam and also using KINECT. The parameter detection is direction invariant in both methods. Once the hand parameters are obtained, the fingers? angle information is obtained by performing a geometrical analysis. An artificial neural network is also implemented to calculate the angles. These two methods can be used with only one hand, either right or left. A separate method that is applicable to both hands simultaneously is also developed and fingers angles are calculated. The contents of this book will be useful for researchers and professional engineers working on robotic arm/hand systems. Read more...

2019-02-16

Gesture recognition : principles, techniques and applications

Front Matter....Pages i-xviii Introduction....Pages 1-33 Radon Transform Based Automatic Posture Recognition in Ballet Dance....Pages 35-64 Fuzzy Image Matching Based Posture Recognition in Ballet Dance....Pages 65-115 Gesture Driven Fuzzy Interface System for Car Racing Game....Pages 117-134 Type-2 Fuzzy Classifier Based Pathological Disorder Recognition....Pages 135-194 Probabilistic Neural Network Based Dance Gesture Recognition....Pages 195-224 Differential Evolution Based Dance Composition....Pages 225-241 EEG-Gesture Based Artificial Limb Movement for Rehabilitative Applications....Pages 243-268 Conclusions and Future Directions....Pages 269-272 Back Matter....Pages 273-276

2019-02-16

ADVANCES IN SIGNAL PROCESSING AND INTELLIGENT RECOGNITION SYSTEMS : 4th

This edited volume contains a selection of refereed and revised papers originally presented at the 4th International Symposium on Signal Processing and Intelligent Recognition Systems (SIRS 2018). The symposium was held at the PES Institute of Technology (South Campus), Bangalore, India, during September 19–22, 2018. SIRS 2018 was co-located with the International Conference on Applied soft computing and Communication Networks (ACN 2018). The symposium provided a forum for the sharing, exchange, presentation, and discussion of original research results in both methodological issues and different application areas of signal processing, computer vision, and pattern recognition. In response to the call for papers, 92 papers were submitted for presentation and inclusion in the proceedings. The papers were evaluated and ranked on the basis of their significance, novelty, and technical quality. A double-blind review process was conducted to ensure that the author names and affiliations were unknown to the TPC. Each paper was reviewed by the members of the Program Committee. The authors were asked to address each and every comment made by the referees for improving the quality of their papers. The technical program of SIRS 2018 consisted of 28 regular papers and 11 short papers (acceptance rate of 42.4%). This symposium would not have been possible without the efforts of many people. First of all, we are very grateful to all authors who contributed their research work and shared their knowledge with the scientific community. We would like to express our gratitude to the Program Committee and external reviewers, who worked very hard in reviewing papers and providing suggestions for their improvements. Many thanks to all the chairs for their involvement and support that added greatly to the quality of the symposium. We also wish to thank all the members of the Advisory Committee, whose work and commitment were invaluable. We thank the PES Institute of Technology, Bangalore, for hosting the conference. Sincere thanks to Dr. M. R. Doreswamy, Chancellor, PES University and Dr. D. Jawahar, Pro-Chancellor, PES University for their valuable suggestions and encouragement. We would like to thank the Organizing Committee, and the many other volunteers who worked behind the scenes to ensure the success of this symposium. Dr. J Surya Prasad, Dr. Sudarshan T. S., and Dr. Shikha Tripathi deserve special mention for their unwavering support. The EDAS conference system proved very helpful during the submission, review, and editing phases.

2019-02-16

Handbook of Biometric Anti-Spoofing: Presentation Attack Detection

This authoritative and comprehensive handbook is the definitive work on the current state of the art of Biometric Presentation Attack Detection (PAD) – also known as Biometric Anti-Spoofing. Building on the success of the previous, pioneering edition, this thoroughly updated second edition has been considerably expanded to provide even greater coverage of PAD methods, spanning biometrics systems based on face, fingerprint, iris, voice, vein, and signature recognition. New material is also included on major PAD competitions, important databases for research, and on the impact of recent international legislation. Valuable insights are supplied by a selection of leading experts in the field, complete with results from reproducible research, supported by source code and further information available at an associated website. Topics and features: reviews the latest developments in PAD for fingerprint biometrics, covering optical coherence tomography (OCT) technology, and issues of interoperability; examines methods for PAD in iris recognition systems, and the application of stimulated pupillary light reflex for this purpose; discusses advancements in PAD methods for face recognition-based biometrics, such as research on 3D facial masks and remote photoplethysmography (rPPG); presents a survey of PAD for automatic speaker recognition (ASV), including the use of convolutional neural networks (CNNs), and an overview of relevant databases; describes the results yielded by key competitions on fingerprint liveness detection, iris liveness detection, and software-based face anti-spoofing; provides analyses of PAD in fingervein recognition, online handwritten signature verification, and in biometric technologies on mobile devicesincludes coverage of international standards, the E.U. PSDII and GDPR directives, and on different perspectives on presentation attack evaluation. This text/reference is essential reading for anyone involved in biometric identity verification, be they students, researchers, practitioners, engineers, or technology consultants. Those new to the field will also benefit from a number of introductory chapters, outlining the basics for the most important biometrics.

2019-02-16

Optical Lithography: Here is Why

This book is aimed at new and experienced engineers, technology managers, and senior technicians who want to enrich their understanding of the image formation physics of a lithographic system. Readers will gain knowledge of the basic equations and constants that drive optical lithography, learn the basics of exposure systems and image formation, and come away with a full understanding of system components, processing, and optimization. Readers will also get a primer on the outlook of optical lithography and the many next-generation technologies that may greatly enhance semiconductor manufacturing in the near future. Topics include: - Exposure Systems - Image Formation - The Meter of Lithography - Components in Optical Lithography - Processing and Optimization - Immersion Lithography - Outlook for optical lithography

2019-02-09

Lithography [semiconductor mfg]

Lithography, the fundamental fabrication process of semiconductor devices, is playing a critical role in micro- and nano-fabrications and the revolution in high density integrated circuits. Traditional optical lithography (photolithography) including contact and project photolithography has contributed significantly to the semiconductor device advancements. As the resolution requirement increases for fabrication of finer and smaller components and devices, the technological dependence on photolithography becomes a serious problem since the photolithography resolution is restricted by the diffraction limitation of optics. Reducing the light wavelength from blue to near ultraviolet (UV) and to deep UV is expected to improve the photolithography resolution, but it is far not enough to catch up with the pace in resolution demand in integrated circuit fabrication. To overcome the limitation of photolithography, several advanced lithography techniques have emerged including maskless laser direct write lithography to eliminate the needs of photo masks, gray-scale lithography to increase the aspect ratio of the lithographic features, immersion lithography to increase the numerical aperture of the focusing optics and thus the resolution, and lithographic techniques based on further reducing wavelengths for better resolution such as extreme ultraviolet (EUV) lithography and X-ray lithography. The uses of particle waves like electrons and ion beams have resulted in high resolution electron beam (E-beam) lithography and ion beam lithography. Besides these wave and beam based lithographic techniques, there are also direct contact lithography such as soft lithography using soft molding and nanoimprint lithography with extremely high resolution. The plasmonic lithography is now in the horizon. This book is the result of inspirations and contributions from many researchers worldwide. Although the inclusion of the book chapters may not be a complete representation of all lithographic arts, it does represent a good collection of contributions in this field. We hope readers will enjoy reading the book as much as we have enjoyed bringing the book together. We would like to thank all contributors and authors of book chapters who entrusted us with their best work. We also acknowledge the great effort of people who had invested their time in reviewing manuscripts and revision updates. Each lithographic technique has its advantages and limitations. The conventional photolithography is not discussed here due to its technological maturity. This book begins with maskless, gray-scale, and immersion lithography since they are most close to the conventional photolithography in terms of resolution. Laser nonlinear lithography with capability of non-flat surface fabrication and character projection lithography are also included in this chapter. Further chapters present discussion on objective lens, resist materials and processing, and optical proximity correction.

2019-02-09

Principles of Lithography, Third Edition (SPIE Press Monograph, Vol. PM198)

The publication of Principles of Lithography, Third Edition just five years after the previous edition is evidence of the quickly changing and exciting nature of lithography as applied to the production of integrated circuits and other micro- and nanoscale devices. This text is intended to serve as an introduction to the science of microlithography, but also covers several subjects in depth, making it useful to the experienced lithographer as well. Topics directly related to manufacturing tools are addressed, including overlay, the stages of exposure, tools, and light sources. This updated edition reflects recent advances in technology, including the shift of immersion lithography from development into volume manufacturing, and the movement of EUV lithography from the lab to development pilot lines. New references and homework problems are included. It is expected that the reader of this book will have a foundation in basic physics and chemistry. No topics will require knowledge of mathematics beyond elementary calculus.

2019-02-09

Coaxial Lithography

This thesis focuses on the electrochemical synthesis of multi-segmented nanowires. In contrast to previous work, which was largely limited to one-dimensional modifications, Tuncay Ozel presents a technique, termed coaxial Lithography (COAL), which allows for the synthesis of coaxial nanowires in a parallel fashion with sub-10 nanometer resolution in both the axial and radial dimensions. This work has significantly expanded current synthetic capabilities with respect to materials generality and the ability to tailor two-dimensional growth in the formation of core-shell structures. These developments have enabled fundamental and applied studies which were not previously possible. The COAL technique will increase the capabilities of many researchers who are interested in studying light-matter interactions, nanoparticle assembly, solution-dispersible nanoparticles and labels, semiconductor device physics and nanowire biomimetic probe preparation. The methodology and results presented in this thesis appeal to researchers in nanomaterial synthesis, plasmonics, biology, photovoltaics, and photocatalysis.

2019-02-09

Reinforcement learning合集

this file contains:Advanced Deep Learning with Keras_ Apply deep learning techniques, autoencoders, GANs, variational autoencoders, deep reinforcement learning, policy gradients, and more (2018, Packt Publishing.pdf Deep Reinforcement Learning for Wireless Networks (2019, Springer International Publishing).pdf Deep Reinforcement Learning Hands-On_ Apply modern RL methods, with deep Q-networks, value iteration, policy gradients, TRPO, AlphaGo Zero and more.pdf Hands-On Reinforcement Learning with Python_ Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow (2018, Packt Publishing).epub Hands-On Reinforcement Learning with Python_ Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow (2018, Packt Publishing).pdf Keras Reinforcement Learning Projects (2018, Packt Publishing).epub Keras Reinforcement Learning Projects (2018, Packt Publishing).pdf Practical Reinforcement Learning Develop self-evolving, intelligent agents with OpenAI Gym, Python and Java.pdf Python Reinforcement Learning Projects - 2018.pdf Reinforcement Learning for Optimal Feedback Control (2018, Springer International Publishing).pdf Reinforcement Learning with TensorFlow_ A beginner’s guide to designing self-learning systems with TensorFlow and OpenAI Gym (2018, Packt Publishing).pdf Reinforcement Learning _ With Open AI, TensorFlow and Keras Using Python-Apress (2018).pdf Reinforcement Learning_ An Introduction (2018, The MIT Press).pdf Simulation-Based Optimization_ Parametric Optimization Techniques and Reinforcement Learning (2015, Springer US).pdf Statistics for Machine Learning_ Techniques for exploring supervised, unsupervised, and reinforcement learning models with Python and R-Packt Publishing (2017).pdf Tensorflow for Deep Learning_ From Linear Regression to Reinforcement Learning (2018, O'Reilly Media).pdf

2019-04-25

机器学习合集201904

this file contains:Ensemble Machine Learning Cookbook - 2019.pdf Hands-On Artificial Intelligence for IoT - 2019.pdf Home Automation with Raspberry Pi_ Projects Using Google Home, Amazon Echo, and Other Intelligent Personal Assistants (2019, McGraw-Hill Education).pdf Intelligent Projects Using Python - 2019.pdf Machine Learning and AI for Healthcare. Big Data for improved Health Outcomes (2019, Apress).pdf Practical Machine Learning and Image Processing - 2019.pdf Practical Python AI Projects.pdf Practical Recommender Systems (2019, Manning Publications).pdf Python Artificial Intelligence Projects for Beginners_ Get up and running with Artificial Intelligence using 8 smart and exciting AI applications (2018, Packt Publishing).pdf Python Machine Learning Blueprints 2nd - 2019.pdf Python Reinforcement Learning Projects - 2018.pdf Python Robotics Projects_ Build smart and collaborative robots using Python (2018, Packt Publishing).pdf Python_ Beginner’s Guide to Artificial Intelligence (2018, Packt Publishing).epub Python_ Beginner’s Guide to Artificial Intelligence (2018, Packt Publishing).pdf Pytorch Recipes_ A Problem-Solution Approach (2019, Apress).pdf Simple Machine Learning for Programmers - 2018.pdf TensorFlow 2 Machine Learning Cookbook (2018, Packt).epub TensorFlow 2 Machine Learning Cookbook (2018, Packt).pdf

2019-04-15

Zabbix Enterprise Network Monitoring Made Easy PacktPub (2017)

Nowadays, monitoring systems play a crucial role in any IT environment. They are extensively used to not only measure your system's performance, but also to forecast capacity issues. This is where Zabbix, one of the most popular monitoring solutions for networks and applications, comes into the picture. With an efficient monitoring system in place, you'll be able to foresee when your infrastructure runs under capacity and react accordingly. Due to the critical role a monitoring system plays, it is fundamental to implement it in the best way from its initial setup. This avoids misleading, confusing, or, even worse, false alarms that can disrupt an efficient and healthy IT department.

2019-04-15

mathematica合集

this file contains:A Mathematica Primer for Physicists-CRC Press (2018).pdf An Elementary Introduction to the Wolfram Language 2ed.pdf An Engineer's guide to Mathematica.pdf An Introduction to Programming with mma.pdf Classical Mechanics with Mathematica?-Birkh?user (2018).pdf CRC standard curves and surfaces with Mathematica-CRC Press (2016).pdf Dynamical Systems with Applications Using Mathematica.pdf Essentials of Programming in Mathematica.pdf Foundations of Fluid Mechanics with Applications Problem Solving Using Mathematica.pdf Geographical Models with Mathematica- ISTE Press - Elsevier (2017).pdf Geometric Optics_ Theory and Design of Astronomical Optical Systems Using Mathematica.pdf Group Theory in Solid State Physics and Photonics Problem Solving with Mathematica.pdf Groups and Manifolds_ Lectures for Physicists with Examples in Mathematica (2017, de Gruyter).pdf HANDS-ON START TO WOLFRAM 2016.pdf Introduction to mma with Applications.pdf Irreducibility and Computational Equivalence 10 Years After Wolfram's A New Kind of Science.pdf Mathematica Beyond Mathematics. The Wolfram Language in the Real World.pdf Mathematica by Example 5 Edition-Academic Press (2017).pdf Mathematica介绍及数学建模中的应用.pdf mma for Bioinformatics. A Wolfram Language Approach to Omics-Springer (2018).pdf Molecular Physical Chemistry_ A Computer-based Approach using Mathematica? and Gaussian-Springer International Publishing (2017).pdf Raspbian OS Programming with the Raspberry Pi_ IoT Projects with Wolfram, Mathematica, and Scratch-Apress (2019).pdf Schaum's Outline of Mathematica and the wolfram language.pdf

2019-04-13

Schaum's Outline of Mathematica and the wolfram language 2019

This book is designed to help students and professionals who use mathematics in their daily routine learn Mathematica®, a computer system designed to perform complex mathematical calculations. My approach is simple: learn by example. Along with easy to read descriptions of the most widely used commands, I have included a collection of over 750 examples and solved problems, each specifically designed to illustrate an important feature of the Mathematica software. No attempt has been made to discuss all the capabilities of Mathematica. As this is a book designed for first-time users at the undergraduate level, I have included those commands and options that are most commonly used in algebra, trigonometry, calculus, differential equations, and linear algebra. Most examples and solved problems are short and to the point. Comments have been included, where appropriate, to clarify what might be confusing to the reader. The reader is encouraged not only to replicate the output shown in the text, but to make modifications and investigate the resulting effect upon the output. I have found this to be the most effective way to learn the syntax and capabilities of this truly unique program. Over the years Mathematica has undergone a significant number of changes. This third edition incorporates all the changes in the command descriptions, examples, and solved problems. In addition, a comprehensive list of commands used in the book together with their descriptions is conveniently located in the appendix. The first three chapters serve as an introduction to the syntax and style of Mathematica. The structure of the remainder of the book is such that the reader need only be concerned with those chapters of interest to him or her. If, on occasion, a command is encountered that has been discussed in a previous chapter, the index may be used to conveniently locate the command’s description. Without a doubt you will be impressed with Mathematica’s capabilities. It is my sincere hope that you will use the power built into this software to investigate the wonders of mathematics in a way that would have been impossible just a few years ago.

2019-04-12

Natural Language Processing with PyTorch_ Build Intelligent Language App

This book aims to bring newcomers to natural language processing (NLP) and deep learning to a tasting table covering important topics in both areas. Both of these subject areas are growing exponentially. As it introduces both deep learning and NLP with an emphasis on implementation, this book occupies an important middle ground. While writing the book, we had to make difficult, and sometimes uncomfortable, choices on what material to leave out. For a beginner reader, we hope the book will provide a strong foundation in the basics and a glimpse of what is possible. Machine learning, and deep learning in particular, is an experiential discipline, as opposed to an intellectual science. The generous endtoend code examples in each chapter invite you to partake in that experience. When we began working on the book, we started with PyTorch 0.2. The examples were revised with each PyTorch update from 0.2 to 0.4. P yTorch 1.0 is due to release around when this book comes out. The code examples in the book are PyTorch 0.4–compliant and should work as they are with the upcoming PyTorch 1.0 release. A note regarding the style of the book. We have intentionally avoided mathematics in most places, not because deep learning math is particularly difficult (it is not), but because it is a distraction in many situations from the main goal of this book—to empower the beginner learner. Likewise, in many cases, both in code and text, we have favored exposition over succinctness. Advanced readers and experienced programmers will likely see ways to tighten up the code and so on, but our choice was to be as explicit as possible so as to reach the broadest of the audience that we want to reach.

2019-04-12

Autonomous Control for a Reliable Internet of Services

This open access book was prepared as a Final Publication of the COST Action IC1304 “Autonomous Control for a Reliable Internet of Services (ACROSS)”. The book contains 14 chapters and constitutes a show-case of the main outcome of the Action in line with its scientific goals. It will serve as a valuable reference for undergraduate and post-graduate students, educators, faculty members, researchers, engineers, and research strategists working in this field. The explosive growth of the Internet has fundamentally changed the global society. The emergence of concepts like SOA, SaaS, PaaS, IaaS, NaaS, and Cloud Computing in general has catalyzed the migration from the information-oriented Internet into an Internet of Services (IoS). This has opened up virtually unbounded possibilities for the creation of new and innovative services that facilitate business processes and improve the quality of life. However, this also calls for new approaches to ensuring the quality and reliability of these services. The objective of this book is, by applying a systematic approach, to assess the state-of-the-art and consolidate the main research results achieved in this area.

2019-02-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除