Agile Artificial Intelligence in Pharo

Agile Artificial Intelligence in Pharo PDF

Author: Alexandre Bergel

Publisher: Apress

Published: 2020-06-20

Total Pages: 394

ISBN-13: 1484253841

DOWNLOAD EBOOK →

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 PDF

Author: Rachid El Ayachi

Publisher: Springer Nature

Published: 2023-07-11

Total Pages: 230

ISBN-13: 3031378725

DOWNLOAD EBOOK →

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.

AI Smart Kit

AI Smart Kit PDF

Author: Melodena Stephens

Publisher: IAP

Published: 2021-04-01

Total Pages: 73

ISBN-13: 1648024173

DOWNLOAD EBOOK →

There are many myths about Artificial Intelligence (AI) relating to what it is and what it can and cannot do. The people making decisions on AI projects are often not technologically savvy and unable to find easy answers. The spending on and the returns from AI projects are not necessarily straightforward. Part of the reason for this is the lack of understanding of the impact of critical decision criteria. AI touches on many ethical concepts - data privacy, validity, and, more importantly, its potential misuse. AI often replaces human decision-making, as managers do not clearly understand the implications of those choices. This book provides an easy and accessible guide for practitioners without a technological background to understand AI. It guides the reader through the fundamental issues confronting decision-makers. It offers advice on ‘how to ask relevant questions’ using the 15 decision scales. There is currently no comparable book on the market that acts as a pocketbook management reference guide for the AI layman.

Scrum in AI

Scrum in AI PDF

Author: Paolo Sammicheli

Publisher: Independently Published

Published: 2022-12-10

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK →

Ultimate Edition: this book gives you lifetime access to updates with the electronic version. How to develop an Artificial Intelligence application? With Agile, Scrum, and MLOps, you will get team spirit, frequent feedback, empirical control, stakeholder involvement, and developers' motivation for high-quality results. This book includes Agility foundations, engineering practices, real examples, and suggestions for implementing them in your company. Foreword by Jeff Sutherland, co-author of Scrum and the Agile Manifesto.

Agile Visualization with Pharo

Agile Visualization with Pharo PDF

Author: Alexandre Bergel

Publisher: Apress

Published: 2021-11-28

Total Pages: 266

ISBN-13: 9781484271605

DOWNLOAD EBOOK →

Use the Pharo interactive development environment to significantly reduce the cost of creating interactive visualizations. This book shows how Pharo leverages visualization development against traditional frameworks and toolkits. Agile Visualization with Pharo focuses on the Roassal visualization engine and first presents the basic and necessary tools to visualize data, including an introduction to the Pharo programming language. Once you’ve grasped the basics, you’ll learn all about the development environment offered by Roassal. The book provides numerous ready-to-use examples. You’ll work on several applications, including visualizing the training phase of reinforcement learning (a powerful machine learning algorithm) and generating software visualizations from GitHub. This book covers aspects that are relevant for engineers and academics to successfully design and implement interactive visualizations. What You Will Learn Implement agile data visualization using the Pharo programming language Chart, plot, and curve using Grapher Build and draw graphs using Mondrian Implement reinforcement learning (Q-Learning, from scratch) and use visualizations to monitor learning and state exploration Use GitHub Action to generate software visualizations (UML class diagram, test coverage) at each commit Who This Book Is For Programmers with some prior exposure to data visualization and computer vision who may be new to the Pharo programming language. This book is also for those with some Pharo experience looking to apply it to data visualization.

Enterprise Pharo: a Web Perspective

Enterprise Pharo: a Web Perspective PDF

Author: Damien Cassou

Publisher: Lulu.com

Published: 2016-04-22

Total Pages: 280

ISBN-13: 1326650971

DOWNLOAD EBOOK →

"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

Object Thinking

Object Thinking PDF

Author: David West

Publisher: Pearson Education

Published: 2004

Total Pages: 363

ISBN-13: 0735619654

DOWNLOAD EBOOK →

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.

Clever Algorithms

Clever Algorithms PDF

Author: Jason Brownlee

Publisher: Jason Brownlee

Published: 2011

Total Pages: 437

ISBN-13: 1446785068

DOWNLOAD EBOOK →

This book provides a handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centralized manner. These standardized descriptions were carefully designed to be accessible, usable, and understandable. Most of the algorithms described in this book were originally inspired by biological and natural systems, such as the adaptive capabilities of genetic evolution and the acquired immune system, and the foraging behaviors of birds, bees, ants and bacteria. An encyclopedic algorithm reference, this book is intended for research scientists, engineers, students, and interested amateurs. Each algorithm description provides a working code example in the Ruby Programming Language.