Projects
Project Timeline:
2010-11
- Multi-touch Gesture Recognition (1st place in EOH 2011)
2009-10
- Knowledge Extractor (presented at EOH)
- Networked Inference Engine (unimplemented idea)
2008-09
- Instant Messenger Bot (presented at EOH)
- Stock Price Predictor (interested? form a team)
Accessing the Projects via SVN:
- svn+ssh://yt.acm.uiuc.edu/afs/acm/sig/art/svn/repo
- If you're going to be coding in Windows, we recommend that you download TortoiseSVN.
- It installs fairly quickly
- Right-click your desktop to use it
- Choose "SVN Checkout"
- This year's project can be found in the
/knowledge directory
Past Projects:
2005-06:
We worked on a traffic simulator comparing greedy and global algorithms for automated road traffic control. The greedy algorithm was intended to simulate real-world traffic situations; each vehicle simply adopted the shortest path to its destination. The global algorithm took into account regional variations in traffic density, and on average generated quicker routes. EOH poster.
2004-05:
The Lifelong Planning project was an effort to optimize STRIPS planning by generating large numbers of plans in a particular domain, and then combining commonly occuring sequences of operators into 'super-operators' that could be used in future plans.
2002-04:
SIGART worked side-by-side with SIGSOFT on the DEUS project. Its goal was to create realistic interactive storylines in real time. SIGART's role in this project was implementation of the so-called "director," a component whose task was to ensure that the plotline progressed according to a rough outline defined by a human author. This was accomplished through the use of planning algorithms, state-space search techniques, and other Artificial Intelligence approaches to the problem.