35,99 €
With their combined expertise spanning cutting-edge AI product development at industry giants such as Walmart, Adobe, Samsung, and Arista Networks, Lakshya and Subhajoy provide real-world insights into the transformative world of graph neural networks (GNNs).
This book demystifies GNNs, guiding you from foundational concepts to advanced techniques and real-world applications. You’ll see how graph data structures power today’s interconnected world, why specialized deep learning approaches are essential, and how to address challenges with existing methods. You’ll start by dissecting early graph representation techniques such as DeepWalk and node2vec. From there, the book takes you through popular GNN architectures, covering graph convolutional and attention networks, autoencoder models, LLMs, and technologies such as retrieval augmented generation on graph data. With a strong theoretical grounding, you’ll seamlessly navigate practical implementations, mastering the critical topics of scalability, interpretability, and application domains such as NLP, recommendations, and computer vision.
By the end of this book, you’ll have mastered the underlying ideas and practical coding skills needed to innovate beyond current methods and gained strategic insights into the future of GNN technologies.
Das E-Book können Sie in Legimi-Apps oder einer beliebigen App lesen, die das folgende Format unterstützen:
Seitenzahl: 339
Veröffentlichungsjahr: 2024
Applied Deep Learning on Graphs
Leverage graph data for business applications using specialized deep learning architectures
Lakshya Khandelwal
Subhajoy Das
Copyright © 2024 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
Group Product Manager: Niranjan Naikwadi
Publishing Product Manager: Yasir Ali Khan
Book Project Manager: Aparna Nair
Senior Editor: Paridhi Agarwal
Technical Editor: Seemanjay Ameriya
Copy Editor: Safis Editing
Proofreader: Paridhi Agarwal
Indexer: Manju Arasan
Production Designers: Jyoti Kadam and Alishon Falcon
DevRel Marketing Coordinator: Vinishka Kalra
First published: December 2024
Production reference: 1121224
Published by Packt Publishing Ltd.
Grosvenor House
11 St Paul’s Square
Birmingham
B3 1RB, UK
ISBN 978-1-83588-596-3
www.packtpub.com
To my beloved parents, Ravi and Preeti, whose sacrifices helped me become who I am today. My deepest gratitude to my wife, Deblina, whose unwavering support and patience made those countless late nights of writing possible. Special thanks to my brother, Rahul, whose guidance has been my compass through the years, and Arushi, my sister-in-law, along with my precious eight-month-old niece, Nehal, whose smiles and laughter brought joy during this challenging journey. Your collective love, support, and encouragement made this book a reality.
– Lakshya Khandelwal
Lakshya Khandelwal holds a bachelor’s and master’s degree from IIT Kanpur in mathematics and computer science and has 8+ years of experience in building scalable machine learning products for multiple tech giants. He has worked as a lead ML engineer with Samsung, building natural language intelligence for the very first version of Bixby. He has also worked as a data scientist with Adobe, developing search bid optimization solutions as part of the advertising cloud suite for major enterprises across the globe. In addition, he has led natural language and forecasting initiatives at Walmart, building next-generation AI products for millions of customers. Lakshya currently leads AI for AirMDR, building agentic AI for the cybersecurity domain.
Subhajoy Das is a staff data scientist with 7 years of experience under his belt. He graduated from IIT Kharagpur with a bachelor’s and master’s degree in mathematics and computing. Since then, he has worked in organizations at varying stages of growth: from fast-growing e-commerce start-ups such as Meesho to behemoths such as Adobe. He has driven several pivotal features in every company he has worked in, including building an end-to-end recommendation system for the Meesho app and curating interesting advertising using reinforcement learning-based optimizations in Adobe Advertising. He is currently working at Arista Networks, building AI-driven apps that are responsible for the cybersecurity of several Fortune 500 companies.
Sumit Dahiya is a seasoned cybersecurity specialist and solution architect with a focus on cloud security, identity and access management, and digital transformation. With more than 18 years of experience, he spearheads extensive security projects and digital transformation initiatives and is renowned for developing industry-leading solutions and leading multinational teams. He has experience with safe system architecture, microservices, and open-source technologies. Sumit mentors people in the fields of architecture and cybersecurity and has contributed to several papers and conferences. He wants to express his gratitude to his mentors, family, and friends for their constant encouragement and support along his journey.
Humashankar Vellathur Jaganathan is the principal engineering manager at CGI and a BCS Fellow. He is an esteemed mentor and key strategic adviser for Hubspot and Lucid Software; as a leader, he possesses a unique ability to strategize and think on his feet. His publications include “Mortgage-based securities data hybrid encryption for financial data analysis” in the International Journal of Electronic Security and Digital Forensics.
I would like to extend special thanks to my mentor, Prakash Murugesan, a distinguished engineer at Verizon, and Imran Ur Rehman, a senior project manager at Capgemini, for their expert guidance and valuable input.
Ashish Kumar is an AI and data science innovator with over 8 years of experience, specializing in scalable, real-time AI solutions. He holds an integrated MTech in mathematics and computing from IIT Delhi (2016). Ashish’s groundbreaking work includes the development of a bidding algorithm for low-impression keywords within Adobe Advertising Cloud, for which he earned a U.S. patent. Recently, Ashish mastered large language models, successfully delivering a project for profile generation. He has served as a judge in Microsoft’s hackathon, further demonstrating his expertise and leadership in AI. His work is marked by a proven ability to drive impactful, innovative solutions across complex, high-stakes applications.
In the first part of the book, you will get an overview of the fundamental concepts of graph learning, including basic definitions, real-world applications, and core representation techniques. You will learn about the essential building blocks needed to understand graph-based machine learning, practical use cases across industries, and various methods for representing graph data in machine learning contexts.
This part has the following chapters:
Chapter 1, Introduction to Graph LearningChapter 2, Graph Learning in the Real WorldChapter 3, Graph Representation Learning