Author: Rino Micheloni
Publisher: Springer Nature
ISBN: 303103841X
Category : Technology & Engineering
Languages : en
Pages : 178
Book Description
This book presents the basics of both NAND flash storage and machine learning, detailing the storage problems the latter can help to solve. At a first sight, machine learning and non-volatile memories seem very far away from each other. Machine learning implies mathematics, algorithms and a lot of computation; non-volatile memories are solid-state devices used to store information, having the amazing capability of retaining the information even without power supply. This book will help the reader understand how these two worlds can work together, bringing a lot of value to each other. In particular, the book covers two main fields of application: analog neural networks (NNs) and solid-state drives (SSDs). After reviewing the basics of machine learning in Chapter 1, Chapter 2 shows how neural networks can mimic the human brain; to accomplish this result, neural networks have to perform a specific computation called vector-by-matrix (VbM) multiplication, which is particularly power hungry. In the digital domain, VbM is implemented by means of logic gates which dictate both the area occupation and the power consumption; the combination of the two poses serious challenges to the hardware scalability, thus limiting the size of the neural network itself, especially in terms of the number of processable inputs and outputs. Non-volatile memories (phase change memories in Chapter 3, resistive memories in Chapter 4, and 3D flash memories in Chapter 5 and Chapter 6) enable the analog implementation of the VbM (also called “neuromorphic architecture”), which can easily beat the equivalent digital implementation in terms of both speed and energy consumption. SSDs and flash memories are strictly coupled together; as 3D flash scales, there is a significant amount of work that has to be done in order to optimize the overall performances of SSDs. Machine learning has emerged as a viable solution in many stages of this process. After introducing the main flash reliability issues, Chapter 7 shows both supervised and un-supervised machine learning techniques that can be applied to NAND. In addition, Chapter 7 deals with algorithms and techniques for a pro-active reliability management of SSDs. Last but not least, the last section of Chapter 7 discusses the next challenge for machine learning in the context of the so-called computational storage. No doubt that machine learning and non-volatile memories can help each other, but we are just at the beginning of the journey; this book helps researchers understand the basics of each field by providing real application examples, hopefully, providing a good starting point for the next level of development.
Machine Learning and Non-volatile Memories
Author: Rino Micheloni
Publisher: Springer Nature
ISBN: 303103841X
Category : Technology & Engineering
Languages : en
Pages : 178
Book Description
This book presents the basics of both NAND flash storage and machine learning, detailing the storage problems the latter can help to solve. At a first sight, machine learning and non-volatile memories seem very far away from each other. Machine learning implies mathematics, algorithms and a lot of computation; non-volatile memories are solid-state devices used to store information, having the amazing capability of retaining the information even without power supply. This book will help the reader understand how these two worlds can work together, bringing a lot of value to each other. In particular, the book covers two main fields of application: analog neural networks (NNs) and solid-state drives (SSDs). After reviewing the basics of machine learning in Chapter 1, Chapter 2 shows how neural networks can mimic the human brain; to accomplish this result, neural networks have to perform a specific computation called vector-by-matrix (VbM) multiplication, which is particularly power hungry. In the digital domain, VbM is implemented by means of logic gates which dictate both the area occupation and the power consumption; the combination of the two poses serious challenges to the hardware scalability, thus limiting the size of the neural network itself, especially in terms of the number of processable inputs and outputs. Non-volatile memories (phase change memories in Chapter 3, resistive memories in Chapter 4, and 3D flash memories in Chapter 5 and Chapter 6) enable the analog implementation of the VbM (also called “neuromorphic architecture”), which can easily beat the equivalent digital implementation in terms of both speed and energy consumption. SSDs and flash memories are strictly coupled together; as 3D flash scales, there is a significant amount of work that has to be done in order to optimize the overall performances of SSDs. Machine learning has emerged as a viable solution in many stages of this process. After introducing the main flash reliability issues, Chapter 7 shows both supervised and un-supervised machine learning techniques that can be applied to NAND. In addition, Chapter 7 deals with algorithms and techniques for a pro-active reliability management of SSDs. Last but not least, the last section of Chapter 7 discusses the next challenge for machine learning in the context of the so-called computational storage. No doubt that machine learning and non-volatile memories can help each other, but we are just at the beginning of the journey; this book helps researchers understand the basics of each field by providing real application examples, hopefully, providing a good starting point for the next level of development.
Publisher: Springer Nature
ISBN: 303103841X
Category : Technology & Engineering
Languages : en
Pages : 178
Book Description
This book presents the basics of both NAND flash storage and machine learning, detailing the storage problems the latter can help to solve. At a first sight, machine learning and non-volatile memories seem very far away from each other. Machine learning implies mathematics, algorithms and a lot of computation; non-volatile memories are solid-state devices used to store information, having the amazing capability of retaining the information even without power supply. This book will help the reader understand how these two worlds can work together, bringing a lot of value to each other. In particular, the book covers two main fields of application: analog neural networks (NNs) and solid-state drives (SSDs). After reviewing the basics of machine learning in Chapter 1, Chapter 2 shows how neural networks can mimic the human brain; to accomplish this result, neural networks have to perform a specific computation called vector-by-matrix (VbM) multiplication, which is particularly power hungry. In the digital domain, VbM is implemented by means of logic gates which dictate both the area occupation and the power consumption; the combination of the two poses serious challenges to the hardware scalability, thus limiting the size of the neural network itself, especially in terms of the number of processable inputs and outputs. Non-volatile memories (phase change memories in Chapter 3, resistive memories in Chapter 4, and 3D flash memories in Chapter 5 and Chapter 6) enable the analog implementation of the VbM (also called “neuromorphic architecture”), which can easily beat the equivalent digital implementation in terms of both speed and energy consumption. SSDs and flash memories are strictly coupled together; as 3D flash scales, there is a significant amount of work that has to be done in order to optimize the overall performances of SSDs. Machine learning has emerged as a viable solution in many stages of this process. After introducing the main flash reliability issues, Chapter 7 shows both supervised and un-supervised machine learning techniques that can be applied to NAND. In addition, Chapter 7 deals with algorithms and techniques for a pro-active reliability management of SSDs. Last but not least, the last section of Chapter 7 discusses the next challenge for machine learning in the context of the so-called computational storage. No doubt that machine learning and non-volatile memories can help each other, but we are just at the beginning of the journey; this book helps researchers understand the basics of each field by providing real application examples, hopefully, providing a good starting point for the next level of development.
Non-Volatile Memory Database Management Systems
Author: Joy Arulraj
Publisher: Morgan & Claypool Publishers
ISBN: 1681734850
Category : Computers
Languages : en
Pages : 193
Book Description
This book explores the implications of non-volatile memory (NVM) for database management systems (DBMSs). The advent of NVM will fundamentally change the dichotomy between volatile memory and durable storage in DBMSs. These new NVM devices are almost as fast as volatile memory, but all writes to them are persistent even after power loss. Existing DBMSs are unable to take full advantage of this technology because their internal architectures are predicated on the assumption that memory is volatile. With NVM, many of the components of legacy DBMSs are unnecessary and will degrade the performance of data-intensive applications. We present the design and implementation of DBMS architectures that are explicitly tailored for NVM. The book focuses on three aspects of a DBMS: (1) logging and recovery, (2) storage and buffer management, and (3) indexing. First, we present a logging and recovery protocol that enables the DBMS to support near-instantaneous recovery. Second, we propose a storage engine architecture and buffer management policy that leverages the durability and byte-addressability properties of NVM to reduce data duplication and data migration. Third, the book presents the design of a range index tailored for NVM that is latch-free yet simple to implement. All together, the work described in this book illustrates that rethinking the fundamental algorithms and data structures employed in a DBMS for NVM improves performance and availability, reduces operational cost, and simplifies software development.
Publisher: Morgan & Claypool Publishers
ISBN: 1681734850
Category : Computers
Languages : en
Pages : 193
Book Description
This book explores the implications of non-volatile memory (NVM) for database management systems (DBMSs). The advent of NVM will fundamentally change the dichotomy between volatile memory and durable storage in DBMSs. These new NVM devices are almost as fast as volatile memory, but all writes to them are persistent even after power loss. Existing DBMSs are unable to take full advantage of this technology because their internal architectures are predicated on the assumption that memory is volatile. With NVM, many of the components of legacy DBMSs are unnecessary and will degrade the performance of data-intensive applications. We present the design and implementation of DBMS architectures that are explicitly tailored for NVM. The book focuses on three aspects of a DBMS: (1) logging and recovery, (2) storage and buffer management, and (3) indexing. First, we present a logging and recovery protocol that enables the DBMS to support near-instantaneous recovery. Second, we propose a storage engine architecture and buffer management policy that leverages the durability and byte-addressability properties of NVM to reduce data duplication and data migration. Third, the book presents the design of a range index tailored for NVM that is latch-free yet simple to implement. All together, the work described in this book illustrates that rethinking the fundamental algorithms and data structures employed in a DBMS for NVM improves performance and availability, reduces operational cost, and simplifies software development.
Machine Learning under Resource Constraints - Fundamentals
Author: Katharina Morik
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 3110786125
Category : Science
Languages : en
Pages : 542
Book Description
Machine Learning under Resource Constraints addresses novel machine learning algorithms that are challenged by high-throughput data, by high dimensions, or by complex structures of the data in three volumes. Resource constraints are given by the relation between the demands for processing the data and the capacity of the computing machinery. The resources are runtime, memory, communication, and energy. Hence, modern computer architectures play a significant role. Novel machine learning algorithms are optimized with regard to minimal resource consumption. Moreover, learned predictions are executed on diverse architectures to save resources. It provides a comprehensive overview of the novel approaches to machine learning research that consider resource constraints, as well as the application of the described methods in various domains of science and engineering. Volume 1 establishes the foundations of this new field. It goes through all the steps from data collection, their summary and clustering, to the different aspects of resource-aware learning, i.e., hardware, memory, energy, and communication awareness. Several machine learning methods are inspected with respect to their resource requirements and how to enhance their scalability on diverse computing architectures ranging from embedded systems to large computing clusters.
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 3110786125
Category : Science
Languages : en
Pages : 542
Book Description
Machine Learning under Resource Constraints addresses novel machine learning algorithms that are challenged by high-throughput data, by high dimensions, or by complex structures of the data in three volumes. Resource constraints are given by the relation between the demands for processing the data and the capacity of the computing machinery. The resources are runtime, memory, communication, and energy. Hence, modern computer architectures play a significant role. Novel machine learning algorithms are optimized with regard to minimal resource consumption. Moreover, learned predictions are executed on diverse architectures to save resources. It provides a comprehensive overview of the novel approaches to machine learning research that consider resource constraints, as well as the application of the described methods in various domains of science and engineering. Volume 1 establishes the foundations of this new field. It goes through all the steps from data collection, their summary and clustering, to the different aspects of resource-aware learning, i.e., hardware, memory, energy, and communication awareness. Several machine learning methods are inspected with respect to their resource requirements and how to enhance their scalability on diverse computing architectures ranging from embedded systems to large computing clusters.
AI for Computer Architecture
Author: Lizhong Chen
Publisher: Springer Nature
ISBN: 3031017706
Category : Technology & Engineering
Languages : en
Pages : 124
Book Description
Artificial intelligence has already enabled pivotal advances in diverse fields, yet its impact on computer architecture has only just begun. In particular, recent work has explored broader application to the design, optimization, and simulation of computer architecture. Notably, machine-learning-based strategies often surpass prior state-of-the-art analytical, heuristic, and human-expert approaches. This book reviews the application of machine learning in system-wide simulation and run-time optimization, and in many individual components such as caches/memories, branch predictors, networks-on-chip, and GPUs. The book further analyzes current practice to highlight useful design strategies and identify areas for future work, based on optimized implementation strategies, opportune extensions to existing work, and ambitious long term possibilities. Taken together, these strategies and techniques present a promising future for increasingly automated computer architecture designs.
Publisher: Springer Nature
ISBN: 3031017706
Category : Technology & Engineering
Languages : en
Pages : 124
Book Description
Artificial intelligence has already enabled pivotal advances in diverse fields, yet its impact on computer architecture has only just begun. In particular, recent work has explored broader application to the design, optimization, and simulation of computer architecture. Notably, machine-learning-based strategies often surpass prior state-of-the-art analytical, heuristic, and human-expert approaches. This book reviews the application of machine learning in system-wide simulation and run-time optimization, and in many individual components such as caches/memories, branch predictors, networks-on-chip, and GPUs. The book further analyzes current practice to highlight useful design strategies and identify areas for future work, based on optimized implementation strategies, opportune extensions to existing work, and ambitious long term possibilities. Taken together, these strategies and techniques present a promising future for increasingly automated computer architecture designs.
Selected Topics in Biomedical Circuits and Systems
Author: Minkyu Je
Publisher: CRC Press
ISBN: 1000797112
Category : Science
Languages : en
Pages : 133
Book Description
Integrated circuits and microsystems play a vital role in a variety of biomedical applications including life-saving/changing miniature medical devices, surgical procedures with less invasiveness and morbidity, low-cost preventive healthcare solutions for daily life, solutions for effective chronic disease management, point-of-care diagnosis for early disease detection, high-throughput bio sequencing and drug screening and groundbreaking brain-machine interfaces based on a deep understanding of human intelligence. In response to such strong demands for biomedical circuits and systems, a considerable amount of effort has been devoted to the research and development in this area, both by industry and academia, over recent years. This book, which belongs to the “Tutorials in Circuits and Systems” series, provides readers with an overview of new developments in the field of biomedical circuits and systems. It covers basic information about system-level and circuit-level requirements, operation principles, key factors of considerations, and design/implementation techniques, as well as recent advances in integrated circuits and microsystems for emerging biomedical applications. Technical topics covered in this book include: Biomedical Microsystem Integration; Biomedical Sensor Interface Circuits; Neural Stimulation Circuits; Wireless Power Transfer Circuits for Biomedical Microsystems; Artificial Intelligence Processors for Biomedical Circuits and Systems; Neuro-Inspired Computing and Neuromorphic Processors for Biomedical Circuits and Systems. This book is ideal for personnel in medical devices and biomedical engineering industries as well as academic staff and postgraduate/research students in biomedical circuits and systems.
Publisher: CRC Press
ISBN: 1000797112
Category : Science
Languages : en
Pages : 133
Book Description
Integrated circuits and microsystems play a vital role in a variety of biomedical applications including life-saving/changing miniature medical devices, surgical procedures with less invasiveness and morbidity, low-cost preventive healthcare solutions for daily life, solutions for effective chronic disease management, point-of-care diagnosis for early disease detection, high-throughput bio sequencing and drug screening and groundbreaking brain-machine interfaces based on a deep understanding of human intelligence. In response to such strong demands for biomedical circuits and systems, a considerable amount of effort has been devoted to the research and development in this area, both by industry and academia, over recent years. This book, which belongs to the “Tutorials in Circuits and Systems” series, provides readers with an overview of new developments in the field of biomedical circuits and systems. It covers basic information about system-level and circuit-level requirements, operation principles, key factors of considerations, and design/implementation techniques, as well as recent advances in integrated circuits and microsystems for emerging biomedical applications. Technical topics covered in this book include: Biomedical Microsystem Integration; Biomedical Sensor Interface Circuits; Neural Stimulation Circuits; Wireless Power Transfer Circuits for Biomedical Microsystems; Artificial Intelligence Processors for Biomedical Circuits and Systems; Neuro-Inspired Computing and Neuromorphic Processors for Biomedical Circuits and Systems. This book is ideal for personnel in medical devices and biomedical engineering industries as well as academic staff and postgraduate/research students in biomedical circuits and systems.
Navigating Computer Systems Architecture
Author: Barrett Williams
Publisher: Barrett Williams
ISBN:
Category : Computers
Languages : en
Pages : 119
Book Description
Unlock the mysteries of computer systems architecture with "Navigating Computer Systems Architecture," an essential eBook for anyone eager to delve into the intricacies of computing. This comprehensive guide offers a detailed roadmap through the dynamic landscape of computer architecture, making complex concepts accessible and engaging. Start your journey with a foundational understanding in Chapter 1, where the historical evolution of system architectures unfolds, setting the stage for what’s to come. From there, dive into the core components of computer organization, uncovering the interplay between processor, memory, and I/O systems. As you progress, the essentials of digital logic and datapath design come to life, complete with a practical case study on ALU design. Explore the fundamental principles of Instruction Set Architecture (ISA) and gain a deep appreciation for its role in computing. Discover the fascinating world of x86 ISA and RISC architecture, analyzing their distinctive features and benefits. Get equipped to understand pipeline architecture and the challenges of superscalar and VLIW designs, laying the groundwork for mastering advanced performance technologies. Memory management moves into the spotlight in subsequent chapters, revealing the intricacies of cache design, virtual memory systems, and cutting-edge trends in cache architecture. Investigate the evolution and mechanics of multiprocessor and multicore systems, and learn the core principles of secure system design. As the world moves toward energy efficiency and green computing, explore strategies for low-power design and the integration of GPUs into modern systems. Finally, peer into the future with emerging trends like quantum and neuromorphic computing. Concluding with reflections on bridging theory with real-world applications, this eBook empowers readers with the knowledge to navigate the ever-evolving landscape of computer systems architecture. Whether you’re a seasoned professional or an enthusiastic learner, this guide is your gateway to mastering the art and science of computer systems.
Publisher: Barrett Williams
ISBN:
Category : Computers
Languages : en
Pages : 119
Book Description
Unlock the mysteries of computer systems architecture with "Navigating Computer Systems Architecture," an essential eBook for anyone eager to delve into the intricacies of computing. This comprehensive guide offers a detailed roadmap through the dynamic landscape of computer architecture, making complex concepts accessible and engaging. Start your journey with a foundational understanding in Chapter 1, where the historical evolution of system architectures unfolds, setting the stage for what’s to come. From there, dive into the core components of computer organization, uncovering the interplay between processor, memory, and I/O systems. As you progress, the essentials of digital logic and datapath design come to life, complete with a practical case study on ALU design. Explore the fundamental principles of Instruction Set Architecture (ISA) and gain a deep appreciation for its role in computing. Discover the fascinating world of x86 ISA and RISC architecture, analyzing their distinctive features and benefits. Get equipped to understand pipeline architecture and the challenges of superscalar and VLIW designs, laying the groundwork for mastering advanced performance technologies. Memory management moves into the spotlight in subsequent chapters, revealing the intricacies of cache design, virtual memory systems, and cutting-edge trends in cache architecture. Investigate the evolution and mechanics of multiprocessor and multicore systems, and learn the core principles of secure system design. As the world moves toward energy efficiency and green computing, explore strategies for low-power design and the integration of GPUs into modern systems. Finally, peer into the future with emerging trends like quantum and neuromorphic computing. Concluding with reflections on bridging theory with real-world applications, this eBook empowers readers with the knowledge to navigate the ever-evolving landscape of computer systems architecture. Whether you’re a seasoned professional or an enthusiastic learner, this guide is your gateway to mastering the art and science of computer systems.
Emerging Technologies and Systems for Biologically Plausible Implementations of Neural Functions
Author: Erika Covi
Publisher: Frontiers Media SA
ISBN: 2889760006
Category : Science
Languages : en
Pages : 244
Book Description
Publisher: Frontiers Media SA
ISBN: 2889760006
Category : Science
Languages : en
Pages : 244
Book Description
Machine Learning Algorithms for Industrial Applications
Author: Santosh Kumar Das
Publisher: Springer Nature
ISBN: 303050641X
Category : Technology & Engineering
Languages : en
Pages : 321
Book Description
This book explores several problems and their solutions regarding data analysis and prediction for industrial applications. Machine learning is a prominent topic in modern industries: its influence can be felt in many aspects of everyday life, as the world rapidly embraces big data and data analytics. Accordingly, there is a pressing need for novel and innovative algorithms to help us find effective solutions in industrial application areas such as media, healthcare, travel, finance, and retail. In all of these areas, data is the crucial parameter, and the main key to unlocking the value of industry. The book presents a range of intelligent algorithms that can be used to filter useful information in the above-mentioned application areas and efficiently solve particular problems. Its main objective is to raise awareness for this important field among students, researchers, and industrial practitioners.
Publisher: Springer Nature
ISBN: 303050641X
Category : Technology & Engineering
Languages : en
Pages : 321
Book Description
This book explores several problems and their solutions regarding data analysis and prediction for industrial applications. Machine learning is a prominent topic in modern industries: its influence can be felt in many aspects of everyday life, as the world rapidly embraces big data and data analytics. Accordingly, there is a pressing need for novel and innovative algorithms to help us find effective solutions in industrial application areas such as media, healthcare, travel, finance, and retail. In all of these areas, data is the crucial parameter, and the main key to unlocking the value of industry. The book presents a range of intelligent algorithms that can be used to filter useful information in the above-mentioned application areas and efficiently solve particular problems. Its main objective is to raise awareness for this important field among students, researchers, and industrial practitioners.
Learning in Energy-Efficient Neuromorphic Computing: Algorithm and Architecture Co-Design
Author: Nan Zheng
Publisher: John Wiley & Sons
ISBN: 1119507383
Category : Computers
Languages : en
Pages : 296
Book Description
Explains current co-design and co-optimization methodologies for building hardware neural networks and algorithms for machine learning applications This book focuses on how to build energy-efficient hardware for neural networks with learning capabilities—and provides co-design and co-optimization methodologies for building hardware neural networks that can learn. Presenting a complete picture from high-level algorithm to low-level implementation details, Learning in Energy-Efficient Neuromorphic Computing: Algorithm and Architecture Co-Design also covers many fundamentals and essentials in neural networks (e.g., deep learning), as well as hardware implementation of neural networks. The book begins with an overview of neural networks. It then discusses algorithms for utilizing and training rate-based artificial neural networks. Next comes an introduction to various options for executing neural networks, ranging from general-purpose processors to specialized hardware, from digital accelerator to analog accelerator. A design example on building energy-efficient accelerator for adaptive dynamic programming with neural networks is also presented. An examination of fundamental concepts and popular learning algorithms for spiking neural networks follows that, along with a look at the hardware for spiking neural networks. Then comes a chapter offering readers three design examples (two of which are based on conventional CMOS, and one on emerging nanotechnology) to implement the learning algorithm found in the previous chapter. The book concludes with an outlook on the future of neural network hardware. Includes cross-layer survey of hardware accelerators for neuromorphic algorithms Covers the co-design of architecture and algorithms with emerging devices for much-improved computing efficiency Focuses on the co-design of algorithms and hardware, which is especially critical for using emerging devices, such as traditional memristors or diffusive memristors, for neuromorphic computing Learning in Energy-Efficient Neuromorphic Computing: Algorithm and Architecture Co-Design is an ideal resource for researchers, scientists, software engineers, and hardware engineers dealing with the ever-increasing requirement on power consumption and response time. It is also excellent for teaching and training undergraduate and graduate students about the latest generation neural networks with powerful learning capabilities.
Publisher: John Wiley & Sons
ISBN: 1119507383
Category : Computers
Languages : en
Pages : 296
Book Description
Explains current co-design and co-optimization methodologies for building hardware neural networks and algorithms for machine learning applications This book focuses on how to build energy-efficient hardware for neural networks with learning capabilities—and provides co-design and co-optimization methodologies for building hardware neural networks that can learn. Presenting a complete picture from high-level algorithm to low-level implementation details, Learning in Energy-Efficient Neuromorphic Computing: Algorithm and Architecture Co-Design also covers many fundamentals and essentials in neural networks (e.g., deep learning), as well as hardware implementation of neural networks. The book begins with an overview of neural networks. It then discusses algorithms for utilizing and training rate-based artificial neural networks. Next comes an introduction to various options for executing neural networks, ranging from general-purpose processors to specialized hardware, from digital accelerator to analog accelerator. A design example on building energy-efficient accelerator for adaptive dynamic programming with neural networks is also presented. An examination of fundamental concepts and popular learning algorithms for spiking neural networks follows that, along with a look at the hardware for spiking neural networks. Then comes a chapter offering readers three design examples (two of which are based on conventional CMOS, and one on emerging nanotechnology) to implement the learning algorithm found in the previous chapter. The book concludes with an outlook on the future of neural network hardware. Includes cross-layer survey of hardware accelerators for neuromorphic algorithms Covers the co-design of architecture and algorithms with emerging devices for much-improved computing efficiency Focuses on the co-design of algorithms and hardware, which is especially critical for using emerging devices, such as traditional memristors or diffusive memristors, for neuromorphic computing Learning in Energy-Efficient Neuromorphic Computing: Algorithm and Architecture Co-Design is an ideal resource for researchers, scientists, software engineers, and hardware engineers dealing with the ever-increasing requirement on power consumption and response time. It is also excellent for teaching and training undergraduate and graduate students about the latest generation neural networks with powerful learning capabilities.
Embedded Machine Learning for Cyber-Physical, IoT, and Edge Computing
Author: Sudeep Pasricha
Publisher: Springer Nature
ISBN: 303119568X
Category : Technology & Engineering
Languages : en
Pages : 418
Book Description
This book presents recent advances towards the goal of enabling efficient implementation of machine learning models on resource-constrained systems, covering different application domains. The focus is on presenting interesting and new use cases of applying machine learning to innovative application domains, exploring the efficient hardware design of efficient machine learning accelerators, memory optimization techniques, illustrating model compression and neural architecture search techniques for energy-efficient and fast execution on resource-constrained hardware platforms, and understanding hardware-software codesign techniques for achieving even greater energy, reliability, and performance benefits.
Publisher: Springer Nature
ISBN: 303119568X
Category : Technology & Engineering
Languages : en
Pages : 418
Book Description
This book presents recent advances towards the goal of enabling efficient implementation of machine learning models on resource-constrained systems, covering different application domains. The focus is on presenting interesting and new use cases of applying machine learning to innovative application domains, exploring the efficient hardware design of efficient machine learning accelerators, memory optimization techniques, illustrating model compression and neural architecture search techniques for energy-efficient and fast execution on resource-constrained hardware platforms, and understanding hardware-software codesign techniques for achieving even greater energy, reliability, and performance benefits.