Agile Artificial Intelligence in Pharo

Agile Artificial Intelligence in Pharo
Author :
Publisher : Apress
Total Pages : 394
Release :
ISBN-10 : 9781484253847
ISBN-13 : 1484253841
Rating : 4/5 (47 Downloads)

Synopsis Agile Artificial Intelligence in Pharo by : Alexandre Bergel

Cover classical algorithms commonly used as artificial intelligence techniques and program agile artificial intelligence applications using Pharo. This book takes a practical approach by presenting the implementation details to illustrate the numerous concepts it explains. Along the way, you’ll learn neural net fundamentals to set you up for practical examples such as the traveling salesman problem and cover genetic algorithms including a fun zoomorphic creature example. Furthermore, Practical Agile AI with Pharo finishes with a data classification application and two game applications including a Pong-like game and a Flappy Bird-like game. This book is informative and fun, giving you source code to play along with. You’ll be able to take this source code and apply it to your own projects. What You Will LearnUse neurons, neural networks, learning theory, and moreWork with genetic algorithms Incorporate neural network principles when working towards neuroevolution Include neural network fundamentals when building three Pharo-based applications Who This Book Is For Coders and data scientists who are experienced programmers and have at least some prior experience with AI or deep learning. They may be new to Pharo programming, but some prior experience with it would be helpful.

Business Intelligence

Business Intelligence
Author :
Publisher : Springer Nature
Total Pages : 230
Release :
ISBN-10 : 9783031378720
ISBN-13 : 3031378725
Rating : 4/5 (20 Downloads)

Synopsis Business Intelligence by : Rachid El Ayachi

This book constitutes the refereed proceedings of the 8th International Conference on Business Intelligence, CBI 2023, which held in Istanbul, Turkey, during July 19–21, 2023. The 15 full papers included in this book were carefully reviewed and selected from 50 submissions. They were organized in topical sections as follows: artificial intelligence and business intelligence; and optimization and decision support.

Artificial Intelligence for Business

Artificial Intelligence for Business
Author :
Publisher : John Wiley & Sons
Total Pages : 246
Release :
ISBN-10 : 9781119651734
ISBN-13 : 1119651735
Rating : 4/5 (34 Downloads)

Synopsis Artificial Intelligence for Business by : Jason L. Anderson

Artificial Intelligence for Business: A Roadmap for Getting Started with AI will provide the reader with an easy to understand roadmap for how to take an organization through the adoption of AI technology. It will first help with the identification of which business problems and opportunities are right for AI and how to prioritize them to maximize the likelihood of success. Specific methodologies are introduced to help with finding critical training data within an organization and how to fill data gaps if they exist. With data in hand, a scoped prototype can be built to limit risk and provide tangible value to the organization as a whole to justify further investment. Finally, a production level AI system can be developed with best practices to ensure quality with not only the application code, but also the AI models. Finally, with this particular AI adoption journey at an end, the authors will show that there is additional value to be gained by iterating on this AI adoption lifecycle and improving other parts of the organization.

AI in Agile Projects: The Future of Project Management

AI in Agile Projects: The Future of Project Management
Author :
Publisher : Tredition Gmbh
Total Pages : 0
Release :
ISBN-10 : 3384321588
ISBN-13 : 9783384321589
Rating : 4/5 (88 Downloads)

Synopsis AI in Agile Projects: The Future of Project Management by : Thomas S. Fairfax

In a rapidly evolving world where speed, flexibility, and innovation are crucial to success, the integration of Artificial Intelligence (AI) is transforming how projects are managed. AI in Agile Projects: The Future of Project Management is an essential guide for anyone looking to shape the future of project management. This book explores how AI is revolutionizing agile methodologies, enabling organizations to operate more efficiently, accurately, and customer-centric. Through practical examples and in-depth analysis, you will discover how AI can be harnessed to elevate project planning, decision-making, and team communication. From automating repetitive tasks to enhancing predictive accuracy, Thomas S. Fairfax provides a comprehensive insight into the powerful synergy between AI and Agile. Whether you're an experienced project manager, a Scrum Master, or a technology enthusiast, this book equips you with the tools and knowledge to fully leverage AI in your agile projects and achieve lasting success. Get ready to rethink project management and shape the future of your projects with AI.

Applying Artificial Intelligence in Project Management

Applying Artificial Intelligence in Project Management
Author :
Publisher : Stylus Publishing, LLC
Total Pages : 318
Release :
ISBN-10 : 9781501519406
ISBN-13 : 1501519409
Rating : 4/5 (06 Downloads)

Synopsis Applying Artificial Intelligence in Project Management by : Paul Boudreau

This book describes the AI tools in concept and how they apply directly to project success. It also demonstrates the strategy and methods used to purchase and implement AI tools for project management. You will understand the difference between automating a task and changing it by using AI. Discover how AI uses data and the importance of data maintenance. Learn why projects fail and how using artificial intelligence for project management improves project success rates. The book features project management success stories and demonstrates how to leave behind that low project success rate for one that is 95 percent or higher. Supplemental teaching materials are available for use as a textbook. FEATURES: Covers a practical approach to using AI in project management Features a chapter on combining AI with other technologies such as IoT, Blockchain, and virtual reality for further insights into leading-edge changes for project management Demonstrates how to achieve higher productivity and incredible project performance by applying AI concepts Includes supplemental teaching materials for use as a textbook

Pharo by Example

Pharo by Example
Author :
Publisher : Lulu.com
Total Pages : 352
Release :
ISBN-10 : 9783952334140
ISBN-13 : 3952334146
Rating : 4/5 (40 Downloads)

Synopsis Pharo by Example by : Andrew P. Black

Pharo is a modern open-source development environment for the classic Smalltalk-80 programming language. This book, intended for both students and developers, will guide you gently through the language and tools by means of a series of examples and exercises. We are making this book available to you under the Creative Commons Attribution-ShareAlike 3.0 license. You can either download the PDF for free from PharoByExample.org, or you can buy a softcover copy from lulu.com. (You can also pay for the PDF download from lulu.com, if you would like to make a contribution to this effort.) Additional material is available from the book's web page at PharoByExample.org.

Object Thinking

Object Thinking
Author :
Publisher : Pearson Education
Total Pages : 363
Release :
ISBN-10 : 9780735619654
ISBN-13 : 0735619654
Rating : 4/5 (54 Downloads)

Synopsis Object Thinking by : David West

Object Thinking blends historical perspective, experience, and visionary insight - exploring how developers can work less like the computers they program and more like problem solvers.

Enterprise Pharo: a Web Perspective

Enterprise Pharo: a Web Perspective
Author :
Publisher : Lulu.com
Total Pages : 280
Release :
ISBN-10 : 9781326650971
ISBN-13 : 1326650971
Rating : 4/5 (71 Downloads)

Synopsis Enterprise Pharo: a Web Perspective by : Damien Cassou

"Enterprise Pharo is the third volume of the series, following Pharo by Example and Deep into Pharo. It covers enterprise libraries and frameworks, and in particular those useful for doing web development. The book is structured in five parts. The first part talks about simple web applications, starting with a minimal web application in chapter 1 on Teapot and then a tutorial on building a more complete web application in chapter 2. Part two deals with HTTP support in Pharo, talking about character encoding in chapter 3, about using Pharo as an HTTP Client (chapter 4) and server (chapter 5), and about using WebSockets (chapter 6). In the third part we discuss the handling of data for the application. Firstly we treat data that is in the form of comma-separated values (CSV) in chapter 7. Secondly and thirdly, we treat JSON (chapter 8) and its Smalltalk counterpart STON (chapter 9). Fourthly, serialization and deserialization of object graphs with Fuel is treated in chapter 10. Lastly, we discuss the Voyage persistence framework and persisting to MongoDB databases in chapter 11. Part four deals with the presentation layer. Chapter 12 shows how to use Mustache templates in Pharo, and chapter 13 talks about programmatic generation of CSS files. The documentation of applications could be written in Pillar, which is presented in chapter 14. How to generate PDF files from the application with Artefact is shown in chapter 15. The fifth part deals with deploying the web application. This is explained in chapter 16 that talks not only about how to build and run the application, but also other important topics like monitoring."--Open Textbook Library