الصفحة 7
الصفحة 7
img

Embedded robotics : From mobile robots to autonomous vehicles with Raspberry Pi and Arduino

Presents a unique examination of mobile robots and autonomous vehicles using embedded systems, from introductory to advanced level. It is structured in four parts, dealing with Embedded Systems (processors, sensors, actuators, control, multitasking and communication), Robot Hardware (driving and walking robots, autonomous boats and planes, as well as robot manipulators), Robot Software (localization, navigation, image processing and automotive systems), and Artificial Intelligence (neural networks, genetic algorithms and deep learning). The book is organized for ease of use, with numerous figures, photographs, and worked example programs. The book is written as a text for courses in computer science, computer engineering, IT, electronics engineering, and mechatronics, as well as a guide for robot hobbyists and researchers.

img

Electromagnetic Aquametry : Electromagnetic wave interaction with water and moist substances

This book covers all aspects of Electromagnetic Aquametry. It summarizes the wide area of metrology and its applications in electromagnetic sensing of moist materials. The physical properties of water in various degrees of binding interacting with electromagnetic fields is presented by model systems. The book describes measurement methods and sensors in the frequency domain, TDR-techniques for environmental problems, methods and sensors for quality assessment of biological substances, and nuclear magnetic resonance techniques

img

Efficient Learning Machines : Theories, Concepts, and Applications for Engineers and System Designers

Machine learning techniques provide cost-effective alternatives to traditional methods for extracting underlying relationships between information and data and for predicting future events by processing existing information to train models. Efficient Learning Machines explores the major topics of machine learning, including knowledge discovery, classifications, genetic algorithms, neural networking, kernel methods, and biologically-inspired techniques.

img

Ecological Informatics : Scope, Techniques and Applications

Ecological Informatics promotes interdisciplinary research between ecology and computer science on elucidation of principles of information processing in ecosystems, ecological sustainability by informed decision making, and bio-inspired computation. The 2nd edition of the book consolidates the scope, concepts, and techniques of this newly emerging discipline by a new preface and additional chapters on cellular automata, qualitative reasoning, hybrid evolutionary algorithms and artificial neural networks. It illustrates numerous applications of Ecological Informatics for aquatic and terrestrial ecosystems, image recognition at micro- and macro-scale as well as computer hardware design.

img

Dynamical Systems, Wave-Based Computation and Neuro-Inspired Robots

This volume is a special Issue on "Dynamical Systems, Wave based computation and neuro inspired robots'^ based on a Course carried out at the CISM in Udine (Italy), the last week of September, 2003.

img

Dynamic brain : From neural spikes to behaviors ; 12th International Summer School on Neural Networks, Erice, Italy, December 5-12, 2007, Revised Lectures

The volume presents 12 thoroughly revised tutorial papers based on lectures given by leading researchers at the 12th International Summer School on Neural Networks in Erice, Italy, in December 2007.

img

Do Smart Adaptive Systems Exist? : Best Practice for Selection and Combination of Intelligent Methods

This book is intended as a reference and a guide summarising and focusing on best practices when using intelligent techniques and building systems requiring a degree of adaptation and intelligence. Another attractive feature of the book is that it brings together experts from neural network, fuzzy, machine learning, evolutionary and hybrid systems communities who will provide their views on how these different intelligent technologies have contributed and will contribute to creation of smart adaptive systems of the future.

img

Digital Human Modeling : Trends in Human Algorithms

The emerging information technologies have given rise to new human patterns in terms of both physiological and psychological interactions. Human Algorithms aim to model human forms, interactions, and dynamics in this new context.

img

Digital Fluency : Understanding the Basics of Artificial Intelligence, Blockchain Technology, Quantum Computing, and Their Applications for Digital Transformation

If you are curious about the basics of artificial intelligence, blockchain technology, and quantum computing as key enablers for digital transformation, Digital Fluency is your handy guide. The real-world applications of these cutting-edge technologies are expanding rapidly, and your daily life will continue to be affected by each of them. There is no better time than now to get started and become digitally fluent.

img

Deterministic and statistical methods in Machine Learning ; 1st International Workshop, Sheffield, UK, September 7-10, 2004. Revised Lectures

This book consitutes the refereed proceedings of the First International Workshop on Machine Learning held in Sheffield, UK, in September 2004. The 19 revised full papers presented were carefully reviewed and selected for inclusion in the book. They address all current issues in the rapidly maturing field of machine learning that aims to provide practical methods for data discovery, categorisation and modelling. The particular focus of the workshop was advanced research methods in machine learning and statistical signal processing.

img

Designing smart homes : The role of artificial intelligence

The area of smart homes is fast developing as an emergent area which attracts the synergy of several areas of science. This volume offers a collection of contributions addressing how artificial intelligence (AI), one of the core areas of computer science, can bring the growing area of smart homes to a higher level of functionality where homes can truly realize the long standing dream of proactively helping their inhabitants in an intelligent way.

img

Dendritic Neurotransmitter Release

This book presents recent developments in the neurophysiology of dendritic release of several chemical classes of transmitters in a number of different areas of the mammalian central nervous system. Once released from a neuron, these substances can act as neurotransmitters and/or neuromodulators, to autoregulate the original neuron, its synaptic inputs, and adjacent cells or, by volume transmission, to affect distant cells.

img

Deepfake detection

Recently, various techniques of manipulating the video content have become available to everyone – online, one can find free applications e.g., for face swapping in videos. Such universal accessibility carries a notable risk of flooding online content with false information, affecting not only the greats of this world, but also the whole societies, also the rapid progress in synthetic image generation and manipulation has now come to a point where it raises significant concerns for the implications towards society. It is therefore necessary to develop a verification tool that will help assess the authenticity of the videos posted on the internet. This project describes the approach of using artificial intelligence solutions to detect doctored videos.

img

Deepfake detection

The rise of large language models (LLMs) and the increasing sophistication of deepfake images have made detecting synthetic content a pressing challenge. Several approaches have been proposed to tackle this problem, including statistical analysis, and machine learning algorithms. In this project, A novel zero-shot approach is proposed that utilizes the power of LLMs to detect fake text. The pre-trained LLM is fine-tuned to enhance its ability to differentiate real and fake text. The approach uses the LLM to detect text by analyzing the log probabilities of the text. For detecting fake images, computer vision algorithms and neural networks are used to analyze facial features. The facial region is cropped and preprocessed and the neural network identifies patterns indicative of synthetic content.

img

Deep neural networks and data for automated driving : robustness, uncertainty quantification, and insights towards safety

Environment perception for highly automated driving heavily employs deep neural networks, facing many challenges. How much data do we need for training and testing? How to use synthetic data to save labeling costs for training? How do we increase robustness and decrease memory usage? For inevitably poor conditions: How do we know that the network is uncertain about its decisions? Can we understand a bit more about what actually happens inside neural networks? This leads to a very practical problem particularly for DNNs employed in automated driving: What are useful validation techniques and how about safety? This book unites the views from both academia and industry, where computer vision and machine learning meet environment perception for highly automated driving. Naturally, aspects of data, robustness, uncertainty quantification, and, last but not least, safety are at the core of it. This book is unique: In its first part, an extended survey of all the relevant aspects is provided. The second part contains the detailed technical elaboration of the various questions mentioned above.

img

Deep Learning-Based Face Analytics

Provides an overview of different deep learning-based methods for face recognition and related problems. Specifically, the authors present methods based on autoencoders, restricted Boltzmann machines, and deep convolutional neural networks for face detection, localization, tracking, recognition, etc. The authors also discuss merits and drawbacks of available approaches and identifies promising avenues of research in this rapidly evolving field.

img

Deep Learning with PyTorch Lightning : Build and train high-performance artificial intelligence and self-supervised models using Python

You’ll learn how to configure PyTorch Lightning on a cloud platform, understand the architectural components, and explore how they are configured to build various industry solutions. You’ll build a neural network architecture, deploy an application from scratch, and see how you can expand it based on your specific needs, beyond what the framework can provide. In the later chapters, you’ll also learn how to implement capabilities to build and train various models like Convolutional Neural Nets (CNN), Natural Language Processing (NLP), Time Series, Self-Supervised Learning, Semi-Supervised Learning, Generative Adversarial Network (GAN) using PyTorch Lightning.

img

Deep learning methods for converting speech to text = تقنيات التعلم العميق في تحويل الصوت إلى نص

Aims to design and develop a system capable of extracting audio content from films and audio recordings and converting it into text using deep learning techniques. This is done by analyzing audio patterns, extracting sounds and words from the video, and then converting them into written text. Deep learning, a branch of artificial intelligence, is used to accomplish this task. The study also includes comparing different deep learning techniques to determine their effectiveness in this context.

img

Deep learning for computational problems in hardware security : Modeling attacks on strong physically unclonable function circuits

Discusses a broad overview of traditional machine learning methods and state-of-the-art deep learning practices for hardware security applications, in particular the techniques of launching potent "modeling attacks" on Physically Unclonable Function (PUF) circuits, which are promising hardware security primitives. The volume is self-contained and includes a comprehensive background on PUF circuits, and the necessary mathematical foundation of traditional and advanced machine learning techniques such as support vector machines, logistic regression, neural networks, and deep learning. This book can be used as a self-learning resource for researchers and practitioners of hardware security, and will also be suitable for graduate-level courses on hardware security and application of machine learning in hardware security.

img

Deep learning architecture and application

As one of the fastest-growing topics in machine learning, deep learning algorithms have achieved unprecedented success in recent years. Novel paradigms (such as contrastive learning and few-shot learning) in deep learning and rising neural network architectures (e.g., transformer and masked autoencoder) are dramatically changing the field of data-driven algorithms. More importantly, deep learning models are redefining the next generation of industrial applications spanning image recognition, speech processing, language translation, healthcare, and other sciences. For example, recent advances in deep representation learning are allowing us to learn about protein 3D structures, which sheds new light on fundamental medicine and biology along with potentially bringing in billions of dollars (e.g., in the pharmaceutical market).

عدد النتائج بكل صفحة