Free Essay

Market Value for Olive Oil in Chile

In:

Submitted By rodrigoromo
Words 2980
Pages 12
K-Means Cluster Analysis

Chapter 3 PPDM Cl Class

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

1

What is Cluster Analysis?
Finding groups of objects such that the objects in a group will be similar (or related) to one another and different from (or unrelated to) the objects in other groups
Intra-cluster distances are minimized Inter cluster Inter-cluster distances are maximized

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

2

Applications of Cluster Analysis
Understanding
– Group related documents p for browsing, group genes and proteins that have similar functionality, or group stocks with similar price fluctuations
Discovered Clusters Industry Group

1 2 3 4

Applied-Matl-DOWN,Bay-Network-Down,3-COM-DOWN, Cabletron-Sys-DOWN,CISCO-DOWN,HP-DOWN, DSC-Comm-DOWN,INTEL-DOWN,LSI-Logic-DOWN, Micron-Tech-DOWN,Texas-Inst-Down,Tellabs-Inc-Down, Natl-Semiconduct-DOWN,Oracl-DOWN,SGI-DOWN, Sun-DOWN Apple-Comp-DOWN,Autodesk-DOWN,DEC-DOWN, ADV-Micro-Device-DOWN,Andrew-Corp-DOWN, Computer-Assoc-DOWN,Circuit-City-DOWN, Compaq-DOWN, EMC-Corp-DOWN, Gen-Inst-DOWN, Motorola-DOWN,Microsoft-DOWN,Scientific-Atl-DOWN Fannie-Mae-DOWN,Fed-Home-Loan-DOWN, Fannie Mae DOWN Fed Home Loan DOWN MBNA-Corp-DOWN,Morgan-Stanley-DOWN Baker-Hughes-UP,Dresser-Inds-UP,Halliburton-HLD-UP, Louisiana-Land-UP,Phillips-Petro-UP,Unocal-UP, Schlumberger-UP

Technology1-DOWN

Technology2-DOWN

Financial-DOWN Oil-UP

Summarization
– Reduce the size of large data sets
C uste g precipitation Clustering p ec p tat o in Australia
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 3

What is not Cluster Analysis?
Supervised classification
– Have class label information

Simple segmentation
– Di idi students into different registration groups Dividing t d t i t diff t i t ti alphabetically, by last name

Results of a query
– Groupings are a result of an external specification

Graph partitioning
– Some mutual relevance and synergy, but areas are not identical
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 4

Notion of a Cluster can be Ambiguous

How many clusters?

Six Clusters

Two Clusters

Four Clusters

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

5

Types of Clusterings
A clustering is a set of clusters Important distinction between hierarchical and partitional sets of clusters Partitional Clustering
– A division data objects into non-overlapping subsets (clusters) such that each data object is in exactly one subset

Hierarchical clustering
– A set of nested clusters organized as a hierarchical tree

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

6

Partitional Clustering

Original Points g

A Partitional Clustering g

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

7

Hierarchical Clustering

p1 p3 p2 p4

p1 p2
Traditional Hierarchical Clustering

p3 p4

Traditional Dendrogram

p1 p3 p2 p4

p1 p2
Non-traditional Hierarchical Clustering
© Tan,Steinbach, Kumar

p3 p4

Non-traditional Dendrogram
4/18/2004 8

Introduction to Data Mining

Other Distinctions Between Sets of Clusters Exclusive versus non-exclusive
– In non-exclusive clusterings, points may belong to multiple clusters. clusters – Can represent multiple classes or ‘border’ points

Fuzzy versus non-fuzzy y y
– In fuzzy clustering, a point belongs to every cluster with some weight between 0 and 1 – Weights must sum to 1 – Probabilistic clustering has similar characteristics

Partial versus complete
– I some cases, we only want to cluster some of the data In l tt l t f th d t

Heterogeneous versus homogeneous
– Cluster of widely different sizes, shapes, and densities
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 9

Types of Clusters
Well-separated clusters Center-based clusters Contiguous clusters Density-based clusters Property or Conceptual P t C t l Described by an Objective Function
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 10

Types of Clusters: Well-Separated Well-Separated Clusters:
– A cluster is a set of points such that any point in a cluster is closer (or more similar) to every other point in the cluster than to any point not in the cluster.

3 well-separated clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 11

Types of Clusters: Center-Based Center-based
– A cluster is a set of objects such that an object in a cluster is closer (more similar) to the “center” of a cluster, than to the center of any other cluster – The center of a cluster is often a centroid, the average of all the i t in the l t th points i th cluster, or a medoid, th most “representative” d id the t“ t ti ” point of a cluster

4 center-based clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 12

Types of Clusters: Contiguity-Based Contiguous Cluster (Nearest neighbor or Transitive)
– A cluster is a set of points such that a point in a cluster is closer (or more similar) to one or more other points in the cluster than to any point not in the cluster.

8 contiguous clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 13

Types of Clusters: Density-Based Density-based
– A cluster is a dense region of points, which is separated by low-density regions, from other regions of high density. – Used when the clusters are irregular or intertwined, and when noise and outliers are present.

6 density-based clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 14

Types of Clusters: Conceptual Clusters Shared Property or Conceptual Clusters
– Finds clusters that share some common property or represent a particular concept. .

2 Overlapping Circles
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 15

Types of Clusters: Objective Function Clusters Defined by an Objective Function
– Finds clusters that minimize or maximize an objective function. – Enumerate all possible ways of dividing the points into clusters and evaluate the `goodness' of each potential set of clusters by using the given objective function (NP Hard) function. – Can have global or local objectives.
Hierarchical clustering algorithms typically have local objectives Partitional algorithms typically h P titi l l ith t i ll have global objectives l b l bj ti

– A variation of the global objective function approach is to fit the data to a parameterized model.
Parameters for the model are determined from the data. Mixture models assume that the data is a ‘mixture' of a number of statistical distributions.

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

16

Types of Clusters: Objective Function … Map the clustering problem to a different domain and solve a related problem in that domain
– Proximity matrix defines a weighted graph, where the nodes are the points being clustered, and the weighted edges represent the proximities between points – Clustering is equivalent to breaking the graph into connected components, one for each cluster. – Want to minimize the edge weight between clusters and maximize the edge weight within clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 17

Characteristics of the Input Data Are Important
Type of proximity or density measure
– This is a derived measure, but central to clustering

Sparseness
– Dictates type of similarity – Adds to efficiency

Attribute type
– Dictates type of similarity

Type of Data
– Dictates type of similarity – Other characteristics, e.g., autocorrelation

Dimensionality Di i lit Noise and Outliers Type of Distribution
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 18

Clustering Algorithms
K-means and its variants Hierarchical clustering Density-based clustering

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

19

K-means Clustering
Partitional clustering approach Each cluster is associated with a centroid (center point) Each point is assigned to the cluster with the closest centroid Number of clusters, K must be specified clusters K, The basic algorithm is very simple

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

20

K-means Clustering – Details
Initial centroids are often chosen randomly.
– Clusters produced vary from one run to another.

The centroid is (typically) the mean of the points in the cluster. ‘Closeness’ is measured by Euclidean distance, cosine similarity, correlation, etc. similarity correlation etc K-means will converge for common similarity measures mentioned above. Most of the convergence happens in the first few iterations.
– Often the stopping condition is changed to ‘Until relatively few pp g g y points change clusters’ n = number of points, K = number of clusters, I = number of iterations, d = number of attributes
Introduction to Data Mining 4/18/2004 21

Complexity is O( n * K * I * d )


© Tan,Steinbach, Kumar

Two different K-means Clusterings
3 2.5

2

Original Points

1.5 15

y
1 0.5 0 -2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

3

3

2.5

2.5

2

2

1.5

1.5

y

1

y
1 0.5 0 0.5 0 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 -2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

x

Optimal Clustering
© Tan,Steinbach, Kumar Introduction to Data Mining

Sub-optimal Clustering
4/18/2004 22

Importance of Choosing Initial Centroids
Iteration 1 6 5 4 3 2
3 2.5

2

1.5

y
1 0.5 0 -2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

23

Importance of Choosing Initial Centroids
Iteration 1
3 3 2.5 2.5

Iteration 2
3 2.5

Iteration 3

2

2

2

1.5

1.5

1.5

y

y

1

1

y
1 0.5 0 0.5 0 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 -2

0.5 0

-2

-1.5

-1

-0.5

0

0.5

1

1.5

2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

x

x

Iteration It ti 4
3 3 2.5 2.5

Iteration It ti 5
3 2.5

Iteration It ti 6

2

2

2

1.5

1.5

1.5

y

y

1

1

y
1 0.5 0 0.5 0 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 -2

0.5 0

-2

-1.5

-1

-0.5

0

0.5

1

1.5

2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

x

x

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

24

Evaluating K-means Clusters
Most common measure is Sum of Squared Error (SSE)
– For each point, the error is the distance to the nearest cluster – To get SSE, we square these errors and sum them.

SSE = ∑ ∑ dist 2 ( mi , x ) i =1 x∈Ci

K

– x is a data point in cluster Ci and mi is the representative point for cluster Ci can show that mi corresponds to the center (mean) of the cluster

– Given two clusters, we can choose the one with the smallest error – One easy way to reduce SSE is to increase K, the number of clusters
A good clustering with smaller K can have a lower SSE than a poor clustering with hi h K l t i ith higher
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 25

Importance of Choosing Initial Centroids …
Iteration 1 5 4 3 2
3 2.5

2

1.5

y
1 0.5 0 -2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

26

Importance of Choosing Initial Centroids …
Iteration 1
3 3 2.5 2.5

Iteration 2

2

2

1.5

1.5

y

1

y
1 0.5 0 0.5 0 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 -2

-1.5

-1

-0.5

0

0.5

1

1.5

2

x

x

Iteration 3
3 3 2.5 2.5

Iteration 4
3 2.5

Iteration 5

2

2

2

1.5

1.5

1.5

y

y

1

1

y
1 0.5 0 0.5 0 -2 2 -1.5 15 -1 1 -0.5 05 0 0.5 05 1 1.5 15 2 -2 2

0.5 0

-2 2

-1.5 15

-1 1

-0.5 05

0

0.5 05

1

1.5 15

2

-1.5 15

-1 1

-0.5 05

0

0.5 05

1

1.5 15

2

x

x

x

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

27

Problems with Selecting Initial Points
If there are K ‘real’ clusters then the chance of selecting one centroid from each cluster is small.
– – Chance is relatively small when K i l Ch i l ti l ll h is large If clusters are the same size, n, then

– – –

For example, if K = 10, then probability = 10!/1010 = 0.00036 Sometimes the initial centroids will readjust themselves in ‘right’ ‘ i ht’ way, and sometimes they d ’t d ti th don’t Consider an example of five pairs of clusters

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

28

10 Clusters Example
Iteration 1 4 3 2
8 6 4 2

y

0 -2 -4 -6 0 5 10 15 20

x Starting with two initial centroids in one cluster of each pair of clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 29

10 Clusters Example
Iteration 1
8 6 4 2 8 6 4 2

Iteration 2

y

0 -2 -4 -6 0 5 10 15 20

y

0 -2 -4 -6 0 5 10 15 20

Iteration 3
8 6 4 2 8 6 4 2

x

Iteration 4

x

y

0 -2 -4 -6 0 5 10 15 20

y

0 -2 -4 -6 0 5 10 15 20

x

x

Starting with two initial centroids in one cluster of each pair of clusters
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 30

10 Clusters Example
Iteration 1 4 3 2
8 6 4 2

y

0 -2 -4 -6 0 5 10 15 20

x
Starting with some pairs of clusters having three initial centroids, while other have only one.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 31

10 Clusters Example
Iteration 1
8 6 4 2 8 6 4 2

Iteration 2

y

0 -2 -4 -6 0 8 6 4 2 5 10 15 20

y

0 -2 -4 -6 0 8 6 4 2 5 10 15 20

x Iteration 3

x Iteration 4

y

0 -2 -4 -6 0 5 10 15 20

y

0 -2 -4 -6 0 5 10 15 20

x

x

Starting with some pairs of clusters having three initial centroids, while other have only one.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 32

Solutions to Initial Centroids Problem
Multiple runs
– Helps, but probability is not on y p , p y your side

Sample and use hierarchical clustering to determine initial centroids Select more than k initial centroids and then select among these initial centroids
– Select most widely separated

Postprocessing Bisecting K-means
– Not as susceptible to initialization issues

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

33

Handling Empty Clusters
Basic K-means algorithm can yield empty clusters Several strategies
– Choose the point that contributes most to SSE – Choose a point from the cluster with the highest SSE – If there are several empty clusters, the above can be repeated several times.

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

34

Updating Centers Incrementally
In the basic K-means algorithm, centroids are updated after all points are assigned to a centroid An alternative is to update the centroids after each assignment (incremental approach)
– – – – – Each assignment updates zero or two centroids More expensive Introduces an order dependency Never get an empty cluster N t t l t Can use “weights” to change the impact

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

35

Pre-processing and Post-processing
Pre-processing
– Normalize the data – Eliminate outliers

Post-processing Post processing
– Eliminate small clusters that may represent outliers – Split ‘loose’ clusters i e clusters with relatively high loose clusters, i.e., SSE – Merge clusters that are ‘close’ and that have relatively g y low SSE – Can use these steps during the clustering process
ISODATA SO
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 36

Bisecting K-means Bisecting K-means algorithm
– Variant of K-means that can produce a partitional or a hierarchical clustering

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

37

Bisecting K-means Example

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

38

Limitations of K-means
K-means has problems when clusters are of differing
– Sizes – Densities – Non-globular shapes

K-means has problems when the data contains outliers.

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

39

Limitations of K-means: Differing Sizes

Original Points

K-means (3 Clusters)

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

40

Limitations of K-means: Differing Density

Original Points

K-means (3 Clusters)

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

41

Limitations of K-means: Non-globular Shapes

Original Points

K-means (2 Clusters)

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

42

Overcoming K-means Limitations

Original Points

K-means Clusters

One solution is to use many clusters. y Find parts of clusters, but need to put together.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 43

Overcoming K-means Limitations

Original Points

K-means Clusters

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

44

Overcoming K-means Limitations

Original Points

K-means Clusters

© Tan,Steinbach, Kumar

Introduction to Data Mining

4/18/2004

45

Similar Documents

Premium Essay

Week 4 Mkt/571

...the company is going to plan to introduce its new product in the domestic as well as international market. The domestic market is Greece, and International market is Santiago in Chile. The new product introduced by Kudler Fine and Food in Greece and Santiago, Chile is Gourmet Olives. This product is used to make variety of oils, jams, chocolates, etc. The Kudler wants to serve best to its customer and the Gourmet Olives introduced by the company are one of its best product. Gourmet olive is used to make a variety of products such as jams, chocolates, oils, wines, etc. It is beneficial for the health of the consumers and help to control the blood pressure, sugar regulation, market immune system stronger, keeps body young, keep heart healthy and prevent strokes, etc. (Gourmet Olive oil is healthier than other vegetable oils, 2009). It should be considered that how the product is being placed in the market. If the company opens some discount stores it should keep the prices low. It also depends on the target customers. If the company targets high-class customers the pricing will naturally be high. If it targets all the customers then reasonable pricing should be kept which will be in favor of all the people (Kotler, 2002). For both the domestic and international market it is necessary for the Kudler Fine and Foods to develop a brand positioning and value for...

Words: 1301 - Pages: 6

Free Essay

Recipes

...ingredients   shop kitchen ▾ * 2 lemons, halved * 36 baby artichokes (3 pounds) * 1/4 cup extra-virgin olive oil * 6 garlic cloves, quartered lengthwise * 2 carrots, thinly sliced on the bias * 1 medium onion, thinly sliced * 1 tablespoon thyme leaves * 2 bay leaves * 1 teaspoon black peppercorns * 1 teaspoon coriander seeds * 3/4 cup dry white wine * 1/2 teaspoon salt * Fresh Tomato Coulis, for serving complete your meal * Farmer's Market Recipes * Our Best Vegetarian Recipes * Our Best Salad Recipes directions 1.  Squeeze the lemons into a bowl of water. Working with 1 artichoke at a time, snap off the dark green outer leaves. Using a sharp paring knife, slice off all but 1 inch of the remaining leaves. Peel and trim the stems. Halve the artichokes, scrape out the hairy choke and drop them into the lemon water. 2.  In a large, nonreactive skillet, heat the olive oil. Add the garlic, carrots, onion, thyme, bay leaves, black peppercorns and coriander seeds and cook over moderately high heat until the onion begins to soften, about 2 minutes. 3.  Drain the artichokes and add them to the skillet. Cook until the onion is translucent, about 2 minutes longer. Add the wine and salt, cover and cook over moderate heat until the artichokes are just tender, about 10 minutes. Discard the bay leaves. Spoon the artichokes and their juices onto plates. Drizzle with the Fresh Tomato Coulis and serve. MAKE AHEAD: 1.  ...

Words: 1618 - Pages: 7

Premium Essay

Business

...Business Case : Olive Oi Prepared By : Rania Alsh 988 INTRODUC 3 PRODUCTION CONSUMPTION 3 GOVERN 4 ENVERONMENTAL PAC 5 Maintaining and Improving Positive Effect 5 SOCIO-ECONOMIC IMPACT 6 BUSINESS STRATEGY 6 Tree Management Strategy 7 SUSBITANABILITY OF OLIVE OIL 7 Farmers Rights 8 PRICE AND PERFORMANCE 9 WORLD’S TOP OLIVE OIL EXPORTERS 9 The Profile Of Company (Leader): 10 Mario Strategy 10 The Greek Strategy 10 Italian Strategy 11 CONCLUSION 11 REFERENCES 11 INTRODUCTION Consuming and trading Olive Oil is globally linked to the Mediterranean as non-Mediterranean countries account for less than 2.5 per cent of world production. The complex market of olive oil is due to the spread of production over developed and developing countries and is done through varying production systems. Olive oil production has many activities. Bottling has become increasingly intense, with a strong presence of multinational firms. Branding by small bottlers with effective marketing strategies is becoming profitable. Olive oil consumption is growing with varying consumption patterns in quantity and quality. Market segmentation has come to assume an increasingly important role in consumption decisions. The European Union (EU) is the largest producer and consumer of olive oil. EU keeps protecting its domestic market, despite the preferential access it grants to a number of Mediterranean countries. Some countries play the dual role of large...

Words: 2902 - Pages: 12

Premium Essay

Wal-Mart Financial Health 2012

...Business Analysis Part II The following business analysis considers the financial health, technological advantages, the effects of globalization, and a benchmarking analysis of Wal-mart in comparison with comparable organizations in their industry segments using United States companies. Competitors in the supercenter market are Target and Meijer, whereas Costco is a key competitor in the member warehouse-style market. Only Costco (Costco Annual Report, 2011) is currently competing in the international marketplace. Financial Health Wal-Mart Stores Incorporated (WMT), Target Corporation (TGT), and Costco Wholesale Corporation (COST) are public held companies with stock traded on the New York Stock Exchange (NYSE) and required to file an Annual Report on forms 10-K annually with the Security and Exchange Commission (SEC) (Stock Quotes, 2012). Meijer’s is a family-owned private company and not subject to SEC filings of their performance and is excluded from analysis because their financial data is not available (At 75, Meijer family still controls retailers destiny, 2009). Income Statement The latest income statements submitted by Wal-Mart, Target, and Costco to the Security and Exchange commission all reported millions in profit (Stock Quotes, 2012). Wal-Mart’s consolidated net income for its fiscal year ending January 31, 2012 is $15,699 million (Walmart Annual Report, 2012), which equates to a $4.54 net per share income, and resulted in $1.46 paid in dividends...

Words: 1962 - Pages: 8

Free Essay

Gcr for Argentina

...A GLOBAL / COUNTRY STUDY AND REPORT ON “ _________________________________________” Submitted to (SARDAR PATEL COLLEGE OF ADMINISTRATION AND MANAGEMNT) IN PARTIAL FULFILLMENT OF THE REQUIREMENT OF THE AWARD FOR THE DEGREE OF MASTER OF BUSINESS ASMINISTRATION In Gujarat Technological University UNDER THE GUIDANCE OF Name and Designation Submitted by (STUDENT NAME) [Batch: 2010-12, Enrollment No.:2006 to 2012] MBA SEMESTER III/IV (SARDAR PATEL COLLEGE OF ADMINISTRATION AND MANAGEMNT) MBA PROGRAMME Affiliated to Gujarat Technological University Ahmadabad March-2012 Students’ Declaration We, __________________________________, hereby declare that the report for global country report entitled “______________________________”in (Name of the country) is a result of our own work and our indebtedness to other work publications, references, if any, have been duly acknowledged. Place : …….. (Signature) Date : (Name of Student) ------------------------------------------------------ Institute’s Certificate “Certified that this Global /Country Study and Report Titled “……………… ……………” is the bonafide work of Mr./ Ms……… …………………….. (Enrollment No………..), who carried out the research under my supervision. I also certify further, that to the best of my knowledge the work reported herein does not form part of any other project report or dissertation on the basis of which a degree or award was conferred on an earlier occasion on this or any other candidate. Signature...

Words: 8055 - Pages: 33

Free Essay

Ib Exporting a Product

...experience and presence in the production and export of local products such as olive oil, citrus fruits, and a special variety of currants named Vostizza currants (P.D.O). The cooperative Union was founded in 1935 and the active members (which are also the growers) of the company are estimated to be 6000. According to Organization of inspection and certification of organic products (2011) the company is certified for its organic products. The estimated organic production of the Vostizza currants for the year 2009-2010 was about 600.000 kg . Yet, the company has been certified with ISO9001:2000, HACCP and BRC. The laboratory of the company which is used for testing and controlling the quality of the products has been certified with ELOT-EN-ISO/IEC 17025:2005. The company has new and modern installations that are situated in Aeghio/Peloponese, 3 kilometers from the national highway and 166 kilometers from the port of Piraeus. The premises have been built according to the highest and strictest technological standards which guaranty the supplied quality and safety of the products that the company handles. Product Analysis Greek black dried grapes of the Black Corinth variety, also known as currants, are one of the products with the largest demand in world markets today. Raisins are distinguished between currants and sultana raisins which are widely produced in countries like USA, Turkey, Iran and Chile. Greece is responsible for the 80% of the total world production of currants...

Words: 1978 - Pages: 8

Free Essay

Did the Financial Crisis Have a Catastrophic Impact on the Wine Tourism Sector in Italy

...sectors raked huge profits without investing anything in innovation and competitive interventions, now companies are claiming the state rescue and support. According to initial estimations made at the OIV (International Organization of Vine and Wine) Italy, the world's second-biggest wine producer after France with an output of about 4.5 billion liters per year, had in 2009 a decrease in domestically demand, price and export which reflects the effects of the world economic crisis. Average price of Italian wine dropped 20 percent last year with ordinary wine prices plunging 25 percent and special denomination quality wines losing 13 percent. In 2009, Italian wine sales to export markets, the United States and Britain, fell 7 and 10 percent respectively hammered by the crisis and advance of rivals from Chile, Argentina, South Africa, Australia and New Zealand, according to UIV estimates based on data from Italy's statistics agency ISTAT (Istituto di Servizi per il Mercato Agricolo Alimentare). Tourism can be an important resource for an economy and Italy is the fourth highest tourist earn and fifth most visited country in the world, behind France (76.0 million), Spain (55.6 million), United States (49.4 million), and China (46.8) with more than 43.7 million tourists a year. People mainly come to Italy for its rich art, cuisine, history, fashion and culture. Tourism is one of Italy's fastest growing and most profitable industrial sectors, with an estimated revenue of $42.7 billion...

Words: 2628 - Pages: 11

Free Essay

Geneva Concept

...“LE FANCY SCHMANCY” FINE DINE IN GENEVA RESTAURANT MANAGEMENT (1024) Date of presentation 11th February 2014 Group Member Krunal, Ajaz, and sumeet. Concept of restaurant Fine dine Word count (CONCEPT) 6300. CONCEPT OF FINE DINING IN GENEVA A fine dining restaurant is one that offers its patrons the finest food, quality service and atmosphere. It is also the most expensive restaurant and menu should offer unique items, the service should be beyond doubt impeccable and the atmosphere should be inviting. Today fine dining can be in any type of setting and provide feature a wide variety of cuisine. Standards you should always include in fine dining are fine china, glassware and flatware (absolutely no paper, plastic, or Styrofoam). While tablecloths are hard to escape in fine dining, the rest of the atmosphere is up to your creativity. We can take the traditional route, with silver candelabras and Rose centerpieces, or go for hip and trendy with a bold color scheme and modern furnishings. Music playing subtly in the background should reflect your theme, such as classical for a traditional fine dining restaurant or jazz tunes for something modern. Lighting should also be subtle, leaning toward dim but romantic. MACRO INDUSTRY ANALYSIS FOR FINE DINE RESTAURENT IN GENEVA USING PESTEL The restaurant concepts of fine dine in Geneva depend upon a number of industry-specific and general economic, political, legal and other factors, many of which...

Words: 6699 - Pages: 27

Free Essay

Financial

...developing a taste for western food, and Chinese restaurants are developing a new top tier. Catering for weddings and other events is a new growing sector. The high-end market is spreading beyond the three major cities of Beijing, Shanghai and Guangzhou. Distribution has become more efficient and professional in major cities, but remains problematic elsewhere. Education and training in the use of new products is needed all along the value chain. Competition from other nations and domestic substitution is fierce. Includes PSD Changes: No Includes Trade Matrix: Yes Annual Report Beijing ATO [CH4] [CH] Table of Contents Part I. MARKET SUMMARY 3 A. Market Overview 3 B. Market Drivers 4 C. SWOT Analysis for US Food Products 6 Part II: ROAD MAP FOR MARKET ENTRY 6 A. Market Structure 6 1. Target Population 6 2. Distribution 7 B. Entry Strategy 9 1. Overview 9 2. Marketing, Sales and Education 10 3. Establishing the Supply Channel 11 4. Protect Your Intellectual Property Rights 11 5. Entry Tips 11 C. Sub-sector Profiles 12 1. Hotels and Resorts 12 2. Restaurants 13 3. Fast Food 13 4. Institutional Food Service 13 Part III: COMPETITION 15 Part IV: BEST PRODUCT PROSPECTS 17 Part V: Post Contact and Additional Resources 19 Part I. MARKET SUMMARY A....

Words: 6867 - Pages: 28

Premium Essay

Businnes Paper

...0 Contents Executive Summary ..................................................................................................................................... 3 1. Introduction ......................................................................................................................................... 6 2. Trade in Goods ................................................................................................................................... 7 2.1 Bilateral Trade between Australia and China .............................................................................. 7 2.2 South Australian Trade with China .............................................................................................. 8 2.2.1 Disaggregated Analysis of South Australian Trade with China ........................................... 8 2.2.2 South Australia’s trade and comparative advantage ........................................................... 9 2.2.2.1 South Australia’s Revealed Comparative Advantage in comparison to other States and Territories .......................................................................................................................................... 12 2.2.2.2 2.2.2.3 Disaggregated Analysis of Key Agricultural Products ....................................................... 18 2.2.2.4 Possible Impacts of ChAFTA Commitments on Agriculture for South Australia ............... 20 2.2.2...

Words: 65041 - Pages: 261

Free Essay

Brain

...01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 S31 N32 B R AI N MAK ER The Power of Gut Microbes to Heal and Protect Your Brain — for Life BY DAVID PERLMUTTER, MD WITH KRISTIN LOB ERG LIT T LE , BROW N A ND C OMPA N Y New York Boston London BrainMaker_HCtext1P.indd iii 12/02/15 6:29 PM 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31S 32N This book is intended to supplement, not replace, the advice of a trained health professional. If you know or suspect that you have a health problem, you should consult a health professional. The author and publisher specifically disclaim any liability, loss, or risk, personal or otherwise, that is incurred as a consequence, directly or indirectly, of the use and application of any of the contents of this book. Copyright © 2015 by David Perlmutter, MD All rights reserved. In accordance with the U.S. Copyright Act of 1976, the scanning, uploading, and electronic sharing of any part of this book without the permission of the publisher constitute unlawful piracy and theft of the author’s intellectual property. If you would like to use material from the book (other than for review purposes), prior written permission must be obtained by contacting the publisher at permissions@hbgusa.com. Thank you for your support of the author’s rights. Little, Brown and Company ...

Words: 16935 - Pages: 68

Free Essay

Mcdonalds Brazil

...contemporary mass culture. The network was founded in April 1955 in Illinois, USA. It currently sells about 190 burgers per second in the world, with a new store being opened every ten hours. Between 1955 and 1993, its 14,000 stores sold 80 billion sandwiches. Alongside brands like Coca-Cola McDonald's is considered one of the most widespread international symbols of capitalism. Its most famous product is the sandwich known as Big Mac. (http://pt.wikipedia.org/wiki/McDonald's) Arcos Dorados, the largest McDonald's franchise in the world, added profit of nearly $ 20 million in the third quarter of this year. In Brazil, the network operation achieved sales of 444.5 million dollars, similar to that achieved a year earlier amount. The Brazilian market represented, between the months of July to September, 44% of total company revenues, which totaled revenues of $ 1 billion in the period, up 6.2% compared to 2012. Currently, Arcos Dorados has almost 2,000 restaurants, 2,157 dessert centers and 344 McCafé units operating in 20 countries where it operates. In Brazil, the network has 762 units functioning. The company said results for the year are in line with expectations. "The pace of store openings should fall in the short term and will be redoubling efforts to increase the profitability of the network." the company said in a statement....

Words: 3065 - Pages: 13

Premium Essay

Economics - the World Economy

...Economics 2: The World Economy Unit Student Guide Scottish Qualifications Authority Contents 1 2 Introduction to the Scottish Qualifications Authority Introduction to the Unit 2.1 2.2 2.3 2.4 2.5 2.6 3 What is the Purpose of this Unit? What are the Outcomes of this Unit? What do I Need to be Able to do in Order to Achieve this Unit? Approximate Study Time for This Unit Equipment/Material Required for this Unit Symbols Used in this Unit 1 2 2 2 2 3 3 4 5 5 6 7 7 11 18 24 31 37 41 51 60 68 75 DE3H 35 Assessment Information for this Unit 3.1 What Do I Have to Do to Achieve This Unit? 4 5 Suggested Lesson Plan Learning Material 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 5.10 5.11 Setting the Scene Outcome 1 - Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Outcome 2 - Section 1 Section 2 Section 3 Section 4 © Scottish Qualifications Authority 2004 Economics 2: The World Economy Unit Student Guide Scottish Qualifications Authority 5.12 5.13 5.14 5.15 5.16 5.17 5.18 6 7 8 9 Section 5 Section 6 Outcome 3 - Section 1 Section 2 Section 3 Section 4 Section 5 85 92 99 104 108 112 115 119 121 135 135 Additional Reading Material Solutions to Self Assessed Questions and Activities Copyright References Acknowledgements © Scottish Qualifications Authority 2004 DE3H 35 Economics 2: The World Economy Unit Student Guide Scottish Qualifications Authority 1 Introduction to the Scottish Qualifications Authority This Unit DE3H 35 Economics...

Words: 28608 - Pages: 115

Premium Essay

Subway

...http://en.wikipedia.org/wiki/Subway_(restaurant) Introduction Subway is an American restaurant franchise that primarily sells submarine sandwiches (subs) and salads. It is owned and operated by Doctor's Associates, Inc. (DAI). Subway is one of the fastest growing franchises in the world with 35,302 restaurants in 98 countries and territories as of September 10, 2011. Doctor's Associates, owners of Subway, was founded by Fred De Luca and Peter Buck in 1966, when they opened the second Subway restaurant in New York. The name comes from the fact that Buck holds a PhD. Despite Subway marketing itself as a health-conscious restaurant, neither Subway nor Doctor's Associates are affiliated with nor endorsed by any medical organizations or doctors. SUBWAY in INDIA Operating from its main office located in Milford, Connecticut, the quick service restaurant chain has five regional centers to support its expanding international operations. The Asian centre has been growing at a rapid pace and India as a country occupies a pivotal spot on this expansion map. Subway Systems India Pvt Ltd opened its very first restaurant in 2001 in New Delhi and has swiftly grown its operations to 228 operating restaurants in 26 cities across India. Although it is a global brand with a menu that is relatively the same around the world, SUBWAY restaurant's takes great pride in honoring and respecting local traditions and food preferences and has earned a reputation for offering a healthier alternative...

Words: 2853 - Pages: 12

Free Essay

Case Study: Ups Competes Globally with Information Technology

...HERBS & SPICES HERBS & SPICES WHAT ARE HERBS? * Leaves of plants that lack woody stems. * Typically, the green, leafy part of the plant is used in cooking. * The plants are grown for their flavor and medicinal value. * Some define herbs as plants with healing properties. Herbs: Leaves, stems, and flowers of aromatic plants * Fresh: More aromatic; cleaner flavor * Dried: Stronger, but often harsher flavor; less expensive; crumbling lightly before use will release oils USING HERBS Fresh herbs *Ready to eat foods-add as early as possible to allow the flavor to be released *Cooked foods-add toward the end to prevent bitter flavors and burnt looking herbs Dried Herbs *Ready to eat foods-early in the cooking process *Cooked foods-early in the cooking process *If the recipe calls for fresh and you are using dried you need to ½ the amount. HISTORY As far back as 5000 BCE, Sumerians used herbs in medicine. Ancient Egyptians used fennel, coriander and thyme around 1555 BCE. In ancient Greece, in 162 CE, a physician by the name of  Galen was known for concocting complicated herbal remedies that contained up to 100 ingredients. CULINARY HERBS Culinary herbs are distinguished from vegetables in that, like spices, they are used in small amounts and provide flavor rather than substance to food. Culinary herbs can come in two different forms. They can be in their natural state which is straight from the garden or bought in...

Words: 6433 - Pages: 26