COMP5331 Advanced Topics Prepared by Raymond Wong

Slides:



Advertisements
Similar presentations
Machine Learning and Data Mining Course Summary. 2 Outline  Data Mining and Society  Discrimination, Privacy, and Security  Hype Curve  Future Directions.
Advertisements

COMP53311 Data Stream Prepared by Raymond Wong Presented by Raymond Wong
June 13, Introduction to CS II Data Structures Hongwei Xi Comp. Sci. Dept. Boston University.
(CS1301) Introduction to Computer Programming City Univ of HK / Dept of CS / Helena Wong 0. Course Introduction - 1
Pattern Recognition Lecture 20: Data Mining 3 Dr. Richard Spillman Pacific Lutheran University.
July 16, Introduction to CS II Data Structures Hongwei Xi Comp. Sci. Dept. Boston University.
Introduction to Programming Using C++ Dr. Mohamed Khafagy.
Data Mining By Andrie Suherman. Agenda Introduction Major Elements Steps/ Processes Tools used for data mining Advantages and Disadvantages.
MIS 2000 Information Systems for Management Section A01, Bob Travica Introduction to Course Updated: May 2015.
Introduction The large amount of traffic nowadays in Internet comes from social video streams. Internet Service Providers can significantly enhance local.
Computer Network Fundamentals CNT4007C
Last Words COSC Big Data (frameworks and environments to analyze big datasets) has become a hot topic; it is a mixture of data analysis, data mining,
Information Systems Development. Outline  Information System  Systems Development Project  Systems Development Life Cycle.
Chapter 2 – Software Processes Lecture 1 1Chapter 2 Software Processes.
Chapter 1 Introduction to Data Mining
Introduction to Data Mining Group Members: Karim C. El-Khazen Pascal Suria Lin Gui Philsou Lee Xiaoting Niu.
Machine Learning Lecture 1. Course Information Text book “Introduction to Machine Learning” by Ethem Alpaydin, MIT Press. Reference book “Data Mining.
This work is supported by the Intelligence Advanced Research Projects Activity (IARPA) via Department of Interior National Business Center contract number.
Univ. of TehranComputer Network1 Computer Networks Computer Networks (Graduate level) University of Tehran Dept. of EE and Computer Engineering By: Dr.
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150DW Course Overview Instructor: Dan Hebert.
Introduction of Data Mining and Association Rules cs157 Spring 2009 Instructor: Dr. Sin-Min Lee Student: Dongyi Jia.
Last Words DM 1. Mining Data Steams / Incremental Data Mining / Mining sensor data (e.g. modify a decision tree assuming that new examples arrive continuously,
COMP53311 Knowledge Discovery in Databases Overview Prepared by Raymond Wong Presented by Raymond Wong
Mining Frequent Patterns. What Is Frequent Pattern Analysis? Frequent pattern: a pattern (a set of items, subsequences, substructures, etc.) that occurs.
COMP1927 Course Introduction 16x1
Exam preparation session. Examinable Topics Key characteristics of databases From data modelling to DB design –Beyond data modelling –Realistic constraints.
Fundamentals of Lifespan Development OCTOBER 22, 2014 – PREPARATION FOR THE GROUP PROJECT.
COMP53311 Other Classification Models: Neural Network Prepared by Raymond Wong Some of the notes about Neural Network are borrowed from LW Chan’s notes.
Mining of Massive Datasets Edited based on Leskovec’s from
COMP53311 Association Rule Mining Prepared by Raymond Wong Presented by Raymond Wong
Tallahassee, Florida, 2016 CIS4930 Introduction to Data Mining Final Review Peixiang Zhao.
Introduction.  Instructor: Cengiz Örencik   Course materials:  myweb.sabanciuniv.edu/cengizo/courses.
1 SBM411 資料探勘 陳春賢. 2 Lecture I Class Introduction.
Introduction and Overview Winter 2013 COMP 2130 Introduction to Computer Systems Computing Science Thompson Rivers University.
Audit Analytics --An innovative course at Rutgers Qi Liu Roman Chinchila.
Database Management Systems
CSC207 Fall 2016.
Introduction Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe.
Topic: Introduction to Computing Science and Programming + Algorithm
Other Classification Models: Neural Network
Clustering 1 (Introduction and kmean)
Classification 3 (Nearest Neighbor Classifier)
COMP1942 Exploring and Visualizing Data Overview
Other Classification Models: Neural Network
COMP1942 Classification: More Concept Prepared by Raymond Wong
FINANCIAL ACCOUNTING ACCOUNTING-I ACCT 2003
Data Mining 101 with Scikit-Learn
©Jiawei Han and Micheline Kamber
SEEM5770/ECLT5840 Course Review
Special Topics in Data Mining Applications Focus on: Text Mining
Data Mining: Concepts and Techniques Course Outline
©Jiawei Han and Micheline Kamber
Cse 344 May 30th – analysis.
EECE 310 Software Engineering
CSE591: Data Mining by H. Liu
cs540 - Fall 2016 (Shavlik©), Lecture 20, Week 11
Introduction to CS II Data Structures
Introduction to Programming Using C++
COMP5331 FP-Tree Prepared by Raymond Wong Presented by Raymond Wong
Analyzing Influences – Issue: Body Image & Positive Self-Concept
Analyzing Influences – Issue: Body Image & Positive Self-Concept
Welcome to Physics 1D03 !.
Other Classification Models: Support Vector Machine (SVM)
Dept. of Computer Science University of Liverpool
T Information Security Technology
CSCE 4143 Section 001: Data Mining Spring 2019.
Design and Analysis of Algorithms (04 Credits / 4 hours per week)
Presentation transcript:

COMP5331 Advanced Topics Prepared by Raymond Wong Presented by Raymond Wong raywong@cse COMP5331

Topics in Project Presentation Topics in Lectures Fundamental topics in data mining Topics in Project Presentation Advanced topics in data mining But, they need “concepts” from fundamental topics COMP5331

Advice for Project Presentation It is not compulsory to attend It is good to attend to broaden your horizon COMP5331

Topics Association/Frequent Itemset Clustering How to represent frequent itemsets? (e.g., maximal frequent itemsets and regular itemsets) Clustering How to perform subspace clustering? (e.g., how to find some interesting subspaces) COMP5331

Topics Classification Data Warehouse How to train a “group” of classifiers (or ensemble)? (e.g., multi-task learning) Data Warehouse How to create the data warehouse over different types of data (e.g., graph data)? COMP5331

Topics Data Streams Web DB How to perform new data mining tasks over data streams? Web DB A hot topic (e.g., name ambiguation) COMP5331

Topics Decision-Making Pattern-based mining (e.g., skyline and periodic patterns) COMP5331

Other Hot Topics Social Network Privacy Issues How people are connected (e.g., facebook)? Privacy Issues How to protect privacy for data mining? COMP5331

Other Hot Topics Graph Data Deep Learning How to analyze the graph data in a meaning way? Deep Learning How to use deep learning in different applications? COMP5331

Final Issues 3 Assignments 1 Project Enough? Difficult? With a lot of in-class exercises. 1 Project Difficult? Depends on you! COMP5331

Final Issues In-class Participation Enough? Please continue! COMP5331

One final issue Work hard for your exam and your project!  COMP5331