Get a solid grasp of the principles behind quantum algorithms and optimization with minimal mathematical prerequisites
Learn the process of implementing the algorithms on simulators and actual quantum computers
Solve real-world problems using practical examples of methods
Description
This book provides deep coverage of modern quantum algorithms that can be used to solve real-world problems. You’ll be introduced to quantum computing using a hands-on approach with minimal prerequisites.
You’ll discover many algorithms, tools, and methods to model optimization problems with the QUBO and Ising formalisms, and you will find out how to solve optimization problems with quantum annealing, QAOA, Grover Adaptive Search (GAS), and VQE. This book also shows you how to train quantum machine learning models, such as quantum support vector machines, quantum neural networks, and quantum generative adversarial networks. The book takes a straightforward path to help you learn about quantum algorithms, illustrating them with code that’s ready to be run on quantum simulators and actual quantum computers. You’ll also learn how to utilize programming frameworks such as IBM’s Qiskit, Xanadu’s PennyLane, and D-Wave’s Leap.
Through reading this book, you will not only build a solid foundation of the fundamentals of quantum computing, but you will also become familiar with a wide variety of modern quantum algorithms. Moreover, this book will give you the programming skills that will enable you to start applying quantum methods to solve practical problems right away.
Who is this book for?
This book is for professionals from a wide variety of backgrounds, including computer scientists and programmers, engineers, physicists, chemists, and mathematicians. Basic knowledge of linear algebra and some programming skills (for instance, in Python) are assumed, although all mathematical prerequisites will be covered in the appendices.
What you will learn
Review the basics of quantum computing
Gain a solid understanding of modern quantum algorithms
Understand how to formulate optimization problems with QUBO
Solve optimization problems with quantum annealing, QAOA, GAS, and VQE
Find out how to create quantum machine learning models
Explore how quantum support vector machines and quantum neural networks work using Qiskit and PennyLane
Discover how to implement hybrid architectures using Qiskit and PennyLane and its PyTorch interface
Libro che unisce i modelli di ottimizzazione (con una buona base teorica) al Quantum Computing.
Valido.
Feefo Verified review
TinyMay 11, 2023
5
Wow, just wow, a great book providing invaluable data. For those seeking any reference to convert quantum equations into code, test classically, and then run on a quantum computer, this is the book. “A Practical Guide to Quantum Machine Learning and Quantum Optimization” (Packt, 2023) by Elias Combarro and Samuel Gozalez-Castillo more than lives up to the promise. For each chapter, the book provides the quantum theory, and then the practical application, supplemented with in-step exercises to keep up with the material. If your math skills are a little weak, don’t worry, the full set of appendices provides quick references to get up to speed. The book appears in three relevant sections, an intro to quantum circuits, deeply analyzing practical quantum algorithms, and integrating quantum computing into machine learning tools. This is a must-read for anyone with even a partial interest in quantum computing and a must-have desk reference for those actively involved in this exciting field.The first section is relatively brief, and if you are familiar with quantum computing, you can probably skipthese two chapters. However, it provides an excellent history of quantum, an introduction to using quantum circuits, and the tools provided during the book. This section relates to Appendix D, describing how to install and use the various tools required. This starts the integration between the appendices as background and the details throughout the book. The section finishes by discussing the various IDE options for writing quantum code and where that code can actually be run across quantum computers. One missing element was it does not discuss the options to use AWS Braket which I mentioned in a previous review. Section two is the meat of the book and the real brain challenge. The authors look at five different quantum algorithms (Quadratic Unconstrained Binary Operators (QUBO), Adiabatic Quantum Computing, Quantum Approximate Optimization Algorithm (QAOA), Grover Adaptive Search (GAS), and the Variational Quantum Eigensolver). If those names left you a little behind, don’t worry. Each chapter starts with the explanation and theory behind the algorithm, use-cases, and then moves into the coding approach. Each chapter takes a detailed look at either Qiskit or Pennylane, depending on which works best, and then moves to describe that one thoroughly. The other option receives a brief explanation but is sufficient to start. An important reminder for this mid-section is the concept of NP problems where N is a number, and P is polynomial time. This presents NP as the class of problems for which exists a polynomial time verifier and one of the largest open quantum problems proving that P is not equal to NP. Moving on, NP-hard problems occur if every problem in NP is poly-time reducible. NP-complete occurs where every problem is present in NP and every problem is reducible to it. These definitions occur repeatedly throughout the book. One other important consideration is how quantum can help accelerate some problems, for example, in the GAS theorem, to find data satisfying specific conditions in unsorted data, a classical computer requires a minimum of N/2 operations while quantum computing requires √N operations, a massive decrease. The third section then converts those algorithms into practical ML applications. It begins with a review of how to establish ML processes and the changes to be expected. The biggest challenge is first converting classical data into quantum-relevant terms and then measuring them at the end. After working through Vector Support Machines and neural networks, the chapter on Generative Adversarial Networks(GAN) is great. The GAN process is where one sets an initial machine to review data and produce new data similar to what it has learned. The discriminator then uses the original dataset to determine if the new data is sufficient. Multiple competing algorithms, how could you ask for anything more? The one drawback to the book is it is primarily a reference rather than a true guide. It highlights all the required material to be able to function in a quantum computing space but does not show you what you should be looking for with your particular use case. This is a strength and a shortcoming. As a reference, this is key material to make sure the solutions you implement are appropriate or to help discriminate once you have a problem. If you don’t know what you want to do with quantum computing, this may not help you get there but that definitely does not undermine the book’s value. Overall, “A Practical Guide to Quantum Machine Learning and Quantum Optimization” (Packt, 2023) by Elias Combarro and Samuel Gozalez-Castillo is one of the best I’ve read recently on this challenging field. It presents all the required detail, and if not always easy to understand, the appendices rapidly bring you up to speed. I recommend the e-version as searching to connect the terms between chapters was frequently helpful as well. Each chapter also presents a set of exercises to make sure one can follow along accurately. The code samples are convenient, and always included with outputs, and jumping between different providers helps ensure you understand the process and not just the particular implementation. I recommend to anyone with even a passing interest in quantum computing and as a key desk reference for those who deal with these issues on a daily basis. A must-read.
Amazon Verified review
AadiMay 01, 2023
5
What sets this book apart is its emphasis on practical applications. The authors provide numerous examples and code snippets to demonstrate how quantum algorithms can be used to solve real-world problems. They also discuss the current limitations of quantum computing and offer guidance on how to overcome these limitations.The writing is clear and concise, making the material accessible to both beginners and experts. The book is well-organized, with each chapter building upon the previous one, and the authors do an excellent job summarizing the key takeaways at the end of each chapter.
Amazon Verified review
GauriJul 05, 2023
5
This book offers an in-depth understanding of concepts related to ML, Quantum Computing, and Optimization. As a prior graduate student myself, I found the information related to QC frameworks and quantum gates useful as it explains the working principles of different models related to these concepts.
Elías F. Combarro holds degrees from the University of Oviedo (Spain) in both Mathematics (1997, award for second highest grades in the country) and Computer Science (2002, award for highest grades in the country). After some research stays at the Novosibirsk State University (Russia), he obtained a Ph.D. in Mathematics (Oviedo, 2001) with a dissertation on the properties of some computable predicates under the supervision of Prof. Andrey Morozov and Prof. Consuelo Martínez.
Since 2009, Elías F. Combarro has been an associate professor at the Computer Science Department of the University of Oviedo. He has published more than 50 research papers in international journals on topics such as Computability Theory, Machine Learning, Fuzzy Measures and Computational Algebra. His current research focuses on the application Quantum Computing to algebraic, optimisation and machine learning problems.
From July 2020 to January 2021, he was a Cooperation Associate at CERN openlab. Currently, he is the Spain representative in the Advisory Board of CERN Quantum Technology Initiative, a member of the Advisory Board of SheQuantum and one of the founders of the QSpain, a quantum computing think tank based in Spain.
Samuel González-Castillo holds degrees from the University of Oviedo (Spain) in both Mathematics and Physics (2021). He is currently a mathematics research student at the National University of Ireland, Maynooth, where he works as a graduate teaching assistant.
He completed his physics bachelor thesis under the supervision of Prof. Elías F. Combarro and Prof. Ignacio F. Rúa (University of Oviedo), and Dr. Sofia Vallecorsa (CERN). In it, he worked alongside other researchers from ETH Zürich on the application of Quantum Machine Learning to classification problems in High Energy Physis. In 2021, he was a summer student at CERN developing a benchmarking framework for quantum simulators. He has contributed to several conferences on quantum computing.
Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.
If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.
Please Note: Packt eBooks are non-returnable and non-refundable.
Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:
You may make copies of your eBook for your own use onto any machine
You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website?
If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:
Register on our website using your email address and the password.
Search for the title by name or ISBN using the search option.
Select the title you want to purchase.
Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title.
Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook?
If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
To view your account details or to download a new copy of the book go to www.packtpub.com/account
Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.
You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.
What are the benefits of eBooks?
You can get the information you need immediately
You can easily take them with you on a laptop
You can download them an unlimited number of times
You can print them out
They are copy-paste enabled
They are searchable
There is no password protection
They are lower price than print
They save resources and space
What is an eBook?
Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.
When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.
For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.