Technical Session I MCRDR Classifier & Database Design Presenter Yangsok Kim School of Computing.

Slides:



Advertisements
Similar presentations
Microsoft ® Office OneNote ® 2007 Training Using your Notebook to its fullest potential Kent School District presents:
Advertisements

©2011 Quest Software, Inc. All rights reserved.. Andrei Polevoi, Tatiana Golubovich Program Management Group ActiveRoles Add-on Manager Overview.
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
1 NewSouth HR Reporting Running the Accounting Distributions Report.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Collaboration Suite Business Process Management
JOIN A COMMUNITY OF 80,000 E-COMMERCE SITES WORLDWIDE.
Advanced Last Updated: May Class Outline Part 1 - Review –Review of basics –Review of files and folders Part 2 - Attachments –Sending.
Introduction to EBSCOhost E-Books Access to thousands of e-books! Available 24/7!
Automating Student Course Profile & Student Record Report Uploads to GaDOE Chris A. McManigal Camden County Schools Kingsland, GA.
Access Tutorial 10 Automating Tasks with Macros
Based on material developed by Samantha Romanello and
Session 5: Working with MySQL iNET Academy Open Source Web Development.
VASP PREPAYMENT SYSTEM Training Module for CLIENTS.
SECURING DATA FOR ER STAFF Windy L. Newton May 29, 2015.
Simple Pages for Omeka Lauren Dzura LIS
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Setting Up DreamWeaver NOTE: Use your mouse OR page down key to advance each page.
Uploading Your Page to the Internet Configuring FTP on Dreamweaver.
6 th Annual Focus Users’ Conference Manage Integrations Presented by: Mike Morris.
Session Objectives • Login to PeopleSoft Test Framework(PTF)
User Guide to DBPIA for Institutional Members Nurimedia Co., Ltd. 2012
IPortal Bringing your company and your business partners together through customized WEB-based portal software. SanSueB Software Presents iPortal.
1 DMIS COG Administrator Course DMIS Web Services Release 2.3.
Deposit Module for Depositor DigiTool Version 3.0.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Registration Solutions for your Event Management.
Hubnet Training One Health Network South East Asia Network Overview | Public and Members-only Pages; Communicating and Publishing using Blogs and News.
Enigma Mutiara Sdn Bhd Computer Based Learning (CBL) HSE Procedures.
Managing File Resource Using File Server Resource Manager Chapter 9 Advance Computer Network Lecture Sorn Pisey
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
2004/051 >> Supply Chain Solutions That Deliver Users.
Oxlip+. What is Oxlip+? A tool for finding & linking to databases – Online collections of (scholarly) materials – Includes full text / indexes / range.
Introduction to MySQL Ullman Chapter 4. Introduction MySQL most popular open-source database application Is commonly used with PHP We will learn basics.
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
CACI Proprietary Information | Date 1 PD² SR13 Client Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Downloading and Installing GRASP-AF Workshop Ian Robson Information Analyst, North of England Cardiovascular Network.
Setting up data redundancy on DSS V6 with Asynchronous Data Replication and local Backup Software Version: DSS ver up50 Presentation updated: October.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
COM621: Advanced Interactive Web Development Lecture 10 PHP and MySQL.
Using the My EBSCOhost Folder Tutorial support.ebsco.com.
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
Installing RMS 3.0 Contractor Mode
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2016 Attila Skulteti
Welcome! To the ETS – Create Client Account & Maintenance
Jkelany Chat Project.
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Dalikoo User Guide.
Database application MySQL Database and PhpMyAdmin
Microsoft Access 2003 Illustrated Complete
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Exporting references - EBSCOhost
Zotero 5.0 and Juris-M: Reference Management for Law
Wells Fargo Toolkit – CreativeBuilder Reference Guide
Presentation transcript:

Technical Session I MCRDR Classifier & Database Design Presenter Yangsok Kim School of Computing

School of Computing, University of Tasmania Scope Explain MCRDR classifier installation process Explain MCRDR classifier database table structure Explain relationship between classification process and database table structure

School of Computing, University of Tasmania Download MCRDR classifier from the Unit Web page ( 2007/project.html) 2007/project.html Create a folder for MCRDR (e.g., mcrdr_classifier) and unzip the download file Execute MonClassifier_KXA exe Configure database setup MCRDR classifier Installation Click this icon Select “Database” Fill in database information (host, userid, password, database name) Click reconnect button Select username and fill in username and passowrd

School of Computing, University of Tasmania Database You can see your database via phpMyAdmin interface ( ) 9 tables are client side (classifier table) and 7 tables are server side table. Server Tables Client (Classifier) Tables

School of Computing, University of Tasmania Database – Server Side Tables tbmonservsite tbmonservsitetree tbmonservarticle Join tbmonservsite and tbmonservsitetree SELECT a.MonSiteID, b.MonSitePID, a.MonSiteURL, b.MonSiteName, b,nTime FROM tbmonservsite a, tbmonservsitetree b WHERE a.MonSiteID=b.MonSiteID

School of Computing, University of Tasmania Import Monitoring Webpages Click this icon to start import web sites Select Checkbox to import monitoring web sites

School of Computing, University of Tasmania Import Monitoring Webpages tbclassify_user_article tbmonservarticle If you want to article details, you need to join tbclassify_USERNAME_article and tbmonservarticle e.g. SELECT b.ArticleID, b.Title, b.Body FROM tbclassify_user_article a, tbmonservarticle b WHERE a.ArticleID=b.ArticleID This table date is filled when you import monitoring Web pages. OR After registering Web pages, the MonServer automatically feeds newly collected articles.

School of Computing, University of Tasmania Import Monitoring Webpages TypeID illustrates current status of Article 0:Not Classified 1:Classified 2:Deleted ClassifiedDate This time information is saved when the article classified This field illustrates whether the article is read or not tbclassify_user_article

School of Computing, University of Tasmania Import Monitoring Webpages tbclassify_user_monsitekwdtree Monitoring Site ID Monitoring site name tbmonservsitetbmonservsitetree

School of Computing, University of Tasmania Classifier Main UI Monitoring Site List tbclassify_user_monsitekwdtree Monitored Article List tbclassify_USERNAME_article and tbmonservarticle Selected Article tbclassify_user_article and tbmonservarticle Classification structure tbclassify_user_foldertree Inference Results tbclassify_user_articlefolder, tbclassify_user_ruletree tbclassify_user_rulecondition

School of Computing, University of Tasmania Rule base MCRDR classifier maintains rule base for classification Rule base is an n-ary tree Each node is a rule Rule consists of condition parts and conclusion –Condition Attributes are Title, Body, and All of a article –Each condition evaluates whether the condition words is included in the articles –Conclusion is a folder of the classification structure

School of Computing, University of Tasmania Rule Base IF THEN Root A B C Title: a,b,c,g,f Body: c, d, k,m Classification Structure Article Root Rule 1 Rule 2 Rule 3 Rule 4 Title includes {a, b} AND Body include {c, d} Classify into folder C Rule Base

School of Computing, University of Tasmania Rule Base tbclassify_user_ruletree tbclassify_user_rulecondition Each rule has parent rule id There are two types of rules(refine rule(0), stop rule(1) Conclusion ID is a folder ID CornerstoneCaseID is an ArticleID that is used for rule creation Each rule has multiple conditions Condition word, which is case sensitive Three condition types – 0:Title, 1:Body, and 2:ALL

School of Computing, University of Tasmania Rule base tbclassify_user_articlefolder This table stores classification results

School of Computing, University of Tasmania Classification Structure There are predefined classification (folder) structure. Don’t change any folders!! Each folder is used as the conclusion of rule Classification structure is a tree.

School of Computing, University of Tasmania Classification Structure tbclassify_user_foldertree Each folder’s parent folder ID Each folder has unique ID

School of Computing, University of Tasmania Rule Creation With MCRDR classifier, user incrementally creates rules that classify documents. Rule creation initiated –1) when the classifier doesn’t provide recommendation or –2)when the classifier gives wrong recommendation Rule can be refine rule or stop rule

School of Computing, University of Tasmania Rule Creation - Basic Select Article form the Article List Click Knowledge Acquisition icon Select a folder that this article is classified Select condition word Select condition type Condition word is added here Display articles that satisfies current rule. We need to validate these cases Select cases that should not classified by current rule System place the selected article in this pane System shows keywords that are not found in the excluded cases. Click this button to create a rule New rule added to the rule tree If you want to finish click this button

School of Computing, University of Tasmania Rule Creation - Basic tbclassify_user_ruletree tbclassify_user_rulecondition tbclassify_user_articlefolder

School of Computing, University of Tasmania Refine Rule View current recommendation Select article that should be refined Click knowledge acquisition icon Select a folder under the current recommended folder The following process is same the basic rule creation process New rule is added under the parent rule

School of Computing, University of Tasmania Rule Creation – Refine Rule tbclassify_user_ruletree tbclassify_user_rulecondition tbclassify_user_articlefolder New Rule is added Classification result has been changed

School of Computing, University of Tasmania Rule Creation – Stop rule Select an article that should not be classified this folder Select current recommended folder and choose deselect menu from the shortcut menu After selecting “Deselect” menu, follow the basic rule creation process Stop rule is added under the current fired rule

School of Computing, University of Tasmania Rule Creation – Stop rule tbclassify_user_articlefolder This conditions are added This result is deleted This rule is added. Note the RuleType and ConclusionID

School of Computing, University of Tasmania Inference

School of Computing, University of Tasmania Q&A