Generative AI in Action

Generative AI in Action
Author :
Publisher : Simon and Schuster
Total Pages : 462
Release :
ISBN-10 : 9781633436947
ISBN-13 : 1633436942
Rating : 4/5 (47 Downloads)

Synopsis Generative AI in Action by : Amit Bahree

Generative AI can transform your business by streamlining the process of creating text, images, and code. This book will show you how to get in on the action! Generative AI in Action is the comprehensive and concrete guide to generative AI you’ve been searching for. It introduces both AI’s fundamental principles and its practical applications in an enterprise context—from generating text and images for product catalogs and marketing campaigns, to technical reporting, and even writing software. Inside, author Amit Bahree shares his experience leading Generative AI projects at Microsoft for nearly a decade, starting well before the current GPT revolution. Inside Generative AI in Action you will find: • A practical overview of of generative AI applications • Architectural patterns, integration guidance, and best practices for generative AI • The latest techniques like RAG, prompt engineering, and multi-modality • The challenges and risks of generative AI like hallucinations and jailbreaks • How to integrate generative AI into your business and IT strategy Generative AI in Action is full of real-world use cases for generative AI, showing you where and how to start integrating this powerful technology into your products and workflows. You’ll benefit from tried-and-tested implementation advice, as well as application architectures to deploy GenAI in production at enterprise scale. Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology In controlled environments, deep learning systems routinely surpass humans in reading comprehension, image recognition, and language understanding. Large Language Models (LLMs) can deliver similar results in text and image generation and predictive reasoning. Outside the lab, though, generative AI can both impress and fail spectacularly. So how do you get the results you want? Keep reading! About the book Generative AI in Action presents concrete examples, insights, and techniques for using LLMs and other modern AI technologies successfully and safely. In it, you’ll find practical approaches for incorporating AI into marketing, software development, business report generation, data storytelling, and other typically-human tasks. You’ll explore the emerging patterns for GenAI apps, master best practices for prompt engineering, and learn how to address hallucination, high operating costs, the rapid pace of change and other common problems. What's inside • Best practices for deploying Generative AI apps • Production-quality RAG • Adapting GenAI models to your specific domain About the reader For enterprise architects, developers, and data scientists interested in upgrading their architectures with generative AI. About the author Amit Bahree is Principal Group Product Manager for the Azure AI engineering team at Microsoft. The technical editor on this book was Wee Hyong Tok. Table of Contents Part 1 1 Introduction to generative AI 2 Introduction to large language models 3 Working through an API: Generating text 4 From pixels to pictures: Generating images 5 What else can AI generate? Part 2 6 Guide to prompt engineering 7 Retrieval-augmented generation: The secret weapon 8 Chatting with your data 9 Tailoring models with model adaptation and fine-tuning Part 3 10 Application architecture for generative AI apps 11 Scaling up: Best practices for production deployment 12 Evaluations and benchmarks 13 Guide to ethical GenAI: Principles, practices, and pitfalls A The book’s GitHub repository B Responsible AI tools

Machine Learning Engineering in Action

Machine Learning Engineering in Action
Author :
Publisher : Simon and Schuster
Total Pages : 879
Release :
ISBN-10 : 9781638356585
ISBN-13 : 1638356580
Rating : 4/5 (85 Downloads)

Synopsis Machine Learning Engineering in Action by : Ben Wilson

Field-tested tips, tricks, and design patterns for building machine learning projects that are deployable, maintainable, and secure from concept to production. In Machine Learning Engineering in Action, you will learn: Evaluating data science problems to find the most effective solution Scoping a machine learning project for usage expectations and budget Process techniques that minimize wasted effort and speed up production Assessing a project using standardized prototyping work and statistical validation Choosing the right technologies and tools for your project Making your codebase more understandable, maintainable, and testable Automating your troubleshooting and logging practices Ferrying a machine learning project from your data science team to your end users is no easy task. Machine Learning Engineering in Action will help you make it simple. Inside, you'll find fantastic advice from veteran industry expert Ben Wilson, Principal Resident Solutions Architect at Databricks. Ben introduces his personal toolbox of techniques for building deployable and maintainable production machine learning systems. You'll learn the importance of Agile methodologies for fast prototyping and conferring with stakeholders, while developing a new appreciation for the importance of planning. Adopting well-established software development standards will help you deliver better code management, and make it easier to test, scale, and even reuse your machine learning code. Every method is explained in a friendly, peer-to-peer style and illustrated with production-ready source code. About the technology Deliver maximum performance from your models and data. This collection of reproducible techniques will help you build stable data pipelines, efficient application workflows, and maintainable models every time. Based on decades of good software engineering practice, machine learning engineering ensures your ML systems are resilient, adaptable, and perform in production. About the book Machine Learning Engineering in Action teaches you core principles and practices for designing, building, and delivering successful machine learning projects. You'll discover software engineering techniques like conducting experiments on your prototypes and implementing modular design that result in resilient architectures and consistent cross-team communication. Based on the author's extensive experience, every method in this book has been used to solve real-world projects. What's inside Scoping a machine learning project for usage expectations and budget Choosing the right technologies for your design Making your codebase more understandable, maintainable, and testable Automating your troubleshooting and logging practices About the reader For data scientists who know machine learning and the basics of object-oriented programming. About the author Ben Wilson is Principal Resident Solutions Architect at Databricks, where he developed the Databricks Labs AutoML project, and is an MLflow committer.

Generative AI Business Applications

Generative AI Business Applications
Author :
Publisher : TinyTechMedia LLC
Total Pages : 60
Release :
ISBN-10 : 9798989337866
ISBN-13 :
Rating : 4/5 (66 Downloads)

Synopsis Generative AI Business Applications by : David E. Sweenor

Within the past year, generative AI has broken barriers and transformed how we think about what computers are truly capable of. But, with the marketing hype and generative AI washing of content, it’s increasingly difficult for business leaders and practitioners to go beyond the art of the possible and answer that critical question–how is generative AI actually being used in organizations? With over 70 real-world case studies and applications across 12 different industries and 11 departments, Generative AI Business Applications: An Executive Guide with Real-Life Examples and Case Studies fills a critical knowledge gap for business leaders and practitioners by providing examples of generative AI in action. Diving into the case studies, this TinyTechGuide discusses AI risks, implementation considerations, generative AI operations, AI ethics, and trustworthy AI. The world is transforming before our very eyes. Don’t get left behind—while understanding the powers and perils of generative AI. Full of use cases and real-world applications, this book is designed for business leaders, tech professionals, and IT teams. We provide practical, jargon-free explanations of generative AI's transformative power. Gain a competitive edge in today's marketplace with Generative AI Business Applications: An Executive Guide with Real-Life Examples and Case Studies. Remember, it's not the tech that's tiny, just the book!™

GANs in Action

GANs in Action
Author :
Publisher : Simon and Schuster
Total Pages : 367
Release :
ISBN-10 : 9781638354239
ISBN-13 : 1638354235
Rating : 4/5 (39 Downloads)

Synopsis GANs in Action by : Vladimir Bok

Deep learning systems have gotten really great at identifying patterns in text, images, and video. But applications that create realistic images, natural sentences and paragraphs, or native-quality translations have proven elusive. Generative Adversarial Networks, or GANs, offer a promising solution to these challenges by pairing two competing neural networks' one that generates content and the other that rejects samples that are of poor quality. GANs in Action: Deep learning with Generative Adversarial Networks teaches you how to build and train your own generative adversarial networks. First, you'll get an introduction to generative modelling and how GANs work, along with an overview of their potential uses. Then, you'll start building your own simple adversarial system, as you explore the foundation of GAN architecture: the generator and discriminator networks. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

The AI Revolution in Project Management

The AI Revolution in Project Management
Author :
Publisher : Sams Publishing
Total Pages : 420
Release :
ISBN-10 : 9780138297329
ISBN-13 : 0138297320
Rating : 4/5 (29 Downloads)

Synopsis The AI Revolution in Project Management by : Vijay Kanabar

In a world where technology is rapidly evolving, the fusion of project management and artificial intelligence stands at the forefront of innovation. The AI Revolution in Project Management delves deep into the transformative power of generative AI tools that promise to reshape industries, and revolutionize how we manage projects. Whether you're looking to build dynamic teams using AI, choose a project development approach, or monitor project performance, this book has got you covered. Each chapter provides insightful narratives and includes a supplemental Technical Guide that provides tips on using the AI technology. With case studies and prompts, the dialogues showcase AI in action, from stakeholder engagement to risk management. Dive in with experts who’ve spent countless hours using these AI tools in project scenarios to offer a transparent view into generative AI-driven project management. In this book you'll learn: How to create prompts that generate meaningful and actionable insights tailored for your projects When to use AI to enhance decision-making, super-charge productivity, and elevate overall project efficiency Which generative AI models and plug-ins to use for specific project scenarios, ensuring seamless integration and maximum efficiency "AI is not just a buzzword; it’s a tool reshaping how we manage projects and engage with stakeholders." - From the Foreward by Ricardo Viana Vargas, Ph.D. Ricardo is an experienced leader in global operations, project management, business transformation, and crisis management. As founder and managing director of Macrosolutions, a consulting firm with international operations in energy, infrastructure, IT, oil, and finance, he managed more than $20 billion in international projects in the past 25 years. Update As AI products continue to evolve, information published in this book may change. Please note that as of February 2024, there is a name change for Bing Chat and Bard Chat. Microsoft Bing Chat is now Copilot: https://copilot.microsoft.com/. Google Bard is now Gemini: https://gemini.google.com/.

Generative AI: From Buzzword to Business Value

Generative AI: From Buzzword to Business Value
Author :
Publisher : Anand Vemula
Total Pages : 45
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Synopsis Generative AI: From Buzzword to Business Value by : Anand Vemula

Unveiling the Power of Generative AI: A Guide to Unleashing Creativity and Driving Business Transformation (approx. 350 words) Are you curious about the potential of generative AI to revolutionize the world around you? This book offers a comprehensive exploration of this transformative technology, guiding you through its inner workings, exploring its diverse applications, and examining its potential impact on businesses and society. Part 1: Unveiling the Generative AI Landscape provides a foundational understanding. You'll delve into different generative model architectures, like GANs and VAEs, and discover how they're trained to create never-before-seen data. The chapter on evaluation metrics equips you to assess the quality and performance of generated content. Part 2: Generative AI in Action dives into the exciting world of creative applications. Explore how generative AI is used to produce human-quality text, from crafting engaging marketing copy to composing poems or even code. We'll journey into the visual realm, where AI is creating photorealistic images, applying artistic styles, and even generating realistic videos. You'll also discover how generative AI is pushing boundaries in music composition, scientific research, and even product design. Part 3: Business Value of Generative AI explores how this technology is transforming businesses. We'll identify high-value use cases across various industries, from streamlining content creation and product development to personalizing customer experiences. Discover how generative models can optimize business processes, automate repetitive tasks, and generate valuable data insights. The book emphasizes the importance of a human-centered approach, ensuring that AI complements and amplifies human creativity and decision-making.

The Executive Guide to Artificial Intelligence

The Executive Guide to Artificial Intelligence
Author :
Publisher : Springer
Total Pages : 187
Release :
ISBN-10 : 9783319638201
ISBN-13 : 3319638203
Rating : 4/5 (01 Downloads)

Synopsis The Executive Guide to Artificial Intelligence by : Andrew Burgess

This book takes a pragmatic and hype–free approach to explaining artificial intelligence and how it can be utilised by businesses today. At the core of the book is a framework, developed by the author, which describes in non–technical language the eight core capabilities of Artificial Intelligence (AI). Each of these capabilities, ranging from image recognition, through natural language processing, to prediction, is explained using real–life examples and how they can be applied in a business environment. It will include interviews with executives who have successfully implemented AI as well as CEOs from AI vendors and consultancies. AI is one of the most talked about technologies in business today. It has the ability to deliver step–change benefits to organisations and enables forward–thinking CEOs to rethink their business models or create completely new businesses. But most of the real value of AI is hidden behind marketing hyperbole, confusing terminology, inflated expectations and dire warnings of ‘robot overlords’. Any business executive that wants to know how to exploit AI in their business today is left confused and frustrated. As an advisor in Artificial Intelligence, Andrew Burgess regularly comes face–to–face with business executives who are struggling to cut through the hype that surrounds AI. The knowledge and experience he has gained in advising them, as well as working as a strategic advisor to AI vendors and consultancies, has provided him with the skills to help business executives understand what AI is and how they can exploit its many benefits. Through the distilled knowledge included in this book business leaders will be able to take full advantage of this most disruptive of technologies and create substantial competitive advantage for their companies.

AI Unraveled - Master GPT-x, Gemini, Generative AI, LLMs, Prompt Engineering: A simplified Guide For Everyday Users

AI Unraveled - Master GPT-x, Gemini, Generative AI, LLMs, Prompt Engineering: A simplified Guide For Everyday Users
Author :
Publisher : Etienne Noumen
Total Pages : 147
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Synopsis AI Unraveled - Master GPT-x, Gemini, Generative AI, LLMs, Prompt Engineering: A simplified Guide For Everyday Users by : Etienne Noumen

Dive into the revolutionary world of Artificial Intelligence with 'AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence'. This comprehensive guide is your portal to understanding AI's most intricate concepts and cutting-edge developments. Whether you're a curious beginner or an AI enthusiast, this book is tailored to unveil the complexities of AI in a simple, accessible manner. What's Inside: Fundamental AI Concepts: Journey through the basics of AI, machine learning, deep learning, and neural networks. AI in Action: Explore how AI is reshaping industries and society, diving into its applications in computer vision, natural language processing, and beyond. Ethical AI: Tackle critical issues like AI ethics and bias, understanding the moral implications of AI advancements. Industry Insights: Gain insights into how AI is revolutionizing industries and impacting our daily lives. The Future of AI: Forecast the exciting possibilities and challenges that lie ahead in the AI landscape. Special Focus on Generative AI & LLMs: Latest AI Trends: Stay updated with the latest in AI, including ChatGPT, Google Bard, GPT-4, Gemini, and more. Interactive Quizzes: Test your knowledge with engaging quizzes on Generative AI and Large Language Models (LLMs). Practical Guides: Master GPT-4 with a simplified guide, delve into advanced prompt engineering, and explore the nuances of temperature settings in AI. Real-World Applications: Learn how to leverage AI in various sectors, from healthcare to cybersecurity, and even explore its potential in areas like aging research and brain implants. For the AI Enthusiast: Prompt Engineering: Uncover secrets to crafting effective prompts for ChatGPT/Google Bard. AI Career Insights: Explore lucrative career paths in AI, including roles like AI Prompt Engineers. AI Investment Guide: Navigate the world of AI stocks and investment opportunities. Your Guide to Navigating AI: Do-It-Yourself Tutorials: From building custom ChatGPT applications to running LLMs locally, this book offers step-by-step guides. AI for Everyday Use: Learn how AI can assist in weight loss, social media, and more. 'AI Unraveled' is more than just a book; it's a resource for anyone looking to grasp the complexities of AI and its impact on our world. Get ready to embark on an enlightening journey into the realm of Artificial Intelligence!" More Topics Covered: Artificial Intelligence, Machine Learning, Deep Learning, NLP, AI Ethics, Robotics, Cognitive Computing, ChatGPT, OpenAI, Google Bard, Generative AI, LLMs, AI in Healthcare, AI Investments, and much more. GPT-4 vs Gemini: Pros and Cons Mastering GPT-4: Simplified Guide For everyday Users Advance Prompt Engineering Techniques: [Single Prompt Technique, Zero-Shot and Few-Shot, Zero-Shot and Few-Shot, Generated Knowledge Prompting, EmotionPrompt, Chain of Density (CoD), Chain of Thought (CoT), Validation of LLMs Responses, Chain of Verification (CoVe), Agents - The Frontier of Prompt Engineering, Prompt Chaining vs Agents, Tree of Thought (ToT), ReAct (Reasoning + Act), ReWOO (Reasoning WithOut Observation), Reflexion and Self-Reflection, Guardrails, RAIL (Reliable AI Markup Language), Guardrails AI, NeMo Guardrails] Understanding Temperature in GPT-4: A Guide to AI Probability and Creativity Retrieval-Augmented Generation (RAG) model in the context of Large Language Models (LLMs) like GPT-4 Prompt Ideas for ChatGPT/Google Bard How to Run ChatGPT-like LLMs Locally on Your Computer in 3 Easy Steps ChatGPT Custom Instructions Settings for Power Users Examples of bad and good ChatGPT prompts Top 5 Beginner Mistakes in Prompt Engineering Use ChatGPT like a PRO Prompt template for learning any skill Prompt Engineering for ChatGPT The Future of LLMs in Search What is Explainable AI? Which industries are meant for XAI? ChatGPT Best Tips, Cheat Sheet LLMs Utilize Vector DB for Data Storage The Limitation Technique in Prompt Responses Use ChatGPT to learn new subjects Prompts to proofread anything Topics: Artificial Intelligence Education Machine Learning Deep Learning Reinforcement Learning Neural networks Data science AI ethics Deepmind Robotics Natural language processing Intelligent agents Cognitive computing AI Apps AI impact AI Tech ChatGPT Open AI Safe AI Generative AI Discriminative AI Sam Altman Google Bard NVDIA Large Language Models (LLMs) PALM GPT Explainable AI GPUs AI Stocks AI Podcast Q* AI Certification AI Quiz RAG How to access the AI Unraveled print and audiobook: Amazon print book: https://amzn.to/3xvCfWR Audible at Amazon : https://www.audible.com/pd/B0BXMJ7FK5/?source_code=AUDFPWS0223189MWT-BK-ACX0-343437&ref=acx_bty_BK_ACX0_343437_rh_us (Use Promo code: 37YT3B5UYUYZW) Audiobook at Google: https://play.google.com/store/audiobooks/details?id=AQAAAEAihFTEZM Amazon eBook: https://amzn.to/3KbshkO Google eBook: https://play.google.com/store/books/details?id=oySuEAAAQBAJ Apple eBook: http://books.apple.com/us/book/id6445730691

The Promise of Artificial Intelligence

The Promise of Artificial Intelligence
Author :
Publisher : MIT Press
Total Pages : 179
Release :
ISBN-10 : 9780262355216
ISBN-13 : 0262355213
Rating : 4/5 (16 Downloads)

Synopsis The Promise of Artificial Intelligence by : Brian Cantwell Smith

An argument that—despite dramatic advances in the field—artificial intelligence is nowhere near developing systems that are genuinely intelligent. In this provocative book, Brian Cantwell Smith argues that artificial intelligence is nowhere near developing systems that are genuinely intelligent. Second wave AI, machine learning, even visions of third-wave AI: none will lead to human-level intelligence and judgment, which have been honed over millennia. Recent advances in AI may be of epochal significance, but human intelligence is of a different order than even the most powerful calculative ability enabled by new computational capacities. Smith calls this AI ability “reckoning,” and argues that it does not lead to full human judgment—dispassionate, deliberative thought grounded in ethical commitment and responsible action. Taking judgment as the ultimate goal of intelligence, Smith examines the history of AI from its first-wave origins (“good old-fashioned AI,” or GOFAI) to such celebrated second-wave approaches as machine learning, paying particular attention to recent advances that have led to excitement, anxiety, and debate. He considers each AI technology's underlying assumptions, the conceptions of intelligence targeted at each stage, and the successes achieved so far. Smith unpacks the notion of intelligence itself—what sort humans have, and what sort AI aims at. Smith worries that, impressed by AI's reckoning prowess, we will shift our expectations of human intelligence. What we should do, he argues, is learn to use AI for the reckoning tasks at which it excels while we strengthen our commitment to judgment, ethics, and the world.

Generative AI for Leaders

Generative AI for Leaders
Author :
Publisher : Am Press
Total Pages : 0
Release :
ISBN-10 : 9798988475156
ISBN-13 :
Rating : 4/5 (56 Downloads)

Synopsis Generative AI for Leaders by : Amir Husain

Generative AI is our future, and with this action-filled guidebook, you can lift your organization to the next level. Presented in a language that is accessible and organized, Generative AI for Leaders covers: What Generative AI is The benefits of Generative AI (including increased productivity and new product development) The challenges of Generative AI (including bias, security, and regulation) How to develop a Generative AI strategy to help you stand out in the marketplace How to build the right team and when to seek outside help Best practice methods for training employees on Generative AI A deeper look into sequences, word embeddings, and LLMs The progress and challenges of detecting Generative AI The future of Generative AI Included is a list of 75+ concrete ideas you can implement today to begin making Generative AI work for your organization. Best-selling author of The Sentient Machine and CEO of SparkCognition, Amir Husain has covered every nuts-and-bolts detail in this ONLY comprehensive guidebook on Generative AI that you will ever need.