COG366 Project Problem Proposal

3 problems we proposed:

  1. Determine if a crime scene is the result of drunk driving: Define all the signs that indicate drunk driving, then take in new facts and try to come into a conclusion of drunk driving by deriving from the facts.
  2. Determine if an entity is a human or a bot: Take in statements, look at the words being used, the syntax, etc. to determin if the entity who produced these statements is a human or a bot. This is probably too hard to do in Prolog so we are not going with this problem, but it is an interesting idea.
  3. Task Prioritization: Take in different tasks to be done, then decide the order to finsh the tasks based on their due dates, difficulties, weights, etc.
We originally decided to go with problem 1, but since too many groups in the class are doing something similar, we now decided to go with problem 3.