SlideShare une entreprise Scribd logo
1  sur  17
DATA MINING
AND
WAREHOUSING
VISUALIZATION METHODS

VISUALIZING COMPLEX DATA AND
           RELATIONS

       PRESENTED BY:
     REEMA QAISER KHAN
VISUALIZING COMPLEX
DATA AND RELATIONS
• In early days, visualization techniques were
  mainly for numeric data.

• Recently, more and more non-numeric data,
  such as text and social networks, have become
  available.

• Visualizing and analyzing such data attracts a
  lot of interest.
TAG CLOUD

• For example, many people on the web tag
  various objects such as pictures, blog entries,
  and product reviews.

• A tag cloud is a stylized way of visually
  representing occurrences of words used to
  describe tags.

• The most popular topics are normally
  highlighted in a larger, bolder font.

• The first use of tag clouds on a website was on
  Flickr, created by Stewart Butterfield.
TYPES OF TAG CLOUD
There are many ways of implementation tag
clouds. Some of them are more popular than
the other ones. Basically we can divided tag
clouds into 4 categories:

1-Colourful

2-Font-size

3-Sorted

4-Unsorted
COLOURFUL TAG CLOUDS
• The weight of the tags determined by the
  colour it has.

• It is strictly recommended to use only 2-3
  colours in tag cloud, because if the more
  colours are used in cloud, cloud become more
  irritating and useless.

•   The idea is that the more contrast exists
    between the colour of the tag and the
    background, the more powerful tag is.

• Weak- not often used tags have colours more
  similar to the background colour.
COLOURFUL TAG CLOUDS




 Some examples of colourful tag clouds.
FONT-SIZE TAG CLOUDS
• In these type of clouds the most important or
  frequent words are highlighted by an
  appropriate font-size.

• It means that more powerful tag is bigger.
An example of Font-size tag cloud.
This image shows the "All time most popular tags"
             from Flickr Photo Sharing
COMPUTATION OF FONT-
    SIZE IN TAG CLOUD




Each tag represents your customers favorite
holiday. How can you present the tags as a cloud
tag being the valentines day as the biggest (with
50px font-size) and the liberation day as the
smallest (with 12px font-size)?
• We will use the following variables, namely:
  a = the smallest count (or occurrence).
  b = the count of the tag being computed.
  c = the largest count.
  w = the smallest font-size.
  x = the font-size for the tag. It is the unknown.
  y = the largest font-size.

• Now let's substitute the given values to their respective
  variables. Assuming that we are solving for the
  "thanksgiving" font-size.
  a = 88
  b = 168
  c = 211
  w = 12
  x=?
  y = 50
• And here's the formula:

  x = (b-a) (y-w)
       ----------- + w
          (c-a)

  x = ( ((168-88) * (50-12)) / (211-88) ) + 12
  x = 36.715446
  x = 37
• The thanksgiving tag should have 37px font-size in the tag
  cloud.
   birthday = 29px
  christmas = 18px
  valentines = 50px
  thanksgiving = 37px
  liberation = 12px
  haloween = 20px
  new year = 28px
SORTED TAG CLOUDS AND
UNSORTED TAG CLOUDS
• In sorted tag clouds, the clouds can be sorted
  according to alphabet, frequency or similarity.




• In unsorted tag clouds, the clouds may not be
  sorted in some order, they may be in a clustered
  form.
TAG INDEX
• In some cases tag clouds might be not the best
  solution for precise content presentation.

• For instance, if visitors are looking for some
  specific topic they would prefer a search engine
  rather than “weighting” proportions of the tags.
TAG INDEX




An example of Tag Index
THANKYOU

Contenu connexe

Tendances

Tdm information retrieval
Tdm information retrievalTdm information retrieval
Tdm information retrievalKU Leuven
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Primya Tamil
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDFNarni Rajesh
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Bhaskar Mitra
 
Storage organization and stack allocation of space
Storage organization and stack allocation of spaceStorage organization and stack allocation of space
Storage organization and stack allocation of spaceMuhammad Haroon
 
Neural Models for Information Retrieval
Neural Models for Information RetrievalNeural Models for Information Retrieval
Neural Models for Information RetrievalBhaskar Mitra
 
Probabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsProbabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsSelman Bozkır
 
Apache Hadoop
Apache HadoopApache Hadoop
Apache HadoopAjit Koti
 
Mining Data Streams
Mining Data StreamsMining Data Streams
Mining Data StreamsSujaAldrin
 
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...Simplilearn
 
Vector Search for Data Scientists.pdf
Vector Search for Data Scientists.pdfVector Search for Data Scientists.pdf
Vector Search for Data Scientists.pdfConnorShorten2
 
INTRODUCTION TO BIG DATA AND HADOOP
INTRODUCTION TO BIG DATA AND HADOOPINTRODUCTION TO BIG DATA AND HADOOP
INTRODUCTION TO BIG DATA AND HADOOPDr Geetha Mohan
 
Introduction to HiveQL
Introduction to HiveQLIntroduction to HiveQL
Introduction to HiveQLkristinferrier
 
Natural language processing
Natural language processingNatural language processing
Natural language processingSaurav Aryal
 

Tendances (20)

Tdm information retrieval
Tdm information retrievalTdm information retrieval
Tdm information retrieval
 
Inverted index
Inverted indexInverted index
Inverted index
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDF
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)Neural Text Embeddings for Information Retrieval (WSDM 2017)
Neural Text Embeddings for Information Retrieval (WSDM 2017)
 
Automatic indexing
Automatic indexingAutomatic indexing
Automatic indexing
 
Storage organization and stack allocation of space
Storage organization and stack allocation of spaceStorage organization and stack allocation of space
Storage organization and stack allocation of space
 
Neural Models for Information Retrieval
Neural Models for Information RetrievalNeural Models for Information Retrieval
Neural Models for Information Retrieval
 
Lec1,2
Lec1,2Lec1,2
Lec1,2
 
Probabilistic information retrieval models & systems
Probabilistic information retrieval models & systemsProbabilistic information retrieval models & systems
Probabilistic information retrieval models & systems
 
Apache Hadoop
Apache HadoopApache Hadoop
Apache Hadoop
 
Mining Data Streams
Mining Data StreamsMining Data Streams
Mining Data Streams
 
Spark SQL
Spark SQLSpark SQL
Spark SQL
 
Graph Analytics
Graph AnalyticsGraph Analytics
Graph Analytics
 
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...
Pig Tutorial | Apache Pig Tutorial | What Is Pig In Hadoop? | Apache Pig Arch...
 
Vector Search for Data Scientists.pdf
Vector Search for Data Scientists.pdfVector Search for Data Scientists.pdf
Vector Search for Data Scientists.pdf
 
INTRODUCTION TO BIG DATA AND HADOOP
INTRODUCTION TO BIG DATA AND HADOOPINTRODUCTION TO BIG DATA AND HADOOP
INTRODUCTION TO BIG DATA AND HADOOP
 
Introduction to HiveQL
Introduction to HiveQLIntroduction to HiveQL
Introduction to HiveQL
 
Natural language processing
Natural language processingNatural language processing
Natural language processing
 

Similaire à Data mining Tag Clouds

Introduction to object-oriented analysis and design (OOA/D)
Introduction to object-oriented analysis and design (OOA/D)Introduction to object-oriented analysis and design (OOA/D)
Introduction to object-oriented analysis and design (OOA/D)Ahmed Farag
 
How To Design Your Content Marketing Hub
How To Design Your Content Marketing HubHow To Design Your Content Marketing Hub
How To Design Your Content Marketing HubMichael Brenner
 
Disney world PowerPoint Template
Disney world PowerPoint TemplateDisney world PowerPoint Template
Disney world PowerPoint Templatewww.slideworld.com
 
Simple Slide Design and Data Visualization Crash Course
Simple Slide Design and Data Visualization Crash CourseSimple Slide Design and Data Visualization Crash Course
Simple Slide Design and Data Visualization Crash CourseBessie Chu
 
Css methods architecture
Css methods architectureCss methods architecture
Css methods architectureLasha Sumbadze
 
Trendsetting: Web Design and Beyond
Trendsetting: Web Design and BeyondTrendsetting: Web Design and Beyond
Trendsetting: Web Design and BeyondAndy Stratton
 
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.ppt
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.pptTraining- Slide writing and story telling-AG-PREE-19Apr12 - v3.ppt
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.pptEkaterinaShvaiko
 
managing big data
managing big datamanaging big data
managing big dataSuveeksha
 
Object oriented analysis and design
Object oriented analysis and designObject oriented analysis and design
Object oriented analysis and designnaveed428
 
STC Information Topology
STC Information TopologySTC Information Topology
STC Information TopologyTyrinAvery1
 
Latest Trends of Webdesign
Latest Trends of WebdesignLatest Trends of Webdesign
Latest Trends of WebdesignFeroz Khan
 
Top 100 Diagrams in Editable Powerpoint
Top 100 Diagrams in Editable PowerpointTop 100 Diagrams in Editable Powerpoint
Top 100 Diagrams in Editable PowerpointAurelien Domont, MBA
 
CSS workshop @ OutSystems
CSS workshop @ OutSystemsCSS workshop @ OutSystems
CSS workshop @ OutSystemsRuben Goncalves
 
Top 50 Diagrams in Editable Powerpoint
Top 50 Diagrams in Editable PowerpointTop 50 Diagrams in Editable Powerpoint
Top 50 Diagrams in Editable PowerpointAurelien Domont, MBA
 

Similaire à Data mining Tag Clouds (20)

Cloud tag
Cloud tagCloud tag
Cloud tag
 
Introduction to object-oriented analysis and design (OOA/D)
Introduction to object-oriented analysis and design (OOA/D)Introduction to object-oriented analysis and design (OOA/D)
Introduction to object-oriented analysis and design (OOA/D)
 
How To Design Your Content Marketing Hub
How To Design Your Content Marketing HubHow To Design Your Content Marketing Hub
How To Design Your Content Marketing Hub
 
Disney World Powerpoint Template - SlideWorld
Disney World Powerpoint Template - SlideWorldDisney World Powerpoint Template - SlideWorld
Disney World Powerpoint Template - SlideWorld
 
Disney world PowerPoint Template
Disney world PowerPoint TemplateDisney world PowerPoint Template
Disney world PowerPoint Template
 
Material design
Material designMaterial design
Material design
 
Simple Slide Design and Data Visualization Crash Course
Simple Slide Design and Data Visualization Crash CourseSimple Slide Design and Data Visualization Crash Course
Simple Slide Design and Data Visualization Crash Course
 
Unit-2.pptx
Unit-2.pptxUnit-2.pptx
Unit-2.pptx
 
Css methods architecture
Css methods architectureCss methods architecture
Css methods architecture
 
Trendsetting: Web Design and Beyond
Trendsetting: Web Design and BeyondTrendsetting: Web Design and Beyond
Trendsetting: Web Design and Beyond
 
Style based
Style basedStyle based
Style based
 
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.ppt
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.pptTraining- Slide writing and story telling-AG-PREE-19Apr12 - v3.ppt
Training- Slide writing and story telling-AG-PREE-19Apr12 - v3.ppt
 
Style based
Style basedStyle based
Style based
 
managing big data
managing big datamanaging big data
managing big data
 
Object oriented analysis and design
Object oriented analysis and designObject oriented analysis and design
Object oriented analysis and design
 
STC Information Topology
STC Information TopologySTC Information Topology
STC Information Topology
 
Latest Trends of Webdesign
Latest Trends of WebdesignLatest Trends of Webdesign
Latest Trends of Webdesign
 
Top 100 Diagrams in Editable Powerpoint
Top 100 Diagrams in Editable PowerpointTop 100 Diagrams in Editable Powerpoint
Top 100 Diagrams in Editable Powerpoint
 
CSS workshop @ OutSystems
CSS workshop @ OutSystemsCSS workshop @ OutSystems
CSS workshop @ OutSystems
 
Top 50 Diagrams in Editable Powerpoint
Top 50 Diagrams in Editable PowerpointTop 50 Diagrams in Editable Powerpoint
Top 50 Diagrams in Editable Powerpoint
 

Plus de RQK Khan

The latest interface designs
The latest interface designsThe latest interface designs
The latest interface designsRQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questions
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questionsGAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questions
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questionsRQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 11
GAT NTS SAMPLE PAPERS MATERIAL PART 11GAT NTS SAMPLE PAPERS MATERIAL PART 11
GAT NTS SAMPLE PAPERS MATERIAL PART 11RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 10
GAT NTS SAMPLE PAPERS MATERIAL PART 10GAT NTS SAMPLE PAPERS MATERIAL PART 10
GAT NTS SAMPLE PAPERS MATERIAL PART 10RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 9
GAT NTS SAMPLE PAPERS MATERIAL PART 9GAT NTS SAMPLE PAPERS MATERIAL PART 9
GAT NTS SAMPLE PAPERS MATERIAL PART 9RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 8
GAT NTS SAMPLE PAPERS MATERIAL PART 8GAT NTS SAMPLE PAPERS MATERIAL PART 8
GAT NTS SAMPLE PAPERS MATERIAL PART 8RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 7
GAT NTS SAMPLE PAPERS MATERIAL PART 7GAT NTS SAMPLE PAPERS MATERIAL PART 7
GAT NTS SAMPLE PAPERS MATERIAL PART 7RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 6
GAT NTS SAMPLE PAPERS MATERIAL PART 6GAT NTS SAMPLE PAPERS MATERIAL PART 6
GAT NTS SAMPLE PAPERS MATERIAL PART 6RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 5
GAT NTS SAMPLE PAPERS MATERIAL PART 5GAT NTS SAMPLE PAPERS MATERIAL PART 5
GAT NTS SAMPLE PAPERS MATERIAL PART 5RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 4
GAT NTS SAMPLE PAPERS MATERIAL PART 4GAT NTS SAMPLE PAPERS MATERIAL PART 4
GAT NTS SAMPLE PAPERS MATERIAL PART 4RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 3
GAT NTS SAMPLE PAPERS MATERIAL PART 3GAT NTS SAMPLE PAPERS MATERIAL PART 3
GAT NTS SAMPLE PAPERS MATERIAL PART 3RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 2
GAT NTS SAMPLE PAPERS MATERIAL PART 2 GAT NTS SAMPLE PAPERS MATERIAL PART 2
GAT NTS SAMPLE PAPERS MATERIAL PART 2 RQK Khan
 
GAT NTS SAMPLE PAPERS MATERIAL PART 1
GAT NTS SAMPLE PAPERS MATERIAL PART 1 GAT NTS SAMPLE PAPERS MATERIAL PART 1
GAT NTS SAMPLE PAPERS MATERIAL PART 1 RQK Khan
 
Software testing methodolgy with the control flow analysis
Software testing methodolgy with the control flow analysisSoftware testing methodolgy with the control flow analysis
Software testing methodolgy with the control flow analysisRQK Khan
 
Microkernel architecture
Microkernel architecture Microkernel architecture
Microkernel architecture RQK Khan
 
Monolithic kernel vs. Microkernel
Monolithic kernel vs. MicrokernelMonolithic kernel vs. Microkernel
Monolithic kernel vs. MicrokernelRQK Khan
 

Plus de RQK Khan (16)

The latest interface designs
The latest interface designsThe latest interface designs
The latest interface designs
 
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questions
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questionsGAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questions
GAT NTS SAMPLE PAPERS MATERIAL PART 12 Website links-for-gat-questions
 
GAT NTS SAMPLE PAPERS MATERIAL PART 11
GAT NTS SAMPLE PAPERS MATERIAL PART 11GAT NTS SAMPLE PAPERS MATERIAL PART 11
GAT NTS SAMPLE PAPERS MATERIAL PART 11
 
GAT NTS SAMPLE PAPERS MATERIAL PART 10
GAT NTS SAMPLE PAPERS MATERIAL PART 10GAT NTS SAMPLE PAPERS MATERIAL PART 10
GAT NTS SAMPLE PAPERS MATERIAL PART 10
 
GAT NTS SAMPLE PAPERS MATERIAL PART 9
GAT NTS SAMPLE PAPERS MATERIAL PART 9GAT NTS SAMPLE PAPERS MATERIAL PART 9
GAT NTS SAMPLE PAPERS MATERIAL PART 9
 
GAT NTS SAMPLE PAPERS MATERIAL PART 8
GAT NTS SAMPLE PAPERS MATERIAL PART 8GAT NTS SAMPLE PAPERS MATERIAL PART 8
GAT NTS SAMPLE PAPERS MATERIAL PART 8
 
GAT NTS SAMPLE PAPERS MATERIAL PART 7
GAT NTS SAMPLE PAPERS MATERIAL PART 7GAT NTS SAMPLE PAPERS MATERIAL PART 7
GAT NTS SAMPLE PAPERS MATERIAL PART 7
 
GAT NTS SAMPLE PAPERS MATERIAL PART 6
GAT NTS SAMPLE PAPERS MATERIAL PART 6GAT NTS SAMPLE PAPERS MATERIAL PART 6
GAT NTS SAMPLE PAPERS MATERIAL PART 6
 
GAT NTS SAMPLE PAPERS MATERIAL PART 5
GAT NTS SAMPLE PAPERS MATERIAL PART 5GAT NTS SAMPLE PAPERS MATERIAL PART 5
GAT NTS SAMPLE PAPERS MATERIAL PART 5
 
GAT NTS SAMPLE PAPERS MATERIAL PART 4
GAT NTS SAMPLE PAPERS MATERIAL PART 4GAT NTS SAMPLE PAPERS MATERIAL PART 4
GAT NTS SAMPLE PAPERS MATERIAL PART 4
 
GAT NTS SAMPLE PAPERS MATERIAL PART 3
GAT NTS SAMPLE PAPERS MATERIAL PART 3GAT NTS SAMPLE PAPERS MATERIAL PART 3
GAT NTS SAMPLE PAPERS MATERIAL PART 3
 
GAT NTS SAMPLE PAPERS MATERIAL PART 2
GAT NTS SAMPLE PAPERS MATERIAL PART 2 GAT NTS SAMPLE PAPERS MATERIAL PART 2
GAT NTS SAMPLE PAPERS MATERIAL PART 2
 
GAT NTS SAMPLE PAPERS MATERIAL PART 1
GAT NTS SAMPLE PAPERS MATERIAL PART 1 GAT NTS SAMPLE PAPERS MATERIAL PART 1
GAT NTS SAMPLE PAPERS MATERIAL PART 1
 
Software testing methodolgy with the control flow analysis
Software testing methodolgy with the control flow analysisSoftware testing methodolgy with the control flow analysis
Software testing methodolgy with the control flow analysis
 
Microkernel architecture
Microkernel architecture Microkernel architecture
Microkernel architecture
 
Monolithic kernel vs. Microkernel
Monolithic kernel vs. MicrokernelMonolithic kernel vs. Microkernel
Monolithic kernel vs. Microkernel
 

Dernier

ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfFIDO Alliance
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandIES VE
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGDSC PJATK
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPTiSEO AI
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentationyogeshlabana357357
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Hiroshi SHIBATA
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Patrick Viafore
 

Dernier (20)

ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 

Data mining Tag Clouds

  • 2. VISUALIZATION METHODS VISUALIZING COMPLEX DATA AND RELATIONS PRESENTED BY: REEMA QAISER KHAN
  • 3. VISUALIZING COMPLEX DATA AND RELATIONS • In early days, visualization techniques were mainly for numeric data. • Recently, more and more non-numeric data, such as text and social networks, have become available. • Visualizing and analyzing such data attracts a lot of interest.
  • 4. TAG CLOUD • For example, many people on the web tag various objects such as pictures, blog entries, and product reviews. • A tag cloud is a stylized way of visually representing occurrences of words used to describe tags. • The most popular topics are normally highlighted in a larger, bolder font. • The first use of tag clouds on a website was on Flickr, created by Stewart Butterfield.
  • 5. TYPES OF TAG CLOUD There are many ways of implementation tag clouds. Some of them are more popular than the other ones. Basically we can divided tag clouds into 4 categories: 1-Colourful 2-Font-size 3-Sorted 4-Unsorted
  • 6. COLOURFUL TAG CLOUDS • The weight of the tags determined by the colour it has. • It is strictly recommended to use only 2-3 colours in tag cloud, because if the more colours are used in cloud, cloud become more irritating and useless. • The idea is that the more contrast exists between the colour of the tag and the background, the more powerful tag is. • Weak- not often used tags have colours more similar to the background colour.
  • 7. COLOURFUL TAG CLOUDS Some examples of colourful tag clouds.
  • 8. FONT-SIZE TAG CLOUDS • In these type of clouds the most important or frequent words are highlighted by an appropriate font-size. • It means that more powerful tag is bigger.
  • 9. An example of Font-size tag cloud. This image shows the "All time most popular tags" from Flickr Photo Sharing
  • 10. COMPUTATION OF FONT- SIZE IN TAG CLOUD Each tag represents your customers favorite holiday. How can you present the tags as a cloud tag being the valentines day as the biggest (with 50px font-size) and the liberation day as the smallest (with 12px font-size)?
  • 11. • We will use the following variables, namely: a = the smallest count (or occurrence). b = the count of the tag being computed. c = the largest count. w = the smallest font-size. x = the font-size for the tag. It is the unknown. y = the largest font-size. • Now let's substitute the given values to their respective variables. Assuming that we are solving for the "thanksgiving" font-size. a = 88 b = 168 c = 211 w = 12 x=? y = 50
  • 12. • And here's the formula: x = (b-a) (y-w) ----------- + w (c-a) x = ( ((168-88) * (50-12)) / (211-88) ) + 12 x = 36.715446 x = 37 • The thanksgiving tag should have 37px font-size in the tag cloud. birthday = 29px christmas = 18px valentines = 50px thanksgiving = 37px liberation = 12px haloween = 20px new year = 28px
  • 13.
  • 14. SORTED TAG CLOUDS AND UNSORTED TAG CLOUDS • In sorted tag clouds, the clouds can be sorted according to alphabet, frequency or similarity. • In unsorted tag clouds, the clouds may not be sorted in some order, they may be in a clustered form.
  • 15. TAG INDEX • In some cases tag clouds might be not the best solution for precise content presentation. • For instance, if visitors are looking for some specific topic they would prefer a search engine rather than “weighting” proportions of the tags.
  • 16. TAG INDEX An example of Tag Index