390 likes | 594 Views
TAILS: COBWEB 1 [1]. Online Digital Learning Environment for Conceptual Clustering.
E N D
TAILS: COBWEB1[1] Online Digital Learning Environment for Conceptual Clustering ⱡ This material is based upon work supported by the National Science Foundation under Course, Curriculum, and Laboratory Improvement (CCLI) Grant No. 0942454. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
Meet The Team • Carlos • Senior CMSI Major, 401 Project • Liyang • MSEE Graduate Student • Poulomi • Graduate Student • Michael • EE Senior working with TAILS • Miguel • EE Senior working with TAILS CMSI 401 COBWEB TAILS Enhancement
Motivation • Chemistry, Biology, Physics • all have lectures and labs • lectures provide concepts • labs provide hands-on and visual experience • Artificial Intelligence • Traditionally taught with large arrays of algorithms at a conceptual level • little hands-on experience and low levels of coding • Or one to two algorithms taught with large projects CMSI 401 COBWEB TAILS Enhancement
Project Overview • TAILS Goal • Develop complete applications with embedded algorithms • Will allow students to study and experiment with the application • Will allow students to implement and enhance AI aspects of the application • Module Goal • Develop a complete application depicting the COBWEB Conceptual Clustering algorithm CMSI 401 COBWEB TAILS Enhancement
COBWEB Algorithm What is COBWEB How does COBWEB work
What is the COBWEB Algorithm? • Unsupervised • No desired output for the input data • Incremental • Data stream • Conceptual • Concept for each cluster • Polythetic • Evaluation on all of the observation's attribute-values rather than a single one CMSI 401 COBWEB TAILS Enhancement
What is the COBWEB Algorithm? • Two tasks • Unsupervised • No desired outputfor the input data • Incremental • Data stream • Conceptual • Concept for each cluster Discover the appropriate cluster for each input Discover the concept for each cluster CMSI 401 COBWEB TAILS Enhancement
How COBWEB Works CMSI 401 COBWEB TAILS Enhancement
How COBWEB Works CMSI 401 COBWEB TAILS Enhancement
Requirements The system shall initialize depending on the user inputs The system shall allow the user with options to add feature vectors to the tree The system shall display the results such that the user can understand working of the algorithm The system shall have a feature of backtracking to previous working stages The systems shall provide the user with an option to view diverse set of representations of the clustered tree generated. The system shall have project documentation that will be maintained by assigned team member The system shall be verified using test cases developed by assigned team member CMSI 401 COBWEB TAILS Enhancement
Design • Functional View - focuses on the functional requirements. No specific implementation details • Behavioral View - focuses on the behavior of working of the system. • Structural View - focuses on the structure of intended implementation CMSI 401 COBWEB TAILS Enhancement
Use Case Diagram (previous) CMSI 401 COBWEB TAILS Enhancement
Use Case Diagram (revised) CMSI 401 COBWEB TAILS Enhancement
State Chart Diagram (Behavioral View) CMSI 401 COBWEB TAILS Enhancement
Package Diagram (Old Structure) CMSI 401 COBWEB TAILS Enhancement
Package Diagram (New Structure) CMSI 401 COBWEB TAILS Enhancement
Project Timeline CMSI 401 COBWEB TAILS Enhancement
Responsibilities CMSI 401 COBWEB TAILS Enhancement
Clustering User Interface Design From previous to Current Designed and implemented by Robert “Quin” Thames, 2012 CMSI 401 COBWEB TAILS Enhancement
Implement an Intuitive and Responsive UI • Adapt the application to the TAILS project • Make it possible to port the application use across devices • Implement new functionality • Create an overall more elegant look CMSI 401 COBWEB TAILS Enhancement
Project Justification • Developing a complex UI and back end functionality has enhanced the abilities acquired from: • Interaction Design • Algorithms • Graphics CMSI 401 COBWEB TAILS Enhancement
Vector Initialization GUI CMSI 401 COBWEB TAILS Enhancement
Cluster GUI CMSI 401 COBWEB TAILS Enhancement
Methods of Input • For adding attributesand values • For adding nodes to tree CMSI 401 COBWEB TAILS Enhancement
Action Log CMSI 401 COBWEB TAILS Enhancement
Undo • Unable to go back to previous state • Able to go back by up to three phases • To remake a tree as previously made, need to re-input each node • Algorithm produces same tree if nodes are input in same order • Takes longer to produce larger trees CMSI 401 COBWEB TAILS Enhancement
Undo • Nodes are added or removed in a group. • Add 10 random undo causes the same 10 to disappear CMSI 401 COBWEB TAILS Enhancement
Hover Text • Tree statistics used to appear only when a node was clicked on • Would appear as an alert dialog requiring the user to close it • A text box will now appear below the node when the user hovers over it CMSI 401 COBWEB TAILS Enhancement
Hover Text CMSI 401 COBWEB TAILS Enhancement
Challenges • Working with Raphael.js • CSS Media Queries • Improving with the previous version of the cluster • Parsing File Paste Input CMSI 401 COBWEB TAILS Enhancement
Demonstration! Carlos and Miguel will now show a visual demonstration. CMSI 401 COBWEB TAILS Enhancement
Questions? Concerns? CMSI 401 COBWEB TAILS Enhancement
Acknowledgements We are grateful to Quin Thames for implementing the original version of the COBWEB algorithm. While we redesign the user interface, Quin’s implementation of the the category utility function remains at the heart of the module. We are also grateful to Doug Fisher for publishing such a fascinating clustering algorithm. [1] Fisher, Douglas (1987). "Knowledge acquisition via incremental conceptual clustering". Machine Learning2 (2): 139–172.doi:10.1007/BF00114265. CMSI 401 COBWEB TAILS Enhancement