-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
9 lines (5 loc) · 860 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
<?php require('header.php'); ?>
<h2>Welcome</h2>
<p>This site is intended to provide an introduction to and repository for information on the use of Actual Entities for Artificial Intelligence research and practice. There is a section on the history of Alfred North Whitehead's process philosophy and Actual Entities, an overview of how this theory translates into algorithms and objects in Artificial Intelligence, and a swarm demo with source code that can be analyzed.</p>
<p>Updates to the text will come when clarifications are requested or inaccuracies are identified. Updates to the demo will come when I have time to code new examples of how to solve problems or create worlds. Please contact the author, <a href="mailto:[email protected]">Daniel Sellergren</a>, with any questions or comments.</p>
<?php require('footer.php'); ?>