Weather Mining Hayato Akatsuka. Objective Cluster a region which shares similar climate.

Slides:



Advertisements
Similar presentations
How are different types of maps distinguished?
Advertisements

Comparing statistical downscaling methods: From simple to complex
K-means algorithm 1)Pick a number (k) of cluster centers 2)Assign every gene to its nearest cluster center 3)Move each cluster center to the mean of its.
SEEM Tutorial 4 – Clustering. 2 What is Cluster Analysis?  Finding groups of objects such that the objects in a group will be similar (or.
Clustering Clustering of data is a method by which large sets of data is grouped into clusters of smaller sets of similar data. The example below demonstrates.
Unsupervised Networks Closely related to clustering Do not require target outputs for each input vector in the training data Inputs are connected to a.
Introduction to Bioinformatics
6-1 ©2006 Raj Jain Clustering Techniques  Goal: Partition into groups so the members of a group are as similar as possible and different.
Group 1 Mobile, Alabama Alana Smith Meredith Karr Charles Edwards Chris Swaim Lindsay Ash.
AgWeatherNet Annual Note: Be sure you have already selected your station before choosing this product. Select AWN Reports Click on Annual.
Dimension reduction : PCA and Clustering by Agnieszka S. Juncker Part of the slides is adapted from Chris Workman.
Revision (Part II) Ke Chen COMP24111 Machine Learning Revision slides are going to summarise all you have learnt from Part II, which should be helpful.
Lecture 09 Clustering-based Learning
Daily Stew Kickoff – 27. January 2011 First Results of the Daily Stew Project Ralf Lindau.
Geography.
Health and CS Philip Chan. DNA, Genes, Proteins What is the relationship among DNA Genes Proteins ?
Washington Climate Ch 12 Activity 1. Chapter 12 Activity 1 What Do You Think? What is the climate like in Everett/Seattle? What is the climate like in.
Programming Project (Last updated: August 31 st /2010) Updates: - All details of project given - Deadline: Part I: September 29 TH 2010 (in class) Part.
How are different types of maps distinguished?
Cluster Analysis Market Segmentation Document Similarity.
K-means clustering Consider following instances given as input to k-means clustering algorithm for k=3. find members of these clusters X={(2,10),(2,5),(8,4),(5,8),(7,5),(6,4),(1,2),(4,9)}.
Clustering Methods K- means. K-means Algorithm Assume that K=3 and initially the points are assigned to clusters as follows. C 1 ={x 1,x 2,x 3 }, C 2.
DATA ANALYSIS PROJECT SIMONE PHILLIPS 24 APRIL 2014 EAS 4480.
Clustering Algorithms k-means Hierarchic Agglomerative Clustering (HAC) …. BIRCH Association Rule Hypergraph Partitioning (ARHP) Categorical clustering.
1 Automatic Classification of Bookmarked Web Pages Chris Staff Second Talk February 2007.
Data Extraction using Image Similarity CIS 601 Image Processing Ajay Kumar Yadav.
Quality control of daily data on example of Central European series of air temperature, relative humidity and precipitation P. Štěpánek (1), P. Zahradníček.
Dimension reduction : PCA and Clustering Slides by Agnieszka Juncker and Chris Workman modified by Hanne Jarmer.
EXERCISES for ALGORITHMS WRITING
Quantitative analysis of 2D gels Generalities. Applications Mutant / wild type Physiological conditions Tissue specific expression Disease / normal state.
Clustering.
CE-QUAL-W2 Shasta Modeling
By Timofey Shulepov Clustering Algorithms. Clustering - main features  Clustering – a data mining technique  Def.: Classification of objects into sets.
K-Means Algorithm Each cluster is represented by the mean value of the objects in the cluster Input: set of objects (n), no of clusters (k) Output:
Homework #1: C++ Basics, Flow of Control, and Function Basics By J. H. Wang Mar. 13, 2012.
Hierarchical Clustering Produces a set of nested clusters organized as a hierarchical tree Can be visualized as a dendrogram – A tree like diagram that.
Machine Learning Queens College Lecture 7: Clustering.
More on Document Similarity and Clustering How similar are these two documents (Again) ? Are these two documents about the same topic ?
Week 9 : Text processing (Reading and writing files)
How are different types of maps distinguished?. Political Maps Usually colored by country or by state Political colors make it easy to compare size, shape,
Predicting Near Space Flights L. Paul Verhage 13 July 2013.
A new clustering tool of Data Mining RAPID MINER.
Clustering Algorithms Sunida Ratanothayanon. What is Clustering?
Clustering (1) Chapter 7. Outline Introduction Clustering Strategies The Curse of Dimensionality Hierarchical k-means.
Example Apply hierarchical clustering with d min to below data where c=3. Nearest neighbor clustering d min d max will form elongated clusters!
Corn Yield Comparison Between EPIC-View Simulated Yield And Observed Yield Monitor Data by Chad M. Boshart Oklahoma State University.
DIRECT RUNOFF HYDROGRAPH FOR UNGAUGED BASINS USING A CELL BASED MODEL P. B. Hunukumbura & S. B. Weerakoon Department of Civil Engineering, University of.
Color Image Segmentation Mentor : Dr. Rajeev Srivastava Students: Achit Kumar Ojha Aseem Kumar Akshay Tyagi.
Cluster Analysis What is Cluster Analysis? Types of Data in Cluster Analysis A Categorization of Major Clustering Methods Partitioning Methods.
Data Mining – Algorithms: K Means Clustering
How are different types of maps distinguished?
Urban growth pattern of the San Antonio area
Features of Maps.
Creating fuzzy rules from numerical data using a neural network
Clustering Uncertain Taxi data
How are different types of maps distinguished?
Scale: Kilometers.
K-means and Hierarchical Clustering
MAPS ARE AWESOME!.
Clustering.
Different types of maps
Climate Group 2 Jiajun LI, Serena DONG, Charis DENG.
CLIMATE.
Climate local weather conditions of an area like temperature, precipitation, humidity, sunshine, wind and other conditions.
Scale: Kilometers.
Clustering The process of grouping samples so that the samples are similar within each group.
SEEM4630 Tutorial 3 – Clustering.
How are different types of maps distinguished?
Unsupervised Networks Closely related to clustering
Introduction to Machine learning
Presentation transcript:

Weather Mining Hayato Akatsuka

Objective Cluster a region which shares similar climate.

Input Each weather station in the United States is an input Each station contains more than 50 parameters –i.e. Latitude, Longitude, Elevation, Minimum Temperature, Maximum Temperature, so on…

Stations 6000 ~ Stations

Overview output(Image) Input (text file) Station1 2005/01/01 MaxTemp MinTemp Lantitude Longitude Elevation …. Station2 2005/01/01 MaxTemp MinTemp Lantitude Longitude Elevation …. Station3 2005/01/01 MaxTemp MinTemp Lantitude Longitude Elevation ….. Clustering

Distance Measure Euclidean Distance If you are interested in some particular parameters, adjust k accordingly

About Clustering Day 1(Hierachical Clustering) –This is an initialization Stage. –Pick a number of clusters –Then, Perform Hierarchical Clustering Day 2(Clustering variant) –For each input, cluster with the nearest centroid obtained from the previous day (Day 1 in this case). –Do not update centroid –Repeat until you cluster all the input for Day 2. –Recalculate centroid Day 3 –Repeat Day2 ….

Centroid Calculation For same cluster 2 nd Day: 3 rd Day: 4 th Day:

Quick Animation Day1Day2

Result For simplicity, just use only 1 parameter (TMIN). Number of Clusters = 5

Comparison Output Hardiness Zone

Conclusion Well… there are not much different between a map I received from January and one from December. Simply making a map out of annual data, instead of daily data, might be better.

Reference Hardiness Map up.cfm