Wydawca: K-i-s-publishing

1809
Ładowanie...
EBOOK

GameMaker Programming By Example. Master the development of 2D games by learning to use the powerful GameMaker Language and tools provided by the GameMaker: Studio workspace and engine!

Brian Christian, Steven Isaacs

This book is excellent resource for developers with any level of experience of GameMaker. At the start, we’ll provide an overview of the basic use of GameMaker: Studio, and show you how to set up a basic game where you handle input and collisions in a top-down perspective game.We continue on to showcase its more advanced features via six different example projects. The first example game demonstrates platforming with file I/O, followed by animation, views, and multiplayer networking. The next game illustrates AI and particle systems, while the final one will get you started with the built-in Box2D physics engine. By the end of this book, you have mastered lots of powerful techniques that can be utilized in various 2D games.

1811
Ładowanie...
EBOOK

Gamification for Product Excellence. Make your product stand out with higher user engagement, retention, and innovation

Mike Hyzy, Bret Wardle, Gabe Zichermann

Are you trying to build a product that your audience loves to use? Game mechanics and psychology have been used for decades to increase engagement, convert users to buyers, and increase audience retention. Learning when and where to implement these tools can take your product from the middle of the pack to a must-have!This book begins by helping you get a clear understanding of gamification, its key concepts, and how product managers can leverage it to drive user engagement in non-game scenarios. As you progress through the chapters, you’ll learn different gamification frameworks, mechanics, and elements with structured ways to implement them while designing a successful gamification strategy tailored to a business case. You'll get a chance to implement and test the designed strategy prototype with the users for feedback. You’ll also discover how to sell your strategy to stakeholders to get full buy-in from the top down, along with how to gamify your product development process to drive innovation, engagement, and motivation.By the end of this book, you'll be primed to harness the power of gamification, and will have benefited from proven case studies, best practices, and tips, ensuring you are well-equipped to apply gamification principles to your work as a product development professional.

1812
Ładowanie...
EBOOK

Gamification with Moodle. Use game elements in Moodle courses to build learner resilience and motivation

Natalie Denmeade

This book describes how teachers can use Gamification design within the Moodle Learning Management System. Game elements can be included in course design by using, badges, rubrics, custom grading scales, forums, and conditional activities. Moodle courses do not have to be solo-learning experiences that replicate Distance Education models. The Gamification design process starts by profiling players and creating levels of achievement towards meeting learning outcomes. Each task is defined, valued, and sequenced. Motivation loops are devised to keep the momentum going. In a gaming studio, this approach would require a team of specialists with a large budget and time frames. Preparing for a class rarely has these optimal conditions. The approach used in this book is to introduce game elements into the course design gradually. First, apply gamification to just one lesson and then build up to gamifying a series of lessons over a term. Each example will indicate the difficulty level and time investment. Try it out to see what is most effective with your learners and choose wisely in your use of technology. By the end of this book, you will be able to create Moodle courses that incorporate choice, communication,challenge, and creativity.

1813
Ładowanie...
EBOOK

Gamification with Unity 5.x. Build exhilarating gaming experiences using a wide range of game elements in Unity 5.x

Lauren S. Ferro

Are you looking at implementing gamification techniques for your business and wondering where to get a complete rundown of all the tricks and techniques? Well, you have come to the right place!This book will start right from the basics such as gameplay elements and their functionalities before gradually moving onto creating your first gamification project from scratch. You’ll be given the tools and shown how to perform various techniques for creating gamified applications in different contexts. Finally, you will implement various game elements into Unity, publish your own task management application, and get to know the best practices and approaches when designing gamified experiences.

1814
Ładowanie...
EBOOK

Generał

Patrick A. Davis

W gabinecie szefa sztabu Sił Powietrznych USA w brutalny sposób zostaje zamordowany czterogwiazdowy generał. Do wyjaśnienia tej sprawy oddelegowany zostaje podpułkownik Jensen z wydziału dochodzeniowego Sił Powietrznych. Z gabinetu generała morderca zabrał wszystkie dyskietki komputerowe oraz twardy dysk. Wszystko wskazywało też na to, że przed śmiercią ofiara poddana została torturom, stosowanym przez... północnych Wietnamczyków podczas konfliktu w Indochinach...

1815
Ładowanie...
EBOOK

Generating Creative Images With DALL-E 3. Create accurate images with effective prompting for real-world applications

Holly Picano

Unveil the extraordinary capabilities of the groundbreaking AI model, DALL-E 3, as it transforms text prompts into accurate images. This book addresses the challenge of creating meaningful images by writing prompts, guiding you step by step through creating stunning visual art regardless of your skill level.Prepare to delve deep into the inner workings of DALL-E 3's architecture and training process. With clear explanations, practical tutorials, and real-world examples that can be easily applied, you’ll unlock secrets to creating awe-inspiring AI-generated art, from fine art prints to digital designs. This book provides comprehensive insights into various lens options, camera angles, lighting techniques, and art movements, helping you integrate AI capabilities with your artistic skills. You’ll also learn to create NFTs that can be monetized and gain invaluable insights into designing compelling covers, all within the ethical boundaries of AI-generated art. And with the invaluable prompt cheat sheet by your side, you’ll hone your skills in formulating captivating prompts for diverse purposes.By the end of this book, you’ll have learned how to produce generative AI art at a rapid pace and relatively low cost and push the boundaries of imagination with DALL-E 3.

1816
Ładowanie...
EBOOK

Generative Adversarial Networks Cookbook. Over 100 recipes to build generative models using Python, TensorFlow, and Keras

Josh Kalin

Developing Generative Adversarial Networks (GANs) is a complex task, and it is often hard to find code that is easy to understand.This book leads you through eight different examples of modern GAN implementations, including CycleGAN, simGAN, DCGAN, and 2D image to 3D model generation. Each chapter contains useful recipes to build on a common architecture in Python, TensorFlow and Keras to explore increasingly difficult GAN architectures in an easy-to-read format. The book starts by covering the different types of GAN architecture to help you understand how the model works. This book also contains intuitive recipes to help you work with use cases involving DCGAN, Pix2Pix, and so on. To understand these complex applications, you will take different real-world data sets and put them to use.By the end of this book, you will be equipped to deal with the challenges and issues that you may face while working with GAN models, thanks to easy-to-follow code solutions that you can implement right away.

1817
Ładowanie...
EBOOK

Generative Adversarial Networks Projects. Build next-generation generative models using TensorFlow and Keras

Kailash Ahirwar

Generative Adversarial Networks (GANs) have the potential to build next-generation models, as they can mimic any distribution of data. Major research and development work is being undertaken in this field since it is one of the rapidly growing areas of machine learning. This book will test unsupervised techniques for training neural networks as you build seven end-to-end projects in the GAN domain.Generative Adversarial Network Projects begins by covering the concepts, tools, and libraries that you will use to build efficient projects. You will also use a variety of datasets for the different projects covered in the book. The level of complexity of the operations required increases with every chapter, helping you get to grips with using GANs. You will cover popular approaches such as 3D-GAN, DCGAN, StackGAN, and CycleGAN, and you’ll gain an understanding of the architecture and functioning of generative models through their practical implementation.By the end of this book, you will be ready to build, train, and optimize your own end-to-end GAN models at work or in your own projects.

1818
Ładowanie...
EBOOK

Generative AI Application Integration Patterns. Integrate large language models into your applications

Juan Pablo Bustos, Luis Lopez Soria, Dr....

Explore the transformative potential of GenAI in the application development lifecycle. Through concrete examples, you will go through the process of ideation and integration, understanding the tradeoffs and the decision points when integrating GenAI.With recent advances in models like Google Gemini, Anthropic Claude, DALL-E and GPT-4o, this timely resource will help you harness these technologies through proven design patterns.We then delve into the practical applications of GenAI, identifying common use cases and applying design patterns to address real-world challenges. From summarization and metadata extraction to intent classification and question answering, each chapter offers practical examples and blueprints for leveraging GenAI across diverse domains and tasks. You will learn how to fine-tune models for specific applications, progressing from basic prompting to sophisticated strategies such as retrieval augmented generation (RAG) and chain of thought.Additionally, we provide end-to-end guidance on operationalizing models, including data prep, training, deployment, and monitoring. We also focus on responsible and ethical development techniques for transparency, auditing, and governance as crucial design patterns.

1819
Ładowanie...
EBOOK

Generative AI Art. Unleash Your Creativity with Generative AI Art for Beginners

Oliver Theobald

The course introduces the basic concepts of artificial intelligence and its application in art, making it accessible even to those without a technical background. This foundation paves the way for exploring the nuances of effective prompt crafting, a critical skill for generating bespoke AI artwork.The course focuses on hands-on demonstrations with leading AI art software, including Craiyon and Midjourney, offering step-by-step guides to harness these tools effectively. Through practical examples, learners will understand how to navigate image prompts, masking techniques, framing, and lighting to enhance the visual appeal of their creations. The significance of navigating these elements is underscored, highlighting their role in achieving consistency and originality in AI-generated art.The course wraps up by delving into the remixing of popular art styles, the art of creating compelling text prompts, and the critical aspects of image rights, ethics, privacy, and originality in the digital art space. By concluding with recommended resources, learners are equipped to continue their journey in AI art, fueled by inspiration and a solid understanding of the field's possibilities and responsibilities.

1820
Ładowanie...
EBOOK

Generative AI for Cloud Solutions. Architect modern AI LLMs in secure, scalable, and ethical cloud environments

Paul Singh, Anurag Karuparti, John Maeda

Generative artificial intelligence technologies and services, including ChatGPT, are transforming our work, life, and communication landscapes. To thrive in this new era, harnessing the full potential of these technologies is crucial. Generative AI for Cloud Solutions is a comprehensive guide to understanding and using Generative AI within cloud platforms.This book covers the basics of cloud computing and Generative AI/ChatGPT, addressing scaling strategies and security concerns. With its help, you’ll be able to apply responsible AI practices and other methods such as fine-tuning, RAG, autonomous agents, LLMOps, and Assistants APIs. As you progress, you’ll learn how to design and implement secure and scalable ChatGPT solutions on the cloud, while also gaining insights into the foundations of building conversational AI, such as chatbots. This process will help you customize your AI applications to suit your specific requirements.By the end of this book, you’ll have gained a solid understanding of the capabilities of Generative AI and cloud computing, empowering you to develop efficient and ethical AI solutions for a variety of applications and services.

1821
Ładowanie...
EBOOK

Generative AI for Software Developers. Future-proof your career with AI-powered development and hands-on skills

Saurabh Shrivastava, Kamal Arora, Ashutosh Dubey, Sanjeet...

Generative AI for Software Developers is your practical guide to mastering AI-powered development and staying ahead in a fast-changing industry. Through a structured, hands-on approach, this book helps you understand, implement, and optimize Generative AI in modern software engineering. From AI-assisted coding, debugging, and documentation to testing, deployment, and system design, it equips you with the skills to integrate AI seamlessly into your workflows.You’ll work with tools such as GitHub Copilot, Amazon Q Developer, and OpenAI APIs while learning strategies for prompt engineering, fine-tuning, and building scalable AI-powered applications. Featuring real-world use cases, best practices, and expert insights, this book bridges the gap between experimenting with AI and production deployment.Whether you’re an aspiring AI developer, experienced engineer, or solutions architect, this guide gives you the clarity, confidence, and tactical knowledge to thrive in the GenAI-driven future of software development. Armed with these insights, you’ll be ready to build, integrate, and scale intelligent solutions that enhance every stage of the software development lifecycle.

1822
Ładowanie...
EBOOK

Generative AI Foundations in Python. Discover key techniques and navigate modern challenges in LLMs

Carlos Rodriguez, Samira Shaikh

The intricacies and breadth of generative AI (GenAI) and large language models can sometimes eclipse their practical application. It is pivotal to understand the foundational concepts needed to implement generative AI. This guide explains the core concepts behind -of-the-art generative models by combining theory and hands-on application.Generative AI Foundations in Python begins by laying a foundational understanding, presenting the fundamentals of generative LLMs and their historical evolution, while also setting the stage for deeper exploration. You’ll also understand how to apply generative LLMs in real-world applications. The book cuts through the complexity and offers actionable guidance on deploying and fine-tuning pre-trained language models with Python. Later, you’ll delve into topics such as task-specific fine-tuning, domain adaptation, prompt engineering, quantitative evaluation, and responsible AI, focusing on how to effectively and responsibly use generative LLMs.By the end of this book, you’ll be well-versed in applying generative AI capabilities to real-world problems, confidently navigating its enormous potential ethically and responsibly.

1823
Ładowanie...
EBOOK

Generative AI on Google Cloud with LangChain. Design scalable generative AI solutions with Python, LangChain, and Vertex AI on Google Cloud

Leonid Kuligin, Jorge Zaldívar, Maximilian Tschochohei, Harrison...

The rapid transformation and enterprise adoption of GenAI has created an urgent demand for developers to quickly build and deploy AI applications that deliver real value. Written by three distinguished Google AI engineers and LangChain contributors who have shaped Google Cloud’s integration with LangChain and implemented AI solutions for Fortune 500 companies, this book bridges the gap between concept and implementation, exploring LangChain and Google Cloud’s enterprise-ready tools for scalable AI solutions.You'll start by exploring the fundamentals of LLMs and how LangChain simplifies the development of AI workflows by connecting LLMs with external data and services. This book guides you through using essential tools like the Gemini and PaLM 2 APIs, Vertex AI, and Vertex AI Search to create sophisticated, production-ready GenAI applications. You'll also overcome the context limitations of LLMs by mastering advanced techniques like RAG and external memory layers.Through practical patterns and real-world examples, you’ll gain everything you need to harness Google Cloud’s AI ecosystem, reducing the time to market while ensuring enterprise scalability. You’ll have the expertise to build robust GenAI applications that can be tailored to solve real-world business challenges.*Email sign-up and proof of purchase required

1824
Ładowanie...
EBOOK

Generative AI with Amazon Bedrock. Build, scale, and secure generative AI applications using Amazon Bedrock

Shikhar Kwatra, Bunny Kaushik

The concept of generative artificial intelligence has garnered widespread interest, with industries looking to leverage it to innovate and solve business problems. Amazon Bedrock, along with LangChain, simplifies the building and scaling of generative AI applications without needing to manage the infrastructure.Generative AI with Amazon Bedrock takes a practical approach to enabling you to accelerate the development and integration of several generative AI use cases in a seamless manner. You’ll explore techniques such as prompt engineering, retrieval augmentation, fine-tuning generative models, and orchestrating tasks using agents. The chapters take you through real-world scenarios and use cases such as text generation and summarization, image and code generation, and the creation of virtual assistants. The latter part of the book shows you how to effectively monitor and ensure security and privacy in Amazon Bedrock.By the end of this book, you’ll have gained a solid understanding of building and scaling generative AI apps using Amazon Bedrock, along with various architecture patterns and security best practices that will help you solve business problems and drive innovation in your organization.