{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":"LENS Project Thomas Fel, Thomas Serre {thomas_fel}@brown.edu Brown University, DEEL Team \ud83d\udc4b Start exploring now \u00bb

The purpose of this tool is to provide a quick overview of the main concepts (dictionary of features) employed by a large vision model for each of the 1,000 ImageNet classes, along with an associated importance score for these concepts. For instance, when classifying \"espresso,\" the model utilizes features such as black coffee, foam, handle (a bias), and patterns of latte art. Click on some examples to get started or use the search field at the top to find a specific class.

Concept 8 (Importance 39%) Concept 1 (Importance 24%) Concept 2 (Importance 17%) Concept 9 (Importance 5%) How does it work?

LENS is straightforward: it's a method that automatically (they are not predefined) retrieves the concepts (or visual atoms) used by a model for a given class, and assigns an importance score to each of these concepts. The website allows scrolling through the top 10 most important concepts for each class. Each concept is represented by a feature visualization, meaning an image that exemplify the concept (or epitomizes it). By clicking on this feature viz , users can view crops of images that activate this concept. Keep in mind, the higher the importance score, the more determinant the concept is for the model.

You can start exploring a class by clicking on one of the feature viz below:

\ud83d\udc0d Green snake \u00bb \ud83c\udf4f Granny smith \u00bb \ud83e\ude9a Chainsaw \u00bb \ud83c\udfbe Tennis ball \u00bb

Alternatively, you can begin exploring on your own using the search engine (at the top) or by clicking the \ud83c\udfb2 Random class \u00bb .

About LENS

This project is the result of several articles, the most notable ones being CRAFT (CVPR) \u00b7 MACO (NeurIPS)\u00b7 Holistic (NeurIPS)

The goal of this project is to characterize the concepts (or key features)1 used by state-of-the-art models trained on ImageNet, and detect biases using the latest explainability methods: Concept-based explainability, Attribution methods, and Feature Visualization. We also want to show that these approaches, far from being antagonistic, can be complementary in helping better understand models. The illustrated model in this project is a ResNet50, where each class in ImageNet has its dedicated page highlighting the concepts used by the model to classify that particular class.

A normalized importance score is calculated for each concept, indicating the concept's significance for the class. For example, an importance level of 30% means that the concept contributes 30% of the sum of logits for all points classified as that class. The \"LENS Method\" page provides an introduction explaining how to interpret the results.

"},{"location":"#contributors","title":"\ud83e\udd1d Contributors","text":"

This interactive website relies on numerous published studies, with each member considered a contributor to the project.

CRAFT: Thomas Fel\u2b51, Agustin Picard\u2b51, Louis B\u00e9thune\u2b51, Thibaut Boissin\u2b51, David Vigouroux, Julien Colin, R\u00e9mi Cad\u00e8ne & Thomas Serre.

MACO: Thomas Fel\u2b51, Thibaut Boissin\u2b51, Victor Boutin\u2b51, Agustin Picard\u2b51, Paul Novello\u2b51, Julien Colin, Drew Linsley, Tom Rousseau, R\u00e9mi Cad\u00e8ne, Laurent Gardes & Thomas Serre.

Holistic: Thomas Fel\u2b51, Victor Boutin\u2b51, Mazda Moayeri, R\u00e9mi Cad\u00e8ne, Louis B\u00e9thune, L\u00e9o Andeol, Mathieu Chalvidal & Thomas Serre.

"},{"location":"#see-also","title":"\ud83d\udc40 See Also:","text":"

Furthermore, this work heavily builds on seminal research in explainable AI, specifically the work on concepts by Been Kim et al.2 and ACE3 for the automatic extraction of concept activation vectors (CAVs). More recently, the research on invertible concepts4 and their impressive human experiments.

Regarding the feature visualization, this work builds on the insightful articles published by the Clarity team at OpenAI5, notably the groundbreaking work by Chris Olah et al6. Similarly, their recent work on mechanistic interpretability8 and the concept of superposition7 has motivated us to explore dictionary learning methods.

Several articles have greatly inspired the development of the attribution method12 and importance estimation, ranging from attribution metrics11 13 14 to more recent theoretical insights 9 10.

A more comprehensive list of this foundational body of work is discussed in the three articles that form the foundation of our project.

"},{"location":"#citation","title":"\ud83d\uddde\ufe0f Citation","text":"

If you are using LENS as part of your workflow in a scientific publication, please consider citing one of the articles we build on:

@inproceedings{fel2023craft,\n      title     = {CRAFT: Concept Recursive Activation FacTorization for Explainability},\n      author    = {Thomas Fel and Agustin Picard and Louis Bethune and Thibaut Boissin\n                  and David Vigouroux and Julien Colin and R\u00e9mi Cad\u00e8ne and Thomas Serre},\n      year      = {2023},\n      booktitle = {Proceedings of the IEEE Conference on Computer Vision and \n                   Pattern Recognition (CVPR)},\n}\n
@article{fel2023holistic,\n  title         = {A Holistic Approach to Unifying Automatic Concept Extraction \n                  and Concept Importance Estimation},\n  author        = {Thomas Fel and Victor Boutin and Mazda Moayeri and R\u00e9mi Cad\u00e8ne and Louis Bethune\n                  and L\u00e9o and\u00e9ol and Mathieu Chalvidal and Thomas Serre},\n  journal       = {Advances in Neural Information Processing Systems (NeurIPS)},\n  year          = {2023}\n}\n
@article{fel2023unlocking,\n  title         = {Unlocking Feature Visualization for Deeper Networks with \n                  MAgnitude Constrained Optimization},\n  author        = {Thomas Fel and Thibaut Boissin and Victor Boutin and Agustin Picard and\n                  Paul Novello and Julien Colin and Drew Linsley and Tom Rousseau and\n                  R\u00e9mi Cad\u00e8ne and Laurent Gardes, Thomas Serre},\n  journal       = {Advances in Neural Information Processing Systems (NeurIPS)},\n  year          = {2023}\n}\n

"},{"location":"#license","title":"\ud83d\udcdd License","text":"

The project is released under MIT license.

  1. Learning a Dictionary of Shape-Components in Visual Cortex: Comparison with Neurons, Humans and Machines \u21a9

  2. Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV) (2018). \u21a9

  3. Towards Automatic Concept-based Explanations (ACE) (2019). \u21a9

  4. Invertible Concept-based Explanations for CNN Models with Non-negative Concept Activation Vectors (2021). \u21a9

  5. Thread: Circuits: What can we learn if we invest heavily in reverse engineering a single neural network? (2020). \u21a9

  6. Feature Visualization: How neural networks build up their understanding of images (2017). \u21a9

  7. Toy Models of Superposition (2022). \u21a9

  8. Progress measures for Grokking via Mechanistic Interpretability (2023). \u21a9

  9. Which explanation should i choose? a function approximation perspective to characterizing post hoc explanations. (2022). \u21a9

  10. Towards the Unification and Robustness of Perturbation and Gradient Based Explanations. (2021). \u21a9

  11. Towards Faithfully Interpretable NLP Systems: How Should We Define and Evaluate Faithfulness? (2020). \u21a9

  12. Interpretable Explanations of Black Boxes by Meaningful Perturbation. (2017). \u21a9

  13. On the (In)fidelity and Sensitivity of Explanations. (2019). \u21a9

  14. Evaluating and Aggregating Feature-based Model Explanation. (2020). \u21a9

"},{"location":"example/","title":"Tench (0)","text":"

Tench has 3 important concepts. The full class name is Tench, Tinca tinca.

C1 C1 C1 C1 C1 C1 C1 C1 C1 Concept 1 Concept 2"},{"location":"example/#similar-concepts","title":"Similar concepts","text":"

We have found XX similar concepts between the class Tench and other classes. Here are those concepts:

The concept 3 of Tench is similar to the concept 4 of class_name

"},{"location":"method/","title":"LENS Method","text":"

The pages contain a lot of information, and the goal is to guide you gradually towards a better understanding of interpreting these results.

"},{"location":"method/#summary","title":"Summary","text":"

In summary, the method is quite simple: for each class, we take the points in the ImageNet dataset predicted as and extract the concepts (directions on intermediate space) from these points using the CRAFT method. Once these concepts are obtained, they are just vectors in the latent space, and it is possible to obtain a feature visualization - an image that maximise this direction - of these vectors using MACO . Finally, since the decomposition is performed on the last layer, there is a linear relationship between the concept embedding and the model's decision. More details on the estimation of importance can be found in the Holistic article. Now let's move on to interpreting the different components.

"},{"location":"method/#understanding-concept-importance","title":"Understanding concept importance","text":"

For each point in the dataset, it is possible to obtain it's concepts values where each values represent a concept. Moreover, we can also compute an importance vector, this vector has a scalar value per concept, representing how crucial a concept was for the classification. Based on these vectors, we perform UMAP to obtain the clustering graph. Then, colors are assigned to each point based on its most important concept. If a concept is the most important for at least 10 times, it is considered important and will be colored. Finally, the global importance is the average of the logit scores contributed by the concepts across all points. Thus, a global importance of 30% means that the concept represents 30% of the sum of logits for the class.

"},{"location":"method/#understanding-concept-proximity","title":"Understanding Concept proximity","text":"

For each concept, it is possible to obtain its proximity to other concepts, i.e., how close they are in the latent space. To do this, we calculate the pairwise cosine similarity between the concepts. We then project the results into 2D. Thus, two close concepts will have a close cosine similarity.

"},{"location":"method/#understanding-concept-alignment-to-classes","title":"Understanding Concept Alignment to Classes","text":"

Similar to concept proximity, it is possible to compare the class's separating hyperplane with the concept, which gives us a degree of alignment between the concept and each class. The reported score is also the cosine similarity between the two vectors.

"},{"location":"classes/Afghan%20hound/","title":"Afghan hound (160)","text":"

Afghan hound (class id 160) has 4 important concepts. The full class name is Afghan hound, Afghan.

"},{"location":"classes/Afghan%20hound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Afghan hound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Afghan%20hound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 32%) Concept 8 (Importance 18%) Concept 2 (Importance 16%) Concept 6 (Importance 12%) Concept 0 (Importance 7%) Concept 4 (Importance 4%) Concept 3 (Importance 3%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 9 Concept 8 Concept 2 Concept 6 Concept 0 Concept 4 Concept 3 Concept 5 Concept 1 Concept 7"},{"location":"classes/Afghan%20hound/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class Afghan hound and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of Pekinese (154) Concept 0 is similar to the concept 2 of Shih-Tzu (155) Concept 0 is similar to the concept 2 of Yorkshire terrier (187) Concept 0 is similar to the concept 0 of Australian terrier (193) Concept 0 is similar to the concept 9 of Tibetan terrier (200) Concept 0 is similar to the concept 2 of Lhasa (204) Concept 0 is similar to the concept 0 of briard (226) Concept 2 is similar to the concept 3 of German shepherd (235) Concept 0 is similar to the concept 3 of orangutan (365) Concept 5 is similar to the concept 1 of lawn mower (621) Concept 5 is similar to the concept 3 of maypole (645) Concept 5 is similar to the concept 0 of worm fence (912)"},{"location":"classes/African%20chameleon/","title":"African chameleon (47)","text":"

African chameleon (class id 47) has 3 important concepts. The full class name is African chameleon, Chamaeleo chamaeleon.

"},{"location":"classes/African%20chameleon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'African chameleon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/African%20chameleon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 33%) Concept 3 (Importance 31%) Concept 5 (Importance 16%) Concept 7 (Importance 6%) Concept 4 (Importance 5%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 5 Concept 7 Concept 4 Concept 9 Concept 8 Concept 0 Concept 6 Concept 1"},{"location":"classes/African%20chameleon/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class African chameleon and other classes.

Here are those concepts: Concept 8 is similar to the concept 6 of American chameleon (40) Concept 7 is similar to the concept 5 of frilled lizard (43) Concept 8 is similar to the concept 9 of vine snake (59) Concept 8 is similar to the concept 4 of walking stick (313) Concept 8 is similar to the concept 1 of bell pepper (945)"},{"location":"classes/African%20crocodile/","title":"African crocodile (49)","text":"

African crocodile (class id 49) has 1 important concepts. The full class name is African crocodile, Nile crocodile, Crocodylus niloticus.

"},{"location":"classes/African%20crocodile/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'African crocodile' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/African%20crocodile/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 71%) Concept 3 (Importance 13%) Concept 6 (Importance 5%) Concept 0 (Importance 4%) Concept 2 (Importance 3%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 6 Concept 0 Concept 2 Concept 4 Concept 9 Concept 8 Concept 7 Concept 1"},{"location":"classes/African%20crocodile/#similar-concepts","title":"Similar concepts","text":"

We have found 32 similar concepts between the class African crocodile and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of water ouzel (20) Concept 2 is similar to the concept 2 of American alligator (50) Concept 5 is similar to the concept 3 of American alligator (50) Concept 2 is similar to the concept 2 of water snake (58) Concept 2 is similar to the concept 1 of drake (97) Concept 2 is similar to the concept 0 of red-breasted merganser (98) Concept 2 is similar to the concept 1 of goose (99) Concept 2 is similar to the concept 1 of black swan (100) Concept 2 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 5 of black stork (128) Concept 2 is similar to the concept 1 of spoonbill (129) Concept 2 is similar to the concept 3 of flamingo (130) Concept 2 is similar to the concept 1 of little blue heron (131) Concept 2 is similar to the concept 1 of American egret (132) Concept 2 is similar to the concept 3 of bittern (133) Concept 2 is similar to the concept 4 of limpkin (135) Concept 2 is similar to the concept 4 of European gallinule (136) Concept 2 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 1 of red-backed sandpiper (140) Concept 2 is similar to the concept 8 of redshank (141) Concept 2 is similar to the concept 1 of dowitcher (142) Concept 2 is similar to the concept 6 of pelican (144) Concept 2 is similar to the concept 1 of beaver (337) Concept 2 is similar to the concept 1 of hippopotamus (344) Concept 2 is similar to the concept 4 of water buffalo (346) Concept 4 is similar to the concept 1 of Arabian camel (354) Concept 2 is similar to the concept 1 of otter (360) Concept 2 is similar to the concept 4 of boathouse (449) Concept 2 is similar to the concept 1 of canoe (472) Concept 2 is similar to the concept 2 of paddle (693) Concept 2 is similar to the concept 5 of speedboat (814) Concept 2 is similar to the concept 5 of lakeside (975)"},{"location":"classes/African%20elephant/","title":"African elephant (386)","text":"

African elephant (class id 386) has 2 important concepts. The full class name is African elephant, Loxodonta africana.

"},{"location":"classes/African%20elephant/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'African elephant' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/African%20elephant/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 58%) Concept 5 (Importance 17%) Concept 7 (Importance 11%) Concept 2 (Importance 7%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 7 Concept 2 Concept 3 Concept 1 Concept 9 Concept 8 Concept 6 Concept 4"},{"location":"classes/African%20elephant/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class African elephant and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of tusker (101) Concept 7 is similar to the concept 2 of Indian elephant (385) Concept 4 is similar to the concept 5 of patio (706) Concept 1 is similar to the concept 1 of plow (730)"},{"location":"classes/African%20grey/","title":"African grey (87)","text":"

African grey (class id 87) has 3 important concepts. The full class name is African grey, African gray, Psittacus erithacus.

"},{"location":"classes/African%20grey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'African grey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/African%20grey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 2 (Importance 20%) Concept 3 (Importance 9%) Concept 5 (Importance 5%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 7 Concept 4 Concept 6 Concept 9 Concept 8 Concept 1"},{"location":"classes/African%20grey/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/African%20hunting%20dog/","title":"African hunting dog (275)","text":"

African hunting dog (class id 275) has 3 important concepts. The full class name is African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus.

"},{"location":"classes/African%20hunting%20dog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'African hunting dog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/African%20hunting%20dog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 33%) Concept 3 (Importance 21%) Concept 2 (Importance 18%) Concept 4 (Importance 11%) Concept 8 (Importance 9%) Concept 0 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 2 Concept 4 Concept 8 Concept 0 Concept 7 Concept 9 Concept 6 Concept 1"},{"location":"classes/African%20hunting%20dog/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class African hunting dog and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of Norwegian elkhound (174) Concept 3 is similar to the concept 3 of hyena (276)"},{"location":"classes/Airedale/","title":"Airedale (191)","text":"

Airedale (class id 191) has 4 important concepts. The full class name is Airedale, Airedale terrier.

"},{"location":"classes/Airedale/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Airedale' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Airedale/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 27%) Concept 2 (Importance 22%) Concept 1 (Importance 18%) Concept 3 (Importance 16%) Concept 0 (Importance 10%) Concept 5 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 2 Concept 1 Concept 3 Concept 0 Concept 5 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/Airedale/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class Airedale and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of bloodhound (163) Concept 2 is similar to the concept 3 of otterhound (175) Concept 3 is similar to the concept 4 of otterhound (175) Concept 6 is similar to the concept 8 of Irish terrier (184) Concept 2 is similar to the concept 7 of Norwich terrier (186) Concept 6 is similar to the concept 2 of wire-haired fox terrier (188) Concept 2 is similar to the concept 2 of Lakeland terrier (189) Concept 5 is similar to the concept 4 of Lakeland terrier (189) Concept 3 is similar to the concept 5 of Lakeland terrier (189) Concept 1 is similar to the concept 1 of Australian terrier (193) Concept 2 is similar to the concept 4 of Australian terrier (193) Concept 2 is similar to the concept 5 of German shepherd (235) Concept 4 is similar to the concept 3 of Brabancon griffon (262) Concept 0 is similar to the concept 0 of toy poodle (265) Concept 0 is similar to the concept 0 of miniature poodle (266)"},{"location":"classes/American%20Staffordshire%20terrier/","title":"American staffordshire terrier (180)","text":"

American staffordshire terrier (class id 180) has 3 important concepts. The full class name is American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier.

"},{"location":"classes/American%20Staffordshire%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American staffordshire terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20Staffordshire%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 32%) Concept 3 (Importance 27%) Concept 1 (Importance 19%) Concept 2 (Importance 11%) Concept 4 (Importance 3%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 6 Concept 3 Concept 1 Concept 2 Concept 4 Concept 0 Concept 8 Concept 9 Concept 7 Concept 5"},{"location":"classes/American%20Staffordshire%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class American Staffordshire terrier and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Weimaraner (178) Concept 0 is similar to the concept 0 of boxer (242) Concept 4 is similar to the concept 3 of bull mastiff (243) Concept 4 is similar to the concept 4 of dingo (273)"},{"location":"classes/American%20alligator/","title":"American alligator (50)","text":"

American alligator (class id 50) has 1 important concepts. The full class name is American alligator, Alligator mississipiensis.

"},{"location":"classes/American%20alligator/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American alligator' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20alligator/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 66%) Concept 5 (Importance 12%) Concept 4 (Importance 9%) Concept 2 (Importance 5%) Concept 7 (Importance 4%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 4 Concept 2 Concept 7 Concept 1 Concept 9 Concept 8 Concept 6 Concept 0"},{"location":"classes/American%20alligator/#similar-concepts","title":"Similar concepts","text":"

We have found 30 similar concepts between the class American alligator and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of water ouzel (20) Concept 2 is similar to the concept 4 of terrapin (36) Concept 2 is similar to the concept 2 of African crocodile (49) Concept 3 is similar to the concept 5 of African crocodile (49) Concept 2 is similar to the concept 2 of water snake (58) Concept 2 is similar to the concept 1 of drake (97) Concept 2 is similar to the concept 0 of red-breasted merganser (98) Concept 2 is similar to the concept 1 of goose (99) Concept 2 is similar to the concept 1 of black swan (100) Concept 2 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 5 of black stork (128) Concept 2 is similar to the concept 1 of spoonbill (129) Concept 2 is similar to the concept 3 of flamingo (130) Concept 2 is similar to the concept 1 of little blue heron (131) Concept 2 is similar to the concept 1 of American egret (132) Concept 2 is similar to the concept 3 of bittern (133) Concept 2 is similar to the concept 4 of limpkin (135) Concept 2 is similar to the concept 4 of European gallinule (136) Concept 2 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 1 of red-backed sandpiper (140) Concept 2 is similar to the concept 8 of redshank (141) Concept 2 is similar to the concept 1 of dowitcher (142) Concept 2 is similar to the concept 6 of pelican (144) Concept 2 is similar to the concept 1 of beaver (337) Concept 2 is similar to the concept 1 of hippopotamus (344) Concept 2 is similar to the concept 4 of water buffalo (346) Concept 2 is similar to the concept 1 of otter (360) Concept 2 is similar to the concept 4 of boathouse (449) Concept 2 is similar to the concept 1 of canoe (472) Concept 2 is similar to the concept 2 of paddle (693)"},{"location":"classes/American%20black%20bear/","title":"American black bear (295)","text":"

American black bear (class id 295) has 3 important concepts. The full class name is American black bear, black bear, Ursus americanus, Euarctos americanus.

"},{"location":"classes/American%20black%20bear/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American black bear' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20black%20bear/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 4 (Importance 24%) Concept 3 (Importance 16%) Concept 8 (Importance 10%) Concept 0 (Importance 7%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 3 Concept 8 Concept 0 Concept 6 Concept 9 Concept 7 Concept 5 Concept 1"},{"location":"classes/American%20black%20bear/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class American black bear and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Newfoundland (256) Concept 3 is similar to the concept 4 of brown bear (294) Concept 2 is similar to the concept 1 of sloth bear (297) Concept 3 is similar to the concept 3 of sloth bear (297) Concept 0 is similar to the concept 7 of chimpanzee (367) Concept 0 is similar to the concept 1 of howler monkey (379) Concept 0 is similar to the concept 9 of giant panda (388)"},{"location":"classes/American%20chameleon/","title":"American chameleon (40)","text":"

American chameleon (class id 40) has 2 important concepts. The full class name is American chameleon, anole, Anolis carolinensis.

"},{"location":"classes/American%20chameleon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American chameleon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20chameleon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 2 (Importance 42%) Concept 4 (Importance 5%) Concept 6 (Importance 3%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 4 Concept 6 Concept 0 Concept 9 Concept 8 Concept 7 Concept 5 Concept 1"},{"location":"classes/American%20chameleon/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class American chameleon and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of tree frog (31) Concept 3 is similar to the concept 2 of banded gecko (38) Concept 2 is similar to the concept 5 of green lizard (46) Concept 3 is similar to the concept 3 of green lizard (46) Concept 6 is similar to the concept 6 of green lizard (46) Concept 6 is similar to the concept 8 of African chameleon (47) Concept 6 is similar to the concept 9 of vine snake (59) Concept 6 is similar to the concept 6 of snail (113) Concept 6 is similar to the concept 4 of walking stick (313) Concept 6 is similar to the concept 5 of mantis (315) Concept 6 is similar to the concept 6 of cicada (316) Concept 6 is similar to the concept 8 of dragonfly (319) Concept 6 is similar to the concept 7 of lycaenid (326)"},{"location":"classes/American%20coot/","title":"American coot (137)","text":"

American coot (class id 137) has 2 important concepts. The full class name is American coot, marsh hen, mud hen, water hen, Fulica americana.

"},{"location":"classes/American%20coot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American coot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20coot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 6 (Importance 25%) Concept 0 (Importance 13%) Concept 1 (Importance 5%) Concept 9 (Importance 3%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 0 Concept 1 Concept 9 Concept 5 Concept 3 Concept 8 Concept 7 Concept 4"},{"location":"classes/American%20coot/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class American coot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 6 is similar to the concept 3 of European gallinule (136) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of red-backed sandpiper (140) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 8 is similar to the concept 1 of albatross (146) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/American%20egret/","title":"American egret (132)","text":"

American egret (class id 132) has 3 important concepts. The full class name is American egret, great white heron, Egretta albus.

"},{"location":"classes/American%20egret/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American egret' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20egret/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 47%) Concept 0 (Importance 19%) Concept 4 (Importance 11%) Concept 3 (Importance 10%) Concept 8 (Importance 6%) Concept 1 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 4 Concept 3 Concept 8 Concept 1 Concept 9 Concept 7 Concept 5 Concept 2"},{"location":"classes/American%20egret/#similar-concepts","title":"Similar concepts","text":"

We have found 34 similar concepts between the class American egret and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 0 is similar to the concept 0 of sulphur-crested cockatoo (89) Concept 8 is similar to the concept 3 of sulphur-crested cockatoo (89) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 0 is similar to the concept 4 of goose (99) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 5 of black stork (128) Concept 0 is similar to the concept 0 of spoonbill (129) Concept 4 is similar to the concept 4 of spoonbill (129) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 4 is similar to the concept 3 of little blue heron (131) Concept 1 is similar to the concept 3 of bittern (133) Concept 0 is similar to the concept 7 of crane (134) Concept 4 is similar to the concept 2 of crane (134) Concept 4 is similar to the concept 6 of limpkin (135) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 4 is similar to the concept 2 of red-backed sandpiper (140) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 7 is similar to the concept 1 of albatross (146) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 1 of otter (360) Concept 7 is similar to the concept 3 of gar (395) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693) Concept 7 is similar to the concept 1 of paddle (693)"},{"location":"classes/American%20lobster/","title":"American lobster (122)","text":"

American lobster (class id 122) has 1 important concepts. The full class name is American lobster, Northern lobster, Maine lobster, Homarus americanus.

"},{"location":"classes/American%20lobster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'American lobster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/American%20lobster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 7 (Importance 9%) Concept 5 (Importance 6%) Concept 4 (Importance 5%) Concept 8 (Importance 4%) Concept 6 (Importance 3%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 5 Concept 4 Concept 8 Concept 6 Concept 2 Concept 9 Concept 3 Concept 1"},{"location":"classes/American%20lobster/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class American lobster and other classes.

Here are those concepts: Concept 6 is similar to the concept 7 of burrito (965)"},{"location":"classes/Angora/","title":"Angora (332)","text":"

Angora (class id 332) has 3 important concepts. The full class name is Angora, Angora rabbit.

"},{"location":"classes/Angora/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Angora' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Angora/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 41%) Concept 3 (Importance 23%) Concept 7 (Importance 13%) Concept 0 (Importance 10%) Concept 9 (Importance 5%) Concept 4 (Importance 2%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 7 Concept 0 Concept 9 Concept 4 Concept 5 Concept 8 Concept 6 Concept 2"},{"location":"classes/Angora/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class Angora and other classes.

Here are those concepts: Concept 7 is similar to the concept 6 of Samoyed (258) Concept 0 is similar to the concept 7 of Pomeranian (259) Concept 0 is similar to the concept 0 of Persian cat (283)"},{"location":"classes/Appenzeller/","title":"Appenzeller (240)","text":"

Appenzeller (class id 240) has 1 important concepts. The full class name is Appenzeller.

"},{"location":"classes/Appenzeller/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Appenzeller' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Appenzeller/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 3 (Importance 14%) Concept 5 (Importance 12%) Concept 4 (Importance 11%) Concept 1 (Importance 7%) Concept 2 (Importance 5%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 5 Concept 4 Concept 1 Concept 2 Concept 9 Concept 6 Concept 8 Concept 7"},{"location":"classes/Appenzeller/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class Appenzeller and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of toy terrier (158) Concept 3 is similar to the concept 1 of black-and-tan coonhound (165) Concept 1 is similar to the concept 2 of black-and-tan coonhound (165) Concept 1 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 1 is similar to the concept 2 of Labrador retriever (208) Concept 3 is similar to the concept 1 of Gordon setter (214) Concept 1 is similar to the concept 5 of schipperke (223) Concept 1 is similar to the concept 0 of kelpie (227) Concept 3 is similar to the concept 2 of kelpie (227) Concept 3 is similar to the concept 0 of Rottweiler (234) Concept 1 is similar to the concept 4 of Rottweiler (234) Concept 4 is similar to the concept 6 of Rottweiler (234) Concept 3 is similar to the concept 0 of Doberman (236) Concept 1 is similar to the concept 9 of Doberman (236) Concept 3 is similar to the concept 0 of miniature pinscher (237) Concept 1 is similar to the concept 6 of miniature pinscher (237) Concept 5 is similar to the concept 0 of Greater Swiss Mountain dog (238) Concept 1 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 4 is similar to the concept 4 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 5 of Greater Swiss Mountain dog (238) Concept 3 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 8 of Greater Swiss Mountain dog (238) Concept 3 is similar to the concept 5 of Bernese mountain dog (239) Concept 1 is similar to the concept 2 of EntleBucher (241) Concept 2 is similar to the concept 8 of EntleBucher (241) Concept 3 is similar to the concept 4 of EntleBucher (241) Concept 4 is similar to the concept 3 of EntleBucher (241) Concept 3 is similar to the concept 1 of Tibetan mastiff (244)"},{"location":"classes/Arabian%20camel/","title":"Arabian camel (354)","text":"

Arabian camel (class id 354) has 4 important concepts. The full class name is Arabian camel, dromedary, Camelus dromedarius.

"},{"location":"classes/Arabian%20camel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Arabian camel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Arabian%20camel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 36%) Concept 7 (Importance 25%) Concept 2 (Importance 13%) Concept 0 (Importance 11%) Concept 4 (Importance 4%) Concept 1 (Importance 3%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 5 Concept 7 Concept 2 Concept 0 Concept 4 Concept 1 Concept 6 Concept 3 Concept 9 Concept 8"},{"location":"classes/Arabian%20camel/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class Arabian camel and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of African crocodile (49) Concept 1 is similar to the concept 6 of sea lion (150) Concept 2 is similar to the concept 3 of bighorn (349) Concept 4 is similar to the concept 0 of ibex (350) Concept 2 is similar to the concept 3 of hartebeest (351) Concept 1 is similar to the concept 1 of gazelle (353) Concept 1 is similar to the concept 4 of volleyball (890)"},{"location":"classes/Arctic%20fox/","title":"Arctic fox (279)","text":"

Arctic fox (class id 279) has 3 important concepts. The full class name is Arctic fox, white fox, Alopex lagopus.

"},{"location":"classes/Arctic%20fox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Arctic fox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Arctic%20fox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 31%) Concept 2 (Importance 31%) Concept 5 (Importance 11%) Concept 0 (Importance 10%) Concept 3 (Importance 7%) Concept 7 (Importance 3%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 9 Concept 2 Concept 5 Concept 0 Concept 3 Concept 7 Concept 6 Concept 4 Concept 8 Concept 1"},{"location":"classes/Arctic%20fox/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class Arctic fox and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Japanese spaniel (152) Concept 3 is similar to the concept 4 of papillon (157) Concept 3 is similar to the concept 3 of collie (231) Concept 3 is similar to the concept 4 of malamute (249) Concept 0 is similar to the concept 0 of Siberian husky (250) Concept 3 is similar to the concept 3 of Great Pyrenees (257) Concept 0 is similar to the concept 8 of Great Pyrenees (257) Concept 0 is similar to the concept 0 of Samoyed (258) Concept 3 is similar to the concept 4 of Samoyed (258) Concept 7 is similar to the concept 0 of marmot (336)"},{"location":"classes/Australian%20terrier/","title":"Australian terrier (193)","text":"

Australian terrier (class id 193) has 4 important concepts. The full class name is Australian terrier.

"},{"location":"classes/Australian%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Australian terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Australian%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 30%) Concept 2 (Importance 18%) Concept 4 (Importance 14%) Concept 1 (Importance 14%) Concept 6 (Importance 12%) Concept 8 (Importance 6%) Concept 0 (Importance 3%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 4 Concept 1 Concept 6 Concept 8 Concept 0 Concept 5 Concept 9 Concept 7"},{"location":"classes/Australian%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class Australian terrier and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of Pekinese (154) Concept 0 is similar to the concept 2 of Shih-Tzu (155) Concept 0 is similar to the concept 3 of Blenheim spaniel (156) Concept 0 is similar to the concept 0 of Afghan hound (160) Concept 4 is similar to the concept 3 of otterhound (175) Concept 6 is similar to the concept 4 of Norfolk terrier (185) Concept 2 is similar to the concept 2 of Norwich terrier (186) Concept 6 is similar to the concept 5 of Norwich terrier (186) Concept 4 is similar to the concept 7 of Norwich terrier (186) Concept 0 is similar to the concept 2 of Yorkshire terrier (187) Concept 4 is similar to the concept 4 of Yorkshire terrier (187) Concept 1 is similar to the concept 1 of Airedale (191) Concept 4 is similar to the concept 2 of Airedale (191) Concept 6 is similar to the concept 9 of cairn (192) Concept 0 is similar to the concept 4 of miniature schnauzer (196) Concept 0 is similar to the concept 2 of Lhasa (204) Concept 0 is similar to the concept 3 of Irish setter (213) Concept 0 is similar to the concept 8 of Sussex spaniel (220) Concept 0 is similar to the concept 0 of briard (226) Concept 0 is similar to the concept 9 of Shetland sheepdog (230) Concept 0 is similar to the concept 8 of collie (231)"},{"location":"classes/Band%20Aid/","title":"Band aid (419)","text":"

Band aid (class id 419) has 2 important concepts. The full class name is Band Aid.

"},{"location":"classes/Band%20Aid/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Band aid' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Band%20Aid/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 62%) Concept 1 (Importance 17%) Concept 3 (Importance 8%) Concept 8 (Importance 4%) Concept 4 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 8 Concept 4 Concept 7 Concept 9 Concept 6 Concept 5 Concept 0"},{"location":"classes/Band%20Aid/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class Band Aid and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of ringneck snake (53) Concept 3 is similar to the concept 5 of crayfish (124) Concept 3 is similar to the concept 2 of hermit crab (125) Concept 3 is similar to the concept 6 of walking stick (313) Concept 4 is similar to the concept 4 of bathing cap (433) Concept 3 is similar to the concept 5 of cellular telephone (487) Concept 4 is similar to the concept 8 of hair spray (585) Concept 3 is similar to the concept 5 of iPod (605) Concept 4 is similar to the concept 4 of lipstick (629) Concept 4 is similar to the concept 2 of mortarboard (667) Concept 4 is similar to the concept 4 of neck brace (678) Concept 4 is similar to the concept 1 of seat belt (785) Concept 4 is similar to the concept 3 of shower cap (793) Concept 4 is similar to the concept 2 of sombrero (808) Concept 4 is similar to the concept 1 of stethoscope (823) Concept 3 is similar to the concept 8 of stopwatch (826) Concept 4 is similar to the concept 2 of sunglasses (837) Concept 4 is similar to the concept 3 of bubble (971) Concept 4 is similar to the concept 2 of ear (998)"},{"location":"classes/Bedlington%20terrier/","title":"Bedlington terrier (181)","text":"

Bedlington terrier (class id 181) has 3 important concepts. The full class name is Bedlington terrier.

"},{"location":"classes/Bedlington%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bedlington terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Bedlington%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 44%) Concept 3 (Importance 23%) Concept 2 (Importance 15%) Concept 4 (Importance 11%) Concept 0 (Importance 3%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 4 Concept 0 Concept 8 Concept 9 Concept 7 Concept 6 Concept 5"},{"location":"classes/Bedlington%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class Bedlington terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of wire-haired fox terrier (188)"},{"location":"classes/Bernese%20mountain%20dog/","title":"Bernese mountain dog (239)","text":"

Bernese mountain dog (class id 239) has 4 important concepts. The full class name is Bernese mountain dog.

"},{"location":"classes/Bernese%20mountain%20dog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bernese mountain dog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Bernese%20mountain%20dog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 39%) Concept 0 (Importance 20%) Concept 5 (Importance 15%) Concept 3 (Importance 8%) Concept 1 (Importance 7%) Concept 7 (Importance 6%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 5 Concept 3 Concept 1 Concept 7 Concept 2 Concept 9 Concept 8 Concept 6"},{"location":"classes/Bernese%20mountain%20dog/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class Bernese mountain dog and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of beagle (162) Concept 5 is similar to the concept 1 of black-and-tan coonhound (165) Concept 2 is similar to the concept 6 of Walker hound (166) Concept 5 is similar to the concept 1 of Gordon setter (214) Concept 1 is similar to the concept 5 of Border collie (232) Concept 5 is similar to the concept 0 of Rottweiler (234) Concept 5 is similar to the concept 0 of Doberman (236) Concept 5 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 3 of Greater Swiss Mountain dog (238) Concept 5 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 4 is similar to the concept 8 of Greater Swiss Mountain dog (238) Concept 5 is similar to the concept 3 of Appenzeller (240) Concept 5 is similar to the concept 1 of Tibetan mastiff (244) Concept 7 is similar to the concept 6 of Tibetan mastiff (244)"},{"location":"classes/Blenheim%20spaniel/","title":"Blenheim spaniel (156)","text":"

Blenheim spaniel (class id 156) has 3 important concepts. The full class name is Blenheim spaniel.

"},{"location":"classes/Blenheim%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Blenheim spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Blenheim%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 8 (Importance 29%) Concept 4 (Importance 22%) Concept 2 (Importance 6%) Concept 6 (Importance 2%) Concept 0 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 4 Concept 2 Concept 6 Concept 0 Concept 3 Concept 9 Concept 7 Concept 5"},{"location":"classes/Blenheim%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class Blenheim spaniel and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of Japanese spaniel (152) Concept 0 is similar to the concept 9 of Japanese spaniel (152) Concept 0 is similar to the concept 0 of borzoi (169) Concept 6 is similar to the concept 4 of Norwegian elkhound (174) Concept 3 is similar to the concept 2 of Yorkshire terrier (187) Concept 3 is similar to the concept 0 of Australian terrier (193) Concept 3 is similar to the concept 1 of silky terrier (201) Concept 6 is similar to the concept 7 of English setter (212) Concept 0 is similar to the concept 1 of Brittany spaniel (215) Concept 4 is similar to the concept 3 of Brittany spaniel (215) Concept 6 is similar to the concept 8 of Brittany spaniel (215) Concept 0 is similar to the concept 1 of Welsh springer spaniel (218) Concept 4 is similar to the concept 0 of Welsh springer spaniel (218) Concept 8 is similar to the concept 3 of cocker spaniel (219) Concept 8 is similar to the concept 4 of Sussex spaniel (220) Concept 6 is similar to the concept 3 of collie (231) Concept 6 is similar to the concept 6 of Border collie (232) Concept 6 is similar to the concept 2 of Saint Bernard (247) Concept 6 is similar to the concept 4 of malamute (249) Concept 6 is similar to the concept 4 of Siberian husky (250) Concept 6 is similar to the concept 3 of Great Pyrenees (257) Concept 6 is similar to the concept 4 of Samoyed (258)"},{"location":"classes/Border%20collie/","title":"Border collie (232)","text":"

Border collie (class id 232) has 2 important concepts. The full class name is Border collie.

"},{"location":"classes/Border%20collie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Border collie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Border%20collie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 39%) Concept 0 (Importance 18%) Concept 1 (Importance 13%) Concept 7 (Importance 11%) Concept 4 (Importance 8%) Concept 6 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 1 Concept 7 Concept 4 Concept 6 Concept 5 Concept 9 Concept 3 Concept 2"},{"location":"classes/Border%20collie/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class Border collie and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of Japanese spaniel (152) Concept 6 is similar to the concept 6 of Blenheim spaniel (156) Concept 6 is similar to the concept 2 of beagle (162) Concept 6 is similar to the concept 4 of Norwegian elkhound (174) Concept 6 is similar to the concept 4 of Boston bull (195) Concept 6 is similar to the concept 7 of English setter (212) Concept 6 is similar to the concept 8 of Brittany spaniel (215) Concept 6 is similar to the concept 2 of kuvasz (222) Concept 5 is similar to the concept 1 of Bernese mountain dog (239) Concept 6 is similar to the concept 2 of Saint Bernard (247) Concept 1 is similar to the concept 2 of malamute (249) Concept 6 is similar to the concept 4 of malamute (249) Concept 1 is similar to the concept 2 of Siberian husky (250) Concept 6 is similar to the concept 4 of Siberian husky (250) Concept 1 is similar to the concept 1 of Great Pyrenees (257) Concept 6 is similar to the concept 3 of Great Pyrenees (257) Concept 1 is similar to the concept 8 of Samoyed (258) Concept 1 is similar to the concept 9 of Pembroke (263) Concept 1 is similar to the concept 9 of Cardigan (264)"},{"location":"classes/Border%20terrier/","title":"Border terrier (182)","text":"

Border terrier (class id 182) has 3 important concepts. The full class name is Border terrier.

"},{"location":"classes/Border%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Border terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Border%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 36%) Concept 1 (Importance 34%) Concept 5 (Importance 11%) Concept 7 (Importance 9%) Concept 6 (Importance 2%) Concept 0 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 5 Concept 7 Concept 6 Concept 0 Concept 3 Concept 9 Concept 8 Concept 4"},{"location":"classes/Border%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class Border terrier and other classes.

Here are those concepts: Concept 5 is similar to the concept 4 of Irish terrier (184)"},{"location":"classes/Boston%20bull/","title":"Boston bull (195)","text":"

Boston bull (class id 195) has 2 important concepts. The full class name is Boston bull, Boston terrier.

"},{"location":"classes/Boston%20bull/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Boston bull' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Boston%20bull/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 49%) Concept 0 (Importance 18%) Concept 2 (Importance 13%) Concept 5 (Importance 6%) Concept 6 (Importance 5%) Concept 4 (Importance 5%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 5 Concept 6 Concept 4 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/Boston%20bull/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class Boston bull and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of Chihuahua (151) Concept 2 is similar to the concept 2 of Chihuahua (151) Concept 4 is similar to the concept 0 of toy terrier (158) Concept 2 is similar to the concept 2 of toy terrier (158) Concept 4 is similar to the concept 2 of beagle (162) Concept 4 is similar to the concept 3 of Walker hound (166) Concept 2 is similar to the concept 4 of Ibizan hound (173) Concept 4 is similar to the concept 4 of Norwegian elkhound (174) Concept 0 is similar to the concept 0 of English springer (217) Concept 4 is similar to the concept 2 of kuvasz (222) Concept 2 is similar to the concept 3 of malinois (225) Concept 2 is similar to the concept 1 of kelpie (227) Concept 4 is similar to the concept 6 of Border collie (232) Concept 2 is similar to the concept 1 of German shepherd (235) Concept 2 is similar to the concept 2 of miniature pinscher (237) Concept 6 is similar to the concept 6 of miniature pinscher (237) Concept 4 is similar to the concept 3 of French bulldog (245) Concept 4 is similar to the concept 2 of Saint Bernard (247) Concept 5 is similar to the concept 6 of Saint Bernard (247) Concept 4 is similar to the concept 3 of dalmatian (251) Concept 2 is similar to the concept 1 of basenji (253) Concept 4 is similar to the concept 0 of basenji (253) Concept 4 is similar to the concept 3 of pug (254) Concept 2 is similar to the concept 4 of Mexican hairless (268) Concept 2 is similar to the concept 2 of Siamese cat (284) Concept 2 is similar to the concept 8 of muzzle (676)"},{"location":"classes/Bouvier%20des%20Flandres/","title":"Bouvier des flandres (233)","text":"

Bouvier des flandres (class id 233) has 4 important concepts. The full class name is Bouvier des Flandres, Bouviers des Flandres.

"},{"location":"classes/Bouvier%20des%20Flandres/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bouvier des flandres' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Bouvier%20des%20Flandres/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 31%) Concept 0 (Importance 21%) Concept 2 (Importance 18%) Concept 9 (Importance 12%) Concept 5 (Importance 9%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 2 Concept 9 Concept 5 Concept 6 Concept 4 Concept 1 Concept 8 Concept 7"},{"location":"classes/Bouvier%20des%20Flandres/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class Bouvier des Flandres and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of Kerry blue terrier (183) Concept 2 is similar to the concept 2 of giant schnauzer (197) Concept 3 is similar to the concept 4 of giant schnauzer (197) Concept 2 is similar to the concept 3 of Irish water spaniel (221) Concept 1 is similar to the concept 1 of lawn mower (621) Concept 1 is similar to the concept 1 of plow (730) Concept 1 is similar to the concept 0 of worm fence (912)"},{"location":"classes/Brabancon%20griffon/","title":"Brabancon griffon (262)","text":"

Brabancon griffon (class id 262) has 2 important concepts. The full class name is Brabancon griffon.

"},{"location":"classes/Brabancon%20griffon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brabancon griffon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Brabancon%20griffon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 56%) Concept 7 (Importance 10%) Concept 8 (Importance 9%) Concept 5 (Importance 8%) Concept 6 (Importance 6%) Concept 3 (Importance 5%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 8 Concept 5 Concept 6 Concept 3 Concept 4 Concept 9 Concept 2 Concept 0"},{"location":"classes/Brabancon%20griffon/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Brabancon griffon and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of Pekinese (154) Concept 5 is similar to the concept 3 of bloodhound (163) Concept 3 is similar to the concept 4 of Airedale (191) Concept 1 is similar to the concept 1 of pug (254)"},{"location":"classes/Brittany%20spaniel/","title":"Brittany spaniel (215)","text":"

Brittany spaniel (class id 215) has 3 important concepts. The full class name is Brittany spaniel.

"},{"location":"classes/Brittany%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brittany spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Brittany%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 29%) Concept 2 (Importance 23%) Concept 3 (Importance 22%) Concept 7 (Importance 8%) Concept 9 (Importance 6%) Concept 1 (Importance 4%) Concept 8 (Importance 3%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 3 Concept 7 Concept 9 Concept 1 Concept 8 Concept 0 Concept 6 Concept 4"},{"location":"classes/Brittany%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 33 similar concepts between the class Brittany spaniel and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of Blenheim spaniel (156) Concept 3 is similar to the concept 4 of Blenheim spaniel (156) Concept 8 is similar to the concept 6 of Blenheim spaniel (156) Concept 8 is similar to the concept 0 of toy terrier (158) Concept 9 is similar to the concept 0 of basset (161) Concept 7 is similar to the concept 8 of basset (161) Concept 8 is similar to the concept 2 of beagle (162) Concept 9 is similar to the concept 6 of beagle (162) Concept 9 is similar to the concept 0 of Walker hound (166) Concept 8 is similar to the concept 3 of Walker hound (166) Concept 8 is similar to the concept 2 of English foxhound (167) Concept 9 is similar to the concept 5 of English foxhound (167) Concept 8 is similar to the concept 2 of borzoi (169) Concept 9 is similar to the concept 3 of Ibizan hound (173) Concept 8 is similar to the concept 4 of Norwegian elkhound (174) Concept 0 is similar to the concept 2 of golden retriever (207) Concept 7 is similar to the concept 1 of English setter (212) Concept 8 is similar to the concept 7 of English setter (212) Concept 2 is similar to the concept 1 of clumber (216) Concept 7 is similar to the concept 2 of English springer (217) Concept 1 is similar to the concept 1 of Welsh springer spaniel (218) Concept 8 is similar to the concept 2 of kuvasz (222) Concept 9 is similar to the concept 7 of Shetland sheepdog (230) Concept 8 is similar to the concept 6 of Border collie (232) Concept 9 is similar to the concept 3 of boxer (242) Concept 8 is similar to the concept 2 of Saint Bernard (247) Concept 8 is similar to the concept 4 of Siberian husky (250) Concept 8 is similar to the concept 3 of dalmatian (251) Concept 9 is similar to the concept 2 of basenji (253) Concept 8 is similar to the concept 3 of Great Pyrenees (257) Concept 9 is similar to the concept 6 of Pembroke (263) Concept 8 is similar to the concept 1 of timber wolf (269) Concept 8 is similar to the concept 4 of white wolf (270)"},{"location":"classes/CD%20player/","title":"Cd player (485)","text":"

Cd player (class id 485) has 2 important concepts. The full class name is CD player.

"},{"location":"classes/CD%20player/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cd player' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/CD%20player/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 7 (Importance 15%) Concept 5 (Importance 10%) Concept 0 (Importance 7%) Concept 3 (Importance 6%) Concept 6 (Importance 5%) Concept 2 (Importance 5%) Concept 9 (Importance 2%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 5 Concept 0 Concept 3 Concept 6 Concept 2 Concept 9 Concept 8 Concept 4"},{"location":"classes/CD%20player/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class CD player and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of cassette player (482) Concept 5 is similar to the concept 0 of radio (754) Concept 1 is similar to the concept 1 of tape player (848)"},{"location":"classes/Cardigan/","title":"Cardigan (474)","text":"

Cardigan (class id 474) has 3 important concepts. The full class name is cardigan.

"},{"location":"classes/Cardigan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cardigan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Cardigan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 2 (Importance 32%) Concept 4 (Importance 13%) Concept 1 (Importance 5%) Concept 7 (Importance 3%) Concept 5 (Importance 3%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 4 Concept 1 Concept 7 Concept 5 Concept 0 Concept 9 Concept 8 Concept 6"},{"location":"classes/Cardigan/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class cardigan and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of poncho (735) Concept 5 is similar to the concept 4 of poncho (735) Concept 1 is similar to the concept 4 of stole (824)"},{"location":"classes/Chesapeake%20Bay%20retriever/","title":"Chesapeake bay retriever (209)","text":"

Chesapeake bay retriever (class id 209) has 3 important concepts. The full class name is Chesapeake Bay retriever.

"},{"location":"classes/Chesapeake%20Bay%20retriever/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chesapeake bay retriever' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Chesapeake%20Bay%20retriever/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 5 (Importance 31%) Concept 8 (Importance 19%) Concept 4 (Importance 7%) Concept 0 (Importance 4%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 4 Concept 0 Concept 3 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/Chesapeake%20Bay%20retriever/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class Chesapeake Bay retriever and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of sea lion (150) Concept 0 is similar to the concept 0 of beagle (162) Concept 4 is similar to the concept 3 of bloodhound (163) Concept 4 is similar to the concept 4 of black-and-tan coonhound (165) Concept 4 is similar to the concept 4 of redbone (168) Concept 0 is similar to the concept 4 of golden retriever (207) Concept 5 is similar to the concept 4 of Labrador retriever (208) Concept 5 is similar to the concept 2 of German short-haired pointer (210) Concept 1 is similar to the concept 2 of vizsla (211) Concept 4 is similar to the concept 4 of malinois (225) Concept 4 is similar to the concept 6 of kelpie (227) Concept 0 is similar to the concept 6 of Siamese cat (284)"},{"location":"classes/Chihuahua/","title":"Chihuahua (151)","text":"

Chihuahua (class id 151) has 2 important concepts. The full class name is Chihuahua.

"},{"location":"classes/Chihuahua/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chihuahua' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Chihuahua/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 2 (Importance 19%) Concept 0 (Importance 5%) Concept 7 (Importance 4%) Concept 5 (Importance 4%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 7 Concept 5 Concept 4 Concept 6 Concept 3 Concept 9 Concept 8"},{"location":"classes/Chihuahua/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class Chihuahua and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of toy terrier (158) Concept 5 is similar to the concept 0 of Rhodesian ridgeback (159) Concept 0 is similar to the concept 2 of beagle (162) Concept 5 is similar to the concept 0 of beagle (162) Concept 2 is similar to the concept 4 of Ibizan hound (173) Concept 0 is similar to the concept 4 of Norwegian elkhound (174) Concept 5 is similar to the concept 0 of Saluki (176) Concept 0 is similar to the concept 4 of Boston bull (195) Concept 2 is similar to the concept 2 of Boston bull (195) Concept 0 is similar to the concept 5 of Labrador retriever (208) Concept 5 is similar to the concept 0 of Labrador retriever (208) Concept 0 is similar to the concept 2 of kuvasz (222) Concept 2 is similar to the concept 1 of kelpie (227) Concept 2 is similar to the concept 1 of German shepherd (235) Concept 2 is similar to the concept 2 of miniature pinscher (237) Concept 0 is similar to the concept 3 of French bulldog (245) Concept 2 is similar to the concept 2 of French bulldog (245) Concept 0 is similar to the concept 2 of Saint Bernard (247) Concept 2 is similar to the concept 1 of basenji (253) Concept 0 is similar to the concept 3 of pug (254) Concept 2 is similar to the concept 2 of Pembroke (263) Concept 5 is similar to the concept 0 of Pembroke (263) Concept 2 is similar to the concept 1 of Cardigan (264) Concept 2 is similar to the concept 4 of Mexican hairless (268)"},{"location":"classes/Christmas%20stocking/","title":"Christmas stocking (496)","text":"

Christmas stocking (class id 496) has 2 important concepts. The full class name is Christmas stocking.

"},{"location":"classes/Christmas%20stocking/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Christmas stocking' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Christmas%20stocking/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 64%) Concept 9 (Importance 22%) Concept 5 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 5 Concept 2 Concept 8 Concept 7 Concept 3 Concept 0 Concept 6 Concept 4"},{"location":"classes/Christmas%20stocking/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/Crock%20Pot/","title":"Crock pot (521)","text":"

Crock pot (class id 521) has 1 important concepts. The full class name is Crock Pot.

"},{"location":"classes/Crock%20Pot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crock pot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Crock%20Pot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 59%) Concept 3 (Importance 11%) Concept 6 (Importance 8%) Concept 1 (Importance 8%) Concept 0 (Importance 5%) Concept 8 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 6 Concept 1 Concept 0 Concept 8 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/Crock%20Pot/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Crock Pot and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Dutch oven (544) Concept 1 is similar to the concept 1 of frying pan (567) Concept 9 is similar to the concept 3 of iron (606) Concept 1 is similar to the concept 5 of wooden spoon (910)"},{"location":"classes/Dandie%20Dinmont/","title":"Dandie dinmont (194)","text":"

Dandie dinmont (class id 194) has 2 important concepts. The full class name is Dandie Dinmont, Dandie Dinmont terrier.

"},{"location":"classes/Dandie%20Dinmont/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dandie dinmont' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Dandie%20Dinmont/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 43%) Concept 3 (Importance 24%) Concept 5 (Importance 9%) Concept 0 (Importance 8%) Concept 6 (Importance 7%) Concept 4 (Importance 5%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 5 Concept 0 Concept 6 Concept 4 Concept 7 Concept 9 Concept 8 Concept 1"},{"location":"classes/Dandie%20Dinmont/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class Dandie Dinmont and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of Sealyham terrier (190) Concept 3 is similar to the concept 0 of Old English sheepdog (229)"},{"location":"classes/Doberman/","title":"Doberman (236)","text":"

Doberman (class id 236) has 3 important concepts. The full class name is Doberman, Doberman pinscher.

"},{"location":"classes/Doberman/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Doberman' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Doberman/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 39%) Concept 4 (Importance 22%) Concept 3 (Importance 19%) Concept 6 (Importance 8%) Concept 2 (Importance 6%) Concept 9 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 6 Concept 2 Concept 9 Concept 8 Concept 7 Concept 5 Concept 1"},{"location":"classes/Doberman/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class Doberman and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of toy terrier (158) Concept 2 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 2 is similar to the concept 3 of bloodhound (163) Concept 0 is similar to the concept 2 of bluetick (164) Concept 0 is similar to the concept 1 of black-and-tan coonhound (165) Concept 9 is similar to the concept 2 of black-and-tan coonhound (165) Concept 2 is similar to the concept 4 of black-and-tan coonhound (165) Concept 2 is similar to the concept 4 of redbone (168) Concept 9 is similar to the concept 2 of Labrador retriever (208) Concept 2 is similar to the concept 3 of vizsla (211) Concept 0 is similar to the concept 1 of Gordon setter (214) Concept 9 is similar to the concept 5 of schipperke (223) Concept 0 is similar to the concept 0 of Rottweiler (234) Concept 9 is similar to the concept 4 of Rottweiler (234) Concept 2 is similar to the concept 5 of Rottweiler (234) Concept 0 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 4 of miniature pinscher (237) Concept 9 is similar to the concept 6 of miniature pinscher (237) Concept 0 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 9 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 5 of Bernese mountain dog (239) Concept 0 is similar to the concept 3 of Appenzeller (240) Concept 9 is similar to the concept 1 of Appenzeller (240) Concept 0 is similar to the concept 4 of EntleBucher (241) Concept 9 is similar to the concept 2 of EntleBucher (241) Concept 0 is similar to the concept 1 of Tibetan mastiff (244)"},{"location":"classes/Dungeness%20crab/","title":"Dungeness crab (118)","text":"

Dungeness crab (class id 118) has 2 important concepts. The full class name is Dungeness crab, Cancer magister.

"},{"location":"classes/Dungeness%20crab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dungeness crab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Dungeness%20crab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 5 (Importance 10%) Concept 2 (Importance 10%) Concept 1 (Importance 4%) Concept 4 (Importance 3%) Concept 6 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 2 Concept 1 Concept 4 Concept 6 Concept 7 Concept 9 Concept 8 Concept 3"},{"location":"classes/Dungeness%20crab/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Dungeness crab and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of rock crab (119) Concept 0 is similar to the concept 3 of fiddler crab (120) Concept 0 is similar to the concept 7 of king crab (121) Concept 1 is similar to the concept 6 of king crab (121)"},{"location":"classes/Dutch%20oven/","title":"Dutch oven (544)","text":"

Dutch oven (class id 544) has 2 important concepts. The full class name is Dutch oven.

"},{"location":"classes/Dutch%20oven/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dutch oven' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Dutch%20oven/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 55%) Concept 4 (Importance 15%) Concept 8 (Importance 9%) Concept 6 (Importance 5%) Concept 5 (Importance 5%) Concept 2 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 1 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 8 Concept 6 Concept 5 Concept 2 Concept 9 Concept 7 Concept 1 Concept 0"},{"location":"classes/Dutch%20oven/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class Dutch oven and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of gar (395) Concept 7 is similar to the concept 4 of chain saw (491) Concept 2 is similar to the concept 1 of Crock Pot (521) Concept 7 is similar to the concept 2 of croquet ball (522) Concept 2 is similar to the concept 1 of frying pan (567) Concept 3 is similar to the concept 0 of frying pan (567) Concept 7 is similar to the concept 3 of potter wheel (739)"},{"location":"classes/Egyptian%20cat/","title":"Egyptian cat (285)","text":"

Egyptian cat (class id 285) has 3 important concepts. The full class name is Egyptian cat.

"},{"location":"classes/Egyptian%20cat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Egyptian cat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Egyptian%20cat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 31%) Concept 6 (Importance 22%) Concept 7 (Importance 12%) Concept 1 (Importance 12%) Concept 3 (Importance 7%) Concept 4 (Importance 5%) Concept 8 (Importance 4%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 7 Concept 1 Concept 3 Concept 4 Concept 8 Concept 2 Concept 9 Concept 5"},{"location":"classes/Egyptian%20cat/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class Egyptian cat and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of sea lion (150) Concept 6 is similar to the concept 0 of tabby (281) Concept 4 is similar to the concept 1 of tabby (281) Concept 3 is similar to the concept 3 of tabby (281) Concept 0 is similar to the concept 5 of tabby (281) Concept 6 is similar to the concept 0 of tiger cat (282) Concept 4 is similar to the concept 2 of tiger cat (282) Concept 3 is similar to the concept 4 of tiger cat (282) Concept 0 is similar to the concept 5 of tiger cat (282) Concept 4 is similar to the concept 2 of Persian cat (283) Concept 4 is similar to the concept 4 of Siamese cat (284) Concept 4 is similar to the concept 1 of cougar (286) Concept 4 is similar to the concept 4 of lynx (287) Concept 4 is similar to the concept 4 of leopard (288) Concept 4 is similar to the concept 2 of snow leopard (289) Concept 4 is similar to the concept 2 of jaguar (290) Concept 4 is similar to the concept 2 of tiger (292) Concept 4 is similar to the concept 3 of hamster (333) Concept 4 is similar to the concept 6 of guinea pig (338) Concept 4 is similar to the concept 2 of otter (360) Concept 4 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/English%20foxhound/","title":"English foxhound (167)","text":"

English foxhound (class id 167) has 3 important concepts. The full class name is English foxhound.

"},{"location":"classes/English%20foxhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'English foxhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/English%20foxhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 31%) Concept 1 (Importance 26%) Concept 5 (Importance 20%) Concept 6 (Importance 7%) Concept 2 (Importance 7%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 5 Concept 6 Concept 2 Concept 8 Concept 4 Concept 9 Concept 7 Concept 0"},{"location":"classes/English%20foxhound/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class English foxhound and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of toy terrier (158) Concept 5 is similar to the concept 0 of basset (161) Concept 1 is similar to the concept 3 of beagle (162) Concept 5 is similar to the concept 6 of beagle (162) Concept 5 is similar to the concept 0 of Walker hound (166) Concept 2 is similar to the concept 3 of Walker hound (166) Concept 2 is similar to the concept 2 of borzoi (169) Concept 2 is similar to the concept 2 of Ibizan hound (173) Concept 5 is similar to the concept 3 of Ibizan hound (173) Concept 6 is similar to the concept 8 of Ibizan hound (173) Concept 2 is similar to the concept 8 of Brittany spaniel (215) Concept 5 is similar to the concept 9 of Brittany spaniel (215) Concept 5 is similar to the concept 3 of boxer (242) Concept 2 is similar to the concept 3 of dalmatian (251) Concept 2 is similar to the concept 0 of basenji (253) Concept 5 is similar to the concept 2 of basenji (253) Concept 5 is similar to the concept 6 of Pembroke (263) Concept 4 is similar to the concept 7 of Cardigan (264) Concept 2 is similar to the concept 1 of timber wolf (269) Concept 2 is similar to the concept 4 of white wolf (270)"},{"location":"classes/English%20setter/","title":"English setter (212)","text":"

English setter (class id 212) has 3 important concepts. The full class name is English setter.

"},{"location":"classes/English%20setter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'English setter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/English%20setter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 28%) Concept 1 (Importance 25%) Concept 6 (Importance 14%) Concept 5 (Importance 12%) Concept 0 (Importance 8%) Concept 8 (Importance 7%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 6 Concept 5 Concept 0 Concept 8 Concept 7 Concept 9 Concept 4 Concept 3"},{"location":"classes/English%20setter/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class English setter and other classes.

Here are those concepts: Concept 7 is similar to the concept 6 of Blenheim spaniel (156) Concept 7 is similar to the concept 2 of borzoi (169) Concept 5 is similar to the concept 2 of Saluki (176) Concept 1 is similar to the concept 7 of Brittany spaniel (215) Concept 7 is similar to the concept 8 of Brittany spaniel (215) Concept 1 is similar to the concept 2 of English springer (217) Concept 5 is similar to the concept 6 of English springer (217) Concept 7 is similar to the concept 6 of Border collie (232) Concept 7 is similar to the concept 4 of malamute (249) Concept 2 is similar to the concept 4 of dalmatian (251) Concept 7 is similar to the concept 3 of Great Pyrenees (257) Concept 1 is similar to the concept 0 of snow leopard (289)"},{"location":"classes/English%20springer/","title":"English springer (217)","text":"

English springer (class id 217) has 3 important concepts. The full class name is English springer, English springer spaniel.

"},{"location":"classes/English%20springer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'English springer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/English%20springer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 29%) Concept 4 (Importance 28%) Concept 0 (Importance 14%) Concept 2 (Importance 10%) Concept 5 (Importance 7%) Concept 7 (Importance 5%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 2 Concept 5 Concept 7 Concept 6 Concept 9 Concept 8 Concept 3"},{"location":"classes/English%20springer/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class English springer and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of Pekinese (154) Concept 7 is similar to the concept 4 of Saluki (176) Concept 0 is similar to the concept 0 of Boston bull (195) Concept 2 is similar to the concept 9 of German short-haired pointer (210) Concept 2 is similar to the concept 1 of English setter (212) Concept 6 is similar to the concept 5 of English setter (212) Concept 2 is similar to the concept 7 of Brittany spaniel (215) Concept 4 is similar to the concept 3 of cocker spaniel (219) Concept 4 is similar to the concept 4 of Sussex spaniel (220) Concept 7 is similar to the concept 3 of Shetland sheepdog (230)"},{"location":"classes/EntleBucher/","title":"Entlebucher (241)","text":"

Entlebucher (class id 241) has 2 important concepts. The full class name is EntleBucher.

"},{"location":"classes/EntleBucher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Entlebucher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/EntleBucher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 4 (Importance 21%) Concept 3 (Importance 19%) Concept 7 (Importance 5%) Concept 2 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 7 Concept 2 Concept 8 Concept 9 Concept 6 Concept 5 Concept 1"},{"location":"classes/EntleBucher/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class EntleBucher and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of toy terrier (158) Concept 7 is similar to the concept 5 of beagle (162) Concept 4 is similar to the concept 2 of bluetick (164) Concept 4 is similar to the concept 1 of black-and-tan coonhound (165) Concept 2 is similar to the concept 2 of black-and-tan coonhound (165) Concept 7 is similar to the concept 6 of Walker hound (166) Concept 2 is similar to the concept 2 of Labrador retriever (208) Concept 2 is similar to the concept 5 of schipperke (223) Concept 2 is similar to the concept 0 of kelpie (227) Concept 4 is similar to the concept 2 of kelpie (227) Concept 4 is similar to the concept 0 of Rottweiler (234) Concept 2 is similar to the concept 4 of Rottweiler (234) Concept 4 is similar to the concept 0 of Doberman (236) Concept 2 is similar to the concept 9 of Doberman (236) Concept 4 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 6 of miniature pinscher (237) Concept 0 is similar to the concept 0 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 3 is similar to the concept 4 of Greater Swiss Mountain dog (238) Concept 8 is similar to the concept 5 of Greater Swiss Mountain dog (238) Concept 4 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 1 of Appenzeller (240) Concept 8 is similar to the concept 2 of Appenzeller (240) Concept 4 is similar to the concept 3 of Appenzeller (240) Concept 3 is similar to the concept 4 of Appenzeller (240) Concept 4 is similar to the concept 1 of Tibetan mastiff (244)"},{"location":"classes/European%20fire%20salamander/","title":"European fire salamander (25)","text":"

European fire salamander (class id 25) has 1 important concepts. The full class name is European fire salamander, Salamandra salamandra.

"},{"location":"classes/European%20fire%20salamander/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'European fire salamander' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/European%20fire%20salamander/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 7 (Importance 12%) Concept 4 (Importance 10%) Concept 2 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 2 Concept 8 Concept 9 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/European%20fire%20salamander/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class European fire salamander and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of spotted salamander (28) Concept 3 is similar to the concept 1 of black grouse (80) Concept 6 is similar to the concept 2 of ant (310) Concept 1 is similar to the concept 1 of coral fungus (991) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 2 of earthstar (995) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/European%20gallinule/","title":"European gallinule (136)","text":"

European gallinule (class id 136) has 2 important concepts. The full class name is European gallinule, Porphyrio porphyrio.

"},{"location":"classes/European%20gallinule/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'European gallinule' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/European%20gallinule/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 33%) Concept 5 (Importance 30%) Concept 9 (Importance 12%) Concept 3 (Importance 10%) Concept 2 (Importance 9%) Concept 1 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 9 Concept 3 Concept 2 Concept 1 Concept 4 Concept 8 Concept 7 Concept 6"},{"location":"classes/European%20gallinule/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class European gallinule and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of indigo bunting (14) Concept 0 is similar to the concept 3 of jay (17) Concept 4 is similar to the concept 2 of African crocodile (49) Concept 4 is similar to the concept 2 of American alligator (50) Concept 4 is similar to the concept 2 of water snake (58) Concept 0 is similar to the concept 2 of peacock (84) Concept 0 is similar to the concept 5 of macaw (88) Concept 4 is similar to the concept 1 of drake (97) Concept 4 is similar to the concept 0 of red-breasted merganser (98) Concept 4 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 4 of white stork (127) Concept 2 is similar to the concept 2 of black stork (128) Concept 4 is similar to the concept 1 of little blue heron (131) Concept 0 is similar to the concept 6 of little blue heron (131) Concept 4 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of bittern (133) Concept 3 is similar to the concept 6 of American coot (137) Concept 4 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 2 of ruddy turnstone (139) Concept 2 is similar to the concept 2 of redshank (141) Concept 4 is similar to the concept 1 of beaver (337) Concept 4 is similar to the concept 1 of hippopotamus (344) Concept 4 is similar to the concept 1 of otter (360) Concept 4 is similar to the concept 2 of paddle (693)"},{"location":"classes/French%20bulldog/","title":"French bulldog (245)","text":"

French bulldog (class id 245) has 2 important concepts. The full class name is French bulldog.

"},{"location":"classes/French%20bulldog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'French bulldog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/French%20bulldog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 47%) Concept 2 (Importance 19%) Concept 7 (Importance 15%) Concept 5 (Importance 4%) Concept 3 (Importance 4%) Concept 6 (Importance 3%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 5 Concept 3 Concept 6 Concept 8 Concept 0 Concept 9 Concept 4"},{"location":"classes/French%20bulldog/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class French bulldog and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of Chihuahua (151) Concept 2 is similar to the concept 2 of Chihuahua (151) Concept 2 is similar to the concept 2 of toy terrier (158) Concept 3 is similar to the concept 2 of beagle (162) Concept 5 is similar to the concept 3 of Staffordshire bullterrier (179) Concept 3 is similar to the concept 4 of Boston bull (195) Concept 5 is similar to the concept 3 of curly-coated retriever (206) Concept 3 is similar to the concept 5 of Labrador retriever (208) Concept 3 is similar to the concept 2 of kuvasz (222) Concept 2 is similar to the concept 1 of kelpie (227) Concept 3 is similar to the concept 2 of Saint Bernard (247) Concept 2 is similar to the concept 1 of basenji (253) Concept 3 is similar to the concept 3 of pug (254) Concept 8 is similar to the concept 9 of pug (254) Concept 2 is similar to the concept 2 of Pembroke (263) Concept 2 is similar to the concept 1 of Cardigan (264)"},{"location":"classes/French%20horn/","title":"French horn (566)","text":"

French horn (class id 566) has 2 important concepts. The full class name is French horn, horn.

"},{"location":"classes/French%20horn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'French horn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/French%20horn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 5 (Importance 34%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 2 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 7 Concept 4 Concept 2 Concept 1 Concept 9 Concept 8 Concept 6 Concept 3"},{"location":"classes/French%20horn/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class French horn and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of bassoon (432) Concept 0 is similar to the concept 0 of cornet (513) Concept 2 is similar to the concept 2 of oboe (683) Concept 2 is similar to the concept 2 of plunger (731) Concept 2 is similar to the concept 2 of sax (776) Concept 2 is similar to the concept 2 of suit (834)"},{"location":"classes/French%20loaf/","title":"French loaf (930)","text":"

French loaf (class id 930) has 3 important concepts. The full class name is French loaf.

"},{"location":"classes/French%20loaf/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'French loaf' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/French%20loaf/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 7 (Importance 19%) Concept 2 (Importance 17%) Concept 3 (Importance 8%) Concept 9 (Importance 4%) Concept 8 (Importance 4%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 2 Concept 3 Concept 9 Concept 8 Concept 6 Concept 5 Concept 4 Concept 1"},{"location":"classes/French%20loaf/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/German%20shepherd/","title":"German shepherd (235)","text":"

German shepherd (class id 235) has 3 important concepts. The full class name is German shepherd, German shepherd dog, German police dog, alsatian.

"},{"location":"classes/German%20shepherd/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'German shepherd' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/German%20shepherd/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 33%) Concept 5 (Importance 23%) Concept 1 (Importance 19%) Concept 0 (Importance 12%) Concept 4 (Importance 6%) Concept 6 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 1 Concept 0 Concept 4 Concept 6 Concept 2 Concept 9 Concept 8 Concept 7"},{"location":"classes/German%20shepherd/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class German shepherd and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Chihuahua (151) Concept 1 is similar to the concept 2 of toy terrier (158) Concept 3 is similar to the concept 2 of Afghan hound (160) Concept 5 is similar to the concept 3 of beagle (162) Concept 5 is similar to the concept 4 of bloodhound (163) Concept 1 is similar to the concept 3 of Norwegian elkhound (174) Concept 5 is similar to the concept 2 of Lakeland terrier (189) Concept 5 is similar to the concept 2 of Airedale (191) Concept 1 is similar to the concept 2 of Boston bull (195) Concept 1 is similar to the concept 1 of Scotch terrier (199) Concept 4 is similar to the concept 7 of golden retriever (207) Concept 1 is similar to the concept 3 of malinois (225) Concept 4 is similar to the concept 4 of malinois (225) Concept 1 is similar to the concept 1 of kelpie (227) Concept 1 is similar to the concept 2 of miniature pinscher (237) Concept 4 is similar to the concept 3 of bull mastiff (243) Concept 1 is similar to the concept 1 of basenji (253) Concept 4 is similar to the concept 3 of Leonberg (255) Concept 1 is similar to the concept 1 of Cardigan (264) Concept 1 is similar to the concept 4 of Mexican hairless (268) Concept 4 is similar to the concept 3 of coyote (272) Concept 1 is similar to the concept 2 of Siamese cat (284) Concept 9 is similar to the concept 4 of chain saw (491) Concept 2 is similar to the concept 1 of lawn mower (621) Concept 1 is similar to the concept 8 of muzzle (676) Concept 2 is similar to the concept 1 of rugby ball (768)"},{"location":"classes/German%20short-haired%20pointer/","title":"German short-haired pointer (210)","text":"

German short-haired pointer (class id 210) has 4 important concepts. The full class name is German short-haired pointer.

"},{"location":"classes/German%20short-haired%20pointer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'German short-haired pointer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/German%20short-haired%20pointer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 40%) Concept 2 (Importance 20%) Concept 7 (Importance 19%) Concept 9 (Importance 8%) Concept 3 (Importance 7%) Concept 8 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 9 Concept 3 Concept 8 Concept 6 Concept 5 Concept 4 Concept 0"},{"location":"classes/German%20short-haired%20pointer/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class German short-haired pointer and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bluetick (164) Concept 2 is similar to the concept 5 of Chesapeake Bay retriever (209) Concept 9 is similar to the concept 2 of English springer (217)"},{"location":"classes/Gila%20monster/","title":"Gila monster (45)","text":"

Gila monster (class id 45) has 1 important concepts. The full class name is Gila monster, Heloderma suspectum.

"},{"location":"classes/Gila%20monster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gila monster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Gila%20monster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 72%) Concept 3 (Importance 9%) Concept 8 (Importance 5%) Concept 6 (Importance 5%) Concept 2 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 8 Concept 6 Concept 2 Concept 9 Concept 7 Concept 5 Concept 4 Concept 1"},{"location":"classes/Gila%20monster/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Gila monster and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of box turtle (37) Concept 4 is similar to the concept 3 of whiptail (41) Concept 4 is similar to the concept 5 of scorpion (71) Concept 4 is similar to the concept 9 of dung beetle (305)"},{"location":"classes/Gordon%20setter/","title":"Gordon setter (214)","text":"

Gordon setter (class id 214) has 5 important concepts. The full class name is Gordon setter.

"},{"location":"classes/Gordon%20setter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gordon setter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Gordon%20setter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 28%) Concept 1 (Importance 25%) Concept 9 (Importance 13%) Concept 6 (Importance 13%) Concept 3 (Importance 11%) Concept 0 (Importance 4%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 9 Concept 6 Concept 3 Concept 0 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/Gordon%20setter/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class Gordon setter and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of black-and-tan coonhound (165) Concept 3 is similar to the concept 4 of Scotch terrier (199) Concept 3 is similar to the concept 4 of flat-coated retriever (205) Concept 3 is similar to the concept 6 of groenendael (224) Concept 1 is similar to the concept 0 of Rottweiler (234) Concept 6 is similar to the concept 3 of Rottweiler (234) Concept 1 is similar to the concept 0 of Doberman (236) Concept 1 is similar to the concept 0 of miniature pinscher (237) Concept 1 is similar to the concept 5 of Bernese mountain dog (239) Concept 1 is similar to the concept 3 of Appenzeller (240) Concept 1 is similar to the concept 1 of Tibetan mastiff (244)"},{"location":"classes/Granny%20Smith/","title":"Granny smith (948)","text":"

Granny smith (class id 948) has 3 important concepts. The full class name is Granny Smith.

"},{"location":"classes/Granny%20Smith/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Granny smith' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Granny%20Smith/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 40%) Concept 3 (Importance 27%) Concept 0 (Importance 16%) Concept 7 (Importance 7%) Concept 8 (Importance 5%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 7 Concept 8 Concept 4 Concept 1 Concept 9 Concept 6 Concept 5"},{"location":"classes/Granny%20Smith/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class Granny Smith and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of orange (950) Concept 3 is similar to the concept 3 of lemon (951)"},{"location":"classes/Great%20Dane/","title":"Great dane (246)","text":"

Great dane (class id 246) has 5 important concepts. The full class name is Great Dane.

"},{"location":"classes/Great%20Dane/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Great dane' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Great%20Dane/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 24%) Concept 1 (Importance 18%) Concept 0 (Importance 17%) Concept 5 (Importance 15%) Concept 4 (Importance 14%) Concept 3 (Importance 7%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 0 Concept 5 Concept 4 Concept 3 Concept 7 Concept 9 Concept 8 Concept 6"},{"location":"classes/Great%20Dane/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class Great Dane and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of black-and-tan coonhound (165) Concept 7 is similar to the concept 3 of Walker hound (166) Concept 0 is similar to the concept 5 of whippet (172) Concept 0 is similar to the concept 6 of Ibizan hound (173) Concept 5 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 5 is similar to the concept 2 of Labrador retriever (208) Concept 5 is similar to the concept 0 of kelpie (227) Concept 5 is similar to the concept 4 of Rottweiler (234) Concept 5 is similar to the concept 6 of miniature pinscher (237) Concept 4 is similar to the concept 3 of Tibetan mastiff (244) Concept 7 is similar to the concept 3 of dalmatian (251) Concept 0 is similar to the concept 3 of basenji (253) Concept 3 is similar to the concept 3 of Mexican hairless (268) Concept 3 is similar to the concept 3 of horse cart (603)"},{"location":"classes/Great%20Pyrenees/","title":"Great pyrenees (257)","text":"

Great pyrenees (class id 257) has 2 important concepts. The full class name is Great Pyrenees.

"},{"location":"classes/Great%20Pyrenees/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Great pyrenees' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Great%20Pyrenees/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 49%) Concept 0 (Importance 18%) Concept 1 (Importance 15%) Concept 5 (Importance 5%) Concept 8 (Importance 4%) Concept 3 (Importance 4%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 1 Concept 5 Concept 8 Concept 3 Concept 4 Concept 9 Concept 7 Concept 2"},{"location":"classes/Great%20Pyrenees/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class Great Pyrenees and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Japanese spaniel (152) Concept 3 is similar to the concept 6 of Blenheim spaniel (156) Concept 3 is similar to the concept 4 of papillon (157) Concept 1 is similar to the concept 5 of beagle (162) Concept 4 is similar to the concept 0 of borzoi (169) Concept 0 is similar to the concept 5 of borzoi (169) Concept 3 is similar to the concept 4 of Norwegian elkhound (174) Concept 0 is similar to the concept 0 of West Highland white terrier (203) Concept 3 is similar to the concept 7 of English setter (212) Concept 3 is similar to the concept 8 of Brittany spaniel (215) Concept 0 is similar to the concept 0 of kuvasz (222) Concept 1 is similar to the concept 1 of kuvasz (222) Concept 3 is similar to the concept 3 of collie (231) Concept 1 is similar to the concept 1 of Border collie (232) Concept 3 is similar to the concept 6 of Border collie (232) Concept 3 is similar to the concept 2 of Saint Bernard (247) Concept 1 is similar to the concept 2 of malamute (249) Concept 3 is similar to the concept 4 of malamute (249) Concept 1 is similar to the concept 2 of Siberian husky (250) Concept 3 is similar to the concept 4 of Siberian husky (250) Concept 1 is similar to the concept 8 of Samoyed (258) Concept 3 is similar to the concept 4 of Samoyed (258) Concept 8 is similar to the concept 5 of white wolf (270) Concept 3 is similar to the concept 3 of Arctic fox (279) Concept 8 is similar to the concept 0 of Arctic fox (279) Concept 8 is similar to the concept 0 of Persian cat (283)"},{"location":"classes/Greater%20Swiss%20Mountain%20dog/","title":"Greater swiss mountain dog (238)","text":"

Greater swiss mountain dog (class id 238) has 2 important concepts. The full class name is Greater Swiss Mountain dog.

"},{"location":"classes/Greater%20Swiss%20Mountain%20dog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Greater swiss mountain dog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Greater%20Swiss%20Mountain%20dog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 42%) Concept 0 (Importance 15%) Concept 6 (Importance 14%) Concept 4 (Importance 11%) Concept 2 (Importance 6%) Concept 3 (Importance 5%) Concept 5 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 6 Concept 4 Concept 2 Concept 3 Concept 5 Concept 9 Concept 7 Concept 1"},{"location":"classes/Greater%20Swiss%20Mountain%20dog/#similar-concepts","title":"Similar concepts","text":"

We have found 33 similar concepts between the class Greater Swiss Mountain dog and other classes.

Here are those concepts: Concept 6 is similar to the concept 5 of toy terrier (158) Concept 3 is similar to the concept 5 of beagle (162) Concept 6 is similar to the concept 1 of black-and-tan coonhound (165) Concept 2 is similar to the concept 2 of black-and-tan coonhound (165) Concept 3 is similar to the concept 6 of Walker hound (166) Concept 2 is similar to the concept 2 of Labrador retriever (208) Concept 2 is similar to the concept 5 of schipperke (223) Concept 2 is similar to the concept 6 of groenendael (224) Concept 2 is similar to the concept 0 of kelpie (227) Concept 6 is similar to the concept 0 of Rottweiler (234) Concept 2 is similar to the concept 4 of Rottweiler (234) Concept 4 is similar to the concept 6 of Rottweiler (234) Concept 6 is similar to the concept 0 of Doberman (236) Concept 2 is similar to the concept 9 of Doberman (236) Concept 6 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 6 of miniature pinscher (237) Concept 3 is similar to the concept 2 of Bernese mountain dog (239) Concept 6 is similar to the concept 5 of Bernese mountain dog (239) Concept 8 is similar to the concept 4 of Bernese mountain dog (239) Concept 0 is similar to the concept 5 of Appenzeller (240) Concept 2 is similar to the concept 1 of Appenzeller (240) Concept 4 is similar to the concept 4 of Appenzeller (240) Concept 5 is similar to the concept 2 of Appenzeller (240) Concept 6 is similar to the concept 3 of Appenzeller (240) Concept 8 is similar to the concept 0 of Appenzeller (240) Concept 0 is similar to the concept 0 of EntleBucher (241) Concept 2 is similar to the concept 2 of EntleBucher (241) Concept 4 is similar to the concept 3 of EntleBucher (241) Concept 5 is similar to the concept 8 of EntleBucher (241) Concept 6 is similar to the concept 4 of EntleBucher (241) Concept 4 is similar to the concept 4 of bull mastiff (243) Concept 6 is similar to the concept 1 of Tibetan mastiff (244) Concept 3 is similar to the concept 6 of Saint Bernard (247)"},{"location":"classes/Ibizan%20hound/","title":"Ibizan hound (173)","text":"

Ibizan hound (class id 173) has 4 important concepts. The full class name is Ibizan hound, Ibizan Podenco.

"},{"location":"classes/Ibizan%20hound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ibizan hound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Ibizan%20hound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 28%) Concept 3 (Importance 21%) Concept 4 (Importance 19%) Concept 6 (Importance 14%) Concept 2 (Importance 8%) Concept 8 (Importance 5%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 4 Concept 6 Concept 2 Concept 8 Concept 9 Concept 7 Concept 5 Concept 0"},{"location":"classes/Ibizan%20hound/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class Ibizan hound and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of Chihuahua (151) Concept 4 is similar to the concept 2 of toy terrier (158) Concept 8 is similar to the concept 9 of toy terrier (158) Concept 3 is similar to the concept 0 of basset (161) Concept 3 is similar to the concept 6 of beagle (162) Concept 3 is similar to the concept 0 of Walker hound (166) Concept 2 is similar to the concept 3 of Walker hound (166) Concept 8 is similar to the concept 9 of Walker hound (166) Concept 2 is similar to the concept 2 of English foxhound (167) Concept 3 is similar to the concept 5 of English foxhound (167) Concept 8 is similar to the concept 6 of English foxhound (167) Concept 2 is similar to the concept 3 of Italian greyhound (171) Concept 2 is similar to the concept 2 of whippet (172) Concept 6 is similar to the concept 5 of whippet (172) Concept 2 is similar to the concept 8 of Saluki (176) Concept 4 is similar to the concept 2 of Boston bull (195) Concept 3 is similar to the concept 9 of Brittany spaniel (215) Concept 4 is similar to the concept 1 of kelpie (227) Concept 4 is similar to the concept 2 of miniature pinscher (237) Concept 3 is similar to the concept 3 of boxer (242) Concept 6 is similar to the concept 0 of Great Dane (246) Concept 3 is similar to the concept 4 of Saint Bernard (247) Concept 3 is similar to the concept 2 of basenji (253) Concept 4 is similar to the concept 1 of basenji (253) Concept 6 is similar to the concept 3 of basenji (253) Concept 3 is similar to the concept 6 of Pembroke (263) Concept 4 is similar to the concept 4 of Mexican hairless (268) Concept 9 is similar to the concept 1 of lawn mower (621)"},{"location":"classes/Indian%20cobra/","title":"Indian cobra (63)","text":"

Indian cobra (class id 63) has 5 important concepts. The full class name is Indian cobra, Naja naja.

"},{"location":"classes/Indian%20cobra/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Indian cobra' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Indian%20cobra/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 25%) Concept 0 (Importance 21%) Concept 9 (Importance 19%) Concept 3 (Importance 16%) Concept 2 (Importance 10%) Concept 6 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 9 Concept 3 Concept 2 Concept 6 Concept 7 Concept 8 Concept 5 Concept 1"},{"location":"classes/Indian%20cobra/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class Indian cobra and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of king snake (56) Concept 0 is similar to the concept 1 of water snake (58) Concept 5 is similar to the concept 1 of black grouse (80)"},{"location":"classes/Indian%20elephant/","title":"Indian elephant (385)","text":"

Indian elephant (class id 385) has 1 important concepts. The full class name is Indian elephant, Elephas maximus.

"},{"location":"classes/Indian%20elephant/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Indian elephant' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Indian%20elephant/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 58%) Concept 2 (Importance 15%) Concept 7 (Importance 12%) Concept 4 (Importance 6%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 4 Concept 3 Concept 9 Concept 8 Concept 6 Concept 5 Concept 1"},{"location":"classes/Indian%20elephant/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Indian elephant and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of tusker (101) Concept 2 is similar to the concept 3 of tusker (101) Concept 3 is similar to the concept 9 of tusker (101) Concept 2 is similar to the concept 7 of African elephant (386)"},{"location":"classes/Irish%20setter/","title":"Irish setter (213)","text":"

Irish setter (class id 213) has 2 important concepts. The full class name is Irish setter, red setter.

"},{"location":"classes/Irish%20setter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Irish setter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Irish%20setter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 9 (Importance 30%) Concept 5 (Importance 14%) Concept 0 (Importance 8%) Concept 4 (Importance 6%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 5 Concept 0 Concept 4 Concept 3 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/Irish%20setter/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class Irish setter and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of black-and-tan coonhound (165) Concept 3 is similar to the concept 2 of Yorkshire terrier (187) Concept 3 is similar to the concept 0 of Australian terrier (193) Concept 3 is similar to the concept 1 of silky terrier (201) Concept 3 is similar to the concept 3 of orangutan (365)"},{"location":"classes/Irish%20terrier/","title":"Irish terrier (184)","text":"

Irish terrier (class id 184) has 5 important concepts. The full class name is Irish terrier.

"},{"location":"classes/Irish%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Irish terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Irish%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 27%) Concept 1 (Importance 19%) Concept 6 (Importance 14%) Concept 2 (Importance 13%) Concept 4 (Importance 12%) Concept 9 (Importance 10%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 6 Concept 2 Concept 4 Concept 9 Concept 3 Concept 7 Concept 5 Concept 0"},{"location":"classes/Irish%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Irish terrier and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of Border terrier (182) Concept 8 is similar to the concept 9 of Norfolk terrier (185) Concept 8 is similar to the concept 2 of wire-haired fox terrier (188) Concept 8 is similar to the concept 6 of Airedale (191)"},{"location":"classes/Irish%20water%20spaniel/","title":"Irish water spaniel (221)","text":"

Irish water spaniel (class id 221) has 4 important concepts. The full class name is Irish water spaniel.

"},{"location":"classes/Irish%20water%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Irish water spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Irish%20water%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 39%) Concept 0 (Importance 20%) Concept 2 (Importance 16%) Concept 3 (Importance 15%) Concept 9 (Importance 5%) Concept 6 (Importance 3%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 2 Concept 3 Concept 9 Concept 6 Concept 8 Concept 7 Concept 4 Concept 1"},{"location":"classes/Irish%20water%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class Irish water spaniel and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of Kerry blue terrier (183) Concept 3 is similar to the concept 5 of Kerry blue terrier (183) Concept 3 is similar to the concept 2 of giant schnauzer (197) Concept 0 is similar to the concept 1 of curly-coated retriever (206) Concept 3 is similar to the concept 2 of Bouvier des Flandres (233) Concept 6 is similar to the concept 0 of bison (347)"},{"location":"classes/Irish%20wolfhound/","title":"Irish wolfhound (170)","text":"

Irish wolfhound (class id 170) has 4 important concepts. The full class name is Irish wolfhound.

"},{"location":"classes/Irish%20wolfhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Irish wolfhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Irish%20wolfhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 29%) Concept 3 (Importance 29%) Concept 4 (Importance 16%) Concept 2 (Importance 15%) Concept 0 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 3 Concept 4 Concept 2 Concept 0 Concept 5 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/Irish%20wolfhound/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class Irish wolfhound and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of Scottish deerhound (177)"},{"location":"classes/Italian%20greyhound/","title":"Italian greyhound (171)","text":"

Italian greyhound (class id 171) has 4 important concepts. The full class name is Italian greyhound.

"},{"location":"classes/Italian%20greyhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Italian greyhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Italian%20greyhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 24%) Concept 9 (Importance 22%) Concept 6 (Importance 21%) Concept 2 (Importance 16%) Concept 5 (Importance 6%) Concept 3 (Importance 6%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 6 Concept 2 Concept 5 Concept 3 Concept 4 Concept 8 Concept 7 Concept 0"},{"location":"classes/Italian%20greyhound/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class Italian greyhound and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of whippet (172) Concept 3 is similar to the concept 2 of whippet (172) Concept 3 is similar to the concept 2 of Ibizan hound (173) Concept 3 is similar to the concept 8 of Saluki (176) Concept 3 is similar to the concept 4 of Weimaraner (178) Concept 6 is similar to the concept 9 of Weimaraner (178) Concept 2 is similar to the concept 2 of timber wolf (269)"},{"location":"classes/Japanese%20spaniel/","title":"Japanese spaniel (152)","text":"

Japanese spaniel (class id 152) has 2 important concepts. The full class name is Japanese spaniel.

"},{"location":"classes/Japanese%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Japanese spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Japanese%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 0 (Importance 9%) Concept 4 (Importance 8%) Concept 9 (Importance 7%) Concept 3 (Importance 4%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 9 Concept 3 Concept 5 Concept 6 Concept 8 Concept 7 Concept 2"},{"location":"classes/Japanese%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class Japanese spaniel and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of Blenheim spaniel (156) Concept 9 is similar to the concept 0 of Blenheim spaniel (156) Concept 3 is similar to the concept 4 of papillon (157) Concept 9 is similar to the concept 0 of papillon (157) Concept 3 is similar to the concept 3 of Shetland sheepdog (230) Concept 3 is similar to the concept 3 of collie (231) Concept 3 is similar to the concept 6 of Border collie (232) Concept 3 is similar to the concept 4 of malamute (249) Concept 3 is similar to the concept 3 of Great Pyrenees (257) Concept 3 is similar to the concept 4 of Samoyed (258) Concept 3 is similar to the concept 3 of Arctic fox (279)"},{"location":"classes/Kerry%20blue%20terrier/","title":"Kerry blue terrier (183)","text":"

Kerry blue terrier (class id 183) has 4 important concepts. The full class name is Kerry blue terrier.

"},{"location":"classes/Kerry%20blue%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kerry blue terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Kerry%20blue%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 25%) Concept 0 (Importance 23%) Concept 2 (Importance 19%) Concept 7 (Importance 14%) Concept 3 (Importance 8%) Concept 9 (Importance 6%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 2 Concept 7 Concept 3 Concept 9 Concept 8 Concept 6 Concept 4 Concept 1"},{"location":"classes/Kerry%20blue%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class Kerry blue terrier and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of bluetick (164) Concept 0 is similar to the concept 1 of curly-coated retriever (206) Concept 9 is similar to the concept 9 of cocker spaniel (219) Concept 0 is similar to the concept 0 of Irish water spaniel (221) Concept 5 is similar to the concept 3 of Irish water spaniel (221) Concept 5 is similar to the concept 2 of Bouvier des Flandres (233)"},{"location":"classes/Komodo%20dragon/","title":"Komodo dragon (48)","text":"

Komodo dragon (class id 48) has 2 important concepts. The full class name is Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis.

"},{"location":"classes/Komodo%20dragon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Komodo dragon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Komodo%20dragon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 2 (Importance 34%) Concept 9 (Importance 13%) Concept 3 (Importance 6%) Concept 1 (Importance 4%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 3 Concept 1 Concept 8 Concept 5 Concept 7 Concept 6 Concept 4"},{"location":"classes/Komodo%20dragon/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class Komodo dragon and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of ice bear (296) Concept 1 is similar to the concept 2 of sloth bear (297) Concept 1 is similar to the concept 9 of gorilla (366)"},{"location":"classes/Labrador%20retriever/","title":"Labrador retriever (208)","text":"

Labrador retriever (class id 208) has 4 important concepts. The full class name is Labrador retriever.

"},{"location":"classes/Labrador%20retriever/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Labrador retriever' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Labrador%20retriever/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 25%) Concept 1 (Importance 24%) Concept 9 (Importance 16%) Concept 2 (Importance 12%) Concept 3 (Importance 9%) Concept 5 (Importance 8%) Concept 0 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 9 Concept 2 Concept 3 Concept 5 Concept 0 Concept 8 Concept 7 Concept 6"},{"location":"classes/Labrador%20retriever/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class Labrador retriever and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of Chihuahua (151) Concept 0 is similar to the concept 5 of Chihuahua (151) Concept 5 is similar to the concept 2 of beagle (162) Concept 3 is similar to the concept 5 of beagle (162) Concept 2 is similar to the concept 2 of black-and-tan coonhound (165) Concept 0 is similar to the concept 0 of Saluki (176) Concept 2 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 4 is similar to the concept 5 of Chesapeake Bay retriever (209) Concept 2 is similar to the concept 5 of schipperke (223) Concept 2 is similar to the concept 0 of kelpie (227) Concept 2 is similar to the concept 4 of Rottweiler (234) Concept 2 is similar to the concept 9 of Doberman (236) Concept 2 is similar to the concept 6 of miniature pinscher (237) Concept 2 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 1 of Appenzeller (240) Concept 2 is similar to the concept 2 of EntleBucher (241) Concept 5 is similar to the concept 3 of French bulldog (245) Concept 2 is similar to the concept 5 of Great Dane (246) Concept 0 is similar to the concept 9 of pug (254) Concept 5 is similar to the concept 3 of pug (254) Concept 3 is similar to the concept 1 of chow (260) Concept 0 is similar to the concept 6 of Siamese cat (284)"},{"location":"classes/Lakeland%20terrier/","title":"Lakeland terrier (189)","text":"

Lakeland terrier (class id 189) has 4 important concepts. The full class name is Lakeland terrier.

"},{"location":"classes/Lakeland%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lakeland terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Lakeland%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 41%) Concept 0 (Importance 16%) Concept 5 (Importance 14%) Concept 2 (Importance 13%) Concept 4 (Importance 7%) Concept 8 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 5 Concept 2 Concept 4 Concept 8 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/Lakeland%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class Lakeland terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of bloodhound (163) Concept 2 is similar to the concept 3 of otterhound (175) Concept 5 is similar to the concept 4 of otterhound (175) Concept 2 is similar to the concept 7 of Norwich terrier (186) Concept 0 is similar to the concept 9 of wire-haired fox terrier (188) Concept 2 is similar to the concept 2 of Airedale (191) Concept 4 is similar to the concept 5 of Airedale (191) Concept 5 is similar to the concept 3 of Airedale (191) Concept 2 is similar to the concept 5 of German shepherd (235) Concept 4 is similar to the concept 2 of toy poodle (265)"},{"location":"classes/Leonberg/","title":"Leonberg (255)","text":"

Leonberg (class id 255) has 3 important concepts. The full class name is Leonberg.

"},{"location":"classes/Leonberg/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Leonberg' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Leonberg/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 38%) Concept 8 (Importance 21%) Concept 9 (Importance 18%) Concept 4 (Importance 10%) Concept 3 (Importance 5%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 9 Concept 4 Concept 3 Concept 6 Concept 1 Concept 7 Concept 5 Concept 0"},{"location":"classes/Leonberg/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class Leonberg and other classes.

Here are those concepts: Concept 9 is similar to the concept 7 of flat-coated retriever (205) Concept 3 is similar to the concept 7 of golden retriever (207) Concept 3 is similar to the concept 4 of German shepherd (235) Concept 3 is similar to the concept 7 of Tibetan mastiff (244) Concept 9 is similar to the concept 1 of Newfoundland (256) Concept 6 is similar to the concept 5 of chow (260) Concept 7 is similar to the concept 1 of harvester (595) Concept 7 is similar to the concept 1 of lawn mower (621) Concept 7 is similar to the concept 3 of maypole (645) Concept 7 is similar to the concept 1 of plow (730) Concept 7 is similar to the concept 0 of worm fence (912)"},{"location":"classes/Lhasa/","title":"Lhasa (204)","text":"

Lhasa (class id 204) has 2 important concepts. The full class name is Lhasa, Lhasa apso.

"},{"location":"classes/Lhasa/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lhasa' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Lhasa/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 40%) Concept 7 (Importance 34%) Concept 2 (Importance 9%) Concept 8 (Importance 4%) Concept 0 (Importance 4%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 2 Concept 8 Concept 0 Concept 5 Concept 4 Concept 6 Concept 9 Concept 3"},{"location":"classes/Lhasa/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class Lhasa and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of Pekinese (154) Concept 2 is similar to the concept 2 of Shih-Tzu (155) Concept 2 is similar to the concept 0 of Afghan hound (160) Concept 2 is similar to the concept 2 of Yorkshire terrier (187) Concept 2 is similar to the concept 0 of Australian terrier (193) Concept 2 is similar to the concept 9 of Tibetan terrier (200) Concept 2 is similar to the concept 1 of silky terrier (201) Concept 2 is similar to the concept 0 of briard (226)"},{"location":"classes/Loafer/","title":"Loafer (630)","text":"

Loafer (class id 630) has 4 important concepts. The full class name is Loafer.

"},{"location":"classes/Loafer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Loafer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Loafer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 47%) Concept 1 (Importance 18%) Concept 3 (Importance 13%) Concept 0 (Importance 9%) Concept 2 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 3 Concept 0 Concept 2 Concept 7 Concept 5 Concept 8 Concept 6 Concept 4"},{"location":"classes/Loafer/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class Loafer and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of buckle (464) Concept 3 is similar to the concept 1 of holster (597) Concept 3 is similar to the concept 3 of sandal (774) Concept 3 is similar to the concept 2 of scabbard (777) Concept 4 is similar to the concept 6 of seat belt (785)"},{"location":"classes/Madagascar%20cat/","title":"Madagascar cat (383)","text":"

Madagascar cat (class id 383) has 2 important concepts. The full class name is Madagascar cat, ring-tailed lemur, Lemur catta.

"},{"location":"classes/Madagascar%20cat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Madagascar cat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Madagascar%20cat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 37%) Concept 1 (Importance 29%) Concept 0 (Importance 11%) Concept 7 (Importance 8%) Concept 3 (Importance 8%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 0 Concept 7 Concept 3 Concept 9 Concept 5 Concept 8 Concept 6 Concept 2"},{"location":"classes/Madagascar%20cat/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class Madagascar cat and other classes.

Here are those concepts: Concept 7 is similar to the concept 7 of cougar (286)"},{"location":"classes/Maltese%20dog/","title":"Maltese dog (153)","text":"

Maltese dog (class id 153) has 1 important concepts. The full class name is Maltese dog, Maltese terrier, Maltese.

"},{"location":"classes/Maltese%20dog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Maltese dog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Maltese%20dog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 3 (Importance 14%) Concept 0 (Importance 8%) Concept 9 (Importance 7%) Concept 6 (Importance 6%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 9 Concept 6 Concept 4 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/Maltese%20dog/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class Maltese dog and other classes.

Here are those concepts: Concept 9 is similar to the concept 5 of Shih-Tzu (155) Concept 6 is similar to the concept 4 of West Highland white terrier (203) Concept 6 is similar to the concept 0 of clumber (216)"},{"location":"classes/Mexican%20hairless/","title":"Mexican hairless (268)","text":"

Mexican hairless (class id 268) has 3 important concepts. The full class name is Mexican hairless.

"},{"location":"classes/Mexican%20hairless/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mexican hairless' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Mexican%20hairless/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 1 (Importance 27%) Concept 4 (Importance 19%) Concept 3 (Importance 8%) Concept 0 (Importance 7%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 4 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5"},{"location":"classes/Mexican%20hairless/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class Mexican hairless and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of Chihuahua (151) Concept 4 is similar to the concept 2 of toy terrier (158) Concept 4 is similar to the concept 4 of Ibizan hound (173) Concept 4 is similar to the concept 2 of Boston bull (195) Concept 4 is similar to the concept 3 of malinois (225) Concept 4 is similar to the concept 1 of kelpie (227) Concept 4 is similar to the concept 1 of German shepherd (235) Concept 4 is similar to the concept 2 of miniature pinscher (237) Concept 3 is similar to the concept 3 of Great Dane (246) Concept 4 is similar to the concept 1 of basenji (253) Concept 1 is similar to the concept 3 of hyena (276) Concept 3 is similar to the concept 3 of ibex (350) Concept 3 is similar to the concept 3 of horse cart (603) Concept 4 is similar to the concept 8 of muzzle (676)"},{"location":"classes/Model%20T/","title":"Model t (661)","text":"

Model t (class id 661) has 2 important concepts. The full class name is Model T.

"},{"location":"classes/Model%20T/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Model t' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Model%20T/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 50%) Concept 1 (Importance 24%) Concept 2 (Importance 8%) Concept 9 (Importance 5%) Concept 4 (Importance 5%) Concept 6 (Importance 3%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 2 Concept 9 Concept 4 Concept 6 Concept 8 Concept 5 Concept 3 Concept 0"},{"location":"classes/Model%20T/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class Model T and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of moped (665) Concept 6 is similar to the concept 1 of tricycle (870)"},{"location":"classes/Newfoundland/","title":"Newfoundland (256)","text":"

Newfoundland (class id 256) has 2 important concepts. The full class name is Newfoundland, Newfoundland dog.

"},{"location":"classes/Newfoundland/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Newfoundland' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Newfoundland/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 1 (Importance 19%) Concept 3 (Importance 13%) Concept 8 (Importance 10%) Concept 5 (Importance 8%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 8 Concept 5 Concept 7 Concept 6 Concept 9 Concept 4 Concept 2"},{"location":"classes/Newfoundland/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class Newfoundland and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Staffordshire bullterrier (179) Concept 5 is similar to the concept 0 of Tibetan mastiff (244) Concept 8 is similar to the concept 6 of affenpinscher (252) Concept 1 is similar to the concept 9 of Leonberg (255) Concept 3 is similar to the concept 3 of American black bear (295)"},{"location":"classes/Norfolk%20terrier/","title":"Norfolk terrier (185)","text":"

Norfolk terrier (class id 185) has 3 important concepts. The full class name is Norfolk terrier.

"},{"location":"classes/Norfolk%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Norfolk terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Norfolk%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 36%) Concept 1 (Importance 29%) Concept 4 (Importance 14%) Concept 3 (Importance 14%) Concept 7 (Importance 2%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 4 Concept 3 Concept 7 Concept 0 Concept 8 Concept 6 Concept 5 Concept 2"},{"location":"classes/Norfolk%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class Norfolk terrier and other classes.

Here are those concepts: Concept 9 is similar to the concept 8 of Irish terrier (184) Concept 1 is similar to the concept 1 of Norwich terrier (186) Concept 3 is similar to the concept 4 of Norwich terrier (186) Concept 4 is similar to the concept 5 of Norwich terrier (186) Concept 1 is similar to the concept 1 of Yorkshire terrier (187) Concept 4 is similar to the concept 9 of cairn (192) Concept 7 is similar to the concept 8 of cairn (192) Concept 4 is similar to the concept 6 of Australian terrier (193) Concept 1 is similar to the concept 2 of silky terrier (201)"},{"location":"classes/Norwegian%20elkhound/","title":"Norwegian elkhound (174)","text":"

Norwegian elkhound (class id 174) has 2 important concepts. The full class name is Norwegian elkhound, elkhound.

"},{"location":"classes/Norwegian%20elkhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Norwegian elkhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Norwegian%20elkhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 48%) Concept 2 (Importance 20%) Concept 3 (Importance 12%) Concept 5 (Importance 7%) Concept 4 (Importance 6%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 4 Concept 8 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/Norwegian%20elkhound/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class Norwegian elkhound and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of Chihuahua (151) Concept 4 is similar to the concept 6 of Blenheim spaniel (156) Concept 4 is similar to the concept 4 of Boston bull (195) Concept 3 is similar to the concept 1 of Scotch terrier (199) Concept 4 is similar to the concept 7 of golden retriever (207) Concept 4 is similar to the concept 8 of Brittany spaniel (215) Concept 3 is similar to the concept 2 of schipperke (223) Concept 2 is similar to the concept 8 of malinois (225) Concept 3 is similar to the concept 3 of malinois (225) Concept 3 is similar to the concept 1 of kelpie (227) Concept 4 is similar to the concept 6 of Border collie (232) Concept 3 is similar to the concept 1 of German shepherd (235) Concept 4 is similar to the concept 2 of Saint Bernard (247) Concept 0 is similar to the concept 0 of malamute (249) Concept 4 is similar to the concept 4 of malamute (249) Concept 5 is similar to the concept 7 of malamute (249) Concept 4 is similar to the concept 4 of Siberian husky (250) Concept 4 is similar to the concept 3 of pug (254) Concept 4 is similar to the concept 3 of Great Pyrenees (257) Concept 0 is similar to the concept 5 of keeshond (261) Concept 4 is similar to the concept 4 of white wolf (270) Concept 2 is similar to the concept 3 of African hunting dog (275) Concept 3 is similar to the concept 2 of Siamese cat (284) Concept 3 is similar to the concept 8 of muzzle (676)"},{"location":"classes/Norwich%20terrier/","title":"Norwich terrier (186)","text":"

Norwich terrier (class id 186) has 3 important concepts. The full class name is Norwich terrier.

"},{"location":"classes/Norwich%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Norwich terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Norwich%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 2 (Importance 30%) Concept 5 (Importance 15%) Concept 4 (Importance 8%) Concept 7 (Importance 5%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 5 Concept 4 Concept 7 Concept 6 Concept 9 Concept 8 Concept 3 Concept 0"},{"location":"classes/Norwich%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class Norwich terrier and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of otterhound (175) Concept 1 is similar to the concept 1 of Norfolk terrier (185) Concept 4 is similar to the concept 3 of Norfolk terrier (185) Concept 5 is similar to the concept 4 of Norfolk terrier (185) Concept 7 is similar to the concept 2 of Lakeland terrier (189) Concept 7 is similar to the concept 2 of Airedale (191) Concept 1 is similar to the concept 1 of cairn (192) Concept 5 is similar to the concept 9 of cairn (192) Concept 2 is similar to the concept 2 of Australian terrier (193) Concept 5 is similar to the concept 6 of Australian terrier (193) Concept 7 is similar to the concept 4 of Australian terrier (193)"},{"location":"classes/Old%20English%20sheepdog/","title":"Old english sheepdog (229)","text":"

Old english sheepdog (class id 229) has 3 important concepts. The full class name is Old English sheepdog, bobtail.

"},{"location":"classes/Old%20English%20sheepdog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Old english sheepdog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Old%20English%20sheepdog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 0 (Importance 22%) Concept 5 (Importance 19%) Concept 3 (Importance 12%) Concept 4 (Importance 6%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 3 Concept 4 Concept 7 Concept 6 Concept 9 Concept 8 Concept 2"},{"location":"classes/Old%20English%20sheepdog/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class Old English sheepdog and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of wire-haired fox terrier (188) Concept 1 is similar to the concept 2 of Sealyham terrier (190) Concept 0 is similar to the concept 3 of Dandie Dinmont (194) Concept 3 is similar to the concept 5 of soft-coated wheaten terrier (202) Concept 3 is similar to the concept 2 of komondor (228) Concept 7 is similar to the concept 0 of Siamese cat (284)"},{"location":"classes/Pekinese/","title":"Pekinese (154)","text":"

Pekinese (class id 154) has 2 important concepts. The full class name is Pekinese, Pekingese, Peke.

"},{"location":"classes/Pekinese/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pekinese' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Pekinese/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 6 (Importance 20%) Concept 7 (Importance 6%) Concept 2 (Importance 4%) Concept 0 (Importance 4%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 7 Concept 2 Concept 0 Concept 9 Concept 5 Concept 4 Concept 8 Concept 3"},{"location":"classes/Pekinese/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class Pekinese and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of Shih-Tzu (155) Concept 4 is similar to the concept 0 of Afghan hound (160) Concept 4 is similar to the concept 0 of Australian terrier (193) Concept 4 is similar to the concept 2 of Lhasa (204) Concept 2 is similar to the concept 7 of English springer (217) Concept 4 is similar to the concept 0 of briard (226) Concept 0 is similar to the concept 0 of Shetland sheepdog (230) Concept 0 is similar to the concept 5 of collie (231) Concept 1 is similar to the concept 1 of pug (254) Concept 0 is similar to the concept 0 of Pomeranian (259) Concept 7 is similar to the concept 7 of Pomeranian (259) Concept 1 is similar to the concept 1 of Brabancon griffon (262)"},{"location":"classes/Pembroke/","title":"Pembroke (263)","text":"

Pembroke (class id 263) has 3 important concepts. The full class name is Pembroke, Pembroke Welsh corgi.

"},{"location":"classes/Pembroke/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pembroke' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Pembroke/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 32%) Concept 2 (Importance 21%) Concept 6 (Importance 15%) Concept 4 (Importance 12%) Concept 0 (Importance 8%) Concept 9 (Importance 5%) Concept 5 (Importance 3%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 6 Concept 4 Concept 0 Concept 9 Concept 5 Concept 8 Concept 7 Concept 3"},{"location":"classes/Pembroke/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class Pembroke and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of Chihuahua (151) Concept 0 is similar to the concept 5 of Chihuahua (151) Concept 9 is similar to the concept 3 of toy terrier (158) Concept 0 is similar to the concept 0 of Rhodesian ridgeback (159) Concept 6 is similar to the concept 0 of basset (161) Concept 6 is similar to the concept 6 of beagle (162) Concept 6 is similar to the concept 0 of Walker hound (166) Concept 6 is similar to the concept 5 of English foxhound (167) Concept 6 is similar to the concept 3 of Ibizan hound (173) Concept 0 is similar to the concept 0 of Saluki (176) Concept 6 is similar to the concept 9 of Brittany spaniel (215) Concept 0 is similar to the concept 5 of malinois (225) Concept 9 is similar to the concept 6 of Shetland sheepdog (230) Concept 6 is similar to the concept 7 of Shetland sheepdog (230) Concept 9 is similar to the concept 1 of collie (231) Concept 6 is similar to the concept 7 of collie (231) Concept 9 is similar to the concept 1 of Border collie (232) Concept 6 is similar to the concept 3 of boxer (242) Concept 2 is similar to the concept 2 of French bulldog (245) Concept 9 is similar to the concept 2 of malamute (249) Concept 2 is similar to the concept 1 of basenji (253) Concept 6 is similar to the concept 2 of basenji (253) Concept 2 is similar to the concept 1 of Cardigan (264) Concept 4 is similar to the concept 6 of Cardigan (264) Concept 9 is similar to the concept 9 of Cardigan (264) Concept 9 is similar to the concept 2 of timber wolf (269) Concept 9 is similar to the concept 2 of white wolf (270)"},{"location":"classes/Persian%20cat/","title":"Persian cat (283)","text":"

Persian cat (class id 283) has 1 important concepts. The full class name is Persian cat.

"},{"location":"classes/Persian%20cat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Persian cat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Persian%20cat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 67%) Concept 0 (Importance 13%) Concept 8 (Importance 5%) Concept 4 (Importance 4%) Concept 7 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 8 Concept 4 Concept 7 Concept 2 Concept 9 Concept 6 Concept 5 Concept 3"},{"location":"classes/Persian%20cat/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class Persian cat and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of sea lion (150) Concept 0 is similar to the concept 8 of Great Pyrenees (257) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of lynx (287) Concept 2 is similar to the concept 2 of snow leopard (289) Concept 2 is similar to the concept 2 of tiger (292) Concept 0 is similar to the concept 0 of Angora (332) Concept 2 is similar to the concept 3 of hamster (333) Concept 5 is similar to the concept 4 of hamster (333) Concept 2 is similar to the concept 6 of guinea pig (338) Concept 2 is similar to the concept 2 of otter (360)"},{"location":"classes/Petri%20dish/","title":"Petri dish (712)","text":"

Petri dish (class id 712) has 3 important concepts. The full class name is Petri dish.

"},{"location":"classes/Petri%20dish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Petri dish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Petri%20dish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 6 (Importance 12%) Concept 4 (Importance 12%) Concept 3 (Importance 11%) Concept 5 (Importance 6%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 4 Concept 3 Concept 5 Concept 7 Concept 9 Concept 8 Concept 2 Concept 1"},{"location":"classes/Petri%20dish/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class Petri dish and other classes.

Here are those concepts: Concept 9 is similar to the concept 1 of apron (411) Concept 9 is similar to the concept 1 of backpack (414) Concept 9 is similar to the concept 1 of bath towel (434) Concept 9 is similar to the concept 2 of broom (462) Concept 9 is similar to the concept 1 of bucket (463) Concept 9 is similar to the concept 0 of carton (478) Concept 9 is similar to the concept 1 of desk (526) Concept 9 is similar to the concept 6 of magnetic compass (635) Concept 9 is similar to the concept 1 of monitor (664) Concept 9 is similar to the concept 1 of mosquito net (669) Concept 9 is similar to the concept 3 of pajama (697) Concept 9 is similar to the concept 1 of safe (771) Concept 9 is similar to the concept 1 of sandal (774) Concept 9 is similar to the concept 2 of scale (778) Concept 9 is similar to the concept 1 of shopping basket (790) Concept 9 is similar to the concept 1 of sleeping bag (797) Concept 9 is similar to the concept 1 of swab (840) Concept 9 is similar to the concept 1 of tray (868)"},{"location":"classes/Polaroid%20camera/","title":"Polaroid camera (732)","text":"

Polaroid camera (class id 732) has 2 important concepts. The full class name is Polaroid camera, Polaroid Land camera.

"},{"location":"classes/Polaroid%20camera/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Polaroid camera' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Polaroid%20camera/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 13%) Concept 3 (Importance 12%) Concept 5 (Importance 5%) Concept 6 (Importance 3%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 5 Concept 6 Concept 9 Concept 8 Concept 4 Concept 7 Concept 2"},{"location":"classes/Polaroid%20camera/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class Polaroid camera and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of projector (745)"},{"location":"classes/Pomeranian/","title":"Pomeranian (259)","text":"

Pomeranian (class id 259) has 2 important concepts. The full class name is Pomeranian.

"},{"location":"classes/Pomeranian/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pomeranian' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Pomeranian/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 56%) Concept 4 (Importance 19%) Concept 7 (Importance 12%) Concept 0 (Importance 5%) Concept 3 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 9 Concept 4 Concept 7 Concept 0 Concept 3 Concept 5 Concept 1 Concept 8 Concept 6 Concept 2"},{"location":"classes/Pomeranian/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class Pomeranian and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of Pekinese (154) Concept 7 is similar to the concept 7 of Pekinese (154) Concept 1 is similar to the concept 6 of Shetland sheepdog (230) Concept 1 is similar to the concept 1 of collie (231) Concept 7 is similar to the concept 0 of Angora (332) Concept 0 is similar to the concept 7 of hamster (333)"},{"location":"classes/Rhodesian%20ridgeback/","title":"Rhodesian ridgeback (159)","text":"

Rhodesian ridgeback (class id 159) has 3 important concepts. The full class name is Rhodesian ridgeback.

"},{"location":"classes/Rhodesian%20ridgeback/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rhodesian ridgeback' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Rhodesian%20ridgeback/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 30%) Concept 5 (Importance 27%) Concept 1 (Importance 27%) Concept 3 (Importance 8%) Concept 0 (Importance 4%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 5 Concept 1 Concept 3 Concept 0 Concept 4 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/Rhodesian%20ridgeback/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class Rhodesian ridgeback and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of Chihuahua (151) Concept 0 is similar to the concept 0 of beagle (162) Concept 3 is similar to the concept 3 of bloodhound (163) Concept 3 is similar to the concept 4 of black-and-tan coonhound (165) Concept 0 is similar to the concept 9 of redbone (168) Concept 3 is similar to the concept 4 of redbone (168) Concept 3 is similar to the concept 3 of vizsla (211) Concept 8 is similar to the concept 0 of vizsla (211) Concept 3 is similar to the concept 4 of malinois (225) Concept 3 is similar to the concept 2 of Doberman (236) Concept 3 is similar to the concept 4 of miniature pinscher (237) Concept 8 is similar to the concept 3 of basenji (253) Concept 0 is similar to the concept 0 of Pembroke (263) Concept 4 is similar to the concept 7 of Cardigan (264)"},{"location":"classes/Rottweiler/","title":"Rottweiler (234)","text":"

Rottweiler (class id 234) has 4 important concepts. The full class name is Rottweiler.

"},{"location":"classes/Rottweiler/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rottweiler' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Rottweiler/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 31%) Concept 3 (Importance 22%) Concept 7 (Importance 17%) Concept 6 (Importance 12%) Concept 4 (Importance 7%) Concept 5 (Importance 6%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 6 Concept 4 Concept 5 Concept 9 Concept 8 Concept 2 Concept 1"},{"location":"classes/Rottweiler/#similar-concepts","title":"Similar concepts","text":"

We have found 33 similar concepts between the class Rottweiler and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of toy terrier (158) Concept 5 is similar to the concept 3 of bloodhound (163) Concept 0 is similar to the concept 2 of bluetick (164) Concept 0 is similar to the concept 1 of black-and-tan coonhound (165) Concept 4 is similar to the concept 2 of black-and-tan coonhound (165) Concept 3 is similar to the concept 5 of black-and-tan coonhound (165) Concept 5 is similar to the concept 4 of redbone (168) Concept 4 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 4 is similar to the concept 2 of Labrador retriever (208) Concept 0 is similar to the concept 1 of Gordon setter (214) Concept 3 is similar to the concept 6 of Gordon setter (214) Concept 4 is similar to the concept 5 of schipperke (223) Concept 5 is similar to the concept 4 of malinois (225) Concept 4 is similar to the concept 0 of kelpie (227) Concept 0 is similar to the concept 0 of Doberman (236) Concept 4 is similar to the concept 9 of Doberman (236) Concept 5 is similar to the concept 2 of Doberman (236) Concept 0 is similar to the concept 0 of miniature pinscher (237) Concept 4 is similar to the concept 6 of miniature pinscher (237) Concept 5 is similar to the concept 4 of miniature pinscher (237) Concept 0 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 4 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 6 is similar to the concept 4 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 5 of Bernese mountain dog (239) Concept 0 is similar to the concept 3 of Appenzeller (240) Concept 4 is similar to the concept 1 of Appenzeller (240) Concept 6 is similar to the concept 4 of Appenzeller (240) Concept 0 is similar to the concept 4 of EntleBucher (241) Concept 4 is similar to the concept 2 of EntleBucher (241) Concept 6 is similar to the concept 4 of bull mastiff (243) Concept 0 is similar to the concept 1 of Tibetan mastiff (244) Concept 4 is similar to the concept 5 of Great Dane (246) Concept 1 is similar to the concept 7 of chimpanzee (367)"},{"location":"classes/Saint%20Bernard/","title":"Saint bernard (247)","text":"

Saint bernard (class id 247) has 3 important concepts. The full class name is Saint Bernard, St Bernard.

"},{"location":"classes/Saint%20Bernard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Saint bernard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Saint%20Bernard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 5 (Importance 20%) Concept 4 (Importance 15%) Concept 6 (Importance 4%) Concept 2 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 4 Concept 6 Concept 2 Concept 8 Concept 7 Concept 0 Concept 9 Concept 3"},{"location":"classes/Saint%20Bernard/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class Saint Bernard and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of Chihuahua (151) Concept 2 is similar to the concept 6 of Blenheim spaniel (156) Concept 2 is similar to the concept 0 of toy terrier (158) Concept 4 is similar to the concept 0 of basset (161) Concept 2 is similar to the concept 2 of beagle (162) Concept 4 is similar to the concept 3 of Ibizan hound (173) Concept 2 is similar to the concept 4 of Norwegian elkhound (174) Concept 2 is similar to the concept 4 of Boston bull (195) Concept 6 is similar to the concept 5 of Boston bull (195) Concept 2 is similar to the concept 8 of Brittany spaniel (215) Concept 4 is similar to the concept 0 of Welsh springer spaniel (218) Concept 2 is similar to the concept 2 of kuvasz (222) Concept 2 is similar to the concept 6 of Border collie (232) Concept 6 is similar to the concept 3 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 3 of French bulldog (245) Concept 2 is similar to the concept 4 of Siberian husky (250) Concept 2 is similar to the concept 3 of pug (254) Concept 2 is similar to the concept 3 of Great Pyrenees (257)"},{"location":"classes/Saluki/","title":"Saluki (176)","text":"

Saluki (class id 176) has 3 important concepts. The full class name is Saluki, gazelle hound.

"},{"location":"classes/Saluki/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Saluki' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Saluki/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 31%) Concept 3 (Importance 29%) Concept 2 (Importance 15%) Concept 8 (Importance 11%) Concept 6 (Importance 4%) Concept 0 (Importance 3%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 2 Concept 8 Concept 6 Concept 0 Concept 4 Concept 1 Concept 9 Concept 7"},{"location":"classes/Saluki/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class Saluki and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of Chihuahua (151) Concept 2 is similar to the concept 8 of papillon (157) Concept 3 is similar to the concept 1 of borzoi (169) Concept 8 is similar to the concept 3 of Italian greyhound (171) Concept 8 is similar to the concept 2 of whippet (172) Concept 3 is similar to the concept 3 of whippet (172) Concept 8 is similar to the concept 2 of Ibizan hound (173) Concept 0 is similar to the concept 0 of Labrador retriever (208) Concept 2 is similar to the concept 5 of English setter (212) Concept 4 is similar to the concept 7 of English springer (217) Concept 0 is similar to the concept 8 of cocker spaniel (219) Concept 0 is similar to the concept 0 of Pembroke (263) Concept 1 is similar to the concept 1 of lawn mower (621) Concept 1 is similar to the concept 1 of rugby ball (768) Concept 1 is similar to the concept 0 of worm fence (912)"},{"location":"classes/Samoyed/","title":"Samoyed (258)","text":"

Samoyed (class id 258) has 1 important concepts. The full class name is Samoyed, Samoyede.

"},{"location":"classes/Samoyed/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Samoyed' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Samoyed/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 11%) Concept 3 (Importance 9%) Concept 6 (Importance 7%) Concept 4 (Importance 5%) Concept 8 (Importance 3%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 6 Concept 4 Concept 8 Concept 5 Concept 9 Concept 7 Concept 2"},{"location":"classes/Samoyed/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class Samoyed and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of Japanese spaniel (152) Concept 4 is similar to the concept 6 of Blenheim spaniel (156) Concept 4 is similar to the concept 4 of papillon (157) Concept 4 is similar to the concept 3 of Shetland sheepdog (230) Concept 4 is similar to the concept 3 of collie (231) Concept 8 is similar to the concept 1 of Border collie (232) Concept 8 is similar to the concept 2 of malamute (249) Concept 4 is similar to the concept 4 of malamute (249) Concept 8 is similar to the concept 2 of Siberian husky (250) Concept 8 is similar to the concept 1 of Great Pyrenees (257) Concept 4 is similar to the concept 3 of Great Pyrenees (257) Concept 4 is similar to the concept 3 of keeshond (261) Concept 0 is similar to the concept 0 of Arctic fox (279) Concept 4 is similar to the concept 3 of Arctic fox (279) Concept 5 is similar to the concept 6 of ice bear (296) Concept 6 is similar to the concept 7 of Angora (332)"},{"location":"classes/Scotch%20terrier/","title":"Scotch terrier (199)","text":"

Scotch terrier (class id 199) has 3 important concepts. The full class name is Scotch terrier, Scottish terrier, Scottie.

"},{"location":"classes/Scotch%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scotch terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Scotch%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 41%) Concept 1 (Importance 23%) Concept 5 (Importance 19%) Concept 4 (Importance 9%) Concept 6 (Importance 3%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 5 Concept 4 Concept 6 Concept 8 Concept 0 Concept 9 Concept 7 Concept 2"},{"location":"classes/Scotch%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class Scotch terrier and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of Norwegian elkhound (174) Concept 3 is similar to the concept 4 of giant schnauzer (197) Concept 4 is similar to the concept 6 of giant schnauzer (197) Concept 4 is similar to the concept 3 of Gordon setter (214) Concept 1 is similar to the concept 2 of schipperke (223) Concept 1 is similar to the concept 3 of malinois (225) Concept 1 is similar to the concept 1 of kelpie (227) Concept 1 is similar to the concept 1 of German shepherd (235) Concept 6 is similar to the concept 4 of affenpinscher (252)"},{"location":"classes/Scottish%20deerhound/","title":"Scottish deerhound (177)","text":"

Scottish deerhound (class id 177) has 3 important concepts. The full class name is Scottish deerhound, deerhound.

"},{"location":"classes/Scottish%20deerhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scottish deerhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Scottish%20deerhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 4 (Importance 30%) Concept 2 (Importance 19%) Concept 0 (Importance 6%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 2 Concept 0 Concept 8 Concept 7 Concept 9 Concept 6 Concept 5 Concept 1"},{"location":"classes/Scottish%20deerhound/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class Scottish deerhound and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of Irish wolfhound (170) Concept 6 is similar to the concept 1 of lawn mower (621) Concept 6 is similar to the concept 3 of maypole (645) Concept 6 is similar to the concept 1 of plow (730) Concept 1 is similar to the concept 3 of potter wheel (739) Concept 6 is similar to the concept 1 of rugby ball (768) Concept 6 is similar to the concept 0 of worm fence (912) Concept 6 is similar to the concept 7 of ballplayer (981)"},{"location":"classes/Sealyham%20terrier/","title":"Sealyham terrier (190)","text":"

Sealyham terrier (class id 190) has 3 important concepts. The full class name is Sealyham terrier, Sealyham.

"},{"location":"classes/Sealyham%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sealyham terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Sealyham%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 27%) Concept 5 (Importance 26%) Concept 2 (Importance 26%) Concept 9 (Importance 17%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 2 Concept 9 Concept 6 Concept 8 Concept 7 Concept 4 Concept 1 Concept 0"},{"location":"classes/Sealyham%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class Sealyham terrier and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of Dandie Dinmont (194) Concept 2 is similar to the concept 1 of Old English sheepdog (229) Concept 0 is similar to the concept 1 of standard poodle (267)"},{"location":"classes/Shetland%20sheepdog/","title":"Shetland sheepdog (230)","text":"

Shetland sheepdog (class id 230) has 2 important concepts. The full class name is Shetland sheepdog, Shetland sheep dog, Shetland.

"},{"location":"classes/Shetland%20sheepdog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shetland sheepdog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Shetland%20sheepdog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 36%) Concept 4 (Importance 29%) Concept 5 (Importance 12%) Concept 7 (Importance 9%) Concept 6 (Importance 6%) Concept 3 (Importance 3%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 5 Concept 7 Concept 6 Concept 3 Concept 8 Concept 0 Concept 9 Concept 2"},{"location":"classes/Shetland%20sheepdog/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class Shetland sheepdog and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Japanese spaniel (152) Concept 0 is similar to the concept 0 of Pekinese (154) Concept 9 is similar to the concept 2 of Shih-Tzu (155) Concept 3 is similar to the concept 4 of papillon (157) Concept 6 is similar to the concept 3 of toy terrier (158) Concept 7 is similar to the concept 0 of basset (161) Concept 7 is similar to the concept 6 of beagle (162) Concept 7 is similar to the concept 0 of Walker hound (166) Concept 9 is similar to the concept 0 of Australian terrier (193) Concept 7 is similar to the concept 9 of Brittany spaniel (215) Concept 3 is similar to the concept 7 of English springer (217) Concept 9 is similar to the concept 0 of briard (226) Concept 1 is similar to the concept 0 of collie (231) Concept 3 is similar to the concept 3 of collie (231) Concept 4 is similar to the concept 2 of collie (231) Concept 6 is similar to the concept 1 of collie (231) Concept 7 is similar to the concept 7 of collie (231) Concept 3 is similar to the concept 4 of Samoyed (258) Concept 6 is similar to the concept 1 of Pomeranian (259) Concept 3 is similar to the concept 3 of keeshond (261) Concept 6 is similar to the concept 9 of Pembroke (263) Concept 7 is similar to the concept 6 of Pembroke (263) Concept 6 is similar to the concept 2 of timber wolf (269)"},{"location":"classes/Shih-Tzu/","title":"Shih-tzu (155)","text":"

Shih-tzu (class id 155) has 2 important concepts. The full class name is Shih-Tzu.

"},{"location":"classes/Shih-Tzu/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shih-tzu' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Shih-Tzu/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 7 (Importance 14%) Concept 6 (Importance 11%) Concept 5 (Importance 7%) Concept 0 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 6 Concept 5 Concept 0 Concept 2 Concept 9 Concept 4 Concept 8 Concept 3"},{"location":"classes/Shih-Tzu/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class Shih-Tzu and other classes.

Here are those concepts: Concept 5 is similar to the concept 9 of Maltese dog (153) Concept 2 is similar to the concept 4 of Pekinese (154) Concept 2 is similar to the concept 0 of Afghan hound (160) Concept 2 is similar to the concept 2 of Yorkshire terrier (187) Concept 2 is similar to the concept 0 of Australian terrier (193) Concept 2 is similar to the concept 4 of miniature schnauzer (196) Concept 0 is similar to the concept 2 of Tibetan terrier (200) Concept 9 is similar to the concept 0 of Tibetan terrier (200) Concept 2 is similar to the concept 2 of soft-coated wheaten terrier (202) Concept 2 is similar to the concept 2 of Lhasa (204) Concept 0 is similar to the concept 4 of cocker spaniel (219) Concept 2 is similar to the concept 0 of briard (226) Concept 2 is similar to the concept 9 of Shetland sheepdog (230) Concept 0 is similar to the concept 6 of miniature poodle (266)"},{"location":"classes/Siamese%20cat/","title":"Siamese cat (284)","text":"

Siamese cat (class id 284) has 1 important concepts. The full class name is Siamese cat, Siamese.

"},{"location":"classes/Siamese%20cat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Siamese cat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Siamese%20cat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 2 (Importance 11%) Concept 7 (Importance 8%) Concept 0 (Importance 8%) Concept 4 (Importance 5%) Concept 6 (Importance 4%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 0 Concept 4 Concept 6 Concept 9 Concept 8 Concept 5 Concept 3"},{"location":"classes/Siamese%20cat/#similar-concepts","title":"Similar concepts","text":"

We have found 29 similar concepts between the class Siamese cat and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of sea lion (150) Concept 2 is similar to the concept 2 of toy terrier (158) Concept 2 is similar to the concept 3 of Norwegian elkhound (174) Concept 2 is similar to the concept 2 of Boston bull (195) Concept 6 is similar to the concept 0 of Labrador retriever (208) Concept 6 is similar to the concept 0 of Chesapeake Bay retriever (209) Concept 2 is similar to the concept 3 of malinois (225) Concept 2 is similar to the concept 1 of kelpie (227) Concept 0 is similar to the concept 7 of Old English sheepdog (229) Concept 2 is similar to the concept 1 of German shepherd (235) Concept 2 is similar to the concept 2 of miniature pinscher (237) Concept 0 is similar to the concept 0 of chow (260) Concept 4 is similar to the concept 1 of tabby (281) Concept 4 is similar to the concept 2 of tiger cat (282) Concept 4 is similar to the concept 2 of Persian cat (283) Concept 4 is similar to the concept 4 of Egyptian cat (285) Concept 4 is similar to the concept 1 of cougar (286) Concept 4 is similar to the concept 4 of lynx (287) Concept 4 is similar to the concept 4 of leopard (288) Concept 4 is similar to the concept 2 of snow leopard (289) Concept 4 is similar to the concept 2 of jaguar (290) Concept 4 is similar to the concept 2 of tiger (292) Concept 4 is similar to the concept 3 of hamster (333) Concept 0 is similar to the concept 2 of guinea pig (338) Concept 4 is similar to the concept 6 of guinea pig (338) Concept 0 is similar to the concept 8 of black-footed ferret (359) Concept 4 is similar to the concept 2 of otter (360) Concept 4 is similar to the concept 8 of lesser panda (387) Concept 2 is similar to the concept 8 of muzzle (676)"},{"location":"classes/Siberian%20husky/","title":"Siberian husky (250)","text":"

Siberian husky (class id 250) has 1 important concepts. The full class name is Siberian husky.

"},{"location":"classes/Siberian%20husky/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Siberian husky' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Siberian%20husky/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 65%) Concept 2 (Importance 8%) Concept 9 (Importance 6%) Concept 6 (Importance 5%) Concept 5 (Importance 5%) Concept 4 (Importance 4%) Concept 7 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 6 Concept 5 Concept 4 Concept 7 Concept 0 Concept 8 Concept 3"},{"location":"classes/Siberian%20husky/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class Siberian husky and other classes.

Here are those concepts: Concept 4 is similar to the concept 6 of Blenheim spaniel (156) Concept 4 is similar to the concept 0 of toy terrier (158) Concept 4 is similar to the concept 2 of borzoi (169) Concept 4 is similar to the concept 4 of Norwegian elkhound (174) Concept 4 is similar to the concept 8 of Brittany spaniel (215) Concept 2 is similar to the concept 1 of kuvasz (222) Concept 2 is similar to the concept 1 of Border collie (232) Concept 4 is similar to the concept 6 of Border collie (232) Concept 4 is similar to the concept 2 of Saint Bernard (247) Concept 6 is similar to the concept 0 of malamute (249) Concept 1 is similar to the concept 1 of malamute (249) Concept 2 is similar to the concept 2 of malamute (249) Concept 4 is similar to the concept 4 of malamute (249) Concept 5 is similar to the concept 6 of malamute (249) Concept 2 is similar to the concept 1 of Great Pyrenees (257) Concept 4 is similar to the concept 3 of Great Pyrenees (257) Concept 2 is similar to the concept 8 of Samoyed (258) Concept 6 is similar to the concept 5 of keeshond (261) Concept 2 is similar to the concept 9 of Cardigan (264) Concept 4 is similar to the concept 1 of timber wolf (269) Concept 2 is similar to the concept 2 of white wolf (270) Concept 4 is similar to the concept 4 of white wolf (270) Concept 5 is similar to the concept 3 of red fox (277) Concept 0 is similar to the concept 0 of Arctic fox (279) Concept 5 is similar to the concept 4 of grey fox (280)"},{"location":"classes/Staffordshire%20bullterrier/","title":"Staffordshire bullterrier (179)","text":"

Staffordshire bullterrier (class id 179) has 4 important concepts. The full class name is Staffordshire bullterrier, Staffordshire bull terrier.

"},{"location":"classes/Staffordshire%20bullterrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Staffordshire bullterrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Staffordshire%20bullterrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 32%) Concept 2 (Importance 21%) Concept 0 (Importance 16%) Concept 4 (Importance 14%) Concept 3 (Importance 9%) Concept 8 (Importance 3%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 0 Concept 4 Concept 3 Concept 8 Concept 6 Concept 9 Concept 7 Concept 1"},{"location":"classes/Staffordshire%20bullterrier/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class Staffordshire bullterrier and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of black-and-tan coonhound (165) Concept 3 is similar to the concept 3 of curly-coated retriever (206) Concept 0 is similar to the concept 2 of Labrador retriever (208) Concept 0 is similar to the concept 0 of kelpie (227) Concept 0 is similar to the concept 4 of Rottweiler (234) Concept 0 is similar to the concept 6 of miniature pinscher (237) Concept 0 is similar to the concept 1 of Appenzeller (240) Concept 3 is similar to the concept 5 of French bulldog (245) Concept 0 is similar to the concept 5 of Great Dane (246) Concept 2 is similar to the concept 1 of Newfoundland (256)"},{"location":"classes/Sussex%20spaniel/","title":"Sussex spaniel (220)","text":"

Sussex spaniel (class id 220) has 4 important concepts. The full class name is Sussex spaniel.

"},{"location":"classes/Sussex%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sussex spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Sussex%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 39%) Concept 2 (Importance 25%) Concept 5 (Importance 17%) Concept 6 (Importance 13%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 5 Concept 6 Concept 8 Concept 3 Concept 9 Concept 7 Concept 1 Concept 0"},{"location":"classes/Sussex%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class Sussex spaniel and other classes.

Here are those concepts: Concept 4 is similar to the concept 8 of Blenheim spaniel (156) Concept 8 is similar to the concept 0 of Australian terrier (193) Concept 4 is similar to the concept 4 of English springer (217) Concept 8 is similar to the concept 0 of cocker spaniel (219) Concept 4 is similar to the concept 3 of cocker spaniel (219)"},{"location":"classes/Tibetan%20mastiff/","title":"Tibetan mastiff (244)","text":"

Tibetan mastiff (class id 244) has 3 important concepts. The full class name is Tibetan mastiff.

"},{"location":"classes/Tibetan%20mastiff/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tibetan mastiff' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Tibetan%20mastiff/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 39%) Concept 3 (Importance 17%) Concept 0 (Importance 13%) Concept 1 (Importance 8%) Concept 7 (Importance 6%) Concept 6 (Importance 6%) Concept 8 (Importance 5%) Concept 9 (Importance 2%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 1 Concept 7 Concept 6 Concept 8 Concept 9 Concept 5 Concept 4"},{"location":"classes/Tibetan%20mastiff/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class Tibetan mastiff and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of black-and-tan coonhound (165) Concept 1 is similar to the concept 1 of Gordon setter (214) Concept 1 is similar to the concept 0 of Rottweiler (234) Concept 1 is similar to the concept 0 of Doberman (236) Concept 1 is similar to the concept 0 of miniature pinscher (237) Concept 1 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 1 is similar to the concept 5 of Bernese mountain dog (239) Concept 6 is similar to the concept 7 of Bernese mountain dog (239) Concept 1 is similar to the concept 3 of Appenzeller (240) Concept 1 is similar to the concept 4 of EntleBucher (241) Concept 3 is similar to the concept 4 of Great Dane (246) Concept 7 is similar to the concept 3 of Leonberg (255) Concept 0 is similar to the concept 5 of Newfoundland (256)"},{"location":"classes/Tibetan%20terrier/","title":"Tibetan terrier (200)","text":"

Tibetan terrier (class id 200) has 2 important concepts. The full class name is Tibetan terrier, chrysanthemum dog.

"},{"location":"classes/Tibetan%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tibetan terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Tibetan%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 44%) Concept 1 (Importance 22%) Concept 6 (Importance 9%) Concept 8 (Importance 6%) Concept 0 (Importance 5%) Concept 3 (Importance 4%) Concept 2 (Importance 4%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 6 Concept 8 Concept 0 Concept 3 Concept 2 Concept 4 Concept 9 Concept 5"},{"location":"classes/Tibetan%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class Tibetan terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of Shih-Tzu (155) Concept 0 is similar to the concept 9 of Shih-Tzu (155) Concept 9 is similar to the concept 0 of Afghan hound (160) Concept 9 is similar to the concept 2 of Yorkshire terrier (187) Concept 0 is similar to the concept 5 of miniature schnauzer (196) Concept 9 is similar to the concept 1 of silky terrier (201) Concept 9 is similar to the concept 2 of Lhasa (204) Concept 2 is similar to the concept 4 of cocker spaniel (219) Concept 9 is similar to the concept 3 of orangutan (365)"},{"location":"classes/Walker%20hound/","title":"Walker hound (166)","text":"

Walker hound (class id 166) has 3 important concepts. The full class name is Walker hound, Walker foxhound.

"},{"location":"classes/Walker%20hound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Walker hound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Walker%20hound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 23%) Concept 2 (Importance 23%) Concept 1 (Importance 19%) Concept 0 (Importance 11%) Concept 3 (Importance 10%) Concept 6 (Importance 5%) Concept 9 (Importance 4%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 2 Concept 1 Concept 0 Concept 3 Concept 6 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/Walker%20hound/#similar-concepts","title":"Similar concepts","text":"

We have found 32 similar concepts between the class Walker hound and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of toy terrier (158) Concept 2 is similar to the concept 4 of toy terrier (158) Concept 9 is similar to the concept 9 of toy terrier (158) Concept 0 is similar to the concept 0 of basset (161) Concept 1 is similar to the concept 1 of basset (161) Concept 6 is similar to the concept 3 of basset (161) Concept 1 is similar to the concept 1 of beagle (162) Concept 6 is similar to the concept 5 of beagle (162) Concept 0 is similar to the concept 6 of beagle (162) Concept 8 is similar to the concept 8 of black-and-tan coonhound (165) Concept 0 is similar to the concept 5 of English foxhound (167) Concept 3 is similar to the concept 2 of English foxhound (167) Concept 1 is similar to the concept 1 of redbone (168) Concept 8 is similar to the concept 6 of redbone (168) Concept 3 is similar to the concept 2 of borzoi (169) Concept 0 is similar to the concept 3 of Ibizan hound (173) Concept 3 is similar to the concept 2 of Ibizan hound (173) Concept 9 is similar to the concept 8 of Ibizan hound (173) Concept 3 is similar to the concept 4 of Boston bull (195) Concept 0 is similar to the concept 9 of Brittany spaniel (215) Concept 3 is similar to the concept 8 of Brittany spaniel (215) Concept 0 is similar to the concept 7 of Shetland sheepdog (230) Concept 6 is similar to the concept 3 of Greater Swiss Mountain dog (238) Concept 6 is similar to the concept 2 of Bernese mountain dog (239) Concept 6 is similar to the concept 7 of EntleBucher (241) Concept 0 is similar to the concept 3 of boxer (242) Concept 3 is similar to the concept 7 of Great Dane (246) Concept 3 is similar to the concept 3 of dalmatian (251) Concept 0 is similar to the concept 2 of basenji (253) Concept 3 is similar to the concept 0 of basenji (253) Concept 0 is similar to the concept 6 of Pembroke (263) Concept 3 is similar to the concept 1 of timber wolf (269)"},{"location":"classes/Weimaraner/","title":"Weimaraner (178)","text":"

Weimaraner (class id 178) has 3 important concepts. The full class name is Weimaraner.

"},{"location":"classes/Weimaraner/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Weimaraner' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Weimaraner/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 35%) Concept 1 (Importance 35%) Concept 9 (Importance 10%) Concept 2 (Importance 9%) Concept 4 (Importance 6%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 9 Concept 2 Concept 4 Concept 6 Concept 8 Concept 7 Concept 5 Concept 0"},{"location":"classes/Weimaraner/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Weimaraner and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of bluetick (164) Concept 4 is similar to the concept 3 of Italian greyhound (171) Concept 9 is similar to the concept 6 of Italian greyhound (171) Concept 2 is similar to the concept 1 of American Staffordshire terrier (180)"},{"location":"classes/Welsh%20springer%20spaniel/","title":"Welsh springer spaniel (218)","text":"

Welsh springer spaniel (class id 218) has 2 important concepts. The full class name is Welsh springer spaniel.

"},{"location":"classes/Welsh%20springer%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Welsh springer spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Welsh%20springer%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 0 (Importance 32%) Concept 4 (Importance 15%) Concept 2 (Importance 9%) Concept 1 (Importance 3%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 2 Concept 1 Concept 5 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/Welsh%20springer%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class Welsh springer spaniel and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of Blenheim spaniel (156) Concept 0 is similar to the concept 4 of Blenheim spaniel (156) Concept 1 is similar to the concept 0 of borzoi (169) Concept 1 is similar to the concept 1 of Brittany spaniel (215) Concept 2 is similar to the concept 4 of clumber (216) Concept 0 is similar to the concept 4 of Saint Bernard (247)"},{"location":"classes/West%20Highland%20white%20terrier/","title":"West highland white terrier (203)","text":"

West highland white terrier (class id 203) has 3 important concepts. The full class name is West Highland white terrier.

"},{"location":"classes/West%20Highland%20white%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'West highland white terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/West%20Highland%20white%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 3 (Importance 32%) Concept 4 (Importance 13%) Concept 0 (Importance 8%) Concept 7 (Importance 4%) Concept 1 (Importance 3%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 4 Concept 0 Concept 7 Concept 1 Concept 9 Concept 5 Concept 8 Concept 6"},{"location":"classes/West%20Highland%20white%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class West Highland white terrier and other classes.

Here are those concepts: Concept 4 is similar to the concept 6 of Maltese dog (153) Concept 0 is similar to the concept 5 of borzoi (169) Concept 4 is similar to the concept 0 of clumber (216) Concept 0 is similar to the concept 0 of Great Pyrenees (257)"},{"location":"classes/Windsor%20tie/","title":"Windsor tie (906)","text":"

Windsor tie (class id 906) has 1 important concepts. The full class name is Windsor tie.

"},{"location":"classes/Windsor%20tie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Windsor tie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Windsor%20tie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 77%) Concept 0 (Importance 5%) Concept 6 (Importance 4%) Concept 8 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 2%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 6 Concept 8 Concept 4 Concept 9 Concept 3 Concept 1 Concept 7 Concept 5"},{"location":"classes/Windsor%20tie/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class Windsor tie and other classes.

Here are those concepts: Concept 8 is similar to the concept 7 of bow tie (457) Concept 4 is similar to the concept 3 of cleaver (499) Concept 8 is similar to the concept 2 of lab coat (617) Concept 2 is similar to the concept 1 of suit (834)"},{"location":"classes/Yorkshire%20terrier/","title":"Yorkshire terrier (187)","text":"

Yorkshire terrier (class id 187) has 1 important concepts. The full class name is Yorkshire terrier.

"},{"location":"classes/Yorkshire%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Yorkshire terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/Yorkshire%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 52%) Concept 0 (Importance 22%) Concept 4 (Importance 11%) Concept 5 (Importance 5%) Concept 8 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 5 Concept 8 Concept 2 Concept 9 Concept 7 Concept 6 Concept 3"},{"location":"classes/Yorkshire%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class Yorkshire terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of Shih-Tzu (155) Concept 2 is similar to the concept 3 of Blenheim spaniel (156) Concept 2 is similar to the concept 0 of Afghan hound (160) Concept 1 is similar to the concept 1 of Norfolk terrier (185) Concept 2 is similar to the concept 0 of Australian terrier (193) Concept 4 is similar to the concept 4 of Australian terrier (193) Concept 2 is similar to the concept 9 of Tibetan terrier (200) Concept 2 is similar to the concept 1 of silky terrier (201) Concept 2 is similar to the concept 2 of Lhasa (204) Concept 2 is similar to the concept 3 of Irish setter (213) Concept 2 is similar to the concept 0 of briard (226)"},{"location":"classes/abacus/","title":"Abacus (398)","text":"

Abacus (class id 398) has 3 important concepts. The full class name is abacus.

"},{"location":"classes/abacus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Abacus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/abacus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 46%) Concept 0 (Importance 24%) Concept 5 (Importance 11%) Concept 2 (Importance 6%) Concept 3 (Importance 3%) Concept 1 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 5 Concept 2 Concept 3 Concept 1 Concept 8 Concept 7 Concept 9 Concept 6"},{"location":"classes/abacus/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/abaya/","title":"Abaya (399)","text":"

Abaya (class id 399) has 2 important concepts. The full class name is abaya.

"},{"location":"classes/abaya/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Abaya' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/abaya/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 2 (Importance 35%) Concept 4 (Importance 8%) Concept 7 (Importance 5%) Concept 0 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 4 Concept 7 Concept 0 Concept 3 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/abaya/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class abaya and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of academic gown (400) Concept 8 is similar to the concept 3 of bulletproof vest (465) Concept 2 is similar to the concept 4 of cloak (501) Concept 2 is similar to the concept 0 of overskirt (689) Concept 9 is similar to the concept 5 of web site (916)"},{"location":"classes/academic%20gown/","title":"Academic gown (400)","text":"

Academic gown (class id 400) has 3 important concepts. The full class name is academic gown, academic robe, judge robe.

"},{"location":"classes/academic%20gown/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Academic gown' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/academic%20gown/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 47%) Concept 4 (Importance 18%) Concept 5 (Importance 15%) Concept 7 (Importance 4%) Concept 2 (Importance 4%) Concept 6 (Importance 3%) Concept 9 (Importance 2%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 7 Concept 2 Concept 6 Concept 9 Concept 3 Concept 1 Concept 8"},{"location":"classes/academic%20gown/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class academic gown and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of abaya (399) Concept 6 is similar to the concept 3 of bearskin (439) Concept 7 is similar to the concept 3 of bow tie (457) Concept 2 is similar to the concept 8 of brassiere (459) Concept 5 is similar to the concept 4 of cloak (501) Concept 1 is similar to the concept 1 of fur coat (568) Concept 2 is similar to the concept 4 of lab coat (617) Concept 2 is similar to the concept 9 of matchstick (644) Concept 4 is similar to the concept 1 of mortarboard (667) Concept 5 is similar to the concept 3 of mortarboard (667) Concept 5 is similar to the concept 0 of overskirt (689) Concept 1 is similar to the concept 1 of pajama (697) Concept 1 is similar to the concept 1 of stethoscope (823) Concept 6 is similar to the concept 9 of vestment (887) Concept 2 is similar to the concept 7 of head cabbage (936) Concept 7 is similar to the concept 1 of groom (982)"},{"location":"classes/accordion/","title":"Accordion (401)","text":"

Accordion (class id 401) has 3 important concepts. The full class name is accordion, piano accordion, squeeze box.

"},{"location":"classes/accordion/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Accordion' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/accordion/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 51%) Concept 0 (Importance 26%) Concept 3 (Importance 13%) Concept 4 (Importance 2%) Concept 1 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 3 Concept 4 Concept 1 Concept 6 Concept 9 Concept 8 Concept 7 Concept 5"},{"location":"classes/accordion/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class accordion and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of plunger (731)"},{"location":"classes/acorn%20squash/","title":"Acorn squash (941)","text":"

Acorn squash (class id 941) has 2 important concepts. The full class name is acorn squash.

"},{"location":"classes/acorn%20squash/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Acorn squash' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/acorn%20squash/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 45%) Concept 1 (Importance 44%) Concept 3 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 7 Concept 6 Concept 4 Concept 9 Concept 8 Concept 5 Concept 0"},{"location":"classes/acorn%20squash/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class acorn squash and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of rotisserie (766) Concept 3 is similar to the concept 5 of cauliflower (938) Concept 1 is similar to the concept 3 of zucchini (939) Concept 3 is similar to the concept 2 of meat loaf (962) Concept 3 is similar to the concept 9 of corn (987)"},{"location":"classes/acorn/","title":"Acorn (988)","text":"

Acorn (class id 988) has 3 important concepts. The full class name is acorn.

"},{"location":"classes/acorn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Acorn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/acorn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 57%) Concept 3 (Importance 15%) Concept 0 (Importance 11%) Concept 1 (Importance 9%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 1 Concept 8 Concept 7 Concept 6 Concept 4 Concept 9 Concept 5"},{"location":"classes/acorn/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/acoustic%20guitar/","title":"Acoustic guitar (402)","text":"

Acoustic guitar (class id 402) has 1 important concepts. The full class name is acoustic guitar.

"},{"location":"classes/acoustic%20guitar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Acoustic guitar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/acoustic%20guitar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 77%) Concept 6 (Importance 7%) Concept 2 (Importance 4%) Concept 1 (Importance 4%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 2 Concept 1 Concept 7 Concept 9 Concept 8 Concept 5 Concept 4 Concept 3"},{"location":"classes/acoustic%20guitar/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class acoustic guitar and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of banjo (420) Concept 0 is similar to the concept 0 of electric guitar (546) Concept 7 is similar to the concept 1 of electric guitar (546) Concept 0 is similar to the concept 8 of stage (819)"},{"location":"classes/admiral/","title":"Admiral (321)","text":"

Admiral (class id 321) has 1 important concepts. The full class name is admiral.

"},{"location":"classes/admiral/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Admiral' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/admiral/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 74%) Concept 9 (Importance 6%) Concept 5 (Importance 6%) Concept 7 (Importance 4%) Concept 8 (Importance 3%) Concept 2 (Importance 2%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 5 Concept 7 Concept 8 Concept 2 Concept 4 Concept 6 Concept 3 Concept 1"},{"location":"classes/admiral/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class admiral and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of bee (309) Concept 1 is similar to the concept 4 of walking stick (313) Concept 4 is similar to the concept 1 of cabbage butterfly (324) Concept 1 is similar to the concept 2 of cucumber (943)"},{"location":"classes/affenpinscher/","title":"Affenpinscher (252)","text":"

Affenpinscher (class id 252) has 2 important concepts. The full class name is affenpinscher, monkey pinscher, monkey dog.

"},{"location":"classes/affenpinscher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Affenpinscher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/affenpinscher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 0 (Importance 13%) Concept 6 (Importance 11%) Concept 3 (Importance 10%) Concept 4 (Importance 4%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 3 Concept 4 Concept 8 Concept 9 Concept 7 Concept 5 Concept 2"},{"location":"classes/affenpinscher/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class affenpinscher and other classes.

Here are those concepts: Concept 4 is similar to the concept 6 of Scotch terrier (199) Concept 6 is similar to the concept 8 of Newfoundland (256)"},{"location":"classes/agama/","title":"Agama (42)","text":"

Agama (class id 42) has 3 important concepts. The full class name is agama.

"},{"location":"classes/agama/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Agama' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/agama/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 32%) Concept 2 (Importance 32%) Concept 5 (Importance 19%) Concept 4 (Importance 4%) Concept 0 (Importance 4%) Concept 8 (Importance 3%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 5 Concept 4 Concept 0 Concept 8 Concept 1 Concept 9 Concept 7 Concept 6"},{"location":"classes/agama/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class agama and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of whiptail (41) Concept 5 is similar to the concept 6 of frilled lizard (43) Concept 5 is similar to the concept 3 of alligator lizard (44) Concept 4 is similar to the concept 4 of water snake (58) Concept 1 is similar to the concept 1 of black grouse (80) Concept 4 is similar to the concept 7 of weasel (356)"},{"location":"classes/agaric/","title":"Agaric (992)","text":"

Agaric (class id 992) has 2 important concepts. The full class name is agaric.

"},{"location":"classes/agaric/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Agaric' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/agaric/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 7 (Importance 22%) Concept 2 (Importance 14%) Concept 8 (Importance 4%) Concept 4 (Importance 3%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 2 Concept 8 Concept 4 Concept 1 Concept 9 Concept 6 Concept 5 Concept 3"},{"location":"classes/agaric/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class agaric and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of mushroom (947) Concept 2 is similar to the concept 2 of gyromitra (993)"},{"location":"classes/aircraft%20carrier/","title":"Aircraft carrier (403)","text":"

Aircraft carrier (class id 403) has 2 important concepts. The full class name is aircraft carrier, carrier, flattop, attack aircraft carrier.

"},{"location":"classes/aircraft%20carrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Aircraft carrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/aircraft%20carrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 56%) Concept 5 (Importance 15%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 0 (Importance 5%) Concept 6 (Importance 4%) Concept 1 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 8 Concept 7 Concept 0 Concept 6 Concept 1 Concept 4 Concept 9 Concept 3"},{"location":"classes/aircraft%20carrier/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class aircraft carrier and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 6 of boathouse (449) Concept 1 is similar to the concept 6 of breakwater (460) Concept 1 is similar to the concept 5 of canoe (472) Concept 3 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 9 of catamaran (484) Concept 3 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 2 of container ship (510) Concept 1 is similar to the concept 7 of dock (536) Concept 1 is similar to the concept 1 of drilling platform (540) Concept 1 is similar to the concept 3 of fireboat (554) Concept 1 is similar to the concept 1 of lifeboat (625) Concept 0 is similar to the concept 1 of liner (628) Concept 1 is similar to the concept 2 of liner (628) Concept 1 is similar to the concept 3 of pier (718) Concept 1 is similar to the concept 3 of pirate (724) Concept 1 is similar to the concept 4 of schooner (780) Concept 1 is similar to the concept 7 of snorkel (801) Concept 1 is similar to the concept 1 of speedboat (814) Concept 1 is similar to the concept 1 of submarine (833) Concept 1 is similar to the concept 3 of trimaran (871) Concept 1 is similar to the concept 3 of yawl (914) Concept 4 is similar to the concept 7 of traffic light (920) Concept 1 is similar to the concept 2 of cliff (972) Concept 1 is similar to the concept 1 of lakeside (975) Concept 1 is similar to the concept 1 of promontory (976) Concept 0 is similar to the concept 5 of seashore (978)"},{"location":"classes/airliner/","title":"Airliner (404)","text":"

Airliner (class id 404) has 2 important concepts. The full class name is airliner.

"},{"location":"classes/airliner/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Airliner' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/airliner/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 55%) Concept 5 (Importance 14%) Concept 3 (Importance 13%) Concept 0 (Importance 9%) Concept 6 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 5 Concept 3 Concept 0 Concept 6 Concept 2 Concept 9 Concept 8 Concept 7 Concept 1"},{"location":"classes/airliner/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class airliner and other classes.

Here are those concepts: Concept 6 is similar to the concept 4 of pier (718) Concept 6 is similar to the concept 9 of trimaran (871)"},{"location":"classes/airship/","title":"Airship (405)","text":"

Airship (class id 405) has 1 important concepts. The full class name is airship, dirigible.

"},{"location":"classes/airship/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Airship' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/airship/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 4 (Importance 9%) Concept 7 (Importance 3%) Concept 6 (Importance 3%) Concept 3 (Importance 3%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 7 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8 Concept 5 Concept 2"},{"location":"classes/airship/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/albatross/","title":"Albatross (146)","text":"

Albatross (class id 146) has 4 important concepts. The full class name is albatross, mollymawk.

"},{"location":"classes/albatross/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Albatross' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/albatross/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 38%) Concept 4 (Importance 16%) Concept 0 (Importance 16%) Concept 3 (Importance 15%) Concept 1 (Importance 6%) Concept 2 (Importance 5%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 9 Concept 4 Concept 0 Concept 3 Concept 1 Concept 2 Concept 8 Concept 7 Concept 6 Concept 5"},{"location":"classes/albatross/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class albatross and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of great white shark (2) Concept 1 is similar to the concept 5 of red-breasted merganser (98) Concept 3 is similar to the concept 4 of goose (99) Concept 1 is similar to the concept 7 of American egret (132) Concept 1 is similar to the concept 8 of American coot (137) Concept 1 is similar to the concept 1 of pelican (144) Concept 1 is similar to the concept 0 of grey whale (147) Concept 1 is similar to the concept 3 of gar (395)"},{"location":"classes/alligator%20lizard/","title":"Alligator lizard (44)","text":"

Alligator lizard (class id 44) has 4 important concepts. The full class name is alligator lizard.

"},{"location":"classes/alligator%20lizard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Alligator lizard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/alligator%20lizard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 2 (Importance 25%) Concept 3 (Importance 17%) Concept 9 (Importance 11%) Concept 4 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 9 Concept 4 Concept 7 Concept 8 Concept 6 Concept 5 Concept 1"},{"location":"classes/alligator%20lizard/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class alligator lizard and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of common newt (26) Concept 3 is similar to the concept 2 of banded gecko (38) Concept 3 is similar to the concept 2 of whiptail (41) Concept 6 is similar to the concept 3 of whiptail (41) Concept 3 is similar to the concept 5 of agama (42) Concept 7 is similar to the concept 3 of ringneck snake (53) Concept 6 is similar to the concept 5 of scorpion (71) Concept 6 is similar to the concept 2 of ant (310) Concept 7 is similar to the concept 6 of walking stick (313) Concept 1 is similar to the concept 1 of coral fungus (991) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 2 of earthstar (995) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/alp/","title":"Alp (970)","text":"

Alp (class id 970) has 1 important concepts. The full class name is alp.

"},{"location":"classes/alp/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Alp' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/alp/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 73%) Concept 4 (Importance 7%) Concept 3 (Importance 7%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 3 Concept 0 Concept 8 Concept 6 Concept 2 Concept 9 Concept 7 Concept 5"},{"location":"classes/alp/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class alp and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 1 of dogsled (537) Concept 6 is similar to the concept 2 of dogsled (537) Concept 6 is similar to the concept 3 of mountain tent (672) Concept 3 is similar to the concept 1 of ski (795) Concept 3 is similar to the concept 1 of snowmobile (802) Concept 6 is similar to the concept 3 of snowmobile (802) Concept 8 is similar to the concept 1 of stone wall (825) Concept 6 is similar to the concept 3 of geyser (974) Concept 6 is similar to the concept 4 of lakeside (975) Concept 2 is similar to the concept 1 of seashore (978) Concept 0 is similar to the concept 5 of valley (979) Concept 1 is similar to the concept 1 of valley (979) Concept 1 is similar to the concept 0 of volcano (980)"},{"location":"classes/altar/","title":"Altar (406)","text":"

Altar (class id 406) has 2 important concepts. The full class name is altar.

"},{"location":"classes/altar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Altar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/altar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 6 (Importance 11%) Concept 2 (Importance 7%) Concept 7 (Importance 6%) Concept 4 (Importance 6%) Concept 1 (Importance 5%) Concept 8 (Importance 2%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 2 Concept 7 Concept 4 Concept 1 Concept 8 Concept 5 Concept 9 Concept 3"},{"location":"classes/altar/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/ambulance/","title":"Ambulance (407)","text":"

Ambulance (class id 407) has 1 important concepts. The full class name is ambulance.

"},{"location":"classes/ambulance/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ambulance' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ambulance/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 48%) Concept 3 (Importance 13%) Concept 6 (Importance 12%) Concept 4 (Importance 10%) Concept 2 (Importance 5%) Concept 5 (Importance 4%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 4 Concept 2 Concept 5 Concept 9 Concept 1 Concept 8 Concept 7"},{"location":"classes/ambulance/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class ambulance and other classes.

Here are those concepts: Concept 2 is similar to the concept 9 of cab (468) Concept 2 is similar to the concept 8 of minibus (654) Concept 4 is similar to the concept 4 of minibus (654) Concept 0 is similar to the concept 0 of police van (734) Concept 2 is similar to the concept 6 of police van (734) Concept 4 is similar to the concept 2 of police van (734) Concept 1 is similar to the concept 7 of racer (751) Concept 1 is similar to the concept 1 of recreational vehicle (757) Concept 2 is similar to the concept 9 of recreational vehicle (757)"},{"location":"classes/amphibian/","title":"Amphibian (408)","text":"

Amphibian (class id 408) has 3 important concepts. The full class name is amphibian, amphibious vehicle.

"},{"location":"classes/amphibian/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Amphibian' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/amphibian/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 47%) Concept 4 (Importance 18%) Concept 8 (Importance 14%) Concept 2 (Importance 8%) Concept 0 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 8 Concept 2 Concept 0 Concept 3 Concept 9 Concept 7 Concept 6 Concept 5"},{"location":"classes/amphibian/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class amphibian and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of forklift (561) Concept 2 is similar to the concept 1 of garbage truck (569) Concept 2 is similar to the concept 1 of moving van (675) Concept 3 is similar to the concept 3 of paddlewheel (694) Concept 3 is similar to the concept 3 of pirate (724) Concept 2 is similar to the concept 6 of police van (734) Concept 4 is similar to the concept 0 of tank (847) Concept 6 is similar to the concept 3 of thresher (856) Concept 2 is similar to the concept 5 of tow truck (864)"},{"location":"classes/analog%20clock/","title":"Analog clock (409)","text":"

Analog clock (class id 409) has 2 important concepts. The full class name is analog clock.

"},{"location":"classes/analog%20clock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Analog clock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/analog%20clock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 57%) Concept 0 (Importance 30%) Concept 9 (Importance 4%) Concept 2 (Importance 2%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 9 Concept 2 Concept 5 Concept 4 Concept 7 Concept 6 Concept 3 Concept 1"},{"location":"classes/analog%20clock/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class analog clock and other classes.

Here are those concepts: Concept 4 is similar to the concept 7 of ashcan (412) Concept 4 is similar to the concept 4 of digital clock (530) Concept 8 is similar to the concept 2 of odometer (685) Concept 8 is similar to the concept 1 of stopwatch (826) Concept 2 is similar to the concept 2 of wall clock (892) Concept 8 is similar to the concept 1 of wall clock (892)"},{"location":"classes/anemone%20fish/","title":"Anemone fish (393)","text":"

Anemone fish (class id 393) has 2 important concepts. The full class name is anemone fish.

"},{"location":"classes/anemone%20fish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Anemone fish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/anemone%20fish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 0 (Importance 43%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 3 Concept 9 Concept 6 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/anemone%20fish/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class anemone fish and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of goldfish (1) Concept 0 is similar to the concept 0 of sea anemone (108) Concept 3 is similar to the concept 2 of eel (390) Concept 3 is similar to the concept 2 of rock beauty (392) Concept 6 is similar to the concept 5 of rock beauty (392) Concept 3 is similar to the concept 1 of lionfish (396) Concept 3 is similar to the concept 9 of puffer (397) Concept 6 is similar to the concept 3 of puffer (397)"},{"location":"classes/ant/","title":"Ant (310)","text":"

Ant (class id 310) has 1 important concepts. The full class name is ant, emmet, pismire.

"},{"location":"classes/ant/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ant' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ant/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 80%) Concept 3 (Importance 7%) Concept 9 (Importance 3%) Concept 2 (Importance 3%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 2 Concept 8 Concept 1 Concept 7 Concept 6 Concept 5 Concept 4"},{"location":"classes/ant/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class ant and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of European fire salamander (25) Concept 2 is similar to the concept 5 of common newt (26) Concept 2 is similar to the concept 4 of eft (27) Concept 2 is similar to the concept 4 of tailed frog (32) Concept 2 is similar to the concept 6 of alligator lizard (44) Concept 2 is similar to the concept 1 of thunder snake (52) Concept 2 is similar to the concept 1 of ringneck snake (53) Concept 2 is similar to the concept 5 of garter snake (57) Concept 2 is similar to the concept 7 of harvestman (70) Concept 2 is similar to the concept 6 of black widow (75) Concept 2 is similar to the concept 9 of wolf spider (77) Concept 2 is similar to the concept 4 of snail (113) Concept 2 is similar to the concept 1 of slug (114) Concept 9 is similar to the concept 3 of ladybug (301) Concept 2 is similar to the concept 2 of ground beetle (302) Concept 9 is similar to the concept 3 of weevil (307) Concept 9 is similar to the concept 4 of fly (308) Concept 2 is similar to the concept 6 of fly (308) Concept 2 is similar to the concept 4 of grasshopper (311) Concept 9 is similar to the concept 5 of grasshopper (311) Concept 2 is similar to the concept 7 of cricket (312) Concept 2 is similar to the concept 7 of walking stick (313) Concept 3 is similar to the concept 5 of walking stick (313) Concept 2 is similar to the concept 6 of cockroach (314) Concept 2 is similar to the concept 6 of mantis (315) Concept 3 is similar to the concept 3 of mantis (315) Concept 9 is similar to the concept 5 of lacewing (318)"},{"location":"classes/apiary/","title":"Apiary (410)","text":"

Apiary (class id 410) has 3 important concepts. The full class name is apiary, bee house.

"},{"location":"classes/apiary/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Apiary' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/apiary/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 2 (Importance 17%) Concept 9 (Importance 11%) Concept 4 (Importance 7%) Concept 0 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 3%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 4 Concept 0 Concept 7 Concept 5 Concept 8 Concept 6 Concept 3"},{"location":"classes/apiary/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class apiary and other classes.

Here are those concepts: Concept 5 is similar to the concept 7 of barrow (428) Concept 5 is similar to the concept 2 of cannon (471) Concept 4 is similar to the concept 2 of croquet ball (522) Concept 5 is similar to the concept 1 of harvester (595) Concept 5 is similar to the concept 1 of lawn mower (621) Concept 5 is similar to the concept 4 of mobile home (660) Concept 5 is similar to the concept 1 of mountain tent (672) Concept 5 is similar to the concept 2 of thresher (856) Concept 5 is similar to the concept 7 of tractor (866) Concept 5 is similar to the concept 0 of worm fence (912) Concept 5 is similar to the concept 1 of yurt (915)"},{"location":"classes/apron/","title":"Apron (411)","text":"

Apron (class id 411) has 3 important concepts. The full class name is apron.

"},{"location":"classes/apron/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Apron' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/apron/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 37%) Concept 9 (Importance 18%) Concept 1 (Importance 10%) Concept 8 (Importance 9%) Concept 6 (Importance 7%) Concept 3 (Importance 7%) Concept 2 (Importance 4%) Concept 7 (Importance 3%) Concept 0 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 9 Concept 1 Concept 8 Concept 6 Concept 3 Concept 2 Concept 7 Concept 0 Concept 5"},{"location":"classes/apron/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class apron and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 0 is similar to the concept 4 of envelope (549) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 2 is similar to the concept 7 of jean (608) Concept 3 is similar to the concept 0 of jersey (610) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 7 of overskirt (689) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/armadillo/","title":"Armadillo (363)","text":"

Armadillo (class id 363) has 2 important concepts. The full class name is armadillo.

"},{"location":"classes/armadillo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Armadillo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/armadillo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 3 (Importance 9%) Concept 5 (Importance 8%) Concept 2 (Importance 8%) Concept 6 (Importance 4%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 5 Concept 2 Concept 6 Concept 1 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/armadillo/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/artichoke/","title":"Artichoke (944)","text":"

Artichoke (class id 944) has 2 important concepts. The full class name is artichoke, globe artichoke.

"},{"location":"classes/artichoke/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Artichoke' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/artichoke/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 3 (Importance 23%) Concept 4 (Importance 5%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 4 Concept 7 Concept 8 Concept 1 Concept 9 Concept 6 Concept 5 Concept 2"},{"location":"classes/artichoke/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class artichoke and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of cucumber (943) Concept 2 is similar to the concept 9 of cardoon (946) Concept 4 is similar to the concept 0 of cardoon (946)"},{"location":"classes/ashcan/","title":"Ashcan (412)","text":"

Ashcan (class id 412) has 1 important concepts. The full class name is ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin.

"},{"location":"classes/ashcan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ashcan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ashcan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 4 (Importance 9%) Concept 5 (Importance 8%) Concept 2 (Importance 8%) Concept 1 (Importance 7%) Concept 7 (Importance 4%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 2 Concept 1 Concept 7 Concept 3 Concept 9 Concept 8 Concept 6"},{"location":"classes/ashcan/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class ashcan and other classes.

Here are those concepts: Concept 7 is similar to the concept 4 of analog clock (409) Concept 1 is similar to the concept 1 of mailbox (637) Concept 3 is similar to the concept 4 of medicine chest (648) Concept 3 is similar to the concept 8 of milk can (653) Concept 1 is similar to the concept 2 of parking meter (704) Concept 3 is similar to the concept 8 of radiator (753) Concept 3 is similar to the concept 5 of space heater (811) Concept 3 is similar to the concept 6 of window shade (905)"},{"location":"classes/assault%20rifle/","title":"Assault rifle (413)","text":"

Assault rifle (class id 413) has 1 important concepts. The full class name is assault rifle, assault gun.

"},{"location":"classes/assault%20rifle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Assault rifle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/assault%20rifle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 73%) Concept 5 (Importance 9%) Concept 3 (Importance 8%) Concept 2 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 3 Concept 2 Concept 8 Concept 9 Concept 7 Concept 6 Concept 4 Concept 0"},{"location":"classes/assault%20rifle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class assault rifle and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of king crab (121) Concept 2 is similar to the concept 2 of bulletproof vest (465) Concept 2 is similar to the concept 2 of drum (541) Concept 2 is similar to the concept 3 of harp (594) Concept 1 is similar to the concept 1 of revolver (763) Concept 1 is similar to the concept 1 of rifle (764) Concept 2 is similar to the concept 2 of rifle (764)"},{"location":"classes/axolotl/","title":"Axolotl (29)","text":"

Axolotl (class id 29) has 4 important concepts. The full class name is axolotl, mud puppy, Ambystoma mexicanum.

"},{"location":"classes/axolotl/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Axolotl' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/axolotl/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 33%) Concept 0 (Importance 22%) Concept 6 (Importance 20%) Concept 9 (Importance 14%) Concept 3 (Importance 3%) Concept 5 (Importance 2%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 6 Concept 9 Concept 3 Concept 5 Concept 2 Concept 8 Concept 7 Concept 1"},{"location":"classes/axolotl/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/baboon/","title":"Baboon (372)","text":"

Baboon (class id 372) has 2 important concepts. The full class name is baboon.

"},{"location":"classes/baboon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Baboon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/baboon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 51%) Concept 3 (Importance 17%) Concept 6 (Importance 9%) Concept 7 (Importance 8%) Concept 5 (Importance 4%) Concept 4 (Importance 4%) Concept 8 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 6 Concept 7 Concept 5 Concept 4 Concept 8 Concept 0 Concept 9 Concept 1"},{"location":"classes/baboon/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class baboon and other classes.

Here are those concepts: Concept 5 is similar to the concept 8 of wood rabbit (330) Concept 5 is similar to the concept 5 of marmot (336) Concept 5 is similar to the concept 5 of guinea pig (338) Concept 5 is similar to the concept 0 of titi (380)"},{"location":"classes/backpack/","title":"Backpack (414)","text":"

Backpack (class id 414) has 3 important concepts. The full class name is backpack, back pack, knapsack, packsack, rucksack, haversack.

"},{"location":"classes/backpack/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Backpack' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/backpack/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 39%) Concept 8 (Importance 15%) Concept 0 (Importance 13%) Concept 5 (Importance 11%) Concept 7 (Importance 7%) Concept 3 (Importance 5%) Concept 1 (Importance 3%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 0 Concept 5 Concept 7 Concept 3 Concept 1 Concept 6 Concept 9 Concept 4"},{"location":"classes/backpack/#similar-concepts","title":"Similar concepts","text":"

We have found 43 similar concepts between the class backpack and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 8 is similar to the concept 4 of bulletproof vest (465) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 4 of diaper (529) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 3 of mailbag (636) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/badger/","title":"Badger (362)","text":"

Badger (class id 362) has 1 important concepts. The full class name is badger.

"},{"location":"classes/badger/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Badger' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/badger/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 77%) Concept 3 (Importance 8%) Concept 4 (Importance 7%) Concept 6 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 4 Concept 6 Concept 0 Concept 9 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/badger/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class badger and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of polecat (358)"},{"location":"classes/bagel/","title":"Bagel (931)","text":"

Bagel (class id 931) has 2 important concepts. The full class name is bagel, beigel.

"},{"location":"classes/bagel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bagel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bagel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 57%) Concept 5 (Importance 13%) Concept 7 (Importance 8%) Concept 6 (Importance 7%) Concept 2 (Importance 6%) Concept 4 (Importance 3%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 7 Concept 6 Concept 2 Concept 4 Concept 0 Concept 9 Concept 8 Concept 3"},{"location":"classes/bagel/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/bakery/","title":"Bakery (415)","text":"

Bakery (class id 415) has 4 important concepts. The full class name is bakery, bakeshop, bakehouse.

"},{"location":"classes/bakery/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bakery' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bakery/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 8 (Importance 18%) Concept 3 (Importance 17%) Concept 9 (Importance 7%) Concept 6 (Importance 5%) Concept 5 (Importance 5%) Concept 7 (Importance 3%) Concept 1 (Importance 2%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 9 Concept 6 Concept 5 Concept 7 Concept 1 Concept 4 Concept 2"},{"location":"classes/bakery/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bakery and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of bookshop (454) Concept 8 is similar to the concept 8 of shoe shop (788)"},{"location":"classes/balance%20beam/","title":"Balance beam (416)","text":"

Balance beam (class id 416) has 3 important concepts. The full class name is balance beam, beam.

"},{"location":"classes/balance%20beam/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Balance beam' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/balance%20beam/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 3 (Importance 25%) Concept 1 (Importance 10%) Concept 2 (Importance 9%) Concept 9 (Importance 3%) Concept 8 (Importance 3%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 1 Concept 2 Concept 9 Concept 8 Concept 6 Concept 4 Concept 7 Concept 5"},{"location":"classes/balance%20beam/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class balance beam and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of horizontal bar (602) Concept 2 is similar to the concept 1 of horizontal bar (602) Concept 9 is similar to the concept 7 of horizontal bar (602) Concept 0 is similar to the concept 0 of parallel bars (702) Concept 2 is similar to the concept 4 of parallel bars (702) Concept 4 is similar to the concept 5 of parallel bars (702)"},{"location":"classes/bald%20eagle/","title":"Bald eagle (22)","text":"

Bald eagle (class id 22) has 4 important concepts. The full class name is bald eagle, American eagle, Haliaeetus leucocephalus.

"},{"location":"classes/bald%20eagle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bald eagle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bald%20eagle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 41%) Concept 2 (Importance 21%) Concept 6 (Importance 19%) Concept 0 (Importance 10%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 6 Concept 0 Concept 9 Concept 4 Concept 1 Concept 8 Concept 7 Concept 5"},{"location":"classes/bald%20eagle/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class bald eagle and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of vulture (23) Concept 6 is similar to the concept 5 of vulture (23) Concept 0 is similar to the concept 7 of white stork (127) Concept 0 is similar to the concept 9 of black stork (128) Concept 0 is similar to the concept 5 of pelican (144) Concept 5 is similar to the concept 1 of sea lion (150)"},{"location":"classes/balloon/","title":"Balloon (417)","text":"

Balloon (class id 417) has 2 important concepts. The full class name is balloon.

"},{"location":"classes/balloon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Balloon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/balloon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 56%) Concept 0 (Importance 28%) Concept 5 (Importance 6%) Concept 7 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 7 Concept 9 Concept 6 Concept 4 Concept 1 Concept 8 Concept 3"},{"location":"classes/balloon/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class balloon and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 1 of church (497) Concept 0 is similar to the concept 0 of parachute (701)"},{"location":"classes/ballplayer/","title":"Ballplayer (981)","text":"

Ballplayer (class id 981) has 4 important concepts. The full class name is ballplayer, baseball player.

"},{"location":"classes/ballplayer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ballplayer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ballplayer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 32%) Concept 0 (Importance 30%) Concept 6 (Importance 12%) Concept 3 (Importance 11%) Concept 7 (Importance 4%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 3 Concept 7 Concept 2 Concept 8 Concept 9 Concept 5 Concept 4"},{"location":"classes/ballplayer/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class ballplayer and other classes.

Here are those concepts: Concept 7 is similar to the concept 6 of Scottish deerhound (177) Concept 7 is similar to the concept 0 of croquet ball (522) Concept 7 is similar to the concept 5 of football helmet (560) Concept 3 is similar to the concept 3 of paddle (693) Concept 2 is similar to the concept 6 of parking meter (704) Concept 7 is similar to the concept 1 of rugby ball (768) Concept 2 is similar to the concept 6 of rugby ball (768) Concept 7 is similar to the concept 2 of soccer ball (805)"},{"location":"classes/ballpoint/","title":"Ballpoint (418)","text":"

Ballpoint (class id 418) has 3 important concepts. The full class name is ballpoint, ballpoint pen, ballpen, Biro.

"},{"location":"classes/ballpoint/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ballpoint' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ballpoint/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 38%) Concept 0 (Importance 30%) Concept 2 (Importance 15%) Concept 8 (Importance 6%) Concept 4 (Importance 3%) Concept 9 (Importance 2%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 2 Concept 8 Concept 4 Concept 9 Concept 6 Concept 1 Concept 7 Concept 5"},{"location":"classes/ballpoint/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class ballpoint and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of fountain pen (563) Concept 8 is similar to the concept 9 of fountain pen (563)"},{"location":"classes/banana/","title":"Banana (954)","text":"

Banana (class id 954) has 2 important concepts. The full class name is banana.

"},{"location":"classes/banana/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Banana' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/banana/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 7 (Importance 12%) Concept 4 (Importance 6%) Concept 2 (Importance 5%) Concept 3 (Importance 4%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 2 Concept 3 Concept 6 Concept 9 Concept 8 Concept 5 Concept 1"},{"location":"classes/banana/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class banana and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of grocery store (582) Concept 2 is similar to the concept 3 of orange (950) Concept 2 is similar to the concept 3 of lemon (951) Concept 2 is similar to the concept 2 of pomegranate (957)"},{"location":"classes/banded%20gecko/","title":"Banded gecko (38)","text":"

Banded gecko (class id 38) has 3 important concepts. The full class name is banded gecko.

"},{"location":"classes/banded%20gecko/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Banded gecko' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/banded%20gecko/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 50%) Concept 3 (Importance 19%) Concept 0 (Importance 11%) Concept 5 (Importance 10%) Concept 4 (Importance 3%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 5 Concept 4 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6"},{"location":"classes/banded%20gecko/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class banded gecko and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of common newt (26) Concept 2 is similar to the concept 8 of eft (27) Concept 2 is similar to the concept 3 of American chameleon (40) Concept 2 is similar to the concept 3 of alligator lizard (44) Concept 2 is similar to the concept 3 of green lizard (46) Concept 3 is similar to the concept 2 of king snake (56) Concept 3 is similar to the concept 0 of sea snake (65) Concept 1 is similar to the concept 5 of scorpion (71) Concept 8 is similar to the concept 1 of black grouse (80)"},{"location":"classes/banjo/","title":"Banjo (420)","text":"

Banjo (class id 420) has 2 important concepts. The full class name is banjo.

"},{"location":"classes/banjo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Banjo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/banjo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 2 (Importance 38%) Concept 6 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4 Concept 1"},{"location":"classes/banjo/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class banjo and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of acoustic guitar (402) Concept 3 is similar to the concept 5 of bassoon (432) Concept 3 is similar to the concept 1 of cornet (513) Concept 0 is similar to the concept 0 of electric guitar (546) Concept 3 is similar to the concept 2 of plunger (731) Concept 3 is similar to the concept 1 of punching bag (747) Concept 0 is similar to the concept 8 of stage (819)"},{"location":"classes/bannister/","title":"Bannister (421)","text":"

Bannister (class id 421) has 2 important concepts. The full class name is bannister, banister, balustrade, balusters, handrail.

"},{"location":"classes/bannister/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bannister' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bannister/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 41%) Concept 8 (Importance 23%) Concept 2 (Importance 8%) Concept 1 (Importance 8%) Concept 9 (Importance 5%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 7 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 6 Concept 8 Concept 2 Concept 1 Concept 9 Concept 4 Concept 5 Concept 3 Concept 7 Concept 0"},{"location":"classes/bannister/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class bannister and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of cradle (516) Concept 3 is similar to the concept 9 of crib (520) Concept 1 is similar to the concept 1 of plate rack (729) Concept 1 is similar to the concept 1 of prison (743) Concept 1 is similar to the concept 8 of rocking chair (765)"},{"location":"classes/barbell/","title":"Barbell (422)","text":"

Barbell (class id 422) has 4 important concepts. The full class name is barbell.

"},{"location":"classes/barbell/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barbell' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barbell/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 36%) Concept 5 (Importance 14%) Concept 8 (Importance 12%) Concept 4 (Importance 10%) Concept 3 (Importance 9%) Concept 0 (Importance 6%) Concept 2 (Importance 5%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 4 Concept 3 Concept 0 Concept 2 Concept 9 Concept 6 Concept 7"},{"location":"classes/barbell/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class barbell and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of basketball (430) Concept 6 is similar to the concept 5 of bassoon (432) Concept 4 is similar to the concept 0 of dumbbell (543) Concept 5 is similar to the concept 3 of horizontal bar (602) Concept 6 is similar to the concept 3 of marimba (642) Concept 3 is similar to the concept 0 of parallel bars (702) Concept 6 is similar to the concept 5 of parallel bars (702) Concept 6 is similar to the concept 1 of punching bag (747)"},{"location":"classes/barber%20chair/","title":"Barber chair (423)","text":"

Barber chair (class id 423) has 1 important concepts. The full class name is barber chair.

"},{"location":"classes/barber%20chair/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barber chair' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barber%20chair/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 69%) Concept 2 (Importance 9%) Concept 6 (Importance 5%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4 Concept 1"},{"location":"classes/barber%20chair/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class barber chair and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of crutch (523)"},{"location":"classes/barbershop/","title":"Barbershop (424)","text":"

Barbershop (class id 424) has 5 important concepts. The full class name is barbershop.

"},{"location":"classes/barbershop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barbershop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barbershop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 23%) Concept 1 (Importance 17%) Concept 2 (Importance 15%) Concept 5 (Importance 12%) Concept 8 (Importance 10%) Concept 6 (Importance 9%) Concept 0 (Importance 6%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 2 Concept 5 Concept 8 Concept 6 Concept 0 Concept 4 Concept 9 Concept 7"},{"location":"classes/barbershop/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class barbershop and other classes.

Here are those concepts: Concept 8 is similar to the concept 7 of bookshop (454) Concept 2 is similar to the concept 4 of cinema (498) Concept 2 is similar to the concept 1 of tobacco shop (860) Concept 2 is similar to the concept 6 of street sign (919)"},{"location":"classes/barn%20spider/","title":"Barn spider (73)","text":"

Barn spider (class id 73) has 3 important concepts. The full class name is barn spider, Araneus cavaticus.

"},{"location":"classes/barn%20spider/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barn spider' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barn%20spider/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 1 (Importance 18%) Concept 4 (Importance 15%) Concept 3 (Importance 11%) Concept 8 (Importance 4%) Concept 7 (Importance 4%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 4 Concept 3 Concept 8 Concept 7 Concept 9 Concept 6 Concept 5 Concept 2"},{"location":"classes/barn%20spider/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class barn spider and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of black and gold garden spider (72) Concept 0 is similar to the concept 1 of garden spider (74) Concept 1 is similar to the concept 0 of garden spider (74) Concept 1 is similar to the concept 3 of black widow (75) Concept 9 is similar to the concept 1 of nematode (111) Concept 1 is similar to the concept 0 of spider web (815)"},{"location":"classes/barn/","title":"Barn (425)","text":"

Barn (class id 425) has 1 important concepts. The full class name is barn.

"},{"location":"classes/barn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 74%) Concept 6 (Importance 10%) Concept 7 (Importance 4%) Concept 3 (Importance 3%) Concept 2 (Importance 3%) Concept 5 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 7 Concept 3 Concept 2 Concept 5 Concept 4 Concept 9 Concept 8 Concept 1"},{"location":"classes/barn/#similar-concepts","title":"Similar concepts","text":"

We have found 69 similar concepts between the class barn and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of ox (345) Concept 2 is similar to the concept 3 of aircraft carrier (403) Concept 2 is similar to the concept 3 of balloon (417) Concept 2 is similar to the concept 2 of bell cote (442) Concept 0 is similar to the concept 3 of boathouse (449) Concept 2 is similar to the concept 5 of boathouse (449) Concept 2 is similar to the concept 9 of breakwater (460) Concept 3 is similar to the concept 2 of cannon (471) Concept 2 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 7 of castle (483) Concept 2 is similar to the concept 3 of catamaran (484) Concept 0 is similar to the concept 3 of church (497) Concept 2 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 3 of container ship (510) Concept 2 is similar to the concept 4 of dam (525) Concept 2 is similar to the concept 2 of dock (536) Concept 2 is similar to the concept 4 of dome (538) Concept 2 is similar to the concept 2 of drilling platform (540) Concept 2 is similar to the concept 2 of fireboat (554) Concept 3 is similar to the concept 2 of golfcart (575) Concept 3 is similar to the concept 9 of half track (586) Concept 2 is similar to the concept 9 of harvester (595) Concept 3 is similar to the concept 1 of harvester (595) Concept 2 is similar to the concept 3 of liner (628) Concept 2 is similar to the concept 2 of megalith (649) Concept 3 is similar to the concept 1 of megalith (649) Concept 3 is similar to the concept 4 of mobile home (660) Concept 2 is similar to the concept 2 of monastery (663) Concept 2 is similar to the concept 2 of mosque (668) Concept 2 is similar to the concept 3 of palace (698) Concept 3 is similar to the concept 7 of park bench (703) Concept 4 is similar to the concept 3 of park bench (703) Concept 2 is similar to the concept 6 of picket fence (716) Concept 2 is similar to the concept 2 of pier (718) Concept 2 is similar to the concept 9 of pirate (724) Concept 2 is similar to the concept 2 of planetarium (727) Concept 3 is similar to the concept 1 of plow (730) Concept 2 is similar to the concept 2 of pole (733) Concept 2 is similar to the concept 1 of projectile (744) Concept 2 is similar to the concept 3 of radio telescope (755) Concept 2 is similar to the concept 7 of ski (795) Concept 2 is similar to the concept 4 of snowmobile (802) Concept 2 is similar to the concept 3 of steel arch bridge (821) Concept 2 is similar to the concept 3 of stupa (832) Concept 2 is similar to the concept 2 of submarine (833) Concept 2 is similar to the concept 3 of suspension bridge (839) Concept 3 is similar to the concept 3 of swing (843) Concept 3 is similar to the concept 6 of thatch (853) Concept 3 is similar to the concept 7 of tractor (866) Concept 2 is similar to the concept 2 of trimaran (871) Concept 2 is similar to the concept 2 of viaduct (888) Concept 3 is similar to the concept 3 of viaduct (888) Concept 2 is similar to the concept 7 of warplane (895) Concept 2 is similar to the concept 3 of water tower (900) Concept 3 is similar to the concept 0 of worm fence (912) Concept 2 is similar to the concept 2 of wreck (913) Concept 2 is similar to the concept 6 of yurt (915) Concept 3 is similar to the concept 1 of yurt (915) Concept 2 is similar to the concept 3 of traffic light (920) Concept 2 is similar to the concept 2 of hay (958) Concept 3 is similar to the concept 6 of hay (958) Concept 2 is similar to the concept 2 of alp (970) Concept 2 is similar to the concept 1 of cliff (972) Concept 2 is similar to the concept 2 of lakeside (975) Concept 2 is similar to the concept 2 of promontory (976) Concept 2 is similar to the concept 1 of sandbar (977) Concept 2 is similar to the concept 1 of seashore (978) Concept 2 is similar to the concept 3 of valley (979) Concept 2 is similar to the concept 3 of rapeseed (984)"},{"location":"classes/barometer/","title":"Barometer (426)","text":"

Barometer (class id 426) has 2 important concepts. The full class name is barometer.

"},{"location":"classes/barometer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barometer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barometer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 47%) Concept 0 (Importance 23%) Concept 4 (Importance 14%) Concept 8 (Importance 4%) Concept 2 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 4 Concept 8 Concept 2 Concept 5 Concept 9 Concept 7 Concept 3 Concept 1"},{"location":"classes/barometer/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class barometer and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of magnetic compass (635) Concept 8 is similar to the concept 3 of magnetic compass (635) Concept 4 is similar to the concept 1 of stopwatch (826) Concept 4 is similar to the concept 1 of wall clock (892)"},{"location":"classes/barracouta/","title":"Barracouta (389)","text":"

Barracouta (class id 389) has 2 important concepts. The full class name is barracouta, snoek.

"},{"location":"classes/barracouta/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barracouta' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barracouta/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 3 (Importance 26%) Concept 5 (Importance 5%) Concept 1 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 5 Concept 1 Concept 8 Concept 4 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/barracouta/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class barracouta and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of tench (0) Concept 1 is similar to the concept 8 of tench (0) Concept 0 is similar to the concept 0 of coho (391) Concept 1 is similar to the concept 1 of coho (391) Concept 4 is similar to the concept 3 of coho (391) Concept 0 is similar to the concept 0 of sturgeon (394) Concept 1 is similar to the concept 5 of sturgeon (394) Concept 0 is similar to the concept 0 of gar (395) Concept 4 is similar to the concept 1 of bikini (445) Concept 4 is similar to the concept 1 of reel (758)"},{"location":"classes/barrel/","title":"Barrel (427)","text":"

Barrel (class id 427) has 3 important concepts. The full class name is barrel, cask.

"},{"location":"classes/barrel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barrel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barrel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 4 (Importance 26%) Concept 1 (Importance 17%) Concept 7 (Importance 7%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 0 (Importance 2%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 1 Concept 7 Concept 3 Concept 9 Concept 0 Concept 6 Concept 8 Concept 5"},{"location":"classes/barrel/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/barrow/","title":"Barrow (428)","text":"

Barrow (class id 428) has 2 important concepts. The full class name is barrow, garden cart, lawn cart, wheelbarrow.

"},{"location":"classes/barrow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Barrow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/barrow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 2 (Importance 12%) Concept 3 (Importance 11%) Concept 5 (Importance 6%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 9 Concept 6 Concept 7 Concept 4 Concept 1 Concept 8"},{"location":"classes/barrow/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class barrow and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of gar (395) Concept 7 is similar to the concept 5 of apiary (410) Concept 4 is similar to the concept 4 of chain saw (491) Concept 4 is similar to the concept 2 of croquet ball (522) Concept 7 is similar to the concept 1 of plow (730) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 4 is similar to the concept 4 of shoe shop (788) Concept 4 is similar to the concept 2 of swing (843) Concept 7 is similar to the concept 2 of thresher (856) Concept 4 is similar to the concept 3 of tricycle (870) Concept 7 is similar to the concept 0 of worm fence (912)"},{"location":"classes/baseball/","title":"Baseball (429)","text":"

Baseball (class id 429) has 3 important concepts. The full class name is baseball.

"},{"location":"classes/baseball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Baseball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/baseball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 83%) Concept 4 (Importance 7%) Concept 2 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 8 Concept 9 Concept 7 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/baseball/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/basenji/","title":"Basenji (253)","text":"

Basenji (class id 253) has 5 important concepts. The full class name is basenji.

"},{"location":"classes/basenji/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Basenji' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/basenji/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 25%) Concept 5 (Importance 18%) Concept 1 (Importance 18%) Concept 3 (Importance 13%) Concept 4 (Importance 12%) Concept 0 (Importance 5%) Concept 7 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 1 Concept 3 Concept 4 Concept 0 Concept 7 Concept 9 Concept 8 Concept 6"},{"location":"classes/basenji/#similar-concepts","title":"Similar concepts","text":"

We have found 32 similar concepts between the class basenji and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Chihuahua (151) Concept 0 is similar to the concept 0 of toy terrier (158) Concept 1 is similar to the concept 2 of toy terrier (158) Concept 3 is similar to the concept 8 of Rhodesian ridgeback (159) Concept 2 is similar to the concept 0 of basset (161) Concept 2 is similar to the concept 6 of beagle (162) Concept 2 is similar to the concept 0 of Walker hound (166) Concept 0 is similar to the concept 3 of Walker hound (166) Concept 0 is similar to the concept 2 of English foxhound (167) Concept 2 is similar to the concept 5 of English foxhound (167) Concept 2 is similar to the concept 3 of Ibizan hound (173) Concept 1 is similar to the concept 4 of Ibizan hound (173) Concept 3 is similar to the concept 6 of Ibizan hound (173) Concept 1 is similar to the concept 2 of Boston bull (195) Concept 0 is similar to the concept 4 of Boston bull (195) Concept 3 is similar to the concept 0 of vizsla (211) Concept 2 is similar to the concept 9 of Brittany spaniel (215) Concept 1 is similar to the concept 1 of kelpie (227) Concept 1 is similar to the concept 1 of German shepherd (235) Concept 1 is similar to the concept 2 of miniature pinscher (237) Concept 3 is similar to the concept 0 of boxer (242) Concept 2 is similar to the concept 3 of boxer (242) Concept 1 is similar to the concept 2 of French bulldog (245) Concept 3 is similar to the concept 0 of Great Dane (246) Concept 0 is similar to the concept 3 of dalmatian (251) Concept 1 is similar to the concept 2 of Pembroke (263) Concept 2 is similar to the concept 6 of Pembroke (263) Concept 1 is similar to the concept 1 of Cardigan (264) Concept 1 is similar to the concept 4 of Mexican hairless (268) Concept 0 is similar to the concept 1 of timber wolf (269) Concept 0 is similar to the concept 4 of dingo (273) Concept 1 is similar to the concept 8 of muzzle (676)"},{"location":"classes/basketball/","title":"Basketball (430)","text":"

Basketball (class id 430) has 4 important concepts. The full class name is basketball.

"},{"location":"classes/basketball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Basketball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/basketball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 0 (Importance 15%) Concept 4 (Importance 13%) Concept 7 (Importance 7%) Concept 6 (Importance 7%) Concept 2 (Importance 7%) Concept 8 (Importance 4%) Concept 3 (Importance 3%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 7 Concept 6 Concept 2 Concept 8 Concept 3 Concept 5 Concept 9"},{"location":"classes/basketball/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class basketball and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of barbell (422) Concept 3 is similar to the concept 3 of marimba (642) Concept 3 is similar to the concept 5 of parallel bars (702) Concept 3 is similar to the concept 3 of rugby ball (768) Concept 3 is similar to the concept 2 of steel drum (822) Concept 3 is similar to the concept 8 of torch (862) Concept 0 is similar to the concept 2 of volleyball (890)"},{"location":"classes/basset/","title":"Basset (161)","text":"

Basset (class id 161) has 2 important concepts. The full class name is basset, basset hound.

"},{"location":"classes/basset/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Basset' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/basset/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 42%) Concept 1 (Importance 16%) Concept 8 (Importance 11%) Concept 0 (Importance 10%) Concept 2 (Importance 8%) Concept 5 (Importance 6%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 8 Concept 0 Concept 2 Concept 5 Concept 3 Concept 9 Concept 7 Concept 4"},{"location":"classes/basset/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class basset and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of beagle (162) Concept 2 is similar to the concept 2 of beagle (162) Concept 3 is similar to the concept 5 of beagle (162) Concept 5 is similar to the concept 3 of beagle (162) Concept 6 is similar to the concept 1 of bloodhound (163) Concept 0 is similar to the concept 0 of Walker hound (166) Concept 1 is similar to the concept 1 of Walker hound (166) Concept 3 is similar to the concept 6 of Walker hound (166) Concept 0 is similar to the concept 5 of English foxhound (167) Concept 0 is similar to the concept 3 of Ibizan hound (173) Concept 0 is similar to the concept 9 of Brittany spaniel (215) Concept 8 is similar to the concept 7 of Brittany spaniel (215) Concept 0 is similar to the concept 7 of Shetland sheepdog (230) Concept 0 is similar to the concept 3 of boxer (242) Concept 0 is similar to the concept 4 of Saint Bernard (247) Concept 0 is similar to the concept 2 of basenji (253) Concept 0 is similar to the concept 6 of Pembroke (263)"},{"location":"classes/bassinet/","title":"Bassinet (431)","text":"

Bassinet (class id 431) has 3 important concepts. The full class name is bassinet.

"},{"location":"classes/bassinet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bassinet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bassinet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 46%) Concept 0 (Importance 23%) Concept 1 (Importance 17%) Concept 5 (Importance 4%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 1 Concept 5 Concept 9 Concept 4 Concept 6 Concept 3 Concept 8 Concept 7"},{"location":"classes/bassinet/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bassinet and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of lab coat (617) Concept 3 is similar to the concept 6 of shower curtain (794)"},{"location":"classes/bassoon/","title":"Bassoon (432)","text":"

Bassoon (class id 432) has 2 important concepts. The full class name is bassoon.

"},{"location":"classes/bassoon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bassoon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bassoon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 4 (Importance 38%) Concept 3 (Importance 6%) Concept 6 (Importance 4%) Concept 5 (Importance 3%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 3 Concept 6 Concept 5 Concept 2 Concept 0 Concept 9 Concept 8 Concept 7"},{"location":"classes/bassoon/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class bassoon and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of banjo (420) Concept 5 is similar to the concept 6 of barbell (422) Concept 3 is similar to the concept 3 of cello (486) Concept 5 is similar to the concept 2 of French horn (566) Concept 5 is similar to the concept 2 of oboe (683) Concept 5 is similar to the concept 3 of ping-pong ball (722) Concept 5 is similar to the concept 2 of plunger (731) Concept 5 is similar to the concept 1 of punching bag (747) Concept 5 is similar to the concept 4 of stage (819) Concept 5 is similar to the concept 1 of trombone (875) Concept 5 is similar to the concept 2 of violin (889)"},{"location":"classes/bath%20towel/","title":"Bath towel (434)","text":"

Bath towel (class id 434) has 2 important concepts. The full class name is bath towel.

"},{"location":"classes/bath%20towel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bath towel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bath%20towel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 52%) Concept 4 (Importance 21%) Concept 2 (Importance 14%) Concept 1 (Importance 6%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 4 Concept 2 Concept 1 Concept 5 Concept 0 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/bath%20towel/#similar-concepts","title":"Similar concepts","text":"

We have found 40 similar concepts between the class bath towel and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/bathing%20cap/","title":"Bathing cap (433)","text":"

Bathing cap (class id 433) has 3 important concepts. The full class name is bathing cap, swimming cap.

"},{"location":"classes/bathing%20cap/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bathing cap' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bathing%20cap/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 57%) Concept 0 (Importance 13%) Concept 1 (Importance 12%) Concept 9 (Importance 4%) Concept 7 (Importance 4%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 1 Concept 9 Concept 7 Concept 6 Concept 8 Concept 4 Concept 5 Concept 3"},{"location":"classes/bathing%20cap/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class bathing cap and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of coho (391) Concept 4 is similar to the concept 4 of Band Aid (419) Concept 6 is similar to the concept 1 of bikini (445) Concept 6 is similar to the concept 2 of maillot (639) Concept 6 is similar to the concept 1 of reel (758) Concept 4 is similar to the concept 1 of seat belt (785) Concept 4 is similar to the concept 3 of shower cap (793) Concept 4 is similar to the concept 2 of sunglasses (837) Concept 9 is similar to the concept 0 of sunglasses (837) Concept 6 is similar to the concept 2 of swimming trunks (842) Concept 9 is similar to the concept 9 of ice lolly (929)"},{"location":"classes/bathtub/","title":"Bathtub (435)","text":"

Bathtub (class id 435) has 1 important concepts. The full class name is bathtub, bathing tub, bath, tub.

"},{"location":"classes/bathtub/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bathtub' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bathtub/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 72%) Concept 1 (Importance 7%) Concept 2 (Importance 6%) Concept 5 (Importance 5%) Concept 3 (Importance 3%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 2 Concept 5 Concept 3 Concept 8 Concept 0 Concept 7 Concept 6 Concept 4"},{"location":"classes/bathtub/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class bathtub and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of apron (411) Concept 6 is similar to the concept 1 of backpack (414) Concept 6 is similar to the concept 1 of bath towel (434) Concept 6 is similar to the concept 2 of broom (462) Concept 6 is similar to the concept 1 of bucket (463) Concept 6 is similar to the concept 0 of carton (478) Concept 6 is similar to the concept 1 of desk (526) Concept 6 is similar to the concept 6 of magnetic compass (635) Concept 6 is similar to the concept 1 of monitor (664) Concept 6 is similar to the concept 1 of mosquito net (669) Concept 6 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 3 of plunger (731) Concept 6 is similar to the concept 1 of safe (771) Concept 6 is similar to the concept 1 of sandal (774) Concept 6 is similar to the concept 2 of scale (778) Concept 6 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 4 of shower curtain (794) Concept 6 is similar to the concept 1 of sleeping bag (797) Concept 6 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 4 of toilet seat (861) Concept 6 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 3 of tub (876) Concept 1 is similar to the concept 1 of washbasin (896)"},{"location":"classes/beach%20wagon/","title":"Beach wagon (436)","text":"

Beach wagon (class id 436) has 1 important concepts. The full class name is beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon.

"},{"location":"classes/beach%20wagon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beach wagon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beach%20wagon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 50%) Concept 5 (Importance 18%) Concept 4 (Importance 14%) Concept 8 (Importance 9%) Concept 0 (Importance 4%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 4 Concept 8 Concept 0 Concept 3 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/beach%20wagon/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class beach wagon and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of convertible (511) Concept 8 is similar to the concept 0 of convertible (511) Concept 3 is similar to the concept 6 of grille (581) Concept 4 is similar to the concept 1 of minivan (656) Concept 1 is similar to the concept 2 of police van (734) Concept 3 is similar to the concept 7 of racer (751) Concept 4 is similar to the concept 1 of sports car (817)"},{"location":"classes/beacon/","title":"Beacon (437)","text":"

Beacon (class id 437) has 2 important concepts. The full class name is beacon, lighthouse, beacon light, pharos.

"},{"location":"classes/beacon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beacon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beacon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 4 (Importance 22%) Concept 8 (Importance 8%) Concept 6 (Importance 5%) Concept 5 (Importance 3%) Concept 1 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 8 Concept 6 Concept 5 Concept 1 Concept 9 Concept 7 Concept 3 Concept 2"},{"location":"classes/beacon/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class beacon and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of cliff (972)"},{"location":"classes/beagle/","title":"Beagle (162)","text":"

Beagle (class id 162) has 4 important concepts. The full class name is beagle.

"},{"location":"classes/beagle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beagle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beagle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 25%) Concept 1 (Importance 25%) Concept 3 (Importance 16%) Concept 6 (Importance 15%) Concept 2 (Importance 9%) Concept 5 (Importance 5%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 3 Concept 6 Concept 2 Concept 5 Concept 0 Concept 9 Concept 8 Concept 4"},{"location":"classes/beagle/#similar-concepts","title":"Similar concepts","text":"

We have found 37 similar concepts between the class beagle and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of Chihuahua (151) Concept 0 is similar to the concept 5 of Chihuahua (151) Concept 0 is similar to the concept 0 of Rhodesian ridgeback (159) Concept 6 is similar to the concept 0 of basset (161) Concept 2 is similar to the concept 2 of basset (161) Concept 5 is similar to the concept 3 of basset (161) Concept 3 is similar to the concept 5 of basset (161) Concept 3 is similar to the concept 4 of bloodhound (163) Concept 1 is similar to the concept 1 of Walker hound (166) Concept 5 is similar to the concept 6 of Walker hound (166) Concept 6 is similar to the concept 0 of Walker hound (166) Concept 3 is similar to the concept 1 of English foxhound (167) Concept 6 is similar to the concept 5 of English foxhound (167) Concept 7 is similar to the concept 6 of redbone (168) Concept 6 is similar to the concept 3 of Ibizan hound (173) Concept 2 is similar to the concept 4 of Boston bull (195) Concept 2 is similar to the concept 5 of Labrador retriever (208) Concept 5 is similar to the concept 3 of Labrador retriever (208) Concept 0 is similar to the concept 0 of Chesapeake Bay retriever (209) Concept 2 is similar to the concept 8 of Brittany spaniel (215) Concept 6 is similar to the concept 9 of Brittany spaniel (215) Concept 2 is similar to the concept 2 of kuvasz (222) Concept 6 is similar to the concept 7 of Shetland sheepdog (230) Concept 2 is similar to the concept 6 of Border collie (232) Concept 3 is similar to the concept 5 of German shepherd (235) Concept 5 is similar to the concept 3 of Greater Swiss Mountain dog (238) Concept 5 is similar to the concept 2 of Bernese mountain dog (239) Concept 5 is similar to the concept 7 of EntleBucher (241) Concept 0 is similar to the concept 0 of boxer (242) Concept 6 is similar to the concept 3 of boxer (242) Concept 2 is similar to the concept 3 of French bulldog (245) Concept 2 is similar to the concept 2 of Saint Bernard (247) Concept 2 is similar to the concept 3 of dalmatian (251) Concept 6 is similar to the concept 2 of basenji (253) Concept 2 is similar to the concept 3 of pug (254) Concept 5 is similar to the concept 1 of Great Pyrenees (257) Concept 6 is similar to the concept 6 of Pembroke (263)"},{"location":"classes/beaker/","title":"Beaker (438)","text":"

Beaker (class id 438) has 3 important concepts. The full class name is beaker.

"},{"location":"classes/beaker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beaker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beaker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 34%) Concept 1 (Importance 30%) Concept 7 (Importance 19%) Concept 6 (Importance 5%) Concept 0 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 6 Concept 0 Concept 5 Concept 9 Concept 2 Concept 8 Concept 4"},{"location":"classes/beaker/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class beaker and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 0 of measuring cup (647) Concept 7 is similar to the concept 8 of measuring cup (647) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 7 is similar to the concept 8 of pop bottle (737) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 7 is similar to the concept 4 of water jug (899)"},{"location":"classes/bearskin/","title":"Bearskin (439)","text":"

Bearskin (class id 439) has 3 important concepts. The full class name is bearskin, busby, shako.

"},{"location":"classes/bearskin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bearskin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bearskin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 57%) Concept 0 (Importance 15%) Concept 8 (Importance 8%) Concept 9 (Importance 6%) Concept 3 (Importance 5%) Concept 2 (Importance 3%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 8 Concept 9 Concept 3 Concept 2 Concept 5 Concept 7 Concept 6 Concept 4"},{"location":"classes/bearskin/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class bearskin and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of academic gown (400)"},{"location":"classes/beaver/","title":"Beaver (337)","text":"

Beaver (class id 337) has 2 important concepts. The full class name is beaver.

"},{"location":"classes/beaver/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beaver' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beaver/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 63%) Concept 9 (Importance 13%) Concept 0 (Importance 8%) Concept 1 (Importance 6%) Concept 4 (Importance 4%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 9 Concept 0 Concept 1 Concept 4 Concept 8 Concept 5 Concept 7 Concept 6 Concept 2"},{"location":"classes/beaver/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class beaver and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 4 of terrapin (36) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 7 is similar to the concept 2 of sea lion (150) Concept 7 is similar to the concept 1 of cougar (286) Concept 7 is similar to the concept 2 of tiger (292) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 7 is similar to the concept 2 of otter (360) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/bee%20eater/","title":"Bee eater (92)","text":"

Bee eater (class id 92) has 2 important concepts. The full class name is bee eater.

"},{"location":"classes/bee%20eater/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bee eater' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bee%20eater/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 4 (Importance 24%) Concept 7 (Importance 5%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 7 Concept 8 Concept 5 Concept 3 Concept 0 Concept 9 Concept 6 Concept 2"},{"location":"classes/bee%20eater/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/bee/","title":"Bee (309)","text":"

Bee (class id 309) has 3 important concepts. The full class name is bee.

"},{"location":"classes/bee/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bee' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bee/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 8 (Importance 30%) Concept 6 (Importance 10%) Concept 5 (Importance 8%) Concept 0 (Importance 7%) Concept 7 (Importance 4%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 6 Concept 5 Concept 0 Concept 7 Concept 3 Concept 2 Concept 9 Concept 4"},{"location":"classes/bee/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class bee and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of fly (308) Concept 0 is similar to the concept 4 of admiral (321) Concept 0 is similar to the concept 1 of cabbage butterfly (324)"},{"location":"classes/beer%20bottle/","title":"Beer bottle (440)","text":"

Beer bottle (class id 440) has 2 important concepts. The full class name is beer bottle.

"},{"location":"classes/beer%20bottle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beer bottle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beer%20bottle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 61%) Concept 0 (Importance 17%) Concept 4 (Importance 10%) Concept 7 (Importance 5%) Concept 8 (Importance 3%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 7 Concept 8 Concept 9 Concept 6 Concept 5 Concept 3 Concept 2"},{"location":"classes/beer%20bottle/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class beer bottle and other classes.

Here are those concepts: Concept 0 is similar to the concept 9 of pop bottle (737) Concept 1 is similar to the concept 1 of pop bottle (737) Concept 4 is similar to the concept 0 of pop bottle (737) Concept 1 is similar to the concept 1 of wine bottle (907) Concept 1 is similar to the concept 8 of red wine (966)"},{"location":"classes/beer%20glass/","title":"Beer glass (441)","text":"

Beer glass (class id 441) has 4 important concepts. The full class name is beer glass.

"},{"location":"classes/beer%20glass/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Beer glass' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/beer%20glass/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 39%) Concept 4 (Importance 19%) Concept 5 (Importance 12%) Concept 6 (Importance 10%) Concept 0 (Importance 9%) Concept 1 (Importance 7%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 5 Concept 6 Concept 0 Concept 1 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/beer%20glass/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class beer glass and other classes.

Here are those concepts: Concept 1 is similar to the concept 6 of coffee mug (504) Concept 1 is similar to the concept 7 of punching bag (747) Concept 1 is similar to the concept 8 of eggnog (969)"},{"location":"classes/bell%20cote/","title":"Bell cote (442)","text":"

Bell cote (class id 442) has 4 important concepts. The full class name is bell cote, bell cot.

"},{"location":"classes/bell%20cote/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bell cote' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bell%20cote/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 5 (Importance 30%) Concept 6 (Importance 12%) Concept 7 (Importance 6%) Concept 3 (Importance 4%) Concept 8 (Importance 3%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 6 Concept 7 Concept 3 Concept 8 Concept 9 Concept 2 Concept 4 Concept 1"},{"location":"classes/bell%20cote/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class bell cote and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 1 of church (497) Concept 8 is similar to the concept 0 of church (497) Concept 8 is similar to the concept 5 of gondola (576) Concept 8 is similar to the concept 0 of monastery (663) Concept 8 is similar to the concept 5 of mosque (668) Concept 8 is similar to the concept 7 of triumphal arch (873)"},{"location":"classes/bell%20pepper/","title":"Bell pepper (945)","text":"

Bell pepper (class id 945) has 2 important concepts. The full class name is bell pepper.

"},{"location":"classes/bell%20pepper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bell pepper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bell%20pepper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 3 (Importance 14%) Concept 4 (Importance 6%) Concept 1 (Importance 5%) Concept 5 (Importance 4%) Concept 6 (Importance 3%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 4 Concept 1 Concept 5 Concept 6 Concept 2 Concept 9 Concept 8 Concept 7"},{"location":"classes/bell%20pepper/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class bell pepper and other classes.

Here are those concepts: Concept 1 is similar to the concept 8 of African chameleon (47) Concept 1 is similar to the concept 8 of green snake (55) Concept 1 is similar to the concept 9 of vine snake (59) Concept 1 is similar to the concept 7 of green mamba (64) Concept 1 is similar to the concept 4 of walking stick (313) Concept 1 is similar to the concept 5 of monarch (323) Concept 1 is similar to the concept 2 of lemon (951) Concept 1 is similar to the concept 2 of fig (952) Concept 1 is similar to the concept 1 of jackfruit (955) Concept 1 is similar to the concept 2 of custard apple (956) Concept 1 is similar to the concept 3 of yellow lady slipper (986) Concept 1 is similar to the concept 3 of ear (998)"},{"location":"classes/bib/","title":"Bib (443)","text":"

Bib (class id 443) has 1 important concepts. The full class name is bib.

"},{"location":"classes/bib/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bib' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bib/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 6 (Importance 10%) Concept 3 (Importance 9%) Concept 2 (Importance 9%) Concept 5 (Importance 5%) Concept 9 (Importance 4%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 3 Concept 2 Concept 5 Concept 9 Concept 8 Concept 0 Concept 7 Concept 4"},{"location":"classes/bib/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class bib and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of diaper (529) Concept 3 is similar to the concept 3 of mailbag (636) Concept 0 is similar to the concept 5 of pencil box (709) Concept 2 is similar to the concept 0 of pencil box (709) Concept 3 is similar to the concept 6 of pillow (721)"},{"location":"classes/bicycle-built-for-two/","title":"Bicycle-built-for-two (444)","text":"

Bicycle-built-for-two (class id 444) has 2 important concepts. The full class name is bicycle-built-for-two, tandem bicycle, tandem.

"},{"location":"classes/bicycle-built-for-two/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bicycle-built-for-two' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bicycle-built-for-two/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 1 (Importance 33%) Concept 3 (Importance 9%) Concept 4 (Importance 5%) Concept 5 (Importance 4%) Concept 7 (Importance 3%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 4 Concept 5 Concept 7 Concept 2 Concept 9 Concept 8 Concept 6"},{"location":"classes/bicycle-built-for-two/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class bicycle-built-for-two and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 1 of jinrikisha (612) Concept 5 is similar to the concept 2 of jinrikisha (612) Concept 5 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 1 of moped (665) Concept 5 is similar to the concept 8 of moped (665) Concept 5 is similar to the concept 1 of motor scooter (670) Concept 0 is similar to the concept 3 of mountain bike (671) Concept 1 is similar to the concept 0 of mountain bike (671) Concept 4 is similar to the concept 7 of mountain bike (671) Concept 5 is similar to the concept 9 of police van (734) Concept 5 is similar to the concept 3 of shopping cart (791) Concept 1 is similar to the concept 1 of tricycle (870) Concept 5 is similar to the concept 2 of tricycle (870) Concept 1 is similar to the concept 1 of unicycle (880) Concept 5 is similar to the concept 2 of unicycle (880)"},{"location":"classes/bighorn/","title":"Bighorn (349)","text":"

Bighorn (class id 349) has 2 important concepts. The full class name is bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis.

"},{"location":"classes/bighorn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bighorn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bighorn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 6 (Importance 20%) Concept 4 (Importance 15%) Concept 3 (Importance 10%) Concept 5 (Importance 2%) Concept 0 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 4 Concept 3 Concept 5 Concept 0 Concept 2 Concept 9 Concept 8 Concept 7"},{"location":"classes/bighorn/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class bighorn and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of marmot (336) Concept 1 is similar to the concept 1 of ram (348) Concept 4 is similar to the concept 3 of ram (348) Concept 3 is similar to the concept 4 of ram (348) Concept 3 is similar to the concept 3 of ibex (350) Concept 5 is similar to the concept 2 of ibex (350) Concept 3 is similar to the concept 3 of hartebeest (351) Concept 3 is similar to the concept 2 of Arabian camel (354) Concept 2 is similar to the concept 2 of dogsled (537) Concept 3 is similar to the concept 2 of oxcart (690) Concept 2 is similar to the concept 3 of snowmobile (802) Concept 2 is similar to the concept 3 of geyser (974)"},{"location":"classes/bikini/","title":"Bikini (445)","text":"

Bikini (class id 445) has 2 important concepts. The full class name is bikini, two-piece.

"},{"location":"classes/bikini/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bikini' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bikini/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 45%) Concept 2 (Importance 22%) Concept 0 (Importance 9%) Concept 6 (Importance 8%) Concept 3 (Importance 5%) Concept 1 (Importance 4%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 0 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8 Concept 7 Concept 5"},{"location":"classes/bikini/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class bikini and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of barracouta (389) Concept 1 is similar to the concept 3 of coho (391) Concept 1 is similar to the concept 4 of sturgeon (394) Concept 1 is similar to the concept 6 of bathing cap (433) Concept 2 is similar to the concept 0 of brassiere (459) Concept 3 is similar to the concept 5 of brassiere (459) Concept 0 is similar to the concept 7 of maillot (639) Concept 1 is similar to the concept 2 of maillot (639) Concept 3 is similar to the concept 3 of maillot (639) Concept 3 is similar to the concept 5 of miniskirt (655) Concept 3 is similar to the concept 1 of pajama (697) Concept 1 is similar to the concept 1 of reel (758) Concept 1 is similar to the concept 2 of swimming trunks (842) Concept 8 is similar to the concept 4 of volleyball (890)"},{"location":"classes/binder/","title":"Binder (446)","text":"

Binder (class id 446) has 5 important concepts. The full class name is binder, ring-binder.

"},{"location":"classes/binder/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Binder' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/binder/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 3 (Importance 14%) Concept 0 (Importance 11%) Concept 6 (Importance 8%) Concept 2 (Importance 8%) Concept 4 (Importance 7%) Concept 7 (Importance 6%) Concept 8 (Importance 4%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 6 Concept 2 Concept 4 Concept 7 Concept 8 Concept 9 Concept 5"},{"location":"classes/binder/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class binder and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of birdhouse (448) Concept 4 is similar to the concept 6 of switch (844) Concept 2 is similar to the concept 4 of wallet (893)"},{"location":"classes/binoculars/","title":"Binoculars (447)","text":"

Binoculars (class id 447) has 3 important concepts. The full class name is binoculars, field glasses, opera glasses.

"},{"location":"classes/binoculars/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Binoculars' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/binoculars/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 31%) Concept 3 (Importance 30%) Concept 6 (Importance 12%) Concept 8 (Importance 9%) Concept 7 (Importance 6%) Concept 1 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 8 Concept 7 Concept 1 Concept 5 Concept 9 Concept 4 Concept 2"},{"location":"classes/binoculars/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class binoculars and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of cellular telephone (487) Concept 1 is similar to the concept 3 of cleaver (499) Concept 1 is similar to the concept 1 of hand blower (589) Concept 1 is similar to the concept 2 of loupe (633) Concept 1 is similar to the concept 5 of microphone (650) Concept 1 is similar to the concept 4 of ocarina (684) Concept 1 is similar to the concept 8 of power drill (740) Concept 3 is similar to the concept 2 of projector (745) Concept 1 is similar to the concept 3 of whistle (902)"},{"location":"classes/birdhouse/","title":"Birdhouse (448)","text":"

Birdhouse (class id 448) has 3 important concepts. The full class name is birdhouse.

"},{"location":"classes/birdhouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Birdhouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/birdhouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 41%) Concept 1 (Importance 40%) Concept 7 (Importance 9%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 7 Concept 4 Concept 3 Concept 2 Concept 9 Concept 8 Concept 6 Concept 0"},{"location":"classes/birdhouse/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class birdhouse and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of binder (446) Concept 1 is similar to the concept 1 of ocarina (684)"},{"location":"classes/bison/","title":"Bison (347)","text":"

Bison (class id 347) has 3 important concepts. The full class name is bison.

"},{"location":"classes/bison/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bison' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bison/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 38%) Concept 4 (Importance 22%) Concept 9 (Importance 16%) Concept 2 (Importance 9%) Concept 0 (Importance 5%) Concept 7 (Importance 3%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 9 Concept 2 Concept 0 Concept 7 Concept 6 Concept 1 Concept 8 Concept 5"},{"location":"classes/bison/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class bison and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of Irish water spaniel (221) Concept 7 is similar to the concept 5 of hyena (276) Concept 7 is similar to the concept 2 of warthog (343) Concept 7 is similar to the concept 3 of ox (345) Concept 4 is similar to the concept 4 of ox (345) Concept 4 is similar to the concept 0 of water buffalo (346) Concept 7 is similar to the concept 7 of water buffalo (346) Concept 7 is similar to the concept 4 of ram (348) Concept 7 is similar to the concept 3 of ibex (350) Concept 6 is similar to the concept 2 of dogsled (537) Concept 6 is similar to the concept 3 of mountain tent (672) Concept 1 is similar to the concept 1 of plow (730) Concept 6 is similar to the concept 3 of snowmobile (802) Concept 6 is similar to the concept 3 of geyser (974) Concept 6 is similar to the concept 4 of lakeside (975)"},{"location":"classes/bittern/","title":"Bittern (133)","text":"

Bittern (class id 133) has 3 important concepts. The full class name is bittern.

"},{"location":"classes/bittern/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bittern' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bittern/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 43%) Concept 2 (Importance 32%) Concept 0 (Importance 8%) Concept 8 (Importance 4%) Concept 9 (Importance 3%) Concept 1 (Importance 3%) Concept 3 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 2 Concept 0 Concept 8 Concept 9 Concept 1 Concept 3 Concept 7 Concept 5 Concept 4"},{"location":"classes/bittern/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class bittern and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of African crocodile (49) Concept 3 is similar to the concept 2 of American alligator (50) Concept 3 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of echidna (102) Concept 3 is similar to the concept 1 of little blue heron (131) Concept 3 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of European gallinule (136) Concept 3 is similar to the concept 1 of otter (360) Concept 3 is similar to the concept 2 of paddle (693)"},{"location":"classes/black%20and%20gold%20garden%20spider/","title":"Black and gold garden spider (72)","text":"

Black and gold garden spider (class id 72) has 4 important concepts. The full class name is black and gold garden spider, Argiope aurantia.

"},{"location":"classes/black%20and%20gold%20garden%20spider/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black and gold garden spider' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black%20and%20gold%20garden%20spider/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 34%) Concept 0 (Importance 26%) Concept 1 (Importance 19%) Concept 6 (Importance 12%) Concept 8 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 1 Concept 6 Concept 8 Concept 9 Concept 7 Concept 5 Concept 4 Concept 2"},{"location":"classes/black%20and%20gold%20garden%20spider/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class black and gold garden spider and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of barn spider (73) Concept 0 is similar to the concept 0 of garden spider (74) Concept 0 is similar to the concept 3 of black widow (75) Concept 4 is similar to the concept 8 of black widow (75) Concept 0 is similar to the concept 0 of spider web (815)"},{"location":"classes/black%20grouse/","title":"Black grouse (80)","text":"

Black grouse (class id 80) has 4 important concepts. The full class name is black grouse.

"},{"location":"classes/black%20grouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black grouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black%20grouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 40%) Concept 0 (Importance 16%) Concept 3 (Importance 15%) Concept 6 (Importance 12%) Concept 7 (Importance 7%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 3 Concept 6 Concept 7 Concept 1 Concept 5 Concept 8 Concept 9 Concept 4"},{"location":"classes/black%20grouse/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class black grouse and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of ostrich (9) Concept 1 is similar to the concept 3 of European fire salamander (25) Concept 1 is similar to the concept 2 of common newt (26) Concept 1 is similar to the concept 2 of eft (27) Concept 1 is similar to the concept 8 of banded gecko (38) Concept 1 is similar to the concept 1 of agama (42) Concept 1 is similar to the concept 5 of Indian cobra (63) Concept 1 is similar to the concept 1 of horned viper (66) Concept 1 is similar to the concept 7 of diamondback (67) Concept 1 is similar to the concept 1 of ptarmigan (81) Concept 1 is similar to the concept 1 of prairie chicken (83) Concept 1 is similar to the concept 6 of quail (85) Concept 1 is similar to the concept 1 of partridge (86) Concept 1 is similar to the concept 7 of fiddler crab (120) Concept 1 is similar to the concept 6 of ruddy turnstone (139) Concept 1 is similar to the concept 3 of red-backed sandpiper (140) Concept 1 is similar to the concept 4 of mongoose (298) Concept 1 is similar to the concept 3 of meerkat (299) Concept 1 is similar to the concept 3 of tiger beetle (300) Concept 1 is similar to the concept 4 of dung beetle (305) Concept 1 is similar to the concept 6 of wood rabbit (330) Concept 1 is similar to the concept 6 of hare (331) Concept 1 is similar to the concept 4 of marmot (336) Concept 1 is similar to the concept 6 of impala (352) Concept 1 is similar to the concept 5 of weasel (356)"},{"location":"classes/black%20stork/","title":"Black stork (128)","text":"

Black stork (class id 128) has 4 important concepts. The full class name is black stork, Ciconia nigra.

"},{"location":"classes/black%20stork/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black stork' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black%20stork/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 34%) Concept 2 (Importance 18%) Concept 6 (Importance 17%) Concept 0 (Importance 17%) Concept 9 (Importance 4%) Concept 7 (Importance 3%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 6 Concept 0 Concept 9 Concept 7 Concept 8 Concept 5 Concept 4 Concept 1"},{"location":"classes/black%20stork/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class black stork and other classes.

Here are those concepts: Concept 9 is similar to the concept 0 of bald eagle (22) Concept 9 is similar to the concept 4 of vulture (23) Concept 5 is similar to the concept 2 of African crocodile (49) Concept 5 is similar to the concept 2 of American alligator (50) Concept 5 is similar to the concept 2 of water snake (58) Concept 5 is similar to the concept 1 of drake (97) Concept 5 is similar to the concept 0 of red-breasted merganser (98) Concept 5 is similar to the concept 1 of black swan (100) Concept 3 is similar to the concept 2 of white stork (127) Concept 2 is similar to the concept 4 of white stork (127) Concept 9 is similar to the concept 7 of white stork (127) Concept 5 is similar to the concept 1 of little blue heron (131) Concept 5 is similar to the concept 1 of American egret (132) Concept 2 is similar to the concept 2 of European gallinule (136) Concept 5 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 2 of redshank (141) Concept 5 is similar to the concept 1 of beaver (337) Concept 5 is similar to the concept 1 of hippopotamus (344) Concept 5 is similar to the concept 1 of otter (360) Concept 5 is similar to the concept 1 of canoe (472) Concept 5 is similar to the concept 2 of paddle (693) Concept 5 is similar to the concept 5 of lakeside (975)"},{"location":"classes/black%20swan/","title":"Black swan (100)","text":"

Black swan (class id 100) has 3 important concepts. The full class name is black swan, Cygnus atratus.

"},{"location":"classes/black%20swan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black swan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black%20swan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 36%) Concept 5 (Importance 29%) Concept 0 (Importance 17%) Concept 4 (Importance 6%) Concept 3 (Importance 4%) Concept 1 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 4 Concept 3 Concept 1 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/black%20swan/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class black swan and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/black%20widow/","title":"Black widow (75)","text":"

Black widow (class id 75) has 2 important concepts. The full class name is black widow, Latrodectus mactans.

"},{"location":"classes/black%20widow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black widow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black%20widow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 39%) Concept 0 (Importance 33%) Concept 5 (Importance 10%) Concept 3 (Importance 9%) Concept 8 (Importance 4%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 3 Concept 8 Concept 9 Concept 6 Concept 7 Concept 4 Concept 1"},{"location":"classes/black%20widow/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class black widow and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of black and gold garden spider (72) Concept 8 is similar to the concept 4 of black and gold garden spider (72) Concept 3 is similar to the concept 1 of barn spider (73) Concept 3 is similar to the concept 0 of garden spider (74) Concept 6 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 0 of spider web (815)"},{"location":"classes/black-and-tan%20coonhound/","title":"Black-and-tan coonhound (165)","text":"

Black-and-tan coonhound (class id 165) has 3 important concepts. The full class name is black-and-tan coonhound.

"},{"location":"classes/black-and-tan%20coonhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black-and-tan coonhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black-and-tan%20coonhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 39%) Concept 1 (Importance 28%) Concept 5 (Importance 11%) Concept 2 (Importance 9%) Concept 4 (Importance 7%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 5 Concept 2 Concept 4 Concept 0 Concept 9 Concept 7 Concept 6 Concept 3"},{"location":"classes/black-and-tan%20coonhound/#similar-concepts","title":"Similar concepts","text":"

We have found 33 similar concepts between the class black-and-tan coonhound and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of toy terrier (158) Concept 4 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 5 is similar to the concept 5 of bloodhound (163) Concept 1 is similar to the concept 2 of bluetick (164) Concept 8 is similar to the concept 8 of Walker hound (166) Concept 5 is similar to the concept 2 of redbone (168) Concept 2 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 2 is similar to the concept 2 of Labrador retriever (208) Concept 4 is similar to the concept 4 of Chesapeake Bay retriever (209) Concept 5 is similar to the concept 5 of Irish setter (213) Concept 1 is similar to the concept 1 of Gordon setter (214) Concept 2 is similar to the concept 5 of schipperke (223) Concept 1 is similar to the concept 2 of kelpie (227) Concept 2 is similar to the concept 0 of kelpie (227) Concept 4 is similar to the concept 6 of kelpie (227) Concept 1 is similar to the concept 0 of Rottweiler (234) Concept 2 is similar to the concept 4 of Rottweiler (234) Concept 5 is similar to the concept 3 of Rottweiler (234) Concept 1 is similar to the concept 0 of Doberman (236) Concept 2 is similar to the concept 9 of Doberman (236) Concept 4 is similar to the concept 2 of Doberman (236) Concept 1 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 6 of miniature pinscher (237) Concept 4 is similar to the concept 4 of miniature pinscher (237) Concept 1 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 2 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 1 is similar to the concept 5 of Bernese mountain dog (239) Concept 1 is similar to the concept 3 of Appenzeller (240) Concept 2 is similar to the concept 1 of Appenzeller (240) Concept 1 is similar to the concept 4 of EntleBucher (241) Concept 2 is similar to the concept 2 of EntleBucher (241) Concept 1 is similar to the concept 1 of Tibetan mastiff (244) Concept 2 is similar to the concept 5 of Great Dane (246)"},{"location":"classes/black-footed%20ferret/","title":"Black-footed ferret (359)","text":"

Black-footed ferret (class id 359) has 2 important concepts. The full class name is black-footed ferret, ferret, Mustela nigripes.

"},{"location":"classes/black-footed%20ferret/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Black-footed ferret' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/black-footed%20ferret/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 52%) Concept 6 (Importance 15%) Concept 5 (Importance 10%) Concept 9 (Importance 7%) Concept 0 (Importance 6%) Concept 4 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 5 Concept 9 Concept 0 Concept 4 Concept 8 Concept 7 Concept 3 Concept 2"},{"location":"classes/black-footed%20ferret/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class black-footed ferret and other classes.

Here are those concepts: Concept 8 is similar to the concept 0 of chow (260) Concept 3 is similar to the concept 2 of tiger cat (282) Concept 8 is similar to the concept 0 of Siamese cat (284) Concept 3 is similar to the concept 1 of cougar (286) Concept 3 is similar to the concept 4 of lynx (287) Concept 3 is similar to the concept 3 of hamster (333) Concept 3 is similar to the concept 6 of guinea pig (338) Concept 3 is similar to the concept 9 of mink (357) Concept 5 is similar to the concept 2 of polecat (358) Concept 1 is similar to the concept 8 of polecat (358) Concept 3 is similar to the concept 2 of otter (360)"},{"location":"classes/bloodhound/","title":"Bloodhound (163)","text":"

Bloodhound (class id 163) has 2 important concepts. The full class name is bloodhound, sleuthhound.

"},{"location":"classes/bloodhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bloodhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bloodhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 5 (Importance 19%) Concept 4 (Importance 7%) Concept 3 (Importance 7%) Concept 0 (Importance 6%) Concept 9 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 4 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/bloodhound/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class bloodhound and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 1 is similar to the concept 6 of basset (161) Concept 4 is similar to the concept 3 of beagle (162) Concept 5 is similar to the concept 5 of black-and-tan coonhound (165) Concept 3 is similar to the concept 4 of redbone (168) Concept 4 is similar to the concept 2 of Lakeland terrier (189) Concept 4 is similar to the concept 2 of Airedale (191) Concept 3 is similar to the concept 4 of Chesapeake Bay retriever (209) Concept 3 is similar to the concept 3 of vizsla (211) Concept 9 is similar to the concept 4 of vizsla (211) Concept 3 is similar to the concept 4 of malinois (225) Concept 3 is similar to the concept 5 of Rottweiler (234) Concept 4 is similar to the concept 5 of German shepherd (235) Concept 3 is similar to the concept 2 of Doberman (236) Concept 3 is similar to the concept 4 of miniature pinscher (237) Concept 0 is similar to the concept 0 of boxer (242) Concept 3 is similar to the concept 5 of Brabancon griffon (262)"},{"location":"classes/bluetick/","title":"Bluetick (164)","text":"

Bluetick (class id 164) has 4 important concepts. The full class name is bluetick.

"},{"location":"classes/bluetick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bluetick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bluetick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 2 (Importance 19%) Concept 0 (Importance 16%) Concept 6 (Importance 15%) Concept 4 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 6 Concept 4 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5"},{"location":"classes/bluetick/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class bluetick and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of toy terrier (158) Concept 2 is similar to the concept 1 of black-and-tan coonhound (165) Concept 3 is similar to the concept 4 of Weimaraner (178) Concept 1 is similar to the concept 3 of Kerry blue terrier (183) Concept 1 is similar to the concept 1 of German short-haired pointer (210) Concept 2 is similar to the concept 2 of kelpie (227) Concept 2 is similar to the concept 0 of Rottweiler (234) Concept 2 is similar to the concept 0 of Doberman (236) Concept 2 is similar to the concept 0 of miniature pinscher (237) Concept 2 is similar to the concept 4 of EntleBucher (241)"},{"location":"classes/boa%20constrictor/","title":"Boa constrictor (61)","text":"

Boa constrictor (class id 61) has 2 important concepts. The full class name is boa constrictor, Constrictor constrictor.

"},{"location":"classes/boa%20constrictor/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Boa constrictor' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/boa%20constrictor/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 72%) Concept 1 (Importance 15%) Concept 8 (Importance 4%) Concept 5 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 5 Concept 2 Concept 9 Concept 7 Concept 6 Concept 4 Concept 3"},{"location":"classes/boa%20constrictor/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class boa constrictor and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of rock python (62) Concept 2 is similar to the concept 2 of rock python (62)"},{"location":"classes/boathouse/","title":"Boathouse (449)","text":"

Boathouse (class id 449) has 2 important concepts. The full class name is boathouse.

"},{"location":"classes/boathouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Boathouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/boathouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 42%) Concept 3 (Importance 38%) Concept 7 (Importance 4%) Concept 0 (Importance 4%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 7 Concept 0 Concept 6 Concept 4 Concept 8 Concept 5 Concept 2 Concept 9"},{"location":"classes/boathouse/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class boathouse and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of African crocodile (49) Concept 4 is similar to the concept 2 of American alligator (50) Concept 4 is similar to the concept 1 of drake (97) Concept 4 is similar to the concept 0 of red-breasted merganser (98) Concept 4 is similar to the concept 1 of black swan (100) Concept 4 is similar to the concept 1 of American egret (132) Concept 4 is similar to the concept 1 of American coot (137) Concept 4 is similar to the concept 1 of beaver (337) Concept 4 is similar to the concept 1 of hippopotamus (344) Concept 4 is similar to the concept 1 of otter (360) Concept 6 is similar to the concept 1 of aircraft carrier (403) Concept 3 is similar to the concept 0 of barn (425) Concept 5 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 9 of canoe (472) Concept 4 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 3 of castle (483) Concept 5 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 3 of church (497) Concept 5 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 1 of dock (536) Concept 4 is similar to the concept 2 of paddle (693) Concept 6 is similar to the concept 3 of pier (718) Concept 9 is similar to the concept 2 of snowplow (803) Concept 9 is similar to the concept 7 of worm fence (912) Concept 1 is similar to the concept 3 of lakeside (975) Concept 4 is similar to the concept 5 of lakeside (975) Concept 6 is similar to the concept 1 of lakeside (975)"},{"location":"classes/bobsled/","title":"Bobsled (450)","text":"

Bobsled (class id 450) has 5 important concepts. The full class name is bobsled, bobsleigh, bob.

"},{"location":"classes/bobsled/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bobsled' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bobsled/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 40%) Concept 3 (Importance 15%) Concept 1 (Importance 13%) Concept 0 (Importance 11%) Concept 7 (Importance 7%) Concept 6 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 1 Concept 0 Concept 7 Concept 6 Concept 2 Concept 9 Concept 8 Concept 4"},{"location":"classes/bobsled/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class bobsled and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of crash helmet (518) Concept 2 is similar to the concept 4 of jinrikisha (612) Concept 0 is similar to the concept 3 of racer (751) Concept 2 is similar to the concept 5 of sarong (775) Concept 2 is similar to the concept 6 of unicycle (880)"},{"location":"classes/bolete/","title":"Bolete (997)","text":"

Bolete (class id 997) has 3 important concepts. The full class name is bolete.

"},{"location":"classes/bolete/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bolete' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bolete/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 49%) Concept 0 (Importance 21%) Concept 5 (Importance 9%) Concept 7 (Importance 7%) Concept 6 (Importance 4%) Concept 1 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 7 Concept 6 Concept 1 Concept 9 Concept 8 Concept 4 Concept 3"},{"location":"classes/bolete/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class bolete and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of European fire salamander (25) Concept 1 is similar to the concept 5 of eft (27) Concept 1 is similar to the concept 8 of spotted salamander (28) Concept 1 is similar to the concept 7 of tailed frog (32) Concept 1 is similar to the concept 3 of mud turtle (35) Concept 1 is similar to the concept 3 of box turtle (37) Concept 1 is similar to the concept 6 of whiptail (41) Concept 1 is similar to the concept 1 of alligator lizard (44) Concept 1 is similar to the concept 5 of thunder snake (52) Concept 1 is similar to the concept 4 of hognose snake (54) Concept 1 is similar to the concept 8 of king snake (56) Concept 1 is similar to the concept 1 of diamondback (67) Concept 1 is similar to the concept 2 of slug (114) Concept 1 is similar to the concept 2 of dung beetle (305) Concept 1 is similar to the concept 1 of mushroom (947) Concept 1 is similar to the concept 1 of buckeye (990) Concept 1 is similar to the concept 1 of coral fungus (991) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 2 of earthstar (995)"},{"location":"classes/bolo%20tie/","title":"Bolo tie (451)","text":"

Bolo tie (class id 451) has 3 important concepts. The full class name is bolo tie, bolo, bola tie, bola.

"},{"location":"classes/bolo%20tie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bolo tie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bolo%20tie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 47%) Concept 0 (Importance 17%) Concept 5 (Importance 13%) Concept 9 (Importance 8%) Concept 4 (Importance 6%) Concept 6 (Importance 5%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 9 Concept 4 Concept 6 Concept 8 Concept 7 Concept 3 Concept 2"},{"location":"classes/bolo%20tie/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class bolo tie and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of whistle (902)"},{"location":"classes/bonnet/","title":"Bonnet (452)","text":"

Bonnet (class id 452) has 2 important concepts. The full class name is bonnet, poke bonnet.

"},{"location":"classes/bonnet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bonnet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bonnet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 2 (Importance 14%) Concept 5 (Importance 7%) Concept 4 (Importance 5%) Concept 7 (Importance 4%) Concept 3 (Importance 4%) Concept 0 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 5 Concept 4 Concept 7 Concept 3 Concept 0 Concept 9 Concept 8 Concept 6"},{"location":"classes/bonnet/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bonnet and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of shower cap (793) Concept 2 is similar to the concept 8 of wool (911)"},{"location":"classes/book%20jacket/","title":"Book jacket (921)","text":"

Book jacket (class id 921) has 4 important concepts. The full class name is book jacket, dust cover, dust jacket, dust wrapper.

"},{"location":"classes/book%20jacket/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Book jacket' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/book%20jacket/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 31%) Concept 4 (Importance 24%) Concept 2 (Importance 10%) Concept 7 (Importance 8%) Concept 6 (Importance 8%) Concept 9 (Importance 6%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 0 (Importance 2%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 2 Concept 7 Concept 6 Concept 9 Concept 5 Concept 3 Concept 0 Concept 8"},{"location":"classes/book%20jacket/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/bookcase/","title":"Bookcase (453)","text":"

Bookcase (class id 453) has 2 important concepts. The full class name is bookcase.

"},{"location":"classes/bookcase/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bookcase' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bookcase/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 2 (Importance 19%) Concept 3 (Importance 5%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 4 Concept 6 Concept 1 Concept 9 Concept 8 Concept 7"},{"location":"classes/bookcase/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class bookcase and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of bookshop (454) Concept 2 is similar to the concept 0 of china cabinet (495) Concept 0 is similar to the concept 3 of entertainment center (548) Concept 5 is similar to the concept 9 of entertainment center (548) Concept 5 is similar to the concept 9 of home theater (598) Concept 0 is similar to the concept 0 of library (624) Concept 5 is similar to the concept 7 of medicine chest (648) Concept 9 is similar to the concept 4 of medicine chest (648) Concept 2 is similar to the concept 9 of wardrobe (894)"},{"location":"classes/bookshop/","title":"Bookshop (454)","text":"

Bookshop (class id 454) has 3 important concepts. The full class name is bookshop, bookstore, bookstall.

"},{"location":"classes/bookshop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bookshop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bookshop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 2 (Importance 13%) Concept 4 (Importance 8%) Concept 7 (Importance 6%) Concept 6 (Importance 6%) Concept 3 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 7 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8 Concept 5"},{"location":"classes/bookshop/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class bookshop and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of bakery (415) Concept 7 is similar to the concept 8 of barbershop (424) Concept 0 is similar to the concept 0 of bookcase (453) Concept 5 is similar to the concept 2 of bulletproof vest (465) Concept 2 is similar to the concept 0 of confectionery (509) Concept 0 is similar to the concept 3 of entertainment center (548) Concept 2 is similar to the concept 0 of grocery store (582) Concept 5 is similar to the concept 2 of laptop (620) Concept 0 is similar to the concept 0 of library (624) Concept 2 is similar to the concept 2 of library (624) Concept 5 is similar to the concept 3 of potter wheel (739) Concept 2 is similar to the concept 8 of shoe shop (788) Concept 5 is similar to the concept 4 of shoe shop (788) Concept 6 is similar to the concept 1 of tobacco shop (860) Concept 7 is similar to the concept 7 of tobacco shop (860) Concept 2 is similar to the concept 1 of toyshop (865)"},{"location":"classes/borzoi/","title":"Borzoi (169)","text":"

Borzoi (class id 169) has 4 important concepts. The full class name is borzoi, Russian wolfhound.

"},{"location":"classes/borzoi/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Borzoi' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/borzoi/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 41%) Concept 9 (Importance 13%) Concept 7 (Importance 13%) Concept 5 (Importance 9%) Concept 2 (Importance 9%) Concept 0 (Importance 8%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 7 Concept 5 Concept 2 Concept 0 Concept 4 Concept 8 Concept 6 Concept 3"},{"location":"classes/borzoi/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class borzoi and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of Blenheim spaniel (156) Concept 2 is similar to the concept 0 of toy terrier (158) Concept 2 is similar to the concept 3 of Walker hound (166) Concept 2 is similar to the concept 2 of English foxhound (167) Concept 1 is similar to the concept 3 of whippet (172) Concept 1 is similar to the concept 3 of Saluki (176) Concept 5 is similar to the concept 0 of West Highland white terrier (203) Concept 2 is similar to the concept 7 of English setter (212) Concept 2 is similar to the concept 8 of Brittany spaniel (215) Concept 0 is similar to the concept 1 of Welsh springer spaniel (218) Concept 2 is similar to the concept 4 of Siberian husky (250) Concept 0 is similar to the concept 4 of Great Pyrenees (257) Concept 5 is similar to the concept 0 of Great Pyrenees (257) Concept 2 is similar to the concept 1 of timber wolf (269) Concept 2 is similar to the concept 4 of white wolf (270) Concept 3 is similar to the concept 1 of lawn mower (621) Concept 3 is similar to the concept 0 of worm fence (912)"},{"location":"classes/bottlecap/","title":"Bottlecap (455)","text":"

Bottlecap (class id 455) has 3 important concepts. The full class name is bottlecap.

"},{"location":"classes/bottlecap/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bottlecap' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bottlecap/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 3 (Importance 23%) Concept 2 (Importance 12%) Concept 6 (Importance 7%) Concept 1 (Importance 4%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 6 Concept 1 Concept 5 Concept 4 Concept 8 Concept 9 Concept 7"},{"location":"classes/bottlecap/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/bow%20tie/","title":"Bow tie (457)","text":"

Bow tie (class id 457) has 1 important concepts. The full class name is bow tie, bow-tie, bowtie.

"},{"location":"classes/bow%20tie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bow tie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bow%20tie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 87%) Concept 3 (Importance 5%) Concept 2 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 0 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5 Concept 4"},{"location":"classes/bow%20tie/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class bow tie and other classes.

Here are those concepts: Concept 3 is similar to the concept 7 of academic gown (400) Concept 4 is similar to the concept 1 of apron (411) Concept 4 is similar to the concept 1 of backpack (414) Concept 4 is similar to the concept 1 of bath towel (434) Concept 4 is similar to the concept 2 of broom (462) Concept 4 is similar to the concept 1 of bucket (463) Concept 4 is similar to the concept 0 of carton (478) Concept 4 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 8 of hair spray (585) Concept 4 is similar to the concept 6 of magnetic compass (635) Concept 4 is similar to the concept 1 of monitor (664) Concept 4 is similar to the concept 1 of mosquito net (669) Concept 4 is similar to the concept 3 of pajama (697) Concept 6 is similar to the concept 1 of punching bag (747) Concept 4 is similar to the concept 1 of safe (771) Concept 4 is similar to the concept 1 of sandal (774) Concept 4 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of seat belt (785) Concept 4 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 3 of shower cap (793) Concept 4 is similar to the concept 1 of sleeping bag (797) Concept 3 is similar to the concept 1 of suit (834) Concept 2 is similar to the concept 2 of sunglasses (837) Concept 4 is similar to the concept 1 of swab (840) Concept 4 is similar to the concept 1 of tray (868) Concept 2 is similar to the concept 2 of wig (903) Concept 7 is similar to the concept 8 of Windsor tie (906) Concept 3 is similar to the concept 1 of groom (982)"},{"location":"classes/bow/","title":"Bow (456)","text":"

Bow (class id 456) has 5 important concepts. The full class name is bow.

"},{"location":"classes/bow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 32%) Concept 6 (Importance 18%) Concept 1 (Importance 14%) Concept 7 (Importance 12%) Concept 9 (Importance 7%) Concept 3 (Importance 6%) Concept 0 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 1 Concept 7 Concept 9 Concept 3 Concept 0 Concept 5 Concept 8 Concept 4"},{"location":"classes/bow/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bow and other classes.

Here are those concepts: Concept 2 is similar to the concept 8 of walking stick (313) Concept 2 is similar to the concept 1 of pole (733)"},{"location":"classes/box%20turtle/","title":"Box turtle (37)","text":"

Box turtle (class id 37) has 1 important concepts. The full class name is box turtle, box tortoise.

"},{"location":"classes/box%20turtle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Box turtle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/box%20turtle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 2 (Importance 11%) Concept 6 (Importance 6%) Concept 4 (Importance 6%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 1 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 4 Concept 9 Concept 5 Concept 1 Concept 8 Concept 7 Concept 3"},{"location":"classes/box%20turtle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class box turtle and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of mud turtle (35) Concept 0 is similar to the concept 1 of terrapin (36) Concept 2 is similar to the concept 0 of Gila monster (45) Concept 3 is similar to the concept 1 of coral fungus (991) Concept 3 is similar to the concept 5 of gyromitra (993) Concept 3 is similar to the concept 2 of earthstar (995) Concept 3 is similar to the concept 1 of bolete (997)"},{"location":"classes/boxer/","title":"Boxer (242)","text":"

Boxer (class id 242) has 3 important concepts. The full class name is boxer.

"},{"location":"classes/boxer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Boxer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/boxer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 31%) Concept 5 (Importance 29%) Concept 8 (Importance 11%) Concept 3 (Importance 10%) Concept 7 (Importance 6%) Concept 0 (Importance 5%) Concept 2 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 3 Concept 7 Concept 0 Concept 2 Concept 4 Concept 9 Concept 6"},{"location":"classes/boxer/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class boxer and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of basset (161) Concept 0 is similar to the concept 0 of beagle (162) Concept 3 is similar to the concept 6 of beagle (162) Concept 0 is similar to the concept 0 of bloodhound (163) Concept 3 is similar to the concept 0 of Walker hound (166) Concept 3 is similar to the concept 5 of English foxhound (167) Concept 3 is similar to the concept 3 of Ibizan hound (173) Concept 0 is similar to the concept 0 of American Staffordshire terrier (180) Concept 0 is similar to the concept 0 of vizsla (211) Concept 3 is similar to the concept 9 of Brittany spaniel (215) Concept 0 is similar to the concept 8 of miniature pinscher (237) Concept 0 is similar to the concept 0 of bull mastiff (243) Concept 7 is similar to the concept 4 of bull mastiff (243) Concept 0 is similar to the concept 3 of basenji (253) Concept 3 is similar to the concept 2 of basenji (253) Concept 3 is similar to the concept 6 of Pembroke (263)"},{"location":"classes/brain%20coral/","title":"Brain coral (109)","text":"

Brain coral (class id 109) has 1 important concepts. The full class name is brain coral.

"},{"location":"classes/brain%20coral/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brain coral' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/brain%20coral/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 6 (Importance 8%) Concept 1 (Importance 6%) Concept 5 (Importance 5%) Concept 3 (Importance 5%) Concept 9 (Importance 3%) Concept 7 (Importance 3%) Concept 2 (Importance 3%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 1 Concept 5 Concept 3 Concept 9 Concept 7 Concept 2 Concept 8 Concept 4"},{"location":"classes/brain%20coral/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class brain coral and other classes.

Here are those concepts: Concept 1 is similar to the concept 6 of sea snake (65) Concept 1 is similar to the concept 3 of sea cucumber (329) Concept 1 is similar to the concept 9 of puffer (397) Concept 1 is similar to the concept 0 of coral reef (973)"},{"location":"classes/brambling/","title":"Brambling (10)","text":"

Brambling (class id 10) has 2 important concepts. The full class name is brambling, Fringilla montifringilla.

"},{"location":"classes/brambling/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brambling' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/brambling/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 4 (Importance 27%) Concept 8 (Importance 10%) Concept 9 (Importance 7%) Concept 5 (Importance 5%) Concept 2 (Importance 2%) Concept 1 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 8 Concept 9 Concept 5 Concept 2 Concept 1 Concept 7 Concept 6 Concept 3"},{"location":"classes/brambling/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class brambling and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of hip (989)"},{"location":"classes/brass/","title":"Brass (458)","text":"

Brass (class id 458) has 3 important concepts. The full class name is brass, memorial tablet, plaque.

"},{"location":"classes/brass/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brass' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/brass/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 3 (Importance 20%) Concept 7 (Importance 13%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 1 Concept 5 Concept 2 Concept 9 Concept 6 Concept 8 Concept 4"},{"location":"classes/brass/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/brassiere/","title":"Brassiere (459)","text":"

Brassiere (class id 459) has 2 important concepts. The full class name is brassiere, bra, bandeau.

"},{"location":"classes/brassiere/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brassiere' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/brassiere/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 66%) Concept 0 (Importance 15%) Concept 5 (Importance 4%) Concept 1 (Importance 4%) Concept 6 (Importance 3%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 1 Concept 6 Concept 9 Concept 7 Concept 4 Concept 8 Concept 3"},{"location":"classes/brassiere/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class brassiere and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of academic gown (400) Concept 0 is similar to the concept 2 of bikini (445) Concept 5 is similar to the concept 3 of bikini (445) Concept 1 is similar to the concept 5 of gown (578) Concept 1 is similar to the concept 5 of jersey (610) Concept 5 is similar to the concept 3 of maillot (639) Concept 5 is similar to the concept 0 of oxygen mask (691) Concept 1 is similar to the concept 1 of sarong (775) Concept 9 is similar to the concept 9 of shopping basket (790) Concept 5 is similar to the concept 1 of stethoscope (823) Concept 5 is similar to the concept 4 of stole (824) Concept 1 is similar to the concept 4 of swimming trunks (842) Concept 9 is similar to the concept 1 of swimming trunks (842) Concept 5 is similar to the concept 3 of bubble (971)"},{"location":"classes/breakwater/","title":"Breakwater (460)","text":"

Breakwater (class id 460) has 4 important concepts. The full class name is breakwater, groin, groyne, mole, bulwark, seawall, jetty.

"},{"location":"classes/breakwater/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Breakwater' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/breakwater/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 31%) Concept 2 (Importance 29%) Concept 3 (Importance 16%) Concept 0 (Importance 11%) Concept 8 (Importance 3%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 3 Concept 0 Concept 8 Concept 6 Concept 9 Concept 4 Concept 7 Concept 1"},{"location":"classes/breakwater/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class breakwater and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of grey whale (147) Concept 6 is similar to the concept 1 of killer whale (148) Concept 6 is similar to the concept 1 of aircraft carrier (403) Concept 9 is similar to the concept 2 of barn (425) Concept 9 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 7 of catamaran (484) Concept 9 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 9 of drilling platform (540) Concept 6 is similar to the concept 3 of pier (718) Concept 0 is similar to the concept 1 of schooner (780) Concept 6 is similar to the concept 1 of lakeside (975) Concept 2 is similar to the concept 7 of promontory (976) Concept 2 is similar to the concept 2 of sandbar (977) Concept 2 is similar to the concept 2 of seashore (978) Concept 9 is similar to the concept 1 of seashore (978)"},{"location":"classes/breastplate/","title":"Breastplate (461)","text":"

Breastplate (class id 461) has 1 important concepts. The full class name is breastplate, aegis, egis.

"},{"location":"classes/breastplate/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Breastplate' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/breastplate/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 7 (Importance 9%) Concept 5 (Importance 7%) Concept 3 (Importance 7%) Concept 1 (Importance 5%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 2 (Importance 2%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 5 Concept 3 Concept 1 Concept 9 Concept 8 Concept 2 Concept 6 Concept 4"},{"location":"classes/breastplate/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class breastplate and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of cuirass (524) Concept 3 is similar to the concept 5 of pedestal (708) Concept 3 is similar to the concept 3 of scabbard (777) Concept 3 is similar to the concept 0 of shield (787)"},{"location":"classes/briard/","title":"Briard (226)","text":"

Briard (class id 226) has 4 important concepts. The full class name is briard.

"},{"location":"classes/briard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Briard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/briard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 46%) Concept 7 (Importance 18%) Concept 2 (Importance 13%) Concept 4 (Importance 7%) Concept 9 (Importance 5%) Concept 0 (Importance 4%) Concept 5 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 7 Concept 2 Concept 4 Concept 9 Concept 0 Concept 5 Concept 1 Concept 8 Concept 6"},{"location":"classes/briard/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class briard and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of Pekinese (154) Concept 0 is similar to the concept 2 of Shih-Tzu (155) Concept 0 is similar to the concept 8 of papillon (157) Concept 0 is similar to the concept 0 of Afghan hound (160) Concept 0 is similar to the concept 2 of Yorkshire terrier (187) Concept 0 is similar to the concept 0 of Australian terrier (193) Concept 0 is similar to the concept 1 of silky terrier (201) Concept 0 is similar to the concept 2 of Lhasa (204) Concept 4 is similar to the concept 9 of cocker spaniel (219) Concept 0 is similar to the concept 9 of Shetland sheepdog (230)"},{"location":"classes/broccoli/","title":"Broccoli (937)","text":"

Broccoli (class id 937) has 1 important concepts. The full class name is broccoli.

"},{"location":"classes/broccoli/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Broccoli' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/broccoli/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 81%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 1 Concept 9 Concept 2 Concept 8 Concept 6 Concept 5 Concept 3"},{"location":"classes/broccoli/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class broccoli and other classes.

Here are those concepts: Concept 1 is similar to the concept 9 of hot pot (926) Concept 1 is similar to the concept 2 of hotdog (934) Concept 1 is similar to the concept 1 of mashed potato (935) Concept 2 is similar to the concept 2 of head cabbage (936) Concept 2 is similar to the concept 2 of fig (952) Concept 1 is similar to the concept 9 of corn (987)"},{"location":"classes/broom/","title":"Broom (462)","text":"

Broom (class id 462) has 2 important concepts. The full class name is broom.

"},{"location":"classes/broom/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Broom' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/broom/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 6 (Importance 14%) Concept 9 (Importance 5%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 9 Concept 2 Concept 8 Concept 7 Concept 5 Concept 1 Concept 4 Concept 3"},{"location":"classes/broom/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class broom and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 6 of bathtub (435) Concept 2 is similar to the concept 2 of beaker (438) Concept 2 is similar to the concept 4 of bow tie (457) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 7 of candle (470) Concept 2 is similar to the concept 2 of carpenter kit (477) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 2 of clog (502) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 1 of dumbbell (543) Concept 2 is similar to the concept 5 of iron (606) Concept 2 is similar to the concept 6 of jean (608) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 2 of measuring cup (647) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 7 of mortar (666) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 0 is similar to the concept 1 of paintbrush (696) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 9 of Petri dish (712) Concept 6 is similar to the concept 4 of plunger (731) Concept 2 is similar to the concept 2 of purse (748) Concept 2 is similar to the concept 5 of rubber eraser (767) Concept 2 is similar to the concept 3 of running shoe (770) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 2 of screw (783) Concept 2 is similar to the concept 9 of screwdriver (784) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 6 is similar to the concept 2 of shovel (792) Concept 2 is similar to the concept 1 of shower cap (793) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 3 of sunglasses (837) Concept 2 is similar to the concept 1 of swab (840) Concept 6 is similar to the concept 3 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 2 is similar to the concept 5 of vase (883) Concept 2 is similar to the concept 7 of velvet (885) Concept 2 is similar to the concept 2 of water jug (899) Concept 2 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/brown%20bear/","title":"Brown bear (294)","text":"

Brown bear (class id 294) has 4 important concepts. The full class name is brown bear, bruin, Ursus arctos.

"},{"location":"classes/brown%20bear/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Brown bear' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/brown%20bear/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 32%) Concept 3 (Importance 26%) Concept 4 (Importance 16%) Concept 0 (Importance 15%) Concept 7 (Importance 4%) Concept 6 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 4 Concept 0 Concept 7 Concept 6 Concept 5 Concept 9 Concept 8 Concept 1"},{"location":"classes/brown%20bear/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class brown bear and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of sea lion (150) Concept 4 is similar to the concept 3 of American black bear (295) Concept 4 is similar to the concept 3 of sloth bear (297)"},{"location":"classes/bubble/","title":"Bubble (971)","text":"

Bubble (class id 971) has 2 important concepts. The full class name is bubble.

"},{"location":"classes/bubble/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bubble' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bubble/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 50%) Concept 5 (Importance 40%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 6 Concept 3 Concept 8 Concept 2 Concept 1 Concept 9 Concept 7 Concept 4"},{"location":"classes/bubble/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class bubble and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of Band Aid (419) Concept 3 is similar to the concept 5 of brassiere (459) Concept 3 is similar to the concept 0 of oxygen mask (691) Concept 3 is similar to the concept 1 of stethoscope (823)"},{"location":"classes/bucket/","title":"Bucket (463)","text":"

Bucket (class id 463) has 2 important concepts. The full class name is bucket, pail.

"},{"location":"classes/bucket/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bucket' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bucket/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 61%) Concept 4 (Importance 18%) Concept 8 (Importance 5%) Concept 0 (Importance 4%) Concept 6 (Importance 3%) Concept 1 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 8 Concept 0 Concept 6 Concept 1 Concept 3 Concept 9 Concept 7 Concept 5"},{"location":"classes/bucket/#similar-concepts","title":"Similar concepts","text":"

We have found 41 similar concepts between the class bucket and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 6 is similar to the concept 3 of caldron (469) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/buckeye/","title":"Buckeye (990)","text":"

Buckeye (class id 990) has 3 important concepts. The full class name is buckeye, horse chestnut, conker.

"},{"location":"classes/buckeye/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Buckeye' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/buckeye/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 3 (Importance 22%) Concept 2 (Importance 19%) Concept 8 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 8 Concept 5 Concept 9 Concept 6 Concept 1 Concept 7 Concept 4"},{"location":"classes/buckeye/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class buckeye and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of coral fungus (991) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 2 of earthstar (995) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/buckle/","title":"Buckle (464)","text":"

Buckle (class id 464) has 4 important concepts. The full class name is buckle.

"},{"location":"classes/buckle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Buckle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/buckle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 29%) Concept 1 (Importance 21%) Concept 2 (Importance 13%) Concept 8 (Importance 11%) Concept 6 (Importance 7%) Concept 3 (Importance 6%) Concept 4 (Importance 5%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 2 Concept 8 Concept 6 Concept 3 Concept 4 Concept 9 Concept 7 Concept 0"},{"location":"classes/buckle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class buckle and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of holster (597) Concept 3 is similar to the concept 3 of Loafer (630) Concept 6 is similar to the concept 3 of ocarina (684) Concept 3 is similar to the concept 3 of sandal (774) Concept 3 is similar to the concept 2 of scabbard (777) Concept 1 is similar to the concept 0 of shield (787) Concept 7 is similar to the concept 3 of wallet (893)"},{"location":"classes/bulbul/","title":"Bulbul (16)","text":"

Bulbul (class id 16) has 3 important concepts. The full class name is bulbul.

"},{"location":"classes/bulbul/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bulbul' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bulbul/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 43%) Concept 7 (Importance 25%) Concept 0 (Importance 23%) Concept 6 (Importance 4%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 0 Concept 6 Concept 4 Concept 1 Concept 9 Concept 8 Concept 5 Concept 3"},{"location":"classes/bulbul/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class bulbul and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of jacamar (95) Concept 6 is similar to the concept 4 of jacamar (95) Concept 4 is similar to the concept 1 of three-toed sloth (364) Concept 4 is similar to the concept 2 of custard apple (956)"},{"location":"classes/bull%20mastiff/","title":"Bull mastiff (243)","text":"

Bull mastiff (class id 243) has 2 important concepts. The full class name is bull mastiff.

"},{"location":"classes/bull%20mastiff/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bull mastiff' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bull%20mastiff/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 6 (Importance 15%) Concept 9 (Importance 12%) Concept 4 (Importance 9%) Concept 8 (Importance 4%) Concept 3 (Importance 4%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 9 Concept 4 Concept 8 Concept 3 Concept 0 Concept 7 Concept 5 Concept 2"},{"location":"classes/bull%20mastiff/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class bull mastiff and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of American Staffordshire terrier (180) Concept 4 is similar to the concept 6 of Rottweiler (234) Concept 3 is similar to the concept 4 of German shepherd (235) Concept 4 is similar to the concept 4 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 0 of boxer (242) Concept 4 is similar to the concept 7 of boxer (242)"},{"location":"classes/bullet%20train/","title":"Bullet train (466)","text":"

Bullet train (class id 466) has 4 important concepts. The full class name is bullet train, bullet.

"},{"location":"classes/bullet%20train/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bullet train' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bullet%20train/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 5 (Importance 14%) Concept 3 (Importance 14%) Concept 2 (Importance 13%) Concept 7 (Importance 8%) Concept 8 (Importance 4%) Concept 4 (Importance 3%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 2 Concept 7 Concept 8 Concept 4 Concept 6 Concept 1 Concept 9"},{"location":"classes/bullet%20train/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bullet train and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of electric locomotive (547) Concept 2 is similar to the concept 1 of passenger car (705)"},{"location":"classes/bulletproof%20vest/","title":"Bulletproof vest (465)","text":"

Bulletproof vest (class id 465) has 2 important concepts. The full class name is bulletproof vest.

"},{"location":"classes/bulletproof%20vest/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bulletproof vest' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bulletproof%20vest/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 46%) Concept 0 (Importance 25%) Concept 4 (Importance 8%) Concept 8 (Importance 6%) Concept 2 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 4 Concept 8 Concept 2 Concept 3 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/bulletproof%20vest/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class bulletproof vest and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of gar (395) Concept 3 is similar to the concept 8 of abaya (399) Concept 2 is similar to the concept 2 of assault rifle (413) Concept 4 is similar to the concept 8 of backpack (414) Concept 2 is similar to the concept 5 of bookshop (454) Concept 2 is similar to the concept 1 of cello (486) Concept 3 is similar to the concept 0 of jersey (610) Concept 4 is similar to the concept 0 of knee pad (615) Concept 3 is similar to the concept 3 of mailbag (636) Concept 2 is similar to the concept 3 of potter wheel (739) Concept 2 is similar to the concept 5 of tobacco shop (860) Concept 3 is similar to the concept 6 of trench coat (869)"},{"location":"classes/bullfrog/","title":"Bullfrog (30)","text":"

Bullfrog (class id 30) has 2 important concepts. The full class name is bullfrog, Rana catesbeiana.

"},{"location":"classes/bullfrog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bullfrog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bullfrog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 59%) Concept 1 (Importance 27%) Concept 3 (Importance 4%) Concept 9 (Importance 3%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 3 Concept 9 Concept 5 Concept 0 Concept 7 Concept 6 Concept 4 Concept 2"},{"location":"classes/bullfrog/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class bullfrog and other classes.

Here are those concepts: Concept 8 is similar to the concept 8 of tree frog (31) Concept 0 is similar to the concept 5 of tailed frog (32) Concept 1 is similar to the concept 1 of tailed frog (32) Concept 3 is similar to the concept 8 of mud turtle (35) Concept 3 is similar to the concept 4 of terrapin (36)"},{"location":"classes/burrito/","title":"Burrito (965)","text":"

Burrito (class id 965) has 2 important concepts. The full class name is burrito.

"},{"location":"classes/burrito/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Burrito' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/burrito/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 45%) Concept 9 (Importance 24%) Concept 0 (Importance 12%) Concept 3 (Importance 5%) Concept 7 (Importance 4%) Concept 1 (Importance 3%) Concept 4 (Importance 2%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 9 Concept 0 Concept 3 Concept 7 Concept 1 Concept 4 Concept 8 Concept 5 Concept 2"},{"location":"classes/burrito/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class burrito and other classes.

Here are those concepts: Concept 7 is similar to the concept 6 of American lobster (122) Concept 4 is similar to the concept 4 of guacamole (924) Concept 4 is similar to the concept 2 of ice cream (928) Concept 4 is similar to the concept 4 of potpie (964)"},{"location":"classes/bustard/","title":"Bustard (138)","text":"

Bustard (class id 138) has 3 important concepts. The full class name is bustard.

"},{"location":"classes/bustard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Bustard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/bustard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 41%) Concept 2 (Importance 23%) Concept 7 (Importance 19%) Concept 6 (Importance 5%) Concept 0 (Importance 4%) Concept 4 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 2 Concept 7 Concept 6 Concept 0 Concept 4 Concept 3 Concept 9 Concept 5 Concept 1"},{"location":"classes/bustard/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class bustard and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of prairie chicken (83) Concept 6 is similar to the concept 2 of gazelle (353)"},{"location":"classes/butcher%20shop/","title":"Butcher shop (467)","text":"

Butcher shop (class id 467) has 2 important concepts. The full class name is butcher shop, meat market.

"},{"location":"classes/butcher%20shop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Butcher shop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/butcher%20shop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 40%) Concept 2 (Importance 34%) Concept 0 (Importance 9%) Concept 4 (Importance 6%) Concept 7 (Importance 2%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 4 Concept 7 Concept 5 Concept 6 Concept 3 Concept 9 Concept 8"},{"location":"classes/butcher%20shop/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class butcher shop and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of chain saw (491) Concept 1 is similar to the concept 8 of grocery store (582) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/butternut%20squash/","title":"Butternut squash (942)","text":"

Butternut squash (class id 942) has 4 important concepts. The full class name is butternut squash.

"},{"location":"classes/butternut%20squash/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Butternut squash' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/butternut%20squash/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 27%) Concept 5 (Importance 26%) Concept 0 (Importance 26%) Concept 4 (Importance 12%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 0 Concept 4 Concept 6 Concept 3 Concept 8 Concept 7 Concept 9 Concept 2"},{"location":"classes/butternut%20squash/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class butternut squash and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of spaghetti squash (940) Concept 8 is similar to the concept 2 of cucumber (943)"},{"location":"classes/cab/","title":"Cab (468)","text":"

Cab (class id 468) has 3 important concepts. The full class name is cab, hack, taxi, taxicab.

"},{"location":"classes/cab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 35%) Concept 6 (Importance 27%) Concept 1 (Importance 11%) Concept 3 (Importance 8%) Concept 9 (Importance 6%) Concept 0 (Importance 5%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 6 Concept 1 Concept 3 Concept 9 Concept 0 Concept 2 Concept 8 Concept 7 Concept 5"},{"location":"classes/cab/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class cab and other classes.

Here are those concepts: Concept 9 is similar to the concept 2 of ambulance (407) Concept 3 is similar to the concept 7 of fire engine (555) Concept 3 is similar to the concept 1 of go-kart (573) Concept 2 is similar to the concept 6 of grille (581) Concept 3 is similar to the concept 5 of horse cart (603) Concept 9 is similar to the concept 8 of minibus (654) Concept 6 is similar to the concept 3 of minivan (656) Concept 3 is similar to the concept 8 of moped (665) Concept 3 is similar to the concept 1 of motor scooter (670) Concept 6 is similar to the concept 3 of pickup (717) Concept 3 is similar to the concept 9 of police van (734) Concept 6 is similar to the concept 2 of police van (734) Concept 2 is similar to the concept 7 of racer (751) Concept 9 is similar to the concept 9 of recreational vehicle (757) Concept 3 is similar to the concept 9 of school bus (779) Concept 6 is similar to the concept 3 of sports car (817) Concept 3 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 5 of trolleybus (874) Concept 3 is similar to the concept 2 of trolleybus (874) Concept 3 is similar to the concept 2 of unicycle (880) Concept 3 is similar to the concept 7 of traffic light (920)"},{"location":"classes/cabbage%20butterfly/","title":"Cabbage butterfly (324)","text":"

Cabbage butterfly (class id 324) has 2 important concepts. The full class name is cabbage butterfly.

"},{"location":"classes/cabbage%20butterfly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cabbage butterfly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cabbage%20butterfly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 65%) Concept 3 (Importance 21%) Concept 6 (Importance 3%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 1 Concept 9 Concept 7 Concept 8 Concept 5 Concept 4 Concept 2"},{"location":"classes/cabbage%20butterfly/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class cabbage butterfly and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of bee (309) Concept 5 is similar to the concept 4 of walking stick (313) Concept 1 is similar to the concept 4 of admiral (321) Concept 1 is similar to the concept 2 of monarch (323) Concept 3 is similar to the concept 4 of lycaenid (326) Concept 5 is similar to the concept 2 of cucumber (943)"},{"location":"classes/cairn/","title":"Cairn (192)","text":"

Cairn (class id 192) has 2 important concepts. The full class name is cairn, cairn terrier.

"},{"location":"classes/cairn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cairn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cairn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 41%) Concept 2 (Importance 31%) Concept 9 (Importance 7%) Concept 4 (Importance 7%) Concept 8 (Importance 4%) Concept 5 (Importance 4%) Concept 6 (Importance 2%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 4 Concept 8 Concept 5 Concept 6 Concept 7 Concept 3 Concept 0"},{"location":"classes/cairn/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class cairn and other classes.

Here are those concepts: Concept 9 is similar to the concept 4 of Norfolk terrier (185) Concept 8 is similar to the concept 7 of Norfolk terrier (185) Concept 1 is similar to the concept 1 of Norwich terrier (186) Concept 9 is similar to the concept 5 of Norwich terrier (186) Concept 9 is similar to the concept 6 of Australian terrier (193) Concept 8 is similar to the concept 6 of miniature poodle (266)"},{"location":"classes/caldron/","title":"Caldron (469)","text":"

Caldron (class id 469) has 3 important concepts. The full class name is caldron, cauldron.

"},{"location":"classes/caldron/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Caldron' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/caldron/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 42%) Concept 0 (Importance 21%) Concept 2 (Importance 11%) Concept 4 (Importance 10%) Concept 9 (Importance 6%) Concept 3 (Importance 5%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 7 Concept 0 Concept 2 Concept 4 Concept 9 Concept 3 Concept 1 Concept 8 Concept 6 Concept 5"},{"location":"classes/caldron/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class caldron and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of bucket (463)"},{"location":"classes/can%20opener/","title":"Can opener (473)","text":"

Can opener (class id 473) has 5 important concepts. The full class name is can opener, tin opener.

"},{"location":"classes/can%20opener/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Can opener' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/can%20opener/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 22%) Concept 7 (Importance 21%) Concept 8 (Importance 20%) Concept 2 (Importance 13%) Concept 4 (Importance 10%) Concept 6 (Importance 7%) Concept 9 (Importance 2%) Concept 5 (Importance 1%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 8 Concept 2 Concept 4 Concept 6 Concept 9 Concept 5 Concept 3 Concept 1"},{"location":"classes/can%20opener/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class can opener and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of water bottle (898) Concept 9 is similar to the concept 5 of web site (916)"},{"location":"classes/candle/","title":"Candle (470)","text":"

Candle (class id 470) has 1 important concepts. The full class name is candle, taper, wax light.

"},{"location":"classes/candle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Candle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/candle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 86%) Concept 1 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 5 Concept 9 Concept 8 Concept 4 Concept 7 Concept 6 Concept 3 Concept 2"},{"location":"classes/candle/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class candle and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of apron (411) Concept 7 is similar to the concept 1 of backpack (414) Concept 7 is similar to the concept 1 of bath towel (434) Concept 7 is similar to the concept 2 of broom (462) Concept 7 is similar to the concept 1 of bucket (463) Concept 7 is similar to the concept 0 of carton (478) Concept 7 is similar to the concept 1 of desk (526) Concept 6 is similar to the concept 2 of laptop (620) Concept 0 is similar to the concept 5 of lighter (626) Concept 7 is similar to the concept 6 of magnetic compass (635) Concept 6 is similar to the concept 2 of maraca (641) Concept 7 is similar to the concept 1 of monitor (664) Concept 7 is similar to the concept 1 of mosquito net (669) Concept 7 is similar to the concept 3 of pajama (697) Concept 6 is similar to the concept 2 of plunger (731) Concept 6 is similar to the concept 1 of punching bag (747) Concept 7 is similar to the concept 1 of safe (771) Concept 7 is similar to the concept 1 of sandal (774) Concept 7 is similar to the concept 2 of scale (778) Concept 7 is similar to the concept 1 of shopping basket (790) Concept 7 is similar to the concept 1 of sleeping bag (797) Concept 7 is similar to the concept 1 of swab (840) Concept 7 is similar to the concept 1 of tray (868)"},{"location":"classes/cannon/","title":"Cannon (471)","text":"

Cannon (class id 471) has 3 important concepts. The full class name is cannon.

"},{"location":"classes/cannon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cannon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cannon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 36%) Concept 1 (Importance 23%) Concept 4 (Importance 20%) Concept 0 (Importance 11%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 4 Concept 0 Concept 9 Concept 7 Concept 2 Concept 8 Concept 6 Concept 5"},{"location":"classes/cannon/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class cannon and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of apiary (410) Concept 2 is similar to the concept 3 of barn (425) Concept 8 is similar to the concept 2 of castle (483) Concept 8 is similar to the concept 1 of church (497) Concept 0 is similar to the concept 6 of electric locomotive (547) Concept 2 is similar to the concept 1 of harvester (595) Concept 1 is similar to the concept 3 of oxcart (690) Concept 2 is similar to the concept 1 of plow (730) Concept 0 is similar to the concept 0 of projectile (744) Concept 3 is similar to the concept 3 of tank (847) Concept 1 is similar to the concept 1 of thresher (856) Concept 2 is similar to the concept 2 of thresher (856) Concept 2 is similar to the concept 0 of worm fence (912)"},{"location":"classes/canoe/","title":"Canoe (472)","text":"

Canoe (class id 472) has 2 important concepts. The full class name is canoe.

"},{"location":"classes/canoe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Canoe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/canoe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 63%) Concept 7 (Importance 11%) Concept 3 (Importance 8%) Concept 9 (Importance 7%) Concept 1 (Importance 3%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 5 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 7 Concept 3 Concept 9 Concept 1 Concept 8 Concept 0 Concept 5 Concept 6 Concept 2"},{"location":"classes/canoe/#similar-concepts","title":"Similar concepts","text":"

We have found 37 similar concepts between the class canoe and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 6 of pelican (144) Concept 5 is similar to the concept 3 of grey whale (147) Concept 5 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 5 is similar to the concept 3 of gar (395) Concept 5 is similar to the concept 1 of aircraft carrier (403) Concept 9 is similar to the concept 1 of boathouse (449) Concept 1 is similar to the concept 4 of boathouse (449) Concept 9 is similar to the concept 3 of castle (483) Concept 9 is similar to the concept 1 of dock (536) Concept 8 is similar to the concept 2 of dogsled (537) Concept 8 is similar to the concept 3 of mountain tent (672) Concept 1 is similar to the concept 2 of paddle (693) Concept 5 is similar to the concept 1 of paddle (693) Concept 5 is similar to the concept 3 of pier (718) Concept 8 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 5 of speedboat (814) Concept 8 is similar to the concept 3 of geyser (974) Concept 1 is similar to the concept 5 of lakeside (975) Concept 5 is similar to the concept 1 of lakeside (975) Concept 8 is similar to the concept 4 of lakeside (975) Concept 9 is similar to the concept 3 of lakeside (975)"},{"location":"classes/capuchin/","title":"Capuchin (378)","text":"

Capuchin (class id 378) has 2 important concepts. The full class name is capuchin, ringtail, Cebus capucinus.

"},{"location":"classes/capuchin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Capuchin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/capuchin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 40%) Concept 3 (Importance 32%) Concept 7 (Importance 13%) Concept 5 (Importance 6%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 7 Concept 5 Concept 1 Concept 8 Concept 0 Concept 9 Concept 6 Concept 4"},{"location":"classes/capuchin/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class capuchin and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of three-toed sloth (364) Concept 5 is similar to the concept 8 of colobus (375) Concept 1 is similar to the concept 3 of howler monkey (379) Concept 5 is similar to the concept 1 of howler monkey (379) Concept 1 is similar to the concept 2 of custard apple (956)"},{"location":"classes/car%20mirror/","title":"Car mirror (475)","text":"

Car mirror (class id 475) has 2 important concepts. The full class name is car mirror.

"},{"location":"classes/car%20mirror/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Car mirror' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/car%20mirror/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 1 (Importance 22%) Concept 6 (Importance 7%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 6 Concept 7 Concept 4 Concept 5 Concept 8 Concept 9 Concept 3 Concept 2"},{"location":"classes/car%20mirror/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class car mirror and other classes.

Here are those concepts: Concept 2 is similar to the concept 9 of pole (733) Concept 4 is similar to the concept 4 of streetcar (829) Concept 4 is similar to the concept 7 of traffic light (920)"},{"location":"classes/car%20wheel/","title":"Car wheel (479)","text":"

Car wheel (class id 479) has 4 important concepts. The full class name is car wheel.

"},{"location":"classes/car%20wheel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Car wheel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/car%20wheel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 26%) Concept 4 (Importance 24%) Concept 0 (Importance 15%) Concept 3 (Importance 12%) Concept 6 (Importance 9%) Concept 2 (Importance 6%) Concept 5 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 3 Concept 6 Concept 2 Concept 5 Concept 8 Concept 7 Concept 9"},{"location":"classes/car%20wheel/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/carbonara/","title":"Carbonara (959)","text":"

Carbonara (class id 959) has 1 important concepts. The full class name is carbonara.

"},{"location":"classes/carbonara/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Carbonara' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/carbonara/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 4 (Importance 11%) Concept 3 (Importance 9%) Concept 9 (Importance 7%) Concept 6 (Importance 6%) Concept 5 (Importance 3%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 9 Concept 6 Concept 5 Concept 1 Concept 7 Concept 8 Concept 2"},{"location":"classes/carbonara/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class carbonara and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of plate (923) Concept 1 is similar to the concept 3 of guacamole (924) Concept 1 is similar to the concept 9 of hot pot (926) Concept 1 is similar to the concept 2 of hotdog (934) Concept 1 is similar to the concept 1 of mashed potato (935) Concept 4 is similar to the concept 7 of mashed potato (935) Concept 1 is similar to the concept 2 of pizza (963)"},{"location":"classes/cardoon/","title":"Cardoon (946)","text":"

Cardoon (class id 946) has 3 important concepts. The full class name is cardoon.

"},{"location":"classes/cardoon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cardoon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cardoon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 5 (Importance 15%) Concept 6 (Importance 14%) Concept 4 (Importance 4%) Concept 9 (Importance 3%) Concept 7 (Importance 2%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 6 Concept 4 Concept 9 Concept 7 Concept 2 Concept 8 Concept 3 Concept 1"},{"location":"classes/cardoon/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class cardoon and other classes.

Here are those concepts: Concept 9 is similar to the concept 2 of artichoke (944) Concept 0 is similar to the concept 4 of artichoke (944)"},{"location":"classes/carousel/","title":"Carousel (476)","text":"

Carousel (class id 476) has 1 important concepts. The full class name is carousel, carrousel, merry-go-round, roundabout, whirligig.

"},{"location":"classes/carousel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Carousel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/carousel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 8 (Importance 12%) Concept 6 (Importance 11%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 0 (Importance 2%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 6 Concept 9 Concept 4 Concept 3 Concept 0 Concept 7 Concept 2 Concept 5"},{"location":"classes/carousel/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class carousel and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of maraca (641) Concept 5 is similar to the concept 3 of tricycle (870)"},{"location":"classes/carpenter%20kit/","title":"Carpenter kit (477)","text":"

Carpenter kit (class id 477) has 2 important concepts. The full class name is carpenter kit, tool kit.

"},{"location":"classes/carpenter%20kit/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Carpenter kit' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/carpenter%20kit/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 8 (Importance 17%) Concept 0 (Importance 8%) Concept 5 (Importance 6%) Concept 3 (Importance 4%) Concept 4 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 0 Concept 5 Concept 3 Concept 4 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/carpenter%20kit/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class carpenter kit and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 0 of screwdriver (784) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868)"},{"location":"classes/carton/","title":"Carton (478)","text":"

Carton (class id 478) has 2 important concepts. The full class name is carton.

"},{"location":"classes/carton/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Carton' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/carton/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 54%) Concept 0 (Importance 18%) Concept 8 (Importance 7%) Concept 2 (Importance 6%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 8 Concept 2 Concept 3 Concept 9 Concept 7 Concept 6 Concept 4 Concept 5"},{"location":"classes/carton/#similar-concepts","title":"Similar concepts","text":"

We have found 41 similar concepts between the class carton and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of apron (411) Concept 0 is similar to the concept 1 of backpack (414) Concept 0 is similar to the concept 1 of bath towel (434) Concept 0 is similar to the concept 6 of bathtub (435) Concept 0 is similar to the concept 2 of beaker (438) Concept 0 is similar to the concept 4 of bow tie (457) Concept 0 is similar to the concept 2 of broom (462) Concept 0 is similar to the concept 1 of bucket (463) Concept 0 is similar to the concept 7 of candle (470) Concept 0 is similar to the concept 2 of carpenter kit (477) Concept 0 is similar to the concept 2 of clog (502) Concept 0 is similar to the concept 1 of desk (526) Concept 0 is similar to the concept 1 of dumbbell (543) Concept 0 is similar to the concept 5 of iron (606) Concept 0 is similar to the concept 6 of jean (608) Concept 0 is similar to the concept 6 of magnetic compass (635) Concept 0 is similar to the concept 2 of measuring cup (647) Concept 0 is similar to the concept 1 of monitor (664) Concept 0 is similar to the concept 7 of mortar (666) Concept 0 is similar to the concept 1 of mosquito net (669) Concept 8 is similar to the concept 6 of packet (692) Concept 0 is similar to the concept 3 of pajama (697) Concept 0 is similar to the concept 9 of Petri dish (712) Concept 0 is similar to the concept 2 of purse (748) Concept 0 is similar to the concept 5 of rubber eraser (767) Concept 0 is similar to the concept 3 of running shoe (770) Concept 0 is similar to the concept 1 of safe (771) Concept 0 is similar to the concept 1 of sandal (774) Concept 0 is similar to the concept 2 of scale (778) Concept 0 is similar to the concept 2 of screw (783) Concept 0 is similar to the concept 9 of screwdriver (784) Concept 0 is similar to the concept 1 of shopping basket (790) Concept 0 is similar to the concept 1 of shower cap (793) Concept 0 is similar to the concept 1 of sleeping bag (797) Concept 0 is similar to the concept 3 of sunglasses (837) Concept 0 is similar to the concept 1 of swab (840) Concept 0 is similar to the concept 1 of tray (868) Concept 0 is similar to the concept 5 of vase (883) Concept 0 is similar to the concept 7 of velvet (885) Concept 0 is similar to the concept 2 of water jug (899) Concept 0 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/cash%20machine/","title":"Cash machine (480)","text":"

Cash machine (class id 480) has 2 important concepts. The full class name is cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM.

"},{"location":"classes/cash%20machine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cash machine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cash%20machine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 69%) Concept 5 (Importance 8%) Concept 8 (Importance 6%) Concept 6 (Importance 6%) Concept 9 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 6 Concept 9 Concept 2 Concept 7 Concept 4 Concept 3 Concept 0"},{"location":"classes/cash%20machine/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class cash machine and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of pay-phone (707) Concept 6 is similar to the concept 5 of pay-phone (707) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 4 of shoe shop (788) Concept 0 is similar to the concept 0 of sliding door (799)"},{"location":"classes/cassette%20player/","title":"Cassette player (482)","text":"

Cassette player (class id 482) has 2 important concepts. The full class name is cassette player.

"},{"location":"classes/cassette%20player/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cassette player' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cassette%20player/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 7 (Importance 13%) Concept 0 (Importance 7%) Concept 5 (Importance 6%) Concept 6 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 0 Concept 5 Concept 6 Concept 8 Concept 4 Concept 3 Concept 2 Concept 9"},{"location":"classes/cassette%20player/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class cassette player and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of CD player (485) Concept 1 is similar to the concept 1 of tape player (848)"},{"location":"classes/cassette/","title":"Cassette (481)","text":"

Cassette (class id 481) has 2 important concepts. The full class name is cassette.

"},{"location":"classes/cassette/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cassette' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cassette/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 0 (Importance 8%) Concept 3 (Importance 5%) Concept 6 (Importance 3%) Concept 4 (Importance 3%) Concept 2 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 6 Concept 4 Concept 2 Concept 7 Concept 9 Concept 8 Concept 5"},{"location":"classes/cassette/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class cassette and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of slide rule (798)"},{"location":"classes/castle/","title":"Castle (483)","text":"

Castle (class id 483) has 1 important concepts. The full class name is castle.

"},{"location":"classes/castle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Castle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/castle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 9 (Importance 13%) Concept 4 (Importance 10%) Concept 6 (Importance 3%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 4 Concept 6 Concept 2 Concept 8 Concept 3 Concept 7 Concept 5 Concept 1"},{"location":"classes/castle/#similar-concepts","title":"Similar concepts","text":"

We have found 56 similar concepts between the class castle and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 3 of barn (425) Concept 3 is similar to the concept 1 of boathouse (449) Concept 2 is similar to the concept 5 of boathouse (449) Concept 2 is similar to the concept 9 of breakwater (460) Concept 2 is similar to the concept 8 of cannon (471) Concept 3 is similar to the concept 9 of canoe (472) Concept 2 is similar to the concept 3 of catamaran (484) Concept 2 is similar to the concept 1 of church (497) Concept 4 is similar to the concept 7 of church (497) Concept 9 is similar to the concept 1 of cliff dwelling (500) Concept 2 is similar to the concept 3 of container ship (510) Concept 2 is similar to the concept 8 of crane (517) Concept 2 is similar to the concept 4 of dam (525) Concept 2 is similar to the concept 2 of dock (536) Concept 3 is similar to the concept 1 of dock (536) Concept 2 is similar to the concept 2 of drilling platform (540) Concept 2 is similar to the concept 2 of fireboat (554) Concept 2 is similar to the concept 5 of flagpole (557) Concept 2 is similar to the concept 9 of harvester (595) Concept 2 is similar to the concept 3 of liner (628) Concept 2 is similar to the concept 2 of megalith (649) Concept 7 is similar to the concept 1 of megalith (649) Concept 0 is similar to the concept 0 of monastery (663) Concept 2 is similar to the concept 2 of monastery (663) Concept 2 is similar to the concept 0 of obelisk (682) Concept 0 is similar to the concept 0 of palace (698) Concept 2 is similar to the concept 3 of palace (698) Concept 2 is similar to the concept 1 of parachute (701) Concept 2 is similar to the concept 6 of picket fence (716) Concept 2 is similar to the concept 2 of pier (718) Concept 2 is similar to the concept 9 of pirate (724) Concept 2 is similar to the concept 2 of planetarium (727) Concept 2 is similar to the concept 1 of projectile (744) Concept 2 is similar to the concept 3 of radio telescope (755) Concept 2 is similar to the concept 7 of ski (795) Concept 2 is similar to the concept 3 of steel arch bridge (821) Concept 7 is similar to the concept 1 of stone wall (825) Concept 2 is similar to the concept 2 of submarine (833) Concept 2 is similar to the concept 3 of suspension bridge (839) Concept 2 is similar to the concept 8 of thatch (853) Concept 2 is similar to the concept 2 of trimaran (871) Concept 2 is similar to the concept 2 of viaduct (888) Concept 2 is similar to the concept 7 of warplane (895) Concept 2 is similar to the concept 2 of wreck (913) Concept 2 is similar to the concept 6 of yurt (915) Concept 2 is similar to the concept 2 of hay (958) Concept 2 is similar to the concept 2 of alp (970) Concept 2 is similar to the concept 1 of cliff (972) Concept 2 is similar to the concept 2 of lakeside (975) Concept 3 is similar to the concept 3 of lakeside (975) Concept 2 is similar to the concept 2 of promontory (976) Concept 2 is similar to the concept 1 of sandbar (977) Concept 2 is similar to the concept 3 of valley (979) Concept 2 is similar to the concept 3 of rapeseed (984)"},{"location":"classes/catamaran/","title":"Catamaran (484)","text":"

Catamaran (class id 484) has 2 important concepts. The full class name is catamaran.

"},{"location":"classes/catamaran/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Catamaran' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/catamaran/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 42%) Concept 5 (Importance 33%) Concept 7 (Importance 7%) Concept 4 (Importance 6%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 7 Concept 4 Concept 2 Concept 8 Concept 9 Concept 3 Concept 6 Concept 0"},{"location":"classes/catamaran/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class catamaran and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of grey whale (147) Concept 7 is similar to the concept 9 of grey whale (147) Concept 9 is similar to the concept 1 of killer whale (148) Concept 9 is similar to the concept 1 of aircraft carrier (403) Concept 3 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 2 of breakwater (460) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 9 is similar to the concept 1 of paddle (693) Concept 9 is similar to the concept 3 of pier (718) Concept 8 is similar to the concept 4 of pirate (724) Concept 1 is similar to the concept 0 of schooner (780) Concept 8 is similar to the concept 7 of schooner (780) Concept 8 is similar to the concept 5 of suspension bridge (839) Concept 1 is similar to the concept 1 of trimaran (871) Concept 5 is similar to the concept 5 of trimaran (871) Concept 8 is similar to the concept 6 of trimaran (871) Concept 1 is similar to the concept 0 of yawl (914) Concept 7 is similar to the concept 2 of sandbar (977) Concept 3 is similar to the concept 1 of seashore (978) Concept 7 is similar to the concept 2 of seashore (978)"},{"location":"classes/cauliflower/","title":"Cauliflower (938)","text":"

Cauliflower (class id 938) has 2 important concepts. The full class name is cauliflower.

"},{"location":"classes/cauliflower/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cauliflower' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cauliflower/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 59%) Concept 8 (Importance 17%) Concept 3 (Importance 9%) Concept 2 (Importance 4%) Concept 4 (Importance 3%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 2 Concept 4 Concept 9 Concept 5 Concept 1 Concept 7 Concept 6"},{"location":"classes/cauliflower/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class cauliflower and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of wok (909) Concept 3 is similar to the concept 2 of ice cream (928) Concept 3 is similar to the concept 0 of mashed potato (935) Concept 2 is similar to the concept 2 of head cabbage (936) Concept 5 is similar to the concept 3 of acorn squash (941) Concept 3 is similar to the concept 5 of meat loaf (962) Concept 5 is similar to the concept 9 of corn (987)"},{"location":"classes/cello/","title":"Cello (486)","text":"

Cello (class id 486) has 1 important concepts. The full class name is cello, violoncello.

"},{"location":"classes/cello/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cello' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cello/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 85%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 3 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/cello/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class cello and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of bassoon (432) Concept 1 is similar to the concept 2 of bulletproof vest (465) Concept 1 is similar to the concept 2 of laptop (620) Concept 1 is similar to the concept 3 of potter wheel (739) Concept 1 is similar to the concept 1 of punching bag (747) Concept 0 is similar to the concept 0 of violin (889)"},{"location":"classes/cellular%20telephone/","title":"Cellular telephone (487)","text":"

Cellular telephone (class id 487) has 2 important concepts. The full class name is cellular telephone, cellular phone, cellphone, cell, mobile phone.

"},{"location":"classes/cellular%20telephone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cellular telephone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cellular%20telephone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 42%) Concept 2 (Importance 25%) Concept 3 (Importance 11%) Concept 5 (Importance 7%) Concept 0 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 3%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 9 Concept 2 Concept 3 Concept 5 Concept 0 Concept 8 Concept 7 Concept 1 Concept 6 Concept 4"},{"location":"classes/cellular%20telephone/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class cellular telephone and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of Band Aid (419) Concept 1 is similar to the concept 1 of binoculars (447) Concept 5 is similar to the concept 4 of hand-held computer (590) Concept 8 is similar to the concept 5 of hand-held computer (590) Concept 5 is similar to the concept 5 of iPod (605) Concept 1 is similar to the concept 5 of microphone (650) Concept 5 is similar to the concept 8 of stopwatch (826) Concept 1 is similar to the concept 3 of whistle (902) Concept 5 is similar to the concept 5 of crossword puzzle (918)"},{"location":"classes/centipede/","title":"Centipede (79)","text":"

Centipede (class id 79) has 1 important concepts. The full class name is centipede.

"},{"location":"classes/centipede/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Centipede' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/centipede/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 78%) Concept 7 (Importance 8%) Concept 5 (Importance 6%) Concept 9 (Importance 3%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 5 Concept 9 Concept 4 Concept 2 Concept 1 Concept 8 Concept 6 Concept 3"},{"location":"classes/centipede/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class centipede and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of oxygen mask (691) Concept 5 is similar to the concept 1 of vacuum (882)"},{"location":"classes/chain%20mail/","title":"Chain mail (490)","text":"

Chain mail (class id 490) has 2 important concepts. The full class name is chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour.

"},{"location":"classes/chain%20mail/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chain mail' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chain%20mail/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 65%) Concept 1 (Importance 11%) Concept 8 (Importance 6%) Concept 9 (Importance 3%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 2 (Importance 2%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 9 Concept 5 Concept 4 Concept 3 Concept 2 Concept 6 Concept 7"},{"location":"classes/chain%20mail/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/chain%20saw/","title":"Chain saw (491)","text":"

Chain saw (class id 491) has 2 important concepts. The full class name is chain saw, chainsaw.

"},{"location":"classes/chain%20saw/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chain saw' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chain%20saw/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 43%) Concept 6 (Importance 29%) Concept 0 (Importance 10%) Concept 4 (Importance 6%) Concept 1 (Importance 4%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 6 Concept 0 Concept 4 Concept 1 Concept 7 Concept 5 Concept 9 Concept 8 Concept 2"},{"location":"classes/chain%20saw/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class chain saw and other classes.

Here are those concepts: Concept 4 is similar to the concept 9 of German shepherd (235) Concept 4 is similar to the concept 4 of barrow (428) Concept 4 is similar to the concept 3 of butcher shop (467) Concept 4 is similar to the concept 2 of croquet ball (522) Concept 4 is similar to the concept 7 of Dutch oven (544) Concept 4 is similar to the concept 5 of lawn mower (621) Concept 4 is similar to the concept 7 of lumbermill (634) Concept 4 is similar to the concept 3 of moped (665) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 6 is similar to the concept 5 of power drill (740) Concept 4 is similar to the concept 4 of shovel (792) Concept 4 is similar to the concept 3 of soccer ball (805) Concept 4 is similar to the concept 2 of swing (843)"},{"location":"classes/chain/","title":"Chain (488)","text":"

Chain (class id 488) has 2 important concepts. The full class name is chain.

"},{"location":"classes/chain/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chain' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chain/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 2 (Importance 29%) Concept 8 (Importance 7%) Concept 0 (Importance 3%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 8 Concept 0 Concept 4 Concept 3 Concept 9 Concept 7 Concept 6 Concept 5"},{"location":"classes/chain/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class chain and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of padlock (695)"},{"location":"classes/chainlink%20fence/","title":"Chainlink fence (489)","text":"

Chainlink fence (class id 489) has 1 important concepts. The full class name is chainlink fence.

"},{"location":"classes/chainlink%20fence/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chainlink fence' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chainlink%20fence/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 8 (Importance 13%) Concept 3 (Importance 4%) Concept 1 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 1 Concept 2 Concept 9 Concept 7 Concept 4 Concept 6 Concept 5"},{"location":"classes/chainlink%20fence/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/chambered%20nautilus/","title":"Chambered nautilus (117)","text":"

Chambered nautilus (class id 117) has 3 important concepts. The full class name is chambered nautilus, pearly nautilus, nautilus.

"},{"location":"classes/chambered%20nautilus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chambered nautilus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chambered%20nautilus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 40%) Concept 0 (Importance 32%) Concept 2 (Importance 13%) Concept 6 (Importance 4%) Concept 7 (Importance 2%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 2 Concept 6 Concept 7 Concept 1 Concept 8 Concept 4 Concept 3 Concept 9"},{"location":"classes/chambered%20nautilus/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/cheeseburger/","title":"Cheeseburger (933)","text":"

Cheeseburger (class id 933) has 2 important concepts. The full class name is cheeseburger.

"},{"location":"classes/cheeseburger/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cheeseburger' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cheeseburger/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 56%) Concept 9 (Importance 16%) Concept 5 (Importance 9%) Concept 4 (Importance 6%) Concept 2 (Importance 6%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 5 Concept 4 Concept 2 Concept 3 Concept 0 Concept 8 Concept 7 Concept 6"},{"location":"classes/cheeseburger/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class cheeseburger and other classes.

Here are those concepts: Concept 4 is similar to the concept 6 of hotdog (934)"},{"location":"classes/cheetah/","title":"Cheetah (293)","text":"

Cheetah (class id 293) has 3 important concepts. The full class name is cheetah, chetah, Acinonyx jubatus.

"},{"location":"classes/cheetah/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cheetah' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cheetah/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 28%) Concept 2 (Importance 27%) Concept 0 (Importance 19%) Concept 3 (Importance 8%) Concept 4 (Importance 7%) Concept 1 (Importance 6%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 7 Concept 2 Concept 0 Concept 3 Concept 4 Concept 1 Concept 5 Concept 9 Concept 8 Concept 6"},{"location":"classes/cheetah/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class cheetah and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hyena (276) Concept 3 is similar to the concept 5 of lynx (287) Concept 0 is similar to the concept 0 of leopard (288) Concept 3 is similar to the concept 0 of snow leopard (289) Concept 0 is similar to the concept 0 of jaguar (290)"},{"location":"classes/chest/","title":"Chest (492)","text":"

Chest (class id 492) has 4 important concepts. The full class name is chest.

"},{"location":"classes/chest/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chest' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chest/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 28%) Concept 1 (Importance 26%) Concept 7 (Importance 19%) Concept 2 (Importance 14%) Concept 4 (Importance 5%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 2 Concept 4 Concept 9 Concept 5 Concept 0 Concept 8 Concept 6"},{"location":"classes/chest/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/chickadee/","title":"Chickadee (19)","text":"

Chickadee (class id 19) has 1 important concepts. The full class name is chickadee.

"},{"location":"classes/chickadee/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chickadee' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chickadee/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 62%) Concept 3 (Importance 13%) Concept 0 (Importance 13%) Concept 8 (Importance 6%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 8 Concept 6 Concept 9 Concept 7 Concept 5 Concept 4 Concept 2"},{"location":"classes/chickadee/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class chickadee and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of junco (13) Concept 0 is similar to the concept 8 of jay (17) Concept 6 is similar to the concept 0 of jacamar (95) Concept 6 is similar to the concept 4 of three-toed sloth (364)"},{"location":"classes/chiffonier/","title":"Chiffonier (493)","text":"

Chiffonier (class id 493) has 2 important concepts. The full class name is chiffonier, commode.

"},{"location":"classes/chiffonier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chiffonier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chiffonier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 54%) Concept 0 (Importance 25%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 8 (Importance 3%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 4 Concept 8 Concept 3 Concept 6 Concept 2 Concept 9 Concept 5"},{"location":"classes/chiffonier/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class chiffonier and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of file (553) Concept 5 is similar to the concept 1 of plane (726) Concept 1 is similar to the concept 6 of wardrobe (894)"},{"location":"classes/chime/","title":"Chime (494)","text":"

Chime (class id 494) has 5 important concepts. The full class name is chime, bell, gong.

"},{"location":"classes/chime/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chime' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chime/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 24%) Concept 1 (Importance 21%) Concept 2 (Importance 20%) Concept 0 (Importance 14%) Concept 9 (Importance 8%) Concept 3 (Importance 6%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 2 Concept 0 Concept 9 Concept 3 Concept 7 Concept 6 Concept 5 Concept 8"},{"location":"classes/chime/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class chime and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of panpipe (699)"},{"location":"classes/chimpanzee/","title":"Chimpanzee (367)","text":"

Chimpanzee (class id 367) has 3 important concepts. The full class name is chimpanzee, chimp, Pan troglodytes.

"},{"location":"classes/chimpanzee/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chimpanzee' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chimpanzee/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 32%) Concept 0 (Importance 27%) Concept 8 (Importance 17%) Concept 3 (Importance 14%) Concept 7 (Importance 3%) Concept 5 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 8 Concept 3 Concept 7 Concept 5 Concept 4 Concept 9 Concept 6 Concept 2"},{"location":"classes/chimpanzee/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class chimpanzee and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of Rottweiler (234) Concept 7 is similar to the concept 0 of American black bear (295) Concept 0 is similar to the concept 0 of gorilla (366) Concept 1 is similar to the concept 1 of gorilla (366) Concept 7 is similar to the concept 5 of gorilla (366) Concept 7 is similar to the concept 1 of howler monkey (379) Concept 7 is similar to the concept 9 of giant panda (388)"},{"location":"classes/china%20cabinet/","title":"China cabinet (495)","text":"

China cabinet (class id 495) has 2 important concepts. The full class name is china cabinet, china closet.

"},{"location":"classes/china%20cabinet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'China cabinet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/china%20cabinet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 50%) Concept 7 (Importance 25%) Concept 3 (Importance 6%) Concept 1 (Importance 6%) Concept 8 (Importance 5%) Concept 6 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 1 Concept 8 Concept 6 Concept 5 Concept 9 Concept 4 Concept 2"},{"location":"classes/china%20cabinet/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class china cabinet and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of bookcase (453) Concept 0 is similar to the concept 8 of entertainment center (548) Concept 1 is similar to the concept 2 of entertainment center (548) Concept 0 is similar to the concept 2 of medicine chest (648)"},{"location":"classes/chiton/","title":"Chiton (116)","text":"

Chiton (class id 116) has 1 important concepts. The full class name is chiton, coat-of-mail shell, sea cradle, polyplacophore.

"},{"location":"classes/chiton/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chiton' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chiton/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 83%) Concept 9 (Importance 4%) Concept 2 (Importance 4%) Concept 5 (Importance 2%) Concept 0 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 2 Concept 5 Concept 0 Concept 4 Concept 8 Concept 7 Concept 6 Concept 3"},{"location":"classes/chiton/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/chocolate%20sauce/","title":"Chocolate sauce (960)","text":"

Chocolate sauce (class id 960) has 3 important concepts. The full class name is chocolate sauce, chocolate syrup.

"},{"location":"classes/chocolate%20sauce/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chocolate sauce' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chocolate%20sauce/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 3 (Importance 23%) Concept 4 (Importance 11%) Concept 5 (Importance 5%) Concept 1 (Importance 5%) Concept 2 (Importance 4%) Concept 8 (Importance 3%) Concept 6 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 4 Concept 5 Concept 1 Concept 2 Concept 8 Concept 6 Concept 9 Concept 7"},{"location":"classes/chocolate%20sauce/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class chocolate sauce and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of ice cream (928) Concept 4 is similar to the concept 7 of mashed potato (935) Concept 1 is similar to the concept 5 of dough (961)"},{"location":"classes/chow/","title":"Chow (260)","text":"

Chow (class id 260) has 2 important concepts. The full class name is chow, chow chow.

"},{"location":"classes/chow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Chow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/chow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 56%) Concept 2 (Importance 18%) Concept 1 (Importance 8%) Concept 6 (Importance 5%) Concept 0 (Importance 4%) Concept 5 (Importance 3%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 9 Concept 2 Concept 1 Concept 6 Concept 0 Concept 5 Concept 7 Concept 4 Concept 8 Concept 3"},{"location":"classes/chow/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class chow and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of golden retriever (207) Concept 1 is similar to the concept 3 of Labrador retriever (208) Concept 5 is similar to the concept 6 of Leonberg (255) Concept 0 is similar to the concept 5 of white wolf (270) Concept 0 is similar to the concept 0 of Siamese cat (284) Concept 0 is similar to the concept 8 of black-footed ferret (359)"},{"location":"classes/church/","title":"Church (497)","text":"

Church (class id 497) has 4 important concepts. The full class name is church, church building.

"},{"location":"classes/church/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Church' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/church/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 38%) Concept 6 (Importance 21%) Concept 3 (Importance 14%) Concept 7 (Importance 13%) Concept 1 (Importance 4%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 3 Concept 7 Concept 1 Concept 0 Concept 8 Concept 5 Concept 9 Concept 4"},{"location":"classes/church/#similar-concepts","title":"Similar concepts","text":"

We have found 58 similar concepts between the class church and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of aircraft carrier (403) Concept 1 is similar to the concept 3 of balloon (417) Concept 3 is similar to the concept 0 of barn (425) Concept 1 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 2 of bell cote (442) Concept 0 is similar to the concept 8 of bell cote (442) Concept 3 is similar to the concept 3 of boathouse (449) Concept 1 is similar to the concept 5 of boathouse (449) Concept 1 is similar to the concept 9 of breakwater (460) Concept 1 is similar to the concept 8 of cannon (471) Concept 1 is similar to the concept 2 of castle (483) Concept 7 is similar to the concept 4 of castle (483) Concept 1 is similar to the concept 3 of catamaran (484) Concept 1 is similar to the concept 3 of container ship (510) Concept 1 is similar to the concept 4 of dam (525) Concept 1 is similar to the concept 2 of dock (536) Concept 1 is similar to the concept 4 of dome (538) Concept 1 is similar to the concept 2 of drilling platform (540) Concept 1 is similar to the concept 2 of fireboat (554) Concept 1 is similar to the concept 4 of fountain (562) Concept 1 is similar to the concept 9 of harvester (595) Concept 1 is similar to the concept 3 of liner (628) Concept 1 is similar to the concept 2 of megalith (649) Concept 0 is similar to the concept 0 of monastery (663) Concept 1 is similar to the concept 2 of monastery (663) Concept 0 is similar to the concept 5 of mosque (668) Concept 1 is similar to the concept 2 of mosque (668) Concept 1 is similar to the concept 3 of palace (698) Concept 1 is similar to the concept 6 of picket fence (716) Concept 1 is similar to the concept 2 of pier (718) Concept 1 is similar to the concept 9 of pirate (724) Concept 1 is similar to the concept 2 of planetarium (727) Concept 1 is similar to the concept 2 of pole (733) Concept 1 is similar to the concept 1 of projectile (744) Concept 1 is similar to the concept 3 of radio telescope (755) Concept 1 is similar to the concept 7 of ski (795) Concept 1 is similar to the concept 4 of snowmobile (802) Concept 1 is similar to the concept 3 of solar dish (807) Concept 1 is similar to the concept 2 of space shuttle (812) Concept 1 is similar to the concept 3 of steel arch bridge (821) Concept 1 is similar to the concept 3 of stupa (832) Concept 1 is similar to the concept 2 of submarine (833) Concept 1 is similar to the concept 3 of suspension bridge (839) Concept 1 is similar to the concept 2 of trimaran (871) Concept 1 is similar to the concept 2 of viaduct (888) Concept 1 is similar to the concept 3 of water tower (900) Concept 1 is similar to the concept 2 of wreck (913) Concept 1 is similar to the concept 6 of yurt (915) Concept 1 is similar to the concept 3 of traffic light (920) Concept 1 is similar to the concept 2 of hay (958) Concept 1 is similar to the concept 2 of alp (970) Concept 1 is similar to the concept 1 of cliff (972) Concept 1 is similar to the concept 2 of lakeside (975) Concept 1 is similar to the concept 2 of promontory (976) Concept 1 is similar to the concept 1 of sandbar (977) Concept 1 is similar to the concept 1 of seashore (978) Concept 1 is similar to the concept 3 of valley (979) Concept 1 is similar to the concept 3 of rapeseed (984)"},{"location":"classes/cicada/","title":"Cicada (316)","text":"

Cicada (class id 316) has 3 important concepts. The full class name is cicada, cicala.

"},{"location":"classes/cicada/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cicada' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cicada/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 38%) Concept 0 (Importance 32%) Concept 9 (Importance 15%) Concept 5 (Importance 6%) Concept 4 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 9 Concept 5 Concept 4 Concept 8 Concept 7 Concept 6 Concept 3 Concept 2"},{"location":"classes/cicada/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class cicada and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of American chameleon (40) Concept 6 is similar to the concept 9 of vine snake (59) Concept 4 is similar to the concept 4 of scorpion (71) Concept 4 is similar to the concept 9 of long-horned beetle (303) Concept 4 is similar to the concept 3 of grasshopper (311) Concept 6 is similar to the concept 4 of walking stick (313) Concept 4 is similar to the concept 3 of leafhopper (317) Concept 3 is similar to the concept 6 of fox squirrel (335) Concept 6 is similar to the concept 2 of cucumber (943)"},{"location":"classes/cinema/","title":"Cinema (498)","text":"

Cinema (class id 498) has 4 important concepts. The full class name is cinema, movie theater, movie theatre, movie house, picture palace.

"},{"location":"classes/cinema/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cinema' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cinema/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 4 (Importance 16%) Concept 7 (Importance 8%) Concept 6 (Importance 8%) Concept 2 (Importance 8%) Concept 5 (Importance 7%) Concept 9 (Importance 2%) Concept 0 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 7 Concept 6 Concept 2 Concept 5 Concept 9 Concept 0 Concept 3 Concept 8"},{"location":"classes/cinema/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class cinema and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of barbershop (424) Concept 7 is similar to the concept 2 of theater curtain (854)"},{"location":"classes/cleaver/","title":"Cleaver (499)","text":"

Cleaver (class id 499) has 2 important concepts. The full class name is cleaver, meat cleaver, chopper.

"},{"location":"classes/cleaver/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cleaver' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cleaver/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 43%) Concept 4 (Importance 36%) Concept 9 (Importance 13%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 9 Concept 7 Concept 5 Concept 0 Concept 8 Concept 6 Concept 3 Concept 1"},{"location":"classes/cleaver/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class cleaver and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of binoculars (447) Concept 3 is similar to the concept 1 of hand blower (589) Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 4 of ocarina (684) Concept 3 is similar to the concept 4 of prison (743) Concept 0 is similar to the concept 9 of rule (769) Concept 3 is similar to the concept 4 of Windsor tie (906) Concept 5 is similar to the concept 5 of web site (916)"},{"location":"classes/cliff%20dwelling/","title":"Cliff dwelling (500)","text":"

Cliff dwelling (class id 500) has 2 important concepts. The full class name is cliff dwelling.

"},{"location":"classes/cliff%20dwelling/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cliff dwelling' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cliff%20dwelling/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 44%) Concept 0 (Importance 40%) Concept 3 (Importance 8%) Concept 5 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 5 Concept 9 Concept 8 Concept 7 Concept 6 Concept 4 Concept 2"},{"location":"classes/cliff%20dwelling/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class cliff dwelling and other classes.

Here are those concepts: Concept 1 is similar to the concept 9 of castle (483)"},{"location":"classes/cliff/","title":"Cliff (972)","text":"

Cliff (class id 972) has 3 important concepts. The full class name is cliff, drop, drop-off.

"},{"location":"classes/cliff/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cliff' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cliff/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 46%) Concept 9 (Importance 23%) Concept 4 (Importance 15%) Concept 2 (Importance 6%) Concept 8 (Importance 3%) Concept 5 (Importance 3%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 9 Concept 4 Concept 2 Concept 8 Concept 5 Concept 1 Concept 7 Concept 6 Concept 0"},{"location":"classes/cliff/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class cliff and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of aircraft carrier (403) Concept 1 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 5 of beacon (437) Concept 1 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 3 of pier (718) Concept 2 is similar to the concept 3 of pirate (724) Concept 2 is similar to the concept 1 of lakeside (975) Concept 1 is similar to the concept 1 of seashore (978)"},{"location":"classes/cloak/","title":"Cloak (501)","text":"

Cloak (class id 501) has 3 important concepts. The full class name is cloak.

"},{"location":"classes/cloak/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cloak' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cloak/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 4 (Importance 32%) Concept 5 (Importance 16%) Concept 0 (Importance 9%) Concept 8 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 5 Concept 0 Concept 8 Concept 6 Concept 3 Concept 9 Concept 7 Concept 2"},{"location":"classes/cloak/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class cloak and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of abaya (399) Concept 4 is similar to the concept 5 of academic gown (400) Concept 4 is similar to the concept 0 of overskirt (689) Concept 5 is similar to the concept 6 of overskirt (689) Concept 1 is similar to the concept 1 of sweatshirt (841)"},{"location":"classes/clog/","title":"Clog (502)","text":"

Clog (class id 502) has 2 important concepts. The full class name is clog, geta, patten, sabot.

"},{"location":"classes/clog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Clog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/clog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 3 (Importance 15%) Concept 9 (Importance 8%) Concept 6 (Importance 7%) Concept 8 (Importance 2%) Concept 5 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 9 Concept 6 Concept 8 Concept 5 Concept 2 Concept 0 Concept 7 Concept 4"},{"location":"classes/clog/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class clog and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 1 of shoe shop (788) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868)"},{"location":"classes/clumber/","title":"Clumber (216)","text":"

Clumber (class id 216) has 4 important concepts. The full class name is clumber, clumber spaniel.

"},{"location":"classes/clumber/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Clumber' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/clumber/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 43%) Concept 1 (Importance 21%) Concept 0 (Importance 15%) Concept 3 (Importance 13%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 0 Concept 3 Concept 6 Concept 4 Concept 9 Concept 7 Concept 5 Concept 2"},{"location":"classes/clumber/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class clumber and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of Maltese dog (153) Concept 0 is similar to the concept 4 of West Highland white terrier (203) Concept 1 is similar to the concept 2 of Brittany spaniel (215) Concept 4 is similar to the concept 2 of Welsh springer spaniel (218)"},{"location":"classes/cock/","title":"Cock (7)","text":"

Cock (class id 7) has 2 important concepts. The full class name is cock.

"},{"location":"classes/cock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 39%) Concept 0 (Importance 27%) Concept 8 (Importance 9%) Concept 4 (Importance 8%) Concept 6 (Importance 7%) Concept 5 (Importance 4%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 8 Concept 4 Concept 6 Concept 5 Concept 3 Concept 9 Concept 7 Concept 1"},{"location":"classes/cock/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class cock and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of hen (8)"},{"location":"classes/cocker%20spaniel/","title":"Cocker spaniel (219)","text":"

Cocker spaniel (class id 219) has 3 important concepts. The full class name is cocker spaniel, English cocker spaniel, cocker.

"},{"location":"classes/cocker%20spaniel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cocker spaniel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cocker%20spaniel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 39%) Concept 1 (Importance 25%) Concept 7 (Importance 9%) Concept 4 (Importance 9%) Concept 2 (Importance 7%) Concept 9 (Importance 3%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 4 Concept 2 Concept 9 Concept 0 Concept 8 Concept 6 Concept 5"},{"location":"classes/cocker%20spaniel/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class cocker spaniel and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of Shih-Tzu (155) Concept 3 is similar to the concept 8 of Blenheim spaniel (156) Concept 0 is similar to the concept 0 of otterhound (175) Concept 8 is similar to the concept 0 of Saluki (176) Concept 9 is similar to the concept 9 of Kerry blue terrier (183) Concept 9 is similar to the concept 5 of miniature schnauzer (196) Concept 4 is similar to the concept 2 of Tibetan terrier (200) Concept 9 is similar to the concept 6 of curly-coated retriever (206) Concept 3 is similar to the concept 4 of English springer (217) Concept 0 is similar to the concept 8 of Sussex spaniel (220) Concept 3 is similar to the concept 4 of Sussex spaniel (220) Concept 9 is similar to the concept 4 of briard (226)"},{"location":"classes/cockroach/","title":"Cockroach (314)","text":"

Cockroach (class id 314) has 4 important concepts. The full class name is cockroach, roach.

"},{"location":"classes/cockroach/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cockroach' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cockroach/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 26%) Concept 1 (Importance 25%) Concept 7 (Importance 21%) Concept 8 (Importance 10%) Concept 3 (Importance 9%) Concept 0 (Importance 4%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 7 Concept 8 Concept 3 Concept 0 Concept 9 Concept 6 Concept 4 Concept 2"},{"location":"classes/cockroach/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class cockroach and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of harvestman (70) Concept 6 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 2 of grasshopper (311) Concept 3 is similar to the concept 8 of walking stick (313) Concept 3 is similar to the concept 4 of lacewing (318)"},{"location":"classes/cocktail%20shaker/","title":"Cocktail shaker (503)","text":"

Cocktail shaker (class id 503) has 3 important concepts. The full class name is cocktail shaker.

"},{"location":"classes/cocktail%20shaker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cocktail shaker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cocktail%20shaker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 0 (Importance 18%) Concept 7 (Importance 9%) Concept 6 (Importance 8%) Concept 4 (Importance 4%) Concept 9 (Importance 3%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 6 Concept 4 Concept 9 Concept 3 Concept 8 Concept 5 Concept 2"},{"location":"classes/cocktail%20shaker/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class cocktail shaker and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of lipstick (629) Concept 7 is similar to the concept 5 of soap dispenser (804) Concept 0 is similar to the concept 3 of vase (883)"},{"location":"classes/coffee%20mug/","title":"Coffee mug (504)","text":"

Coffee mug (class id 504) has 2 important concepts. The full class name is coffee mug.

"},{"location":"classes/coffee%20mug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coffee mug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coffee%20mug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 57%) Concept 4 (Importance 18%) Concept 0 (Importance 11%) Concept 6 (Importance 4%) Concept 5 (Importance 3%) Concept 2 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 6 Concept 5 Concept 2 Concept 3 Concept 9 Concept 8 Concept 7"},{"location":"classes/coffee%20mug/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class coffee mug and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of beer glass (441) Concept 1 is similar to the concept 1 of coffeepot (505) Concept 1 is similar to the concept 5 of measuring cup (647) Concept 1 is similar to the concept 1 of pitcher (725) Concept 5 is similar to the concept 5 of saltshaker (773) Concept 1 is similar to the concept 1 of teapot (849) Concept 1 is similar to the concept 1 of water jug (899) Concept 1 is similar to the concept 1 of cup (968) Concept 4 is similar to the concept 0 of cup (968)"},{"location":"classes/coffeepot/","title":"Coffeepot (505)","text":"

Coffeepot (class id 505) has 3 important concepts. The full class name is coffeepot.

"},{"location":"classes/coffeepot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coffeepot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coffeepot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 2 (Importance 21%) Concept 3 (Importance 16%) Concept 4 (Importance 6%) Concept 5 (Importance 5%) Concept 0 (Importance 5%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 4 Concept 5 Concept 0 Concept 7 Concept 9 Concept 8 Concept 6"},{"location":"classes/coffeepot/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class coffeepot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of coffee mug (504) Concept 1 is similar to the concept 5 of measuring cup (647) Concept 1 is similar to the concept 1 of pitcher (725) Concept 1 is similar to the concept 1 of teapot (849) Concept 3 is similar to the concept 2 of teapot (849) Concept 1 is similar to the concept 1 of water jug (899) Concept 1 is similar to the concept 2 of whiskey jug (901) Concept 1 is similar to the concept 1 of cup (968)"},{"location":"classes/coho/","title":"Coho (391)","text":"

Coho (class id 391) has 2 important concepts. The full class name is coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch.

"},{"location":"classes/coho/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coho' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coho/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 7 (Importance 22%) Concept 6 (Importance 8%) Concept 1 (Importance 4%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 6 Concept 1 Concept 3 Concept 9 Concept 4 Concept 8 Concept 5 Concept 2"},{"location":"classes/coho/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class coho and other classes.

Here are those concepts: Concept 1 is similar to the concept 8 of tench (0) Concept 0 is similar to the concept 0 of barracouta (389) Concept 1 is similar to the concept 1 of barracouta (389) Concept 3 is similar to the concept 4 of barracouta (389) Concept 1 is similar to the concept 5 of sturgeon (394) Concept 3 is similar to the concept 4 of sturgeon (394) Concept 0 is similar to the concept 0 of gar (395) Concept 3 is similar to the concept 6 of bathing cap (433) Concept 3 is similar to the concept 1 of bikini (445) Concept 3 is similar to the concept 3 of paddlewheel (694) Concept 3 is similar to the concept 1 of reel (758) Concept 3 is similar to the concept 2 of swimming trunks (842)"},{"location":"classes/coil/","title":"Coil (506)","text":"

Coil (class id 506) has 4 important concepts. The full class name is coil, spiral, volute, whorl, helix.

"},{"location":"classes/coil/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coil' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coil/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 39%) Concept 2 (Importance 16%) Concept 1 (Importance 16%) Concept 4 (Importance 11%) Concept 5 (Importance 5%) Concept 6 (Importance 3%) Concept 3 (Importance 3%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 1 Concept 4 Concept 5 Concept 6 Concept 3 Concept 8 Concept 9 Concept 7"},{"location":"classes/coil/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/collie/","title":"Collie (231)","text":"

Collie (class id 231) has 1 important concepts. The full class name is collie.

"},{"location":"classes/collie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Collie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/collie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 2 (Importance 20%) Concept 7 (Importance 7%) Concept 9 (Importance 4%) Concept 1 (Importance 4%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 9 Concept 1 Concept 3 Concept 6 Concept 8 Concept 5 Concept 4"},{"location":"classes/collie/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class collie and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Japanese spaniel (152) Concept 5 is similar to the concept 0 of Pekinese (154) Concept 3 is similar to the concept 6 of Blenheim spaniel (156) Concept 3 is similar to the concept 4 of papillon (157) Concept 8 is similar to the concept 0 of Australian terrier (193) Concept 0 is similar to the concept 1 of Shetland sheepdog (230) Concept 3 is similar to the concept 3 of Shetland sheepdog (230) Concept 2 is similar to the concept 4 of Shetland sheepdog (230) Concept 1 is similar to the concept 6 of Shetland sheepdog (230) Concept 7 is similar to the concept 7 of Shetland sheepdog (230) Concept 3 is similar to the concept 4 of malamute (249) Concept 3 is similar to the concept 3 of Great Pyrenees (257) Concept 3 is similar to the concept 4 of Samoyed (258) Concept 1 is similar to the concept 1 of Pomeranian (259) Concept 3 is similar to the concept 3 of keeshond (261) Concept 1 is similar to the concept 9 of Pembroke (263) Concept 7 is similar to the concept 6 of Pembroke (263) Concept 1 is similar to the concept 2 of timber wolf (269) Concept 1 is similar to the concept 3 of dingo (273) Concept 3 is similar to the concept 3 of Arctic fox (279)"},{"location":"classes/colobus/","title":"Colobus (375)","text":"

Colobus (class id 375) has 3 important concepts. The full class name is colobus, colobus monkey.

"},{"location":"classes/colobus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Colobus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/colobus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 36%) Concept 0 (Importance 36%) Concept 4 (Importance 16%) Concept 8 (Importance 3%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 8 Concept 2 Concept 9 Concept 6 Concept 1 Concept 7 Concept 5"},{"location":"classes/colobus/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class colobus and other classes.

Here are those concepts: Concept 8 is similar to the concept 5 of gorilla (366) Concept 8 is similar to the concept 5 of capuchin (378) Concept 8 is similar to the concept 1 of howler monkey (379) Concept 8 is similar to the concept 9 of giant panda (388)"},{"location":"classes/combination%20lock/","title":"Combination lock (507)","text":"

Combination lock (class id 507) has 3 important concepts. The full class name is combination lock.

"},{"location":"classes/combination%20lock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Combination lock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/combination%20lock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 1 (Importance 22%) Concept 3 (Importance 19%) Concept 6 (Importance 4%) Concept 8 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 6 Concept 8 Concept 0 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/combination%20lock/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/comic%20book/","title":"Comic book (917)","text":"

Comic book (class id 917) has 4 important concepts. The full class name is comic book.

"},{"location":"classes/comic%20book/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Comic book' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/comic%20book/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 27%) Concept 3 (Importance 25%) Concept 1 (Importance 21%) Concept 4 (Importance 11%) Concept 9 (Importance 4%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept alignment with classes Concept 0 Concept 3 Concept 1 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5 Concept 2"},{"location":"classes/comic%20book/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/common%20iguana/","title":"Common iguana (39)","text":"

Common iguana (class id 39) has 3 important concepts. The full class name is common iguana, iguana, Iguana iguana.

"},{"location":"classes/common%20iguana/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Common iguana' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/common%20iguana/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 3 (Importance 31%) Concept 5 (Importance 19%) Concept 6 (Importance 7%) Concept 0 (Importance 3%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 5 Concept 6 Concept 0 Concept 1 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/common%20iguana/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class common iguana and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of frilled lizard (43) Concept 5 is similar to the concept 6 of frilled lizard (43) Concept 1 is similar to the concept 1 of marmot (336)"},{"location":"classes/common%20newt/","title":"Common newt (26)","text":"

Common newt (class id 26) has 3 important concepts. The full class name is common newt, Triturus vulgaris.

"},{"location":"classes/common%20newt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Common newt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/common%20newt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 41%) Concept 4 (Importance 20%) Concept 0 (Importance 19%) Concept 1 (Importance 12%) Concept 7 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 9 Concept 4 Concept 0 Concept 1 Concept 7 Concept 3 Concept 8 Concept 6 Concept 5 Concept 2"},{"location":"classes/common%20newt/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class common newt and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of banded gecko (38) Concept 4 is similar to the concept 2 of whiptail (41) Concept 4 is similar to the concept 3 of alligator lizard (44) Concept 2 is similar to the concept 1 of black grouse (80) Concept 5 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 5 of gyromitra (993)"},{"location":"classes/computer%20keyboard/","title":"Computer keyboard (508)","text":"

Computer keyboard (class id 508) has 2 important concepts. The full class name is computer keyboard, keypad.

"},{"location":"classes/computer%20keyboard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Computer keyboard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/computer%20keyboard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 44%) Concept 0 (Importance 42%) Concept 9 (Importance 5%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 9 Concept 6 Concept 5 Concept 1 Concept 8 Concept 7 Concept 4 Concept 3"},{"location":"classes/computer%20keyboard/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class computer keyboard and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of laptop (620) Concept 2 is similar to the concept 1 of notebook (681) Concept 0 is similar to the concept 0 of typewriter keyboard (878)"},{"location":"classes/conch/","title":"Conch (112)","text":"

Conch (class id 112) has 3 important concepts. The full class name is conch.

"},{"location":"classes/conch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Conch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/conch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 1 (Importance 33%) Concept 3 (Importance 16%) Concept 0 (Importance 7%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 0 Concept 8 Concept 6 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/conch/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class conch and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of hermit crab (125)"},{"location":"classes/confectionery/","title":"Confectionery (509)","text":"

Confectionery (class id 509) has 4 important concepts. The full class name is confectionery, confectionary, candy store.

"},{"location":"classes/confectionery/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Confectionery' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/confectionery/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 31%) Concept 4 (Importance 19%) Concept 1 (Importance 15%) Concept 6 (Importance 13%) Concept 7 (Importance 7%) Concept 3 (Importance 5%) Concept 5 (Importance 3%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 1 Concept 6 Concept 7 Concept 3 Concept 5 Concept 2 Concept 9 Concept 8"},{"location":"classes/confectionery/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class confectionery and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of bookshop (454) Concept 0 is similar to the concept 0 of grocery store (582) Concept 3 is similar to the concept 3 of grocery store (582) Concept 8 is similar to the concept 3 of potter wheel (739) Concept 0 is similar to the concept 8 of shoe shop (788) Concept 8 is similar to the concept 4 of shoe shop (788) Concept 0 is similar to the concept 1 of toyshop (865)"},{"location":"classes/consomme/","title":"Consomme (925)","text":"

Consomme (class id 925) has 3 important concepts. The full class name is consomme.

"},{"location":"classes/consomme/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Consomme' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/consomme/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 2 (Importance 20%) Concept 6 (Importance 11%) Concept 4 (Importance 10%) Concept 1 (Importance 8%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 4 Concept 1 Concept 9 Concept 3 Concept 8 Concept 7 Concept 5"},{"location":"classes/consomme/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class consomme and other classes.

Here are those concepts: Concept 2 is similar to the concept 7 of plate (923)"},{"location":"classes/container%20ship/","title":"Container ship (510)","text":"

Container ship (class id 510) has 2 important concepts. The full class name is container ship, containership, container vessel.

"},{"location":"classes/container%20ship/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Container ship' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/container%20ship/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 4 (Importance 11%) Concept 1 (Importance 11%) Concept 8 (Importance 3%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 1 Concept 8 Concept 5 Concept 6 Concept 3 Concept 9 Concept 7 Concept 2"},{"location":"classes/container%20ship/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class container ship and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of killer whale (148) Concept 2 is similar to the concept 1 of aircraft carrier (403) Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 6 is similar to the concept 3 of dock (536) Concept 4 is similar to the concept 1 of fireboat (554) Concept 8 is similar to the concept 4 of fireboat (554) Concept 8 is similar to the concept 8 of liner (628) Concept 2 is similar to the concept 3 of pier (718) Concept 6 is similar to the concept 4 of pier (718) Concept 8 is similar to the concept 9 of submarine (833) Concept 0 is similar to the concept 6 of tobacco shop (860) Concept 8 is similar to the concept 8 of trimaran (871) Concept 2 is similar to the concept 1 of lakeside (975)"},{"location":"classes/convertible/","title":"Convertible (511)","text":"

Convertible (class id 511) has 4 important concepts. The full class name is convertible.

"},{"location":"classes/convertible/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Convertible' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/convertible/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 28%) Concept 1 (Importance 25%) Concept 7 (Importance 23%) Concept 0 (Importance 12%) Concept 6 (Importance 5%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 7 Concept 0 Concept 6 Concept 2 Concept 8 Concept 9 Concept 4 Concept 3"},{"location":"classes/convertible/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class convertible and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of beach wagon (436) Concept 0 is similar to the concept 8 of beach wagon (436) Concept 2 is similar to the concept 6 of grille (581) Concept 4 is similar to the concept 8 of grille (581) Concept 2 is similar to the concept 7 of racer (751) Concept 1 is similar to the concept 1 of sports car (817)"},{"location":"classes/coral%20fungus/","title":"Coral fungus (991)","text":"

Coral fungus (class id 991) has 1 important concepts. The full class name is coral fungus.

"},{"location":"classes/coral%20fungus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coral fungus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coral%20fungus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 79%) Concept 6 (Importance 9%) Concept 1 (Importance 3%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 1 Concept 3 Concept 7 Concept 4 Concept 2 Concept 9 Concept 8 Concept 5"},{"location":"classes/coral%20fungus/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class coral fungus and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of European fire salamander (25) Concept 1 is similar to the concept 5 of eft (27) Concept 1 is similar to the concept 8 of spotted salamander (28) Concept 1 is similar to the concept 7 of tailed frog (32) Concept 1 is similar to the concept 3 of mud turtle (35) Concept 1 is similar to the concept 3 of box turtle (37) Concept 1 is similar to the concept 1 of alligator lizard (44) Concept 1 is similar to the concept 5 of thunder snake (52) Concept 1 is similar to the concept 4 of hognose snake (54) Concept 1 is similar to the concept 1 of garter snake (57) Concept 1 is similar to the concept 2 of slug (114) Concept 1 is similar to the concept 8 of fiddler crab (120) Concept 1 is similar to the concept 1 of buckeye (990) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 0 of stinkhorn (994) Concept 1 is similar to the concept 2 of earthstar (995) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/coral%20reef/","title":"Coral reef (973)","text":"

Coral reef (class id 973) has 2 important concepts. The full class name is coral reef.

"},{"location":"classes/coral%20reef/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coral reef' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coral%20reef/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 7 (Importance 18%) Concept 1 (Importance 9%) Concept 3 (Importance 8%) Concept 2 (Importance 8%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 1 Concept 3 Concept 2 Concept 9 Concept 8 Concept 6 Concept 4 Concept 5"},{"location":"classes/coral%20reef/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class coral reef and other classes.

Here are those concepts: Concept 1 is similar to the concept 9 of loggerhead (33) Concept 0 is similar to the concept 6 of sea snake (65) Concept 0 is similar to the concept 1 of brain coral (109)"},{"location":"classes/corkscrew/","title":"Corkscrew (512)","text":"

Corkscrew (class id 512) has 2 important concepts. The full class name is corkscrew, bottle screw.

"},{"location":"classes/corkscrew/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Corkscrew' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/corkscrew/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 65%) Concept 6 (Importance 9%) Concept 5 (Importance 8%) Concept 0 (Importance 6%) Concept 7 (Importance 5%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 5 Concept 0 Concept 7 Concept 3 Concept 9 Concept 8 Concept 4 Concept 2"},{"location":"classes/corkscrew/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class corkscrew and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of hard disc (592) Concept 6 is similar to the concept 8 of loupe (633) Concept 2 is similar to the concept 5 of web site (916)"},{"location":"classes/corn/","title":"Corn (987)","text":"

Corn (class id 987) has 3 important concepts. The full class name is corn.

"},{"location":"classes/corn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Corn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/corn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 47%) Concept 1 (Importance 24%) Concept 2 (Importance 11%) Concept 5 (Importance 4%) Concept 9 (Importance 3%) Concept 7 (Importance 3%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 5 Concept 9 Concept 7 Concept 4 Concept 3 Concept 8 Concept 6"},{"location":"classes/corn/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class corn and other classes.

Here are those concepts: Concept 9 is similar to the concept 0 of soup bowl (809) Concept 9 is similar to the concept 1 of broccoli (937) Concept 9 is similar to the concept 5 of cauliflower (938) Concept 9 is similar to the concept 3 of acorn squash (941) Concept 0 is similar to the concept 1 of ear (998)"},{"location":"classes/cornet/","title":"Cornet (513)","text":"

Cornet (class id 513) has 1 important concepts. The full class name is cornet, horn, trumpet, trump.

"},{"location":"classes/cornet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cornet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cornet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 7 (Importance 4%) Concept 3 (Importance 4%) Concept 2 (Importance 4%) Concept 4 (Importance 3%) Concept 1 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 2 Concept 4 Concept 1 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/cornet/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class cornet and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of banjo (420) Concept 0 is similar to the concept 0 of French horn (566) Concept 1 is similar to the concept 3 of harp (594) Concept 1 is similar to the concept 5 of microphone (650) Concept 9 is similar to the concept 3 of trombone (875) Concept 1 is similar to the concept 3 of whistle (902)"},{"location":"classes/coucal/","title":"Coucal (91)","text":"

Coucal (class id 91) has 2 important concepts. The full class name is coucal.

"},{"location":"classes/coucal/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coucal' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coucal/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 56%) Concept 2 (Importance 23%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 0 (Importance 4%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 8 Concept 7 Concept 0 Concept 6 Concept 1 Concept 9 Concept 4 Concept 3"},{"location":"classes/coucal/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class coucal and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of magpie (18) Concept 1 is similar to the concept 1 of three-toed sloth (364) Concept 6 is similar to the concept 4 of hip (989)"},{"location":"classes/cougar/","title":"Cougar (286)","text":"

Cougar (class id 286) has 3 important concepts. The full class name is cougar, puma, catamount, mountain lion, painter, panther, Felis concolor.

"},{"location":"classes/cougar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cougar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cougar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 47%) Concept 6 (Importance 15%) Concept 0 (Importance 12%) Concept 4 (Importance 8%) Concept 1 (Importance 8%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 3 Concept 6 Concept 0 Concept 4 Concept 1 Concept 7 Concept 8 Concept 5 Concept 2 Concept 9"},{"location":"classes/cougar/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class cougar and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of sea lion (150) Concept 6 is similar to the concept 5 of malinois (225) Concept 4 is similar to the concept 4 of coyote (272) Concept 4 is similar to the concept 3 of red fox (277) Concept 4 is similar to the concept 2 of kit fox (278) Concept 4 is similar to the concept 4 of grey fox (280) Concept 1 is similar to the concept 1 of tabby (281) Concept 1 is similar to the concept 2 of tiger cat (282) Concept 1 is similar to the concept 2 of Persian cat (283) Concept 1 is similar to the concept 4 of Siamese cat (284) Concept 1 is similar to the concept 4 of Egyptian cat (285) Concept 1 is similar to the concept 4 of lynx (287) Concept 1 is similar to the concept 4 of leopard (288) Concept 1 is similar to the concept 2 of snow leopard (289) Concept 1 is similar to the concept 2 of jaguar (290) Concept 6 is similar to the concept 0 of lion (291) Concept 1 is similar to the concept 2 of tiger (292) Concept 1 is similar to the concept 3 of hamster (333) Concept 1 is similar to the concept 7 of beaver (337) Concept 1 is similar to the concept 6 of guinea pig (338) Concept 6 is similar to the concept 8 of impala (352) Concept 6 is similar to the concept 3 of gazelle (353) Concept 1 is similar to the concept 3 of polecat (358) Concept 1 is similar to the concept 3 of black-footed ferret (359) Concept 1 is similar to the concept 2 of otter (360) Concept 7 is similar to the concept 7 of Madagascar cat (383) Concept 1 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/cowboy%20boot/","title":"Cowboy boot (514)","text":"

Cowboy boot (class id 514) has 2 important concepts. The full class name is cowboy boot.

"},{"location":"classes/cowboy%20boot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cowboy boot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cowboy%20boot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 43%) Concept 1 (Importance 39%) Concept 5 (Importance 5%) Concept 8 (Importance 2%) Concept 2 (Importance 2%) Concept 0 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 5 Concept 8 Concept 2 Concept 0 Concept 7 Concept 6 Concept 4 Concept 3"},{"location":"classes/cowboy%20boot/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/cowboy%20hat/","title":"Cowboy hat (515)","text":"

Cowboy hat (class id 515) has 1 important concepts. The full class name is cowboy hat, ten-gallon hat.

"},{"location":"classes/cowboy%20hat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cowboy hat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cowboy%20hat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 86%) Concept 0 (Importance 4%) Concept 3 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 2 Concept 7 Concept 4 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/cowboy%20hat/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class cowboy hat and other classes.

Here are those concepts: Concept 2 is similar to the concept 8 of hair spray (585) Concept 2 is similar to the concept 1 of seat belt (785) Concept 2 is similar to the concept 3 of shower cap (793) Concept 1 is similar to the concept 0 of sombrero (808) Concept 2 is similar to the concept 2 of sunglasses (837) Concept 2 is similar to the concept 2 of wig (903)"},{"location":"classes/coyote/","title":"Coyote (272)","text":"

Coyote (class id 272) has 3 important concepts. The full class name is coyote, prairie wolf, brush wolf, Canis latrans.

"},{"location":"classes/coyote/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Coyote' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/coyote/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 5 (Importance 23%) Concept 4 (Importance 19%) Concept 2 (Importance 8%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 4 Concept 2 Concept 3 Concept 6 Concept 1 Concept 9 Concept 8 Concept 7"},{"location":"classes/coyote/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class coyote and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of German shepherd (235) Concept 0 is similar to the concept 7 of timber wolf (269) Concept 3 is similar to the concept 4 of dingo (273) Concept 3 is similar to the concept 3 of dhole (274) Concept 4 is similar to the concept 5 of dhole (274) Concept 4 is similar to the concept 3 of red fox (277) Concept 4 is similar to the concept 4 of grey fox (280) Concept 4 is similar to the concept 4 of tiger cat (282) Concept 4 is similar to the concept 4 of cougar (286) Concept 4 is similar to the concept 2 of lynx (287)"},{"location":"classes/cradle/","title":"Cradle (516)","text":"

Cradle (class id 516) has 2 important concepts. The full class name is cradle.

"},{"location":"classes/cradle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cradle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cradle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 59%) Concept 2 (Importance 14%) Concept 4 (Importance 6%) Concept 1 (Importance 6%) Concept 3 (Importance 5%) Concept 5 (Importance 3%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 7 Concept 2 Concept 4 Concept 1 Concept 3 Concept 5 Concept 0 Concept 8 Concept 9 Concept 6"},{"location":"classes/cradle/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class cradle and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of bannister (421) Concept 1 is similar to the concept 5 of crib (520) Concept 2 is similar to the concept 1 of plate rack (729) Concept 2 is similar to the concept 8 of rocking chair (765) Concept 8 is similar to the concept 7 of tray (868)"},{"location":"classes/crane/","title":"Crane (517)","text":"

Crane (class id 517) has 3 important concepts. The full class name is crane.

"},{"location":"classes/crane/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crane' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crane/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 58%) Concept 7 (Importance 11%) Concept 4 (Importance 9%) Concept 5 (Importance 7%) Concept 3 (Importance 4%) Concept 8 (Importance 2%) Concept 1 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 6 Concept 7 Concept 4 Concept 5 Concept 3 Concept 8 Concept 1 Concept 2 Concept 0 Concept 9"},{"location":"classes/crane/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class crane and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 7 of pier (718) Concept 3 is similar to the concept 4 of pirate (724) Concept 3 is similar to the concept 7 of schooner (780) Concept 1 is similar to the concept 2 of steel arch bridge (821)"},{"location":"classes/crash%20helmet/","title":"Crash helmet (518)","text":"

Crash helmet (class id 518) has 5 important concepts. The full class name is crash helmet.

"},{"location":"classes/crash%20helmet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crash helmet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crash%20helmet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 29%) Concept 1 (Importance 14%) Concept 3 (Importance 12%) Concept 4 (Importance 11%) Concept 8 (Importance 10%) Concept 5 (Importance 9%) Concept 9 (Importance 5%) Concept 7 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 4 Concept 8 Concept 5 Concept 9 Concept 7 Concept 0 Concept 6"},{"location":"classes/crash%20helmet/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class crash helmet and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of bobsled (450) Concept 1 is similar to the concept 0 of football helmet (560) Concept 2 is similar to the concept 2 of football helmet (560)"},{"location":"classes/crate/","title":"Crate (519)","text":"

Crate (class id 519) has 2 important concepts. The full class name is crate.

"},{"location":"classes/crate/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crate' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crate/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 55%) Concept 1 (Importance 13%) Concept 2 (Importance 9%) Concept 0 (Importance 7%) Concept 3 (Importance 5%) Concept 8 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 2 Concept 0 Concept 3 Concept 8 Concept 9 Concept 7 Concept 6 Concept 5"},{"location":"classes/crate/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/crayfish/","title":"Crayfish (124)","text":"

Crayfish (class id 124) has 3 important concepts. The full class name is crayfish, crawfish, crawdad, crawdaddy.

"},{"location":"classes/crayfish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crayfish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crayfish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 35%) Concept 3 (Importance 29%) Concept 0 (Importance 17%) Concept 2 (Importance 10%) Concept 1 (Importance 4%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 3 Concept 0 Concept 2 Concept 1 Concept 5 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/crayfish/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class crayfish and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of ringneck snake (53) Concept 2 is similar to the concept 2 of rock crab (119) Concept 2 is similar to the concept 0 of fiddler crab (120) Concept 2 is similar to the concept 5 of isopod (126) Concept 5 is similar to the concept 6 of walking stick (313) Concept 5 is similar to the concept 3 of Band Aid (419)"},{"location":"classes/crib/","title":"Crib (520)","text":"

Crib (class id 520) has 2 important concepts. The full class name is crib, cot.

"},{"location":"classes/crib/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crib' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crib/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 0 (Importance 31%) Concept 7 (Importance 5%) Concept 6 (Importance 3%) Concept 5 (Importance 3%) Concept 2 (Importance 3%) Concept 1 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept alignment with classes Concept 3 Concept 0 Concept 7 Concept 6 Concept 5 Concept 2 Concept 1 Concept 4 Concept 9 Concept 8"},{"location":"classes/crib/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class crib and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of bannister (421) Concept 5 is similar to the concept 1 of cradle (516) Concept 0 is similar to the concept 1 of plate rack (729) Concept 0 is similar to the concept 1 of prison (743) Concept 2 is similar to the concept 3 of studio couch (831)"},{"location":"classes/cricket/","title":"Cricket (312)","text":"

Cricket (class id 312) has 3 important concepts. The full class name is cricket.

"},{"location":"classes/cricket/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cricket' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cricket/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 42%) Concept 8 (Importance 22%) Concept 2 (Importance 13%) Concept 5 (Importance 10%) Concept 3 (Importance 7%) Concept 6 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 9 Concept 8 Concept 2 Concept 5 Concept 3 Concept 6 Concept 0 Concept 7 Concept 4 Concept 1"},{"location":"classes/cricket/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class cricket and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of harvestman (70) Concept 3 is similar to the concept 3 of leaf beetle (304) Concept 7 is similar to the concept 2 of ant (310) Concept 8 is similar to the concept 0 of grasshopper (311) Concept 2 is similar to the concept 2 of grasshopper (311) Concept 2 is similar to the concept 2 of mantis (315) Concept 5 is similar to the concept 3 of mantis (315) Concept 6 is similar to the concept 4 of leafhopper (317) Concept 2 is similar to the concept 4 of lacewing (318)"},{"location":"classes/croquet%20ball/","title":"Croquet ball (522)","text":"

Croquet ball (class id 522) has 2 important concepts. The full class name is croquet ball.

"},{"location":"classes/croquet%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Croquet ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/croquet%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 49%) Concept 9 (Importance 18%) Concept 6 (Importance 9%) Concept 0 (Importance 6%) Concept 5 (Importance 5%) Concept 2 (Importance 5%) Concept 3 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 6 Concept 0 Concept 5 Concept 2 Concept 3 Concept 8 Concept 7 Concept 4"},{"location":"classes/croquet%20ball/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class croquet ball and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of apiary (410) Concept 2 is similar to the concept 4 of barrow (428) Concept 2 is similar to the concept 4 of chain saw (491) Concept 2 is similar to the concept 7 of Dutch oven (544) Concept 0 is similar to the concept 5 of football helmet (560) Concept 2 is similar to the concept 5 of lawn mower (621) Concept 1 is similar to the concept 1 of maraca (641) Concept 0 is similar to the concept 1 of rugby ball (768) Concept 0 is similar to the concept 2 of soccer ball (805) Concept 2 is similar to the concept 3 of soccer ball (805) Concept 2 is similar to the concept 2 of swing (843) Concept 0 is similar to the concept 7 of ballplayer (981)"},{"location":"classes/crossword%20puzzle/","title":"Crossword puzzle (918)","text":"

Crossword puzzle (class id 918) has 1 important concepts. The full class name is crossword puzzle, crossword.

"},{"location":"classes/crossword%20puzzle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crossword puzzle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crossword%20puzzle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 77%) Concept 4 (Importance 10%) Concept 3 (Importance 4%) Concept 1 (Importance 3%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 1 Concept 7 Concept 5 Concept 9 Concept 8 Concept 6 Concept 2"},{"location":"classes/crossword%20puzzle/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class crossword puzzle and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of cellular telephone (487) Concept 5 is similar to the concept 4 of hand-held computer (590) Concept 8 is similar to the concept 2 of laptop (620)"},{"location":"classes/crutch/","title":"Crutch (523)","text":"

Crutch (class id 523) has 1 important concepts. The full class name is crutch.

"},{"location":"classes/crutch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Crutch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/crutch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 88%) Concept 3 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 8 Concept 4 Concept 0 Concept 9 Concept 7 Concept 6 Concept 5 Concept 2"},{"location":"classes/crutch/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class crutch and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of barber chair (423) Concept 3 is similar to the concept 2 of jinrikisha (612) Concept 4 is similar to the concept 2 of laptop (620) Concept 4 is similar to the concept 5 of parallel bars (702) Concept 3 is similar to the concept 2 of parking meter (704) Concept 4 is similar to the concept 1 of punching bag (747)"},{"location":"classes/cucumber/","title":"Cucumber (943)","text":"

Cucumber (class id 943) has 2 important concepts. The full class name is cucumber, cuke.

"},{"location":"classes/cucumber/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cucumber' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cucumber/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 0 (Importance 19%) Concept 6 (Importance 11%) Concept 7 (Importance 7%) Concept 3 (Importance 6%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 7 Concept 3 Concept 8 Concept 2 Concept 5 Concept 9 Concept 4"},{"location":"classes/cucumber/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class cucumber and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of walking stick (313) Concept 2 is similar to the concept 6 of cicada (316) Concept 2 is similar to the concept 1 of admiral (321) Concept 2 is similar to the concept 5 of cabbage butterfly (324) Concept 1 is similar to the concept 0 of zucchini (939) Concept 2 is similar to the concept 2 of zucchini (939) Concept 0 is similar to the concept 9 of zucchini (939) Concept 2 is similar to the concept 3 of spaghetti squash (940) Concept 2 is similar to the concept 8 of butternut squash (942) Concept 2 is similar to the concept 2 of artichoke (944) Concept 3 is similar to the concept 3 of orange (950)"},{"location":"classes/cuirass/","title":"Cuirass (524)","text":"

Cuirass (class id 524) has 1 important concepts. The full class name is cuirass.

"},{"location":"classes/cuirass/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cuirass' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cuirass/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 4 (Importance 10%) Concept 2 (Importance 6%) Concept 3 (Importance 5%) Concept 9 (Importance 4%) Concept 7 (Importance 2%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 3 Concept 9 Concept 7 Concept 5 Concept 8 Concept 6 Concept 1"},{"location":"classes/cuirass/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class cuirass and other classes.

Here are those concepts: Concept 3 is similar to the concept 7 of breastplate (461) Concept 3 is similar to the concept 4 of shield (787)"},{"location":"classes/cup/","title":"Cup (968)","text":"

Cup (class id 968) has 3 important concepts. The full class name is cup.

"},{"location":"classes/cup/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Cup' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/cup/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 38%) Concept 0 (Importance 27%) Concept 6 (Importance 14%) Concept 5 (Importance 5%) Concept 2 (Importance 5%) Concept 4 (Importance 4%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 5 Concept 2 Concept 4 Concept 7 Concept 8 Concept 9 Concept 3"},{"location":"classes/cup/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class cup and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of coffee mug (504) Concept 0 is similar to the concept 4 of coffee mug (504) Concept 1 is similar to the concept 1 of coffeepot (505) Concept 4 is similar to the concept 9 of lampshade (619) Concept 1 is similar to the concept 5 of measuring cup (647) Concept 0 is similar to the concept 0 of mixing bowl (659) Concept 6 is similar to the concept 6 of mortar (666) Concept 1 is similar to the concept 1 of pitcher (725) Concept 4 is similar to the concept 7 of pitcher (725) Concept 1 is similar to the concept 1 of teapot (849) Concept 4 is similar to the concept 4 of teapot (849) Concept 1 is similar to the concept 1 of water jug (899) Concept 1 is similar to the concept 2 of espresso (967)"},{"location":"classes/curly-coated%20retriever/","title":"Curly-coated retriever (206)","text":"

Curly-coated retriever (class id 206) has 2 important concepts. The full class name is curly-coated retriever.

"},{"location":"classes/curly-coated%20retriever/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Curly-coated retriever' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/curly-coated%20retriever/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 36%) Concept 2 (Importance 34%) Concept 3 (Importance 9%) Concept 9 (Importance 8%) Concept 6 (Importance 8%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 9 Concept 6 Concept 7 Concept 8 Concept 5 Concept 4 Concept 0"},{"location":"classes/curly-coated%20retriever/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class curly-coated retriever and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Staffordshire bullterrier (179) Concept 1 is similar to the concept 0 of Kerry blue terrier (183) Concept 2 is similar to the concept 1 of flat-coated retriever (205) Concept 3 is similar to the concept 3 of flat-coated retriever (205) Concept 9 is similar to the concept 7 of flat-coated retriever (205) Concept 6 is similar to the concept 9 of cocker spaniel (219) Concept 1 is similar to the concept 0 of Irish water spaniel (221) Concept 3 is similar to the concept 4 of schipperke (223) Concept 3 is similar to the concept 5 of French bulldog (245)"},{"location":"classes/custard%20apple/","title":"Custard apple (956)","text":"

Custard apple (class id 956) has 3 important concepts. The full class name is custard apple.

"},{"location":"classes/custard%20apple/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Custard apple' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/custard%20apple/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 40%) Concept 0 (Importance 29%) Concept 3 (Importance 9%) Concept 5 (Importance 7%) Concept 6 (Importance 5%) Concept 2 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 3 Concept 5 Concept 6 Concept 2 Concept 7 Concept 9 Concept 8 Concept 1"},{"location":"classes/custard%20apple/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class custard apple and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of indigo bunting (14) Concept 2 is similar to the concept 4 of bulbul (16) Concept 2 is similar to the concept 8 of green snake (55) Concept 2 is similar to the concept 3 of lorikeet (90) Concept 2 is similar to the concept 1 of toucan (96) Concept 2 is similar to the concept 5 of monarch (323) Concept 2 is similar to the concept 5 of sulphur butterfly (325) Concept 2 is similar to the concept 1 of three-toed sloth (364) Concept 2 is similar to the concept 1 of capuchin (378) Concept 2 is similar to the concept 3 of howler monkey (379) Concept 2 is similar to the concept 1 of squirrel monkey (382) Concept 2 is similar to the concept 1 of bell pepper (945) Concept 2 is similar to the concept 5 of orange (950) Concept 2 is similar to the concept 2 of lemon (951) Concept 2 is similar to the concept 1 of jackfruit (955)"},{"location":"classes/daisy/","title":"Daisy (985)","text":"

Daisy (class id 985) has 1 important concepts. The full class name is daisy.

"},{"location":"classes/daisy/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Daisy' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/daisy/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 82%) Concept 5 (Importance 8%) Concept 2 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 2 Concept 9 Concept 8 Concept 7 Concept 6 Concept 4 Concept 3 Concept 1"},{"location":"classes/daisy/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/dalmatian/","title":"Dalmatian (251)","text":"

Dalmatian (class id 251) has 1 important concepts. The full class name is dalmatian, coach dog, carriage dog.

"},{"location":"classes/dalmatian/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dalmatian' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dalmatian/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 8 (Importance 12%) Concept 4 (Importance 9%) Concept 6 (Importance 7%) Concept 5 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 4 Concept 6 Concept 5 Concept 3 Concept 9 Concept 7 Concept 2 Concept 1"},{"location":"classes/dalmatian/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class dalmatian and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of toy terrier (158) Concept 3 is similar to the concept 2 of beagle (162) Concept 3 is similar to the concept 3 of Walker hound (166) Concept 3 is similar to the concept 2 of English foxhound (167) Concept 3 is similar to the concept 4 of Boston bull (195) Concept 4 is similar to the concept 2 of English setter (212) Concept 3 is similar to the concept 8 of Brittany spaniel (215) Concept 3 is similar to the concept 7 of Great Dane (246) Concept 3 is similar to the concept 0 of basenji (253) Concept 3 is similar to the concept 1 of timber wolf (269) Concept 0 is similar to the concept 3 of jaguar (290)"},{"location":"classes/dam/","title":"Dam (525)","text":"

Dam (class id 525) has 2 important concepts. The full class name is dam, dike, dyke.

"},{"location":"classes/dam/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dam' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dam/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 38%) Concept 1 (Importance 38%) Concept 8 (Importance 5%) Concept 3 (Importance 5%) Concept 2 (Importance 5%) Concept 0 (Importance 4%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 8 Concept 3 Concept 2 Concept 0 Concept 7 Concept 9 Concept 5 Concept 4"},{"location":"classes/dam/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class dam and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of barn (425) Concept 4 is similar to the concept 2 of castle (483) Concept 4 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 3 of paddlewheel (694) Concept 8 is similar to the concept 3 of speedboat (814) Concept 2 is similar to the concept 4 of steel arch bridge (821)"},{"location":"classes/damselfly/","title":"Damselfly (320)","text":"

Damselfly (class id 320) has 1 important concepts. The full class name is damselfly.

"},{"location":"classes/damselfly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Damselfly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/damselfly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 69%) Concept 9 (Importance 11%) Concept 3 (Importance 6%) Concept 2 (Importance 6%) Concept 4 (Importance 3%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 3 Concept 2 Concept 4 Concept 5 Concept 8 Concept 7 Concept 6 Concept 1"},{"location":"classes/damselfly/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class damselfly and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of ladybug (301) Concept 4 is similar to the concept 2 of fly (308) Concept 4 is similar to the concept 7 of dragonfly (319)"},{"location":"classes/desk/","title":"Desk (526)","text":"

Desk (class id 526) has 2 important concepts. The full class name is desk.

"},{"location":"classes/desk/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Desk' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/desk/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 42%) Concept 9 (Importance 22%) Concept 6 (Importance 9%) Concept 4 (Importance 8%) Concept 1 (Importance 5%) Concept 5 (Importance 3%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 6 Concept 4 Concept 1 Concept 5 Concept 0 Concept 8 Concept 3 Concept 7"},{"location":"classes/desk/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class desk and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 2 is similar to the concept 5 of desktop computer (527) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 4 is similar to the concept 4 of laptop (620) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 3 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 6 is similar to the concept 2 of studio couch (831) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/desktop%20computer/","title":"Desktop computer (527)","text":"

Desktop computer (class id 527) has 4 important concepts. The full class name is desktop computer.

"},{"location":"classes/desktop%20computer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Desktop computer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/desktop%20computer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 31%) Concept 1 (Importance 25%) Concept 2 (Importance 18%) Concept 4 (Importance 9%) Concept 3 (Importance 5%) Concept 0 (Importance 5%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 2 Concept 4 Concept 3 Concept 0 Concept 9 Concept 7 Concept 8 Concept 6"},{"location":"classes/desktop%20computer/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class desktop computer and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of desk (526) Concept 2 is similar to the concept 1 of entertainment center (548) Concept 2 is similar to the concept 1 of home theater (598) Concept 1 is similar to the concept 1 of laptop (620) Concept 0 is similar to the concept 5 of loudspeaker (632) Concept 2 is similar to the concept 4 of monitor (664) Concept 1 is similar to the concept 1 of notebook (681) Concept 3 is similar to the concept 2 of notebook (681) Concept 2 is similar to the concept 5 of screen (782) Concept 2 is similar to the concept 1 of television (851)"},{"location":"classes/dhole/","title":"Dhole (274)","text":"

Dhole (class id 274) has 4 important concepts. The full class name is dhole, Cuon alpinus.

"},{"location":"classes/dhole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dhole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dhole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 26%) Concept 2 (Importance 23%) Concept 0 (Importance 21%) Concept 6 (Importance 17%) Concept 3 (Importance 7%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 0 Concept 6 Concept 3 Concept 8 Concept 9 Concept 7 Concept 4 Concept 1"},{"location":"classes/dhole/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class dhole and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of malinois (225) Concept 3 is similar to the concept 6 of kelpie (227) Concept 3 is similar to the concept 3 of coyote (272) Concept 5 is similar to the concept 4 of coyote (272) Concept 5 is similar to the concept 4 of grey fox (280)"},{"location":"classes/dial%20telephone/","title":"Dial telephone (528)","text":"

Dial telephone (class id 528) has 2 important concepts. The full class name is dial telephone, dial phone.

"},{"location":"classes/dial%20telephone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dial telephone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dial%20telephone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 1 (Importance 30%) Concept 4 (Importance 7%) Concept 2 (Importance 7%) Concept 8 (Importance 3%) Concept 5 (Importance 3%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 4 Concept 2 Concept 8 Concept 5 Concept 3 Concept 9 Concept 6 Concept 7"},{"location":"classes/dial%20telephone/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class dial telephone and other classes.

Here are those concepts: Concept 2 is similar to the concept 8 of gasmask (570) Concept 2 is similar to the concept 3 of oxygen mask (691) Concept 2 is similar to the concept 4 of rain barrel (756) Concept 2 is similar to the concept 1 of vacuum (882)"},{"location":"classes/diamondback/","title":"Diamondback (67)","text":"

Diamondback (class id 67) has 2 important concepts. The full class name is diamondback, diamondback rattlesnake, Crotalus adamanteus.

"},{"location":"classes/diamondback/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Diamondback' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/diamondback/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 45%) Concept 0 (Importance 36%) Concept 4 (Importance 8%) Concept 6 (Importance 4%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 6 Concept 2 Concept 9 Concept 8 Concept 7 Concept 5 Concept 1"},{"location":"classes/diamondback/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class diamondback and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of night snake (60) Concept 0 is similar to the concept 0 of horned viper (66) Concept 0 is similar to the concept 2 of sidewinder (68) Concept 8 is similar to the concept 5 of scorpion (71) Concept 7 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/diaper/","title":"Diaper (529)","text":"

Diaper (class id 529) has 5 important concepts. The full class name is diaper, nappy, napkin.

"},{"location":"classes/diaper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Diaper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/diaper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 30%) Concept 8 (Importance 17%) Concept 1 (Importance 14%) Concept 5 (Importance 10%) Concept 4 (Importance 10%) Concept 3 (Importance 10%) Concept 2 (Importance 4%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 1 Concept 5 Concept 4 Concept 3 Concept 2 Concept 6 Concept 9 Concept 7"},{"location":"classes/diaper/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class diaper and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of backpack (414) Concept 4 is similar to the concept 3 of bib (443) Concept 5 is similar to the concept 5 of hoopskirt (601) Concept 4 is similar to the concept 3 of mailbag (636) Concept 8 is similar to the concept 2 of ice lolly (929)"},{"location":"classes/digital%20clock/","title":"Digital clock (530)","text":"

Digital clock (class id 530) has 1 important concepts. The full class name is digital clock.

"},{"location":"classes/digital%20clock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Digital clock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/digital%20clock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 80%) Concept 3 (Importance 7%) Concept 9 (Importance 4%) Concept 4 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 4 Concept 8 Concept 7 Concept 1 Concept 6 Concept 5 Concept 2"},{"location":"classes/digital%20clock/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class digital clock and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of nematode (111) Concept 4 is similar to the concept 4 of analog clock (409) Concept 0 is similar to the concept 1 of digital watch (531)"},{"location":"classes/digital%20watch/","title":"Digital watch (531)","text":"

Digital watch (class id 531) has 3 important concepts. The full class name is digital watch.

"},{"location":"classes/digital%20watch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Digital watch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/digital%20watch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 42%) Concept 0 (Importance 28%) Concept 2 (Importance 15%) Concept 6 (Importance 4%) Concept 3 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 6 Concept 3 Concept 8 Concept 7 Concept 9 Concept 5 Concept 4"},{"location":"classes/digital%20watch/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class digital watch and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of digital clock (530) Concept 1 is similar to the concept 3 of odometer (685) Concept 1 is similar to the concept 2 of stopwatch (826)"},{"location":"classes/dingo/","title":"Dingo (273)","text":"

Dingo (class id 273) has 4 important concepts. The full class name is dingo, warrigal, warragal, Canis dingo.

"},{"location":"classes/dingo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dingo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dingo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 28%) Concept 7 (Importance 22%) Concept 3 (Importance 21%) Concept 0 (Importance 14%) Concept 4 (Importance 6%) Concept 9 (Importance 4%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 3 Concept 0 Concept 4 Concept 9 Concept 5 Concept 8 Concept 6 Concept 1"},{"location":"classes/dingo/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class dingo and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of American Staffordshire terrier (180) Concept 3 is similar to the concept 1 of collie (231) Concept 4 is similar to the concept 0 of basenji (253) Concept 4 is similar to the concept 1 of timber wolf (269) Concept 3 is similar to the concept 2 of timber wolf (269) Concept 4 is similar to the concept 3 of coyote (272)"},{"location":"classes/dining%20table/","title":"Dining table (532)","text":"

Dining table (class id 532) has 4 important concepts. The full class name is dining table, board.

"},{"location":"classes/dining%20table/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dining table' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dining%20table/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 25%) Concept 0 (Importance 24%) Concept 3 (Importance 18%) Concept 2 (Importance 15%) Concept 4 (Importance 7%) Concept 1 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 3 Concept 2 Concept 4 Concept 1 Concept 5 Concept 9 Concept 8 Concept 7"},{"location":"classes/dining%20table/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class dining table and other classes.

Here are those concepts: Concept 3 is similar to the concept 9 of restaurant (762)"},{"location":"classes/dishrag/","title":"Dishrag (533)","text":"

Dishrag (class id 533) has 2 important concepts. The full class name is dishrag, dishcloth.

"},{"location":"classes/dishrag/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dishrag' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dishrag/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 53%) Concept 9 (Importance 11%) Concept 1 (Importance 10%) Concept 8 (Importance 8%) Concept 6 (Importance 7%) Concept 4 (Importance 4%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 8 Concept 6 Concept 4 Concept 7 Concept 2 Concept 5 Concept 3"},{"location":"classes/dishrag/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/dishwasher/","title":"Dishwasher (534)","text":"

Dishwasher (class id 534) has 2 important concepts. The full class name is dishwasher, dish washer, dishwashing machine.

"},{"location":"classes/dishwasher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dishwasher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dishwasher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 2 (Importance 36%) Concept 3 (Importance 7%) Concept 7 (Importance 6%) Concept 8 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 7 Concept 8 Concept 6 Concept 5 Concept 4 Concept 9 Concept 1"},{"location":"classes/dishwasher/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class dishwasher and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of microwave (651)"},{"location":"classes/disk%20brake/","title":"Disk brake (535)","text":"

Disk brake (class id 535) has 6 important concepts. The full class name is disk brake, disc brake.

"},{"location":"classes/disk%20brake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Disk brake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/disk%20brake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 26%) Concept 6 (Importance 20%) Concept 5 (Importance 14%) Concept 1 (Importance 14%) Concept 2 (Importance 8%) Concept 3 (Importance 5%) Concept 9 (Importance 4%) Concept 4 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 5 Concept 1 Concept 2 Concept 3 Concept 9 Concept 4 Concept 8 Concept 7"},{"location":"classes/disk%20brake/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class disk brake and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of umbrella (879)"},{"location":"classes/dock/","title":"Dock (536)","text":"

Dock (class id 536) has 3 important concepts. The full class name is dock, dockage, docking facility.

"},{"location":"classes/dock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 28%) Concept 5 (Importance 24%) Concept 3 (Importance 19%) Concept 8 (Importance 10%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 9 (Importance 3%) Concept 7 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 3 Concept 8 Concept 6 Concept 4 Concept 9 Concept 7 Concept 2 Concept 0"},{"location":"classes/dock/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class dock and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 1 of boathouse (449) Concept 1 is similar to the concept 9 of canoe (472) Concept 2 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 3 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 6 of container ship (510) Concept 3 is similar to the concept 6 of fireboat (554) Concept 3 is similar to the concept 1 of liner (628) Concept 1 is similar to the concept 6 of pier (718) Concept 7 is similar to the concept 3 of pier (718) Concept 1 is similar to the concept 7 of viaduct (888) Concept 1 is similar to the concept 3 of lakeside (975) Concept 7 is similar to the concept 1 of lakeside (975)"},{"location":"classes/dogsled/","title":"Dogsled (537)","text":"

Dogsled (class id 537) has 1 important concepts. The full class name is dogsled, dog sled, dog sleigh.

"},{"location":"classes/dogsled/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dogsled' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dogsled/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 68%) Concept 8 (Importance 8%) Concept 1 (Importance 7%) Concept 2 (Importance 5%) Concept 6 (Importance 3%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 1 Concept 2 Concept 6 Concept 7 Concept 4 Concept 3 Concept 9 Concept 5"},{"location":"classes/dogsled/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class dogsled and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of malamute (249) Concept 2 is similar to the concept 6 of bison (347) Concept 2 is similar to the concept 2 of bighorn (349) Concept 2 is similar to the concept 8 of canoe (472) Concept 2 is similar to the concept 4 of mountain bike (671) Concept 2 is similar to the concept 3 of mountain tent (672) Concept 1 is similar to the concept 1 of shovel (792) Concept 1 is similar to the concept 1 of ski (795) Concept 2 is similar to the concept 5 of ski (795) Concept 1 is similar to the concept 1 of snowmobile (802) Concept 2 is similar to the concept 3 of snowmobile (802) Concept 3 is similar to the concept 2 of snowmobile (802) Concept 1 is similar to the concept 1 of snowplow (803) Concept 2 is similar to the concept 1 of totem pole (863) Concept 2 is similar to the concept 2 of yurt (915) Concept 1 is similar to the concept 3 of alp (970) Concept 2 is similar to the concept 6 of alp (970) Concept 2 is similar to the concept 3 of geyser (974) Concept 2 is similar to the concept 4 of lakeside (975)"},{"location":"classes/dome/","title":"Dome (538)","text":"

Dome (class id 538) has 5 important concepts. The full class name is dome.

"},{"location":"classes/dome/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dome' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dome/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 5 (Importance 13%) Concept 1 (Importance 13%) Concept 3 (Importance 10%) Concept 6 (Importance 9%) Concept 9 (Importance 7%) Concept 7 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 1 Concept 3 Concept 6 Concept 9 Concept 7 Concept 4 Concept 8 Concept 0"},{"location":"classes/dome/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class dome and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of barn (425) Concept 4 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 3 of obelisk (682)"},{"location":"classes/doormat/","title":"Doormat (539)","text":"

Doormat (class id 539) has 4 important concepts. The full class name is doormat, welcome mat.

"},{"location":"classes/doormat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Doormat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/doormat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 30%) Concept 2 (Importance 29%) Concept 1 (Importance 11%) Concept 5 (Importance 8%) Concept 8 (Importance 6%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 1 Concept 5 Concept 8 Concept 6 Concept 4 Concept 7 Concept 9 Concept 3"},{"location":"classes/doormat/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/dough/","title":"Dough (961)","text":"

Dough (class id 961) has 4 important concepts. The full class name is dough.

"},{"location":"classes/dough/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dough' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dough/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 26%) Concept 8 (Importance 23%) Concept 0 (Importance 21%) Concept 1 (Importance 11%) Concept 7 (Importance 10%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 0 Concept 1 Concept 7 Concept 5 Concept 6 Concept 9 Concept 4 Concept 3"},{"location":"classes/dough/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class dough and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of wooden spoon (910) Concept 5 is similar to the concept 2 of mashed potato (935) Concept 5 is similar to the concept 1 of chocolate sauce (960) Concept 0 is similar to the concept 4 of potpie (964)"},{"location":"classes/dowitcher/","title":"Dowitcher (142)","text":"

Dowitcher (class id 142) has 3 important concepts. The full class name is dowitcher.

"},{"location":"classes/dowitcher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dowitcher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dowitcher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 0 (Importance 31%) Concept 6 (Importance 19%) Concept 4 (Importance 7%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 6 Concept 4 Concept 3 Concept 1 Concept 5 Concept 9 Concept 8 Concept 7"},{"location":"classes/dowitcher/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class dowitcher and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 4 is similar to the concept 4 of spoonbill (129) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 4 is similar to the concept 3 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of American coot (137) Concept 6 is similar to the concept 3 of ruddy turnstone (139) Concept 6 is similar to the concept 0 of red-backed sandpiper (140) Concept 0 is similar to the concept 0 of redshank (141) Concept 3 is similar to the concept 5 of redshank (141) Concept 4 is similar to the concept 4 of oystercatcher (143) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/dragonfly/","title":"Dragonfly (319)","text":"

Dragonfly (class id 319) has 1 important concepts. The full class name is dragonfly, darning needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk.

"},{"location":"classes/dragonfly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dragonfly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dragonfly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 67%) Concept 9 (Importance 14%) Concept 4 (Importance 5%) Concept 7 (Importance 3%) Concept 3 (Importance 3%) Concept 0 (Importance 3%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 4 Concept 7 Concept 3 Concept 0 Concept 1 Concept 8 Concept 6 Concept 5"},{"location":"classes/dragonfly/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class dragonfly and other classes.

Here are those concepts: Concept 8 is similar to the concept 6 of American chameleon (40) Concept 8 is similar to the concept 9 of vine snake (59) Concept 7 is similar to the concept 2 of fly (308) Concept 8 is similar to the concept 4 of walking stick (313) Concept 7 is similar to the concept 4 of damselfly (320)"},{"location":"classes/drake/","title":"Drake (97)","text":"

Drake (class id 97) has 3 important concepts. The full class name is drake.

"},{"location":"classes/drake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Drake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/drake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 31%) Concept 2 (Importance 26%) Concept 9 (Importance 15%) Concept 3 (Importance 9%) Concept 4 (Importance 8%) Concept 1 (Importance 3%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 3 Concept 4 Concept 1 Concept 6 Concept 5 Concept 8 Concept 7"},{"location":"classes/drake/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class drake and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of goose (99) Concept 5 is similar to the concept 5 of goose (99) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 1 of spoonbill (129) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693) Concept 1 is similar to the concept 5 of speedboat (814) Concept 1 is similar to the concept 5 of lakeside (975)"},{"location":"classes/drilling%20platform/","title":"Drilling platform (540)","text":"

Drilling platform (class id 540) has 2 important concepts. The full class name is drilling platform, offshore rig.

"},{"location":"classes/drilling%20platform/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Drilling platform' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/drilling%20platform/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 5 (Importance 28%) Concept 3 (Importance 10%) Concept 4 (Importance 5%) Concept 9 (Importance 4%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 4 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/drilling%20platform/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class drilling platform and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 3 of gar (395) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 9 is similar to the concept 2 of breakwater (460) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 1 of paddle (693) Concept 1 is similar to the concept 3 of pier (718) Concept 3 is similar to the concept 7 of pier (718)"},{"location":"classes/drum/","title":"Drum (541)","text":"

Drum (class id 541) has 2 important concepts. The full class name is drum, membranophone, tympan.

"},{"location":"classes/drum/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Drum' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/drum/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 61%) Concept 3 (Importance 13%) Concept 7 (Importance 6%) Concept 0 (Importance 6%) Concept 9 (Importance 5%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 7 Concept 0 Concept 9 Concept 4 Concept 6 Concept 5 Concept 8 Concept 2"},{"location":"classes/drum/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class drum and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of assault rifle (413)"},{"location":"classes/drumstick/","title":"Drumstick (542)","text":"

Drumstick (class id 542) has 3 important concepts. The full class name is drumstick.

"},{"location":"classes/drumstick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Drumstick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/drumstick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 1 (Importance 30%) Concept 2 (Importance 12%) Concept 6 (Importance 5%) Concept 7 (Importance 4%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 6 Concept 7 Concept 8 Concept 5 Concept 9 Concept 4 Concept 3"},{"location":"classes/drumstick/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class drumstick and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of hammer (587) Concept 8 is similar to the concept 1 of hand blower (589) Concept 8 is similar to the concept 2 of laptop (620) Concept 8 is similar to the concept 2 of maraca (641) Concept 8 is similar to the concept 5 of microphone (650) Concept 8 is similar to the concept 2 of plunger (731) Concept 8 is similar to the concept 1 of punching bag (747) Concept 1 is similar to the concept 2 of wooden spoon (910)"},{"location":"classes/dugong/","title":"Dugong (149)","text":"

Dugong (class id 149) has 3 important concepts. The full class name is dugong, Dugong dugon.

"},{"location":"classes/dugong/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dugong' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dugong/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 2 (Importance 20%) Concept 8 (Importance 18%) Concept 7 (Importance 2%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 7 Concept 6 Concept 4 Concept 3 Concept 1 Concept 9 Concept 5"},{"location":"classes/dugong/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class dugong and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of jellyfish (107) Concept 7 is similar to the concept 8 of jellyfish (107)"},{"location":"classes/dumbbell/","title":"Dumbbell (543)","text":"

Dumbbell (class id 543) has 2 important concepts. The full class name is dumbbell.

"},{"location":"classes/dumbbell/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dumbbell' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dumbbell/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 64%) Concept 7 (Importance 8%) Concept 5 (Importance 8%) Concept 2 (Importance 7%) Concept 0 (Importance 3%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 3 Concept 7 Concept 5 Concept 2 Concept 0 Concept 4 Concept 8 Concept 6 Concept 1 Concept 9"},{"location":"classes/dumbbell/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class dumbbell and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 0 is similar to the concept 4 of barbell (422) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 1 of hand blower (589) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 3 of pole (733) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868)"},{"location":"classes/dung%20beetle/","title":"Dung beetle (305)","text":"

Dung beetle (class id 305) has 2 important concepts. The full class name is dung beetle.

"},{"location":"classes/dung%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Dung beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/dung%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 64%) Concept 3 (Importance 19%) Concept 6 (Importance 7%) Concept 9 (Importance 3%) Concept 0 (Importance 2%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 9 Concept 0 Concept 5 Concept 2 Concept 8 Concept 7 Concept 4"},{"location":"classes/dung%20beetle/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class dung beetle and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of whiptail (41) Concept 9 is similar to the concept 4 of Gila monster (45) Concept 4 is similar to the concept 1 of black grouse (80) Concept 4 is similar to the concept 1 of prairie chicken (83) Concept 6 is similar to the concept 3 of leaf beetle (304) Concept 2 is similar to the concept 5 of gyromitra (993) Concept 2 is similar to the concept 2 of earthstar (995) Concept 2 is similar to the concept 1 of bolete (997)"},{"location":"classes/ear/","title":"Ear (998)","text":"

Ear (class id 998) has 3 important concepts. The full class name is ear, spike, capitulum.

"},{"location":"classes/ear/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ear' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ear/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 17%) Concept 3 (Importance 8%) Concept 6 (Importance 6%) Concept 7 (Importance 4%) Concept 4 (Importance 3%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 6 Concept 7 Concept 4 Concept 2 Concept 9 Concept 8 Concept 5"},{"location":"classes/ear/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class ear and other classes.

Here are those concepts: Concept 3 is similar to the concept 8 of green snake (55) Concept 3 is similar to the concept 1 of koala (105) Concept 3 is similar to the concept 5 of monarch (323) Concept 2 is similar to the concept 4 of Band Aid (419) Concept 2 is similar to the concept 2 of maraca (641) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 3 is similar to the concept 1 of bell pepper (945) Concept 3 is similar to the concept 3 of yellow lady slipper (986) Concept 1 is similar to the concept 0 of corn (987)"},{"location":"classes/earthstar/","title":"Earthstar (995)","text":"

Earthstar (class id 995) has 1 important concepts. The full class name is earthstar.

"},{"location":"classes/earthstar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Earthstar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/earthstar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 67%) Concept 6 (Importance 10%) Concept 2 (Importance 7%) Concept 0 (Importance 6%) Concept 4 (Importance 4%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 2 Concept 0 Concept 4 Concept 9 Concept 8 Concept 7 Concept 5 Concept 3"},{"location":"classes/earthstar/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class earthstar and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of European fire salamander (25) Concept 2 is similar to the concept 5 of eft (27) Concept 2 is similar to the concept 8 of spotted salamander (28) Concept 2 is similar to the concept 7 of tailed frog (32) Concept 2 is similar to the concept 3 of mud turtle (35) Concept 2 is similar to the concept 3 of box turtle (37) Concept 2 is similar to the concept 6 of whiptail (41) Concept 2 is similar to the concept 1 of alligator lizard (44) Concept 2 is similar to the concept 5 of thunder snake (52) Concept 2 is similar to the concept 4 of hognose snake (54) Concept 2 is similar to the concept 1 of garter snake (57) Concept 2 is similar to the concept 2 of slug (114) Concept 2 is similar to the concept 8 of fiddler crab (120) Concept 2 is similar to the concept 2 of dung beetle (305) Concept 2 is similar to the concept 1 of mushroom (947) Concept 2 is similar to the concept 1 of buckeye (990) Concept 2 is similar to the concept 1 of coral fungus (991) Concept 2 is similar to the concept 5 of gyromitra (993) Concept 2 is similar to the concept 0 of stinkhorn (994) Concept 2 is similar to the concept 1 of bolete (997)"},{"location":"classes/echidna/","title":"Echidna (102)","text":"

Echidna (class id 102) has 2 important concepts. The full class name is echidna, spiny anteater, anteater.

"},{"location":"classes/echidna/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Echidna' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/echidna/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 6 (Importance 19%) Concept 2 (Importance 7%) Concept 4 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 2 Concept 4 Concept 7 Concept 9 Concept 8 Concept 5 Concept 3 Concept 1"},{"location":"classes/echidna/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class echidna and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bittern (133) Concept 0 is similar to the concept 8 of sea urchin (328) Concept 0 is similar to the concept 0 of porcupine (334)"},{"location":"classes/eel/","title":"Eel (390)","text":"

Eel (class id 390) has 5 important concepts. The full class name is eel.

"},{"location":"classes/eel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Eel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/eel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 29%) Concept 9 (Importance 16%) Concept 1 (Importance 14%) Concept 4 (Importance 11%) Concept 3 (Importance 9%) Concept 5 (Importance 6%) Concept 2 (Importance 6%) Concept 8 (Importance 5%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 4 Concept 3 Concept 5 Concept 2 Concept 8 Concept 7 Concept 6"},{"location":"classes/eel/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class eel and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of flatworm (110) Concept 2 is similar to the concept 1 of sea urchin (328) Concept 2 is similar to the concept 3 of anemone fish (393) Concept 2 is similar to the concept 1 of lionfish (396) Concept 1 is similar to the concept 7 of puffer (397)"},{"location":"classes/eft/","title":"Eft (27)","text":"

Eft (class id 27) has 1 important concepts. The full class name is eft.

"},{"location":"classes/eft/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Eft' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/eft/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 8 (Importance 7%) Concept 6 (Importance 7%) Concept 7 (Importance 5%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 6 Concept 7 Concept 5 Concept 4 Concept 9 Concept 3 Concept 2 Concept 1"},{"location":"classes/eft/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class eft and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of banded gecko (38) Concept 3 is similar to the concept 3 of ringneck snake (53) Concept 2 is similar to the concept 1 of black grouse (80) Concept 4 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 6 of walking stick (313) Concept 5 is similar to the concept 1 of coral fungus (991) Concept 5 is similar to the concept 5 of gyromitra (993) Concept 5 is similar to the concept 2 of earthstar (995) Concept 5 is similar to the concept 1 of bolete (997)"},{"location":"classes/eggnog/","title":"Eggnog (969)","text":"

Eggnog (class id 969) has 2 important concepts. The full class name is eggnog.

"},{"location":"classes/eggnog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Eggnog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/eggnog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 55%) Concept 1 (Importance 15%) Concept 7 (Importance 9%) Concept 0 (Importance 6%) Concept 3 (Importance 4%) Concept 9 (Importance 3%) Concept 8 (Importance 3%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 7 Concept 0 Concept 3 Concept 9 Concept 8 Concept 6 Concept 4 Concept 2"},{"location":"classes/eggnog/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class eggnog and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of beer glass (441) Concept 8 is similar to the concept 6 of hair spray (585) Concept 8 is similar to the concept 7 of punching bag (747) Concept 8 is similar to the concept 4 of toilet tissue (999)"},{"location":"classes/electric%20fan/","title":"Electric fan (545)","text":"

Electric fan (class id 545) has 1 important concepts. The full class name is electric fan, blower.

"},{"location":"classes/electric%20fan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Electric fan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/electric%20fan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 9 (Importance 9%) Concept 5 (Importance 5%) Concept 2 (Importance 5%) Concept 7 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 5 Concept 2 Concept 7 Concept 8 Concept 4 Concept 3 Concept 1 Concept 6"},{"location":"classes/electric%20fan/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class electric fan and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of oscilloscope (688)"},{"location":"classes/electric%20guitar/","title":"Electric guitar (546)","text":"

Electric guitar (class id 546) has 1 important concepts. The full class name is electric guitar.

"},{"location":"classes/electric%20guitar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Electric guitar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/electric%20guitar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 78%) Concept 5 (Importance 5%) Concept 1 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 3%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 1 Concept 8 Concept 7 Concept 2 Concept 9 Concept 6 Concept 4 Concept 3"},{"location":"classes/electric%20guitar/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class electric guitar and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of acoustic guitar (402) Concept 1 is similar to the concept 7 of acoustic guitar (402) Concept 0 is similar to the concept 0 of banjo (420) Concept 2 is similar to the concept 2 of laptop (620) Concept 0 is similar to the concept 8 of stage (819) Concept 8 is similar to the concept 8 of trombone (875)"},{"location":"classes/electric%20locomotive/","title":"Electric locomotive (547)","text":"

Electric locomotive (class id 547) has 2 important concepts. The full class name is electric locomotive.

"},{"location":"classes/electric%20locomotive/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Electric locomotive' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/electric%20locomotive/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 43%) Concept 0 (Importance 18%) Concept 4 (Importance 16%) Concept 7 (Importance 6%) Concept 1 (Importance 6%) Concept 9 (Importance 4%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 7 Concept 1 Concept 9 Concept 6 Concept 2 Concept 8 Concept 5"},{"location":"classes/electric%20locomotive/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class electric locomotive and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of bullet train (466) Concept 6 is similar to the concept 0 of cannon (471) Concept 0 is similar to the concept 1 of freight car (565) Concept 0 is similar to the concept 1 of passenger car (705) Concept 3 is similar to the concept 0 of passenger car (705) Concept 0 is similar to the concept 1 of steam locomotive (820) Concept 2 is similar to the concept 1 of trolleybus (874)"},{"location":"classes/electric%20ray/","title":"Electric ray (5)","text":"

Electric ray (class id 5) has 4 important concepts. The full class name is electric ray, crampfish, numbfish, torpedo.

"},{"location":"classes/electric%20ray/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Electric ray' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/electric%20ray/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 1 (Importance 22%) Concept 7 (Importance 19%) Concept 6 (Importance 11%) Concept 2 (Importance 5%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 6 Concept 2 Concept 5 Concept 0 Concept 9 Concept 8 Concept 4"},{"location":"classes/electric%20ray/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class electric ray and other classes.

Here are those concepts: Concept 0 is similar to the concept 7 of stingray (6) Concept 2 is similar to the concept 9 of loggerhead (33) Concept 5 is similar to the concept 1 of lionfish (396)"},{"location":"classes/entertainment%20center/","title":"Entertainment center (548)","text":"

Entertainment center (class id 548) has 2 important concepts. The full class name is entertainment center.

"},{"location":"classes/entertainment%20center/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Entertainment center' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/entertainment%20center/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 1 (Importance 32%) Concept 4 (Importance 8%) Concept 8 (Importance 7%) Concept 2 (Importance 3%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 4 Concept 8 Concept 2 Concept 3 Concept 9 Concept 5 Concept 7 Concept 6"},{"location":"classes/entertainment%20center/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class entertainment center and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of bookcase (453) Concept 9 is similar to the concept 5 of bookcase (453) Concept 3 is similar to the concept 0 of bookshop (454) Concept 8 is similar to the concept 0 of china cabinet (495) Concept 2 is similar to the concept 1 of china cabinet (495) Concept 1 is similar to the concept 2 of desktop computer (527) Concept 1 is similar to the concept 1 of home theater (598) Concept 4 is similar to the concept 2 of home theater (598) Concept 3 is similar to the concept 0 of library (624) Concept 1 is similar to the concept 4 of monitor (664) Concept 9 is similar to the concept 2 of studio couch (831) Concept 1 is similar to the concept 1 of television (851) Concept 2 is similar to the concept 2 of wardrobe (894)"},{"location":"classes/envelope/","title":"Envelope (549)","text":"

Envelope (class id 549) has 4 important concepts. The full class name is envelope.

"},{"location":"classes/envelope/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Envelope' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/envelope/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 22%) Concept 8 (Importance 19%) Concept 1 (Importance 14%) Concept 4 (Importance 11%) Concept 9 (Importance 8%) Concept 2 (Importance 8%) Concept 5 (Importance 7%) Concept 0 (Importance 4%) Concept 6 (Importance 2%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 8 Concept 1 Concept 4 Concept 9 Concept 2 Concept 5 Concept 0 Concept 6 Concept 3"},{"location":"classes/envelope/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class envelope and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of apron (411) Concept 9 is similar to the concept 3 of fountain pen (563) Concept 4 is similar to the concept 9 of lampshade (619) Concept 4 is similar to the concept 0 of purse (748) Concept 4 is similar to the concept 4 of wallet (893)"},{"location":"classes/espresso%20maker/","title":"Espresso maker (550)","text":"

Espresso maker (class id 550) has 1 important concepts. The full class name is espresso maker.

"},{"location":"classes/espresso%20maker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Espresso maker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/espresso%20maker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 2 (Importance 11%) Concept 9 (Importance 8%) Concept 4 (Importance 8%) Concept 6 (Importance 6%) Concept 3 (Importance 6%) Concept 0 (Importance 4%) Concept 8 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 4 Concept 6 Concept 3 Concept 0 Concept 8 Concept 7 Concept 5"},{"location":"classes/espresso%20maker/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class espresso maker and other classes.

Here are those concepts: Concept 0 is similar to the concept 9 of lighter (626) Concept 3 is similar to the concept 6 of loudspeaker (632) Concept 0 is similar to the concept 5 of soap dispenser (804) Concept 0 is similar to the concept 4 of stove (827) Concept 3 is similar to the concept 1 of toaster (859)"},{"location":"classes/espresso/","title":"Espresso (967)","text":"

Espresso (class id 967) has 3 important concepts. The full class name is espresso.

"},{"location":"classes/espresso/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Espresso' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/espresso/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 39%) Concept 1 (Importance 24%) Concept 2 (Importance 17%) Concept 9 (Importance 5%) Concept 7 (Importance 5%) Concept 3 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 2 Concept 9 Concept 7 Concept 3 Concept 0 Concept 6 Concept 5 Concept 4"},{"location":"classes/espresso/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class espresso and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of cup (968)"},{"location":"classes/face%20powder/","title":"Face powder (551)","text":"

Face powder (class id 551) has 5 important concepts. The full class name is face powder.

"},{"location":"classes/face%20powder/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Face powder' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/face%20powder/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 7 (Importance 12%) Concept 0 (Importance 12%) Concept 5 (Importance 9%) Concept 4 (Importance 8%) Concept 2 (Importance 7%) Concept 8 (Importance 3%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 7 Concept 0 Concept 5 Concept 4 Concept 2 Concept 8 Concept 9 Concept 6 Concept 1"},{"location":"classes/face%20powder/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class face powder and other classes.

Here are those concepts: Concept 7 is similar to the concept 9 of perfume (711)"},{"location":"classes/feather%20boa/","title":"Feather boa (552)","text":"

Feather boa (class id 552) has 1 important concepts. The full class name is feather boa, boa.

"},{"location":"classes/feather%20boa/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Feather boa' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/feather%20boa/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 90%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 8 Concept 5 Concept 2 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/feather%20boa/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class feather boa and other classes.

Here are those concepts: Concept 3 is similar to the concept 8 of hair spray (585) Concept 4 is similar to the concept 4 of hair spray (585) Concept 3 is similar to the concept 1 of seat belt (785) Concept 3 is similar to the concept 3 of shower cap (793) Concept 3 is similar to the concept 2 of wig (903)"},{"location":"classes/fiddler%20crab/","title":"Fiddler crab (120)","text":"

Fiddler crab (class id 120) has 5 important concepts. The full class name is fiddler crab.

"},{"location":"classes/fiddler%20crab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fiddler crab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fiddler%20crab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 38%) Concept 5 (Importance 17%) Concept 2 (Importance 16%) Concept 0 (Importance 10%) Concept 1 (Importance 7%) Concept 4 (Importance 6%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 2 Concept 0 Concept 1 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/fiddler%20crab/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class fiddler crab and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of thunder snake (52) Concept 1 is similar to the concept 1 of ringneck snake (53) Concept 7 is similar to the concept 1 of black grouse (80) Concept 3 is similar to the concept 0 of Dungeness crab (118) Concept 3 is similar to the concept 0 of rock crab (119) Concept 1 is similar to the concept 1 of rock crab (119) Concept 0 is similar to the concept 2 of rock crab (119) Concept 3 is similar to the concept 7 of king crab (121) Concept 0 is similar to the concept 2 of crayfish (124) Concept 1 is similar to the concept 1 of tiger beetle (300) Concept 8 is similar to the concept 1 of coral fungus (991) Concept 8 is similar to the concept 2 of earthstar (995)"},{"location":"classes/fig/","title":"Fig (952)","text":"

Fig (class id 952) has 4 important concepts. The full class name is fig.

"},{"location":"classes/fig/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fig' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fig/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 33%) Concept 6 (Importance 31%) Concept 0 (Importance 13%) Concept 2 (Importance 8%) Concept 4 (Importance 4%) Concept 3 (Importance 4%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 0 Concept 2 Concept 4 Concept 3 Concept 5 Concept 9 Concept 8 Concept 7"},{"location":"classes/fig/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class fig and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of sulphur butterfly (325) Concept 2 is similar to the concept 2 of broccoli (937) Concept 2 is similar to the concept 1 of bell pepper (945)"},{"location":"classes/file/","title":"File (553)","text":"

File (class id 553) has 2 important concepts. The full class name is file, file cabinet, filing cabinet.

"},{"location":"classes/file/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'File' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/file/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 62%) Concept 7 (Importance 19%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 0 (Importance 3%) Concept 5 (Importance 2%) Concept 3 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 8 Concept 2 Concept 0 Concept 5 Concept 3 Concept 6 Concept 9 Concept 4"},{"location":"classes/file/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class file and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of chiffonier (493) Concept 8 is similar to the concept 1 of upright (881) Concept 1 is similar to the concept 6 of wardrobe (894)"},{"location":"classes/fire%20engine/","title":"Fire engine (555)","text":"

Fire engine (class id 555) has 1 important concepts. The full class name is fire engine, fire truck.

"},{"location":"classes/fire%20engine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fire engine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fire%20engine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 3 (Importance 12%) Concept 8 (Importance 11%) Concept 4 (Importance 9%) Concept 5 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 8 Concept 4 Concept 5 Concept 2 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/fire%20engine/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class fire engine and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of cab (468) Concept 7 is similar to the concept 1 of go-kart (573) Concept 7 is similar to the concept 2 of jinrikisha (612) Concept 7 is similar to the concept 1 of mailbox (637) Concept 7 is similar to the concept 8 of moped (665) Concept 7 is similar to the concept 1 of motor scooter (670) Concept 5 is similar to the concept 9 of passenger car (705) Concept 2 is similar to the concept 1 of recreational vehicle (757) Concept 6 is similar to the concept 3 of thresher (856) Concept 3 is similar to the concept 8 of tow truck (864) Concept 8 is similar to the concept 5 of tow truck (864) Concept 7 is similar to the concept 2 of tricycle (870) Concept 7 is similar to the concept 2 of unicycle (880) Concept 7 is similar to the concept 7 of traffic light (920)"},{"location":"classes/fire%20screen/","title":"Fire screen (556)","text":"

Fire screen (class id 556) has 2 important concepts. The full class name is fire screen, fireguard.

"},{"location":"classes/fire%20screen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fire screen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fire%20screen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 2 (Importance 21%) Concept 3 (Importance 9%) Concept 0 (Importance 7%) Concept 9 (Importance 5%) Concept 7 (Importance 5%) Concept 8 (Importance 3%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 0 Concept 9 Concept 7 Concept 8 Concept 5 Concept 6 Concept 4"},{"location":"classes/fire%20screen/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class fire screen and other classes.

Here are those concepts: Concept 2 is similar to the concept 8 of rotisserie (766) Concept 2 is similar to the concept 1 of stove (827)"},{"location":"classes/fireboat/","title":"Fireboat (554)","text":"

Fireboat (class id 554) has 2 important concepts. The full class name is fireboat.

"},{"location":"classes/fireboat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fireboat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fireboat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 8 (Importance 17%) Concept 1 (Importance 4%) Concept 4 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 1 Concept 4 Concept 7 Concept 6 Concept 9 Concept 5 Concept 3 Concept 2"},{"location":"classes/fireboat/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class fireboat and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of grey whale (147) Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 4 of container ship (510) Concept 4 is similar to the concept 8 of container ship (510) Concept 6 is similar to the concept 3 of dock (536) Concept 3 is similar to the concept 1 of paddle (693) Concept 3 is similar to the concept 3 of pier (718) Concept 6 is similar to the concept 4 of pier (718) Concept 3 is similar to the concept 1 of lakeside (975)"},{"location":"classes/flagpole/","title":"Flagpole (557)","text":"

Flagpole (class id 557) has 2 important concepts. The full class name is flagpole, flagstaff.

"},{"location":"classes/flagpole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Flagpole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/flagpole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 79%) Concept 4 (Importance 11%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 7 Concept 6 Concept 3 Concept 9 Concept 8 Concept 2 Concept 1"},{"location":"classes/flagpole/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class flagpole and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 4 of horizontal bar (602) Concept 0 is similar to the concept 5 of parachute (701) Concept 1 is similar to the concept 6 of lakeside (975)"},{"location":"classes/flamingo/","title":"Flamingo (130)","text":"

Flamingo (class id 130) has 2 important concepts. The full class name is flamingo.

"},{"location":"classes/flamingo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Flamingo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/flamingo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 4 (Importance 14%) Concept 2 (Importance 11%) Concept 9 (Importance 4%) Concept 6 (Importance 4%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 2 Concept 9 Concept 6 Concept 3 Concept 7 Concept 0 Concept 8 Concept 5"},{"location":"classes/flamingo/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class flamingo and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of water ouzel (20) Concept 3 is similar to the concept 4 of terrapin (36) Concept 3 is similar to the concept 2 of African crocodile (49) Concept 3 is similar to the concept 2 of American alligator (50) Concept 3 is similar to the concept 2 of water snake (58) Concept 3 is similar to the concept 1 of drake (97) Concept 3 is similar to the concept 0 of red-breasted merganser (98) Concept 3 is similar to the concept 1 of black swan (100) Concept 3 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 4 of white stork (127) Concept 6 is similar to the concept 9 of white stork (127) Concept 3 is similar to the concept 1 of little blue heron (131) Concept 3 is similar to the concept 1 of American egret (132) Concept 3 is similar to the concept 1 of American coot (137) Concept 6 is similar to the concept 7 of pelican (144) Concept 3 is similar to the concept 1 of beaver (337) Concept 3 is similar to the concept 1 of hippopotamus (344) Concept 3 is similar to the concept 1 of otter (360) Concept 3 is similar to the concept 1 of canoe (472) Concept 3 is similar to the concept 2 of paddle (693) Concept 3 is similar to the concept 5 of lakeside (975)"},{"location":"classes/flat-coated%20retriever/","title":"Flat-coated retriever (205)","text":"

Flat-coated retriever (class id 205) has 4 important concepts. The full class name is flat-coated retriever.

"},{"location":"classes/flat-coated%20retriever/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Flat-coated retriever' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/flat-coated%20retriever/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 38%) Concept 4 (Importance 18%) Concept 7 (Importance 17%) Concept 3 (Importance 12%) Concept 5 (Importance 9%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 7 Concept 3 Concept 5 Concept 8 Concept 0 Concept 9 Concept 6 Concept 2"},{"location":"classes/flat-coated%20retriever/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class flat-coated retriever and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of giant schnauzer (197) Concept 1 is similar to the concept 2 of curly-coated retriever (206) Concept 3 is similar to the concept 3 of curly-coated retriever (206) Concept 7 is similar to the concept 9 of curly-coated retriever (206) Concept 4 is similar to the concept 3 of Gordon setter (214) Concept 3 is similar to the concept 4 of schipperke (223) Concept 7 is similar to the concept 3 of schipperke (223) Concept 3 is similar to the concept 4 of groenendael (224) Concept 7 is similar to the concept 9 of Leonberg (255)"},{"location":"classes/flatworm/","title":"Flatworm (110)","text":"

Flatworm (class id 110) has 1 important concepts. The full class name is flatworm, platyhelminth.

"},{"location":"classes/flatworm/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Flatworm' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/flatworm/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 80%) Concept 2 (Importance 5%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 1 Concept 7 Concept 4 Concept 0 Concept 8 Concept 6 Concept 9 Concept 5"},{"location":"classes/flatworm/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class flatworm and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of scorpion (71) Concept 1 is similar to the concept 2 of eel (390)"},{"location":"classes/flute/","title":"Flute (558)","text":"

Flute (class id 558) has 3 important concepts. The full class name is flute, transverse flute.

"},{"location":"classes/flute/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Flute' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/flute/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 36%) Concept 1 (Importance 26%) Concept 3 (Importance 23%) Concept 4 (Importance 8%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 4 Concept 0 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5"},{"location":"classes/flute/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class flute and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of oboe (683) Concept 6 is similar to the concept 2 of oboe (683) Concept 6 is similar to the concept 0 of oxygen mask (691) Concept 3 is similar to the concept 1 of sax (776) Concept 6 is similar to the concept 1 of stethoscope (823)"},{"location":"classes/fly/","title":"Fly (308)","text":"

Fly (class id 308) has 2 important concepts. The full class name is fly.

"},{"location":"classes/fly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 40%) Concept 3 (Importance 38%) Concept 8 (Importance 7%) Concept 2 (Importance 7%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 8 Concept 2 Concept 0 Concept 9 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/fly/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class fly and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of ladybug (301) Concept 2 is similar to the concept 3 of ground beetle (302) Concept 4 is similar to the concept 2 of leaf beetle (304) Concept 5 is similar to the concept 5 of bee (309) Concept 4 is similar to the concept 9 of ant (310) Concept 6 is similar to the concept 2 of ant (310) Concept 4 is similar to the concept 4 of leafhopper (317) Concept 2 is similar to the concept 7 of dragonfly (319) Concept 2 is similar to the concept 4 of damselfly (320)"},{"location":"classes/folding%20chair/","title":"Folding chair (559)","text":"

Folding chair (class id 559) has 4 important concepts. The full class name is folding chair.

"},{"location":"classes/folding%20chair/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Folding chair' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/folding%20chair/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 33%) Concept 0 (Importance 32%) Concept 8 (Importance 15%) Concept 2 (Importance 11%) Concept 5 (Importance 3%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 8 Concept 2 Concept 5 Concept 3 Concept 1 Concept 9 Concept 7 Concept 6"},{"location":"classes/folding%20chair/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class folding chair and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of rocking chair (765)"},{"location":"classes/football%20helmet/","title":"Football helmet (560)","text":"

Football helmet (class id 560) has 5 important concepts. The full class name is football helmet.

"},{"location":"classes/football%20helmet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Football helmet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/football%20helmet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 34%) Concept 1 (Importance 29%) Concept 2 (Importance 15%) Concept 0 (Importance 10%) Concept 8 (Importance 4%) Concept 6 (Importance 2%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 2 Concept 0 Concept 8 Concept 6 Concept 5 Concept 9 Concept 7 Concept 4"},{"location":"classes/football%20helmet/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class football helmet and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of crash helmet (518) Concept 2 is similar to the concept 2 of crash helmet (518) Concept 5 is similar to the concept 0 of croquet ball (522) Concept 5 is similar to the concept 1 of lawn mower (621) Concept 5 is similar to the concept 3 of maypole (645) Concept 2 is similar to the concept 3 of piggy bank (719) Concept 5 is similar to the concept 1 of rugby ball (768) Concept 5 is similar to the concept 2 of soccer ball (805) Concept 5 is similar to the concept 7 of ballplayer (981)"},{"location":"classes/forklift/","title":"Forklift (561)","text":"

Forklift (class id 561) has 3 important concepts. The full class name is forklift.

"},{"location":"classes/forklift/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Forklift' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/forklift/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 43%) Concept 4 (Importance 18%) Concept 8 (Importance 12%) Concept 0 (Importance 11%) Concept 1 (Importance 10%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 8 Concept 0 Concept 1 Concept 7 Concept 9 Concept 6 Concept 5 Concept 2"},{"location":"classes/forklift/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class forklift and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of amphibian (408) Concept 1 is similar to the concept 1 of golfcart (575) Concept 8 is similar to the concept 9 of racer (751)"},{"location":"classes/fountain%20pen/","title":"Fountain pen (563)","text":"

Fountain pen (class id 563) has 2 important concepts. The full class name is fountain pen.

"},{"location":"classes/fountain%20pen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fountain pen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fountain%20pen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 2 (Importance 20%) Concept 8 (Importance 7%) Concept 9 (Importance 5%) Concept 3 (Importance 5%) Concept 5 (Importance 2%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 9 Concept 3 Concept 5 Concept 1 Concept 7 Concept 6 Concept 4"},{"location":"classes/fountain%20pen/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class fountain pen and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of ballpoint (418) Concept 9 is similar to the concept 8 of ballpoint (418) Concept 3 is similar to the concept 9 of envelope (549) Concept 3 is similar to the concept 4 of quill (749)"},{"location":"classes/fountain/","title":"Fountain (562)","text":"

Fountain (class id 562) has 3 important concepts. The full class name is fountain.

"},{"location":"classes/fountain/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fountain' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fountain/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 37%) Concept 1 (Importance 30%) Concept 8 (Importance 10%) Concept 9 (Importance 5%) Concept 7 (Importance 4%) Concept 3 (Importance 4%) Concept 6 (Importance 3%) Concept 4 (Importance 2%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 9 Concept 7 Concept 3 Concept 6 Concept 4 Concept 5 Concept 2"},{"location":"classes/fountain/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class fountain and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of church (497) Concept 5 is similar to the concept 5 of patio (706)"},{"location":"classes/four-poster/","title":"Four-poster (564)","text":"

Four-poster (class id 564) has 4 important concepts. The full class name is four-poster.

"},{"location":"classes/four-poster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Four-poster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/four-poster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 34%) Concept 2 (Importance 23%) Concept 9 (Importance 16%) Concept 1 (Importance 15%) Concept 4 (Importance 4%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 0 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 9 Concept 1 Concept 4 Concept 8 Concept 7 Concept 6 Concept 0 Concept 5"},{"location":"classes/four-poster/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class four-poster and other classes.

Here are those concepts: Concept 2 is similar to the concept 7 of hourglass (604) Concept 3 is similar to the concept 2 of quilt (750) Concept 4 is similar to the concept 3 of quilt (750)"},{"location":"classes/fox%20squirrel/","title":"Fox squirrel (335)","text":"

Fox squirrel (class id 335) has 3 important concepts. The full class name is fox squirrel, eastern fox squirrel, Sciurus niger.

"},{"location":"classes/fox%20squirrel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fox squirrel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fox%20squirrel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 45%) Concept 4 (Importance 21%) Concept 0 (Importance 11%) Concept 9 (Importance 8%) Concept 5 (Importance 6%) Concept 6 (Importance 3%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 0 Concept 9 Concept 5 Concept 6 Concept 3 Concept 8 Concept 7 Concept 1"},{"location":"classes/fox%20squirrel/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class fox squirrel and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of wallaby (104) Concept 4 is similar to the concept 5 of koala (105) Concept 4 is similar to the concept 2 of grey fox (280) Concept 4 is similar to the concept 6 of tabby (281) Concept 4 is similar to the concept 0 of mongoose (298) Concept 6 is similar to the concept 3 of cicada (316) Concept 4 is similar to the concept 8 of wood rabbit (330) Concept 4 is similar to the concept 5 of marmot (336) Concept 5 is similar to the concept 4 of guenon (370) Concept 0 is similar to the concept 7 of titi (380) Concept 4 is similar to the concept 4 of squirrel monkey (382)"},{"location":"classes/freight%20car/","title":"Freight car (565)","text":"

Freight car (class id 565) has 2 important concepts. The full class name is freight car.

"},{"location":"classes/freight%20car/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Freight car' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/freight%20car/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 1 (Importance 22%) Concept 3 (Importance 6%) Concept 8 (Importance 4%) Concept 5 (Importance 4%) Concept 7 (Importance 3%) Concept 2 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 8 Concept 5 Concept 7 Concept 2 Concept 4 Concept 9 Concept 6"},{"location":"classes/freight%20car/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class freight car and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of electric locomotive (547) Concept 1 is similar to the concept 1 of passenger car (705) Concept 1 is similar to the concept 1 of steam locomotive (820) Concept 1 is similar to the concept 2 of streetcar (829)"},{"location":"classes/frilled%20lizard/","title":"Frilled lizard (43)","text":"

Frilled lizard (class id 43) has 3 important concepts. The full class name is frilled lizard, Chlamydosaurus kingi.

"},{"location":"classes/frilled%20lizard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Frilled lizard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/frilled%20lizard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 2 (Importance 22%) Concept 6 (Importance 11%) Concept 4 (Importance 5%) Concept 5 (Importance 3%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 4 Concept 5 Concept 9 Concept 7 Concept 8 Concept 3 Concept 1"},{"location":"classes/frilled%20lizard/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class frilled lizard and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of common iguana (39) Concept 6 is similar to the concept 5 of common iguana (39) Concept 6 is similar to the concept 5 of agama (42) Concept 5 is similar to the concept 7 of African chameleon (47)"},{"location":"classes/frying%20pan/","title":"Frying pan (567)","text":"

Frying pan (class id 567) has 2 important concepts. The full class name is frying pan, frypan, skillet.

"},{"location":"classes/frying%20pan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Frying pan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/frying%20pan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 4 (Importance 22%) Concept 3 (Importance 10%) Concept 1 (Importance 9%) Concept 7 (Importance 8%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 1 Concept 7 Concept 5 Concept 9 Concept 8 Concept 6 Concept 2"},{"location":"classes/frying%20pan/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class frying pan and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of Crock Pot (521) Concept 1 is similar to the concept 2 of Dutch oven (544) Concept 0 is similar to the concept 3 of Dutch oven (544) Concept 0 is similar to the concept 2 of wok (909) Concept 1 is similar to the concept 5 of wooden spoon (910)"},{"location":"classes/fur%20coat/","title":"Fur coat (568)","text":"

Fur coat (class id 568) has 1 important concepts. The full class name is fur coat.

"},{"location":"classes/fur%20coat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Fur coat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/fur%20coat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 62%) Concept 6 (Importance 11%) Concept 1 (Importance 11%) Concept 2 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 6 Concept 1 Concept 2 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4 Concept 0"},{"location":"classes/fur%20coat/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class fur coat and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of academic gown (400) Concept 9 is similar to the concept 4 of hair spray (585) Concept 1 is similar to the concept 4 of stole (824) Concept 5 is similar to the concept 5 of teddy (850)"},{"location":"classes/gar/","title":"Gar (395)","text":"

Gar (class id 395) has 2 important concepts. The full class name is gar, garfish, garpike, billfish, Lepisosteus osseus.

"},{"location":"classes/gar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 9 (Importance 18%) Concept 4 (Importance 12%) Concept 6 (Importance 5%) Concept 5 (Importance 4%) Concept 3 (Importance 4%) Concept 2 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 4 Concept 6 Concept 5 Concept 3 Concept 2 Concept 8 Concept 7 Concept 1"},{"location":"classes/gar/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class gar and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of goldfish (1) Concept 5 is similar to the concept 0 of stingray (6) Concept 5 is similar to the concept 6 of water snake (58) Concept 3 is similar to the concept 5 of red-breasted merganser (98) Concept 5 is similar to the concept 3 of platypus (103) Concept 2 is similar to the concept 4 of king crab (121) Concept 3 is similar to the concept 7 of American egret (132) Concept 3 is similar to the concept 1 of pelican (144) Concept 3 is similar to the concept 1 of albatross (146) Concept 3 is similar to the concept 1 of killer whale (148) Concept 0 is similar to the concept 0 of barracouta (389) Concept 0 is similar to the concept 0 of coho (391) Concept 0 is similar to the concept 0 of sturgeon (394) Concept 5 is similar to the concept 7 of sturgeon (394) Concept 2 is similar to the concept 4 of barrow (428) Concept 2 is similar to the concept 2 of bulletproof vest (465) Concept 3 is similar to the concept 5 of canoe (472) Concept 3 is similar to the concept 1 of drilling platform (540) Concept 2 is similar to the concept 7 of Dutch oven (544) Concept 3 is similar to the concept 1 of paddle (693) Concept 3 is similar to the concept 7 of snorkel (801) Concept 3 is similar to the concept 3 of trimaran (871) Concept 3 is similar to the concept 3 of yawl (914)"},{"location":"classes/garbage%20truck/","title":"Garbage truck (569)","text":"

Garbage truck (class id 569) has 3 important concepts. The full class name is garbage truck, dustcart.

"},{"location":"classes/garbage%20truck/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Garbage truck' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/garbage%20truck/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 4 (Importance 24%) Concept 3 (Importance 18%) Concept 1 (Importance 5%) Concept 9 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 1 Concept 9 Concept 7 Concept 6 Concept 8 Concept 5 Concept 2"},{"location":"classes/garbage%20truck/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class garbage truck and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of amphibian (408) Concept 7 is similar to the concept 1 of go-kart (573) Concept 7 is similar to the concept 2 of jinrikisha (612) Concept 7 is similar to the concept 1 of mailbox (637) Concept 7 is similar to the concept 8 of moped (665) Concept 7 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 1 of moving van (675) Concept 1 is similar to the concept 1 of school bus (779) Concept 2 is similar to the concept 3 of thresher (856) Concept 1 is similar to the concept 5 of tow truck (864) Concept 4 is similar to the concept 0 of tow truck (864) Concept 1 is similar to the concept 7 of trailer truck (867) Concept 4 is similar to the concept 1 of trailer truck (867) Concept 7 is similar to the concept 2 of tricycle (870) Concept 7 is similar to the concept 2 of unicycle (880) Concept 7 is similar to the concept 7 of traffic light (920)"},{"location":"classes/garden%20spider/","title":"Garden spider (74)","text":"

Garden spider (class id 74) has 2 important concepts. The full class name is garden spider, Aranea diademata.

"},{"location":"classes/garden%20spider/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Garden spider' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/garden%20spider/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 0 (Importance 32%) Concept 8 (Importance 9%) Concept 4 (Importance 8%) Concept 3 (Importance 7%) Concept 9 (Importance 2%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 8 Concept 4 Concept 3 Concept 9 Concept 6 Concept 7 Concept 5 Concept 2"},{"location":"classes/garden%20spider/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class garden spider and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of black and gold garden spider (72) Concept 1 is similar to the concept 0 of barn spider (73) Concept 0 is similar to the concept 1 of barn spider (73) Concept 0 is similar to the concept 3 of black widow (75) Concept 0 is similar to the concept 0 of spider web (815)"},{"location":"classes/garter%20snake/","title":"Garter snake (57)","text":"

Garter snake (class id 57) has 2 important concepts. The full class name is garter snake, grass snake.

"},{"location":"classes/garter%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Garter snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/garter%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 2 (Importance 14%) Concept 7 (Importance 9%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8 Concept 5 Concept 4"},{"location":"classes/garter%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class garter snake and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of whiptail (41) Concept 5 is similar to the concept 5 of scorpion (71) Concept 5 is similar to the concept 2 of ant (310) Concept 1 is similar to the concept 1 of coral fungus (991) Concept 1 is similar to the concept 2 of earthstar (995)"},{"location":"classes/gas%20pump/","title":"Gas pump (571)","text":"

Gas pump (class id 571) has 3 important concepts. The full class name is gas pump, gasoline pump, petrol pump, island dispenser.

"},{"location":"classes/gas%20pump/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gas pump' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gas%20pump/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 7 (Importance 30%) Concept 2 (Importance 13%) Concept 0 (Importance 6%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 2 Concept 0 Concept 5 Concept 6 Concept 4 Concept 8 Concept 3 Concept 9"},{"location":"classes/gas%20pump/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class gas pump and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of laptop (620) Concept 4 is similar to the concept 4 of moving van (675)"},{"location":"classes/gasmask/","title":"Gasmask (570)","text":"

Gasmask (class id 570) has 1 important concepts. The full class name is gasmask, respirator, gas helmet.

"},{"location":"classes/gasmask/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gasmask' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gasmask/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 77%) Concept 0 (Importance 8%) Concept 7 (Importance 2%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 5 Concept 4 Concept 8 Concept 6 Concept 3 Concept 2 Concept 9"},{"location":"classes/gasmask/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class gasmask and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of dial telephone (528) Concept 7 is similar to the concept 4 of hand blower (589) Concept 1 is similar to the concept 2 of oxygen mask (691) Concept 8 is similar to the concept 3 of oxygen mask (691) Concept 8 is similar to the concept 4 of rain barrel (756) Concept 8 is similar to the concept 1 of vacuum (882)"},{"location":"classes/gazelle/","title":"Gazelle (353)","text":"

Gazelle (class id 353) has 1 important concepts. The full class name is gazelle.

"},{"location":"classes/gazelle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gazelle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gazelle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 61%) Concept 6 (Importance 11%) Concept 9 (Importance 8%) Concept 2 (Importance 7%) Concept 3 (Importance 5%) Concept 7 (Importance 2%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 6 Concept 9 Concept 2 Concept 3 Concept 7 Concept 1 Concept 0 Concept 8 Concept 5"},{"location":"classes/gazelle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class gazelle and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of bustard (138) Concept 3 is similar to the concept 6 of cougar (286) Concept 3 is similar to the concept 0 of lion (291) Concept 4 is similar to the concept 0 of impala (352) Concept 2 is similar to the concept 3 of impala (352) Concept 3 is similar to the concept 8 of impala (352) Concept 1 is similar to the concept 1 of Arabian camel (354)"},{"location":"classes/geyser/","title":"Geyser (974)","text":"

Geyser (class id 974) has 2 important concepts. The full class name is geyser.

"},{"location":"classes/geyser/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Geyser' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/geyser/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 9 (Importance 21%) Concept 3 (Importance 3%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 3 Concept 8 Concept 7 Concept 6 Concept 5 Concept 1 Concept 4 Concept 2"},{"location":"classes/geyser/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class geyser and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of bison (347) Concept 3 is similar to the concept 2 of bighorn (349) Concept 3 is similar to the concept 8 of canoe (472) Concept 3 is similar to the concept 2 of dogsled (537) Concept 3 is similar to the concept 3 of mountain tent (672) Concept 3 is similar to the concept 3 of snowmobile (802) Concept 0 is similar to the concept 3 of steam locomotive (820) Concept 3 is similar to the concept 1 of totem pole (863) Concept 3 is similar to the concept 6 of alp (970) Concept 3 is similar to the concept 4 of lakeside (975) Concept 0 is similar to the concept 4 of volcano (980)"},{"location":"classes/giant%20panda/","title":"Giant panda (388)","text":"

Giant panda (class id 388) has 3 important concepts. The full class name is giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca.

"},{"location":"classes/giant%20panda/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Giant panda' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/giant%20panda/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 3 (Importance 13%) Concept 6 (Importance 8%) Concept 8 (Importance 4%) Concept 5 (Importance 4%) Concept 9 (Importance 2%) Concept 1 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 8 Concept 5 Concept 9 Concept 1 Concept 7 Concept 4 Concept 2"},{"location":"classes/giant%20panda/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class giant panda and other classes.

Here are those concepts: Concept 6 is similar to the concept 4 of toy terrier (158) Concept 9 is similar to the concept 0 of American black bear (295) Concept 9 is similar to the concept 7 of chimpanzee (367) Concept 9 is similar to the concept 8 of colobus (375) Concept 6 is similar to the concept 5 of indri (384)"},{"location":"classes/giant%20schnauzer/","title":"Giant schnauzer (197)","text":"

Giant schnauzer (class id 197) has 3 important concepts. The full class name is giant schnauzer.

"},{"location":"classes/giant%20schnauzer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Giant schnauzer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/giant%20schnauzer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 35%) Concept 6 (Importance 32%) Concept 2 (Importance 18%) Concept 8 (Importance 8%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 6 Concept 2 Concept 8 Concept 3 Concept 7 Concept 0 Concept 9 Concept 5 Concept 1"},{"location":"classes/giant%20schnauzer/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class giant schnauzer and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of Scotch terrier (199) Concept 6 is similar to the concept 4 of Scotch terrier (199) Concept 3 is similar to the concept 5 of flat-coated retriever (205) Concept 2 is similar to the concept 3 of Irish water spaniel (221) Concept 2 is similar to the concept 2 of Bouvier des Flandres (233) Concept 4 is similar to the concept 3 of Bouvier des Flandres (233) Concept 7 is similar to the concept 7 of Cardigan (264) Concept 5 is similar to the concept 1 of plow (730)"},{"location":"classes/gibbon/","title":"Gibbon (368)","text":"

Gibbon (class id 368) has 4 important concepts. The full class name is gibbon, Hylobates lar.

"},{"location":"classes/gibbon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gibbon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gibbon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 41%) Concept 4 (Importance 25%) Concept 0 (Importance 15%) Concept 7 (Importance 9%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 7 Concept 3 Concept 9 Concept 5 Concept 2 Concept 8 Concept 6"},{"location":"classes/gibbon/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class gibbon and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of marmoset (377)"},{"location":"classes/go-kart/","title":"Go-kart (573)","text":"

Go-kart (class id 573) has 2 important concepts. The full class name is go-kart.

"},{"location":"classes/go-kart/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Go-kart' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/go-kart/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 4 (Importance 12%) Concept 2 (Importance 8%) Concept 7 (Importance 6%) Concept 5 (Importance 6%) Concept 1 (Importance 6%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 7 Concept 5 Concept 1 Concept 9 Concept 8 Concept 6 Concept 3"},{"location":"classes/go-kart/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class go-kart and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of cab (468) Concept 1 is similar to the concept 7 of fire engine (555) Concept 1 is similar to the concept 7 of garbage truck (569) Concept 1 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 2 of jinrikisha (612) Concept 4 is similar to the concept 2 of lawn mower (621) Concept 1 is similar to the concept 3 of limousine (627) Concept 1 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 8 of moped (665) Concept 1 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 9 of police van (734) Concept 1 is similar to the concept 9 of school bus (779) Concept 1 is similar to the concept 3 of shopping cart (791) Concept 5 is similar to the concept 8 of snowmobile (802) Concept 1 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 2 of tricycle (870) Concept 4 is similar to the concept 4 of tricycle (870) Concept 1 is similar to the concept 2 of trolleybus (874) Concept 1 is similar to the concept 2 of unicycle (880)"},{"location":"classes/goblet/","title":"Goblet (572)","text":"

Goblet (class id 572) has 1 important concepts. The full class name is goblet.

"},{"location":"classes/goblet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Goblet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/goblet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 56%) Concept 3 (Importance 15%) Concept 2 (Importance 10%) Concept 0 (Importance 7%) Concept 6 (Importance 4%) Concept 7 (Importance 2%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 0 Concept 6 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4"},{"location":"classes/goblet/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class goblet and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of table lamp (846) Concept 0 is similar to the concept 3 of vase (883) Concept 3 is similar to the concept 4 of water jug (899) Concept 1 is similar to the concept 1 of red wine (966)"},{"location":"classes/golden%20retriever/","title":"Golden retriever (207)","text":"

Golden retriever (class id 207) has 2 important concepts. The full class name is golden retriever.

"},{"location":"classes/golden%20retriever/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Golden retriever' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/golden%20retriever/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 49%) Concept 1 (Importance 24%) Concept 6 (Importance 8%) Concept 2 (Importance 6%) Concept 7 (Importance 4%) Concept 4 (Importance 2%) Concept 0 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 6 Concept 2 Concept 7 Concept 4 Concept 0 Concept 5 Concept 9 Concept 3"},{"location":"classes/golden%20retriever/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class golden retriever and other classes.

Here are those concepts: Concept 7 is similar to the concept 4 of Norwegian elkhound (174) Concept 4 is similar to the concept 0 of Chesapeake Bay retriever (209) Concept 2 is similar to the concept 0 of Brittany spaniel (215) Concept 7 is similar to the concept 4 of German shepherd (235) Concept 7 is similar to the concept 3 of Leonberg (255) Concept 0 is similar to the concept 0 of chow (260)"},{"location":"classes/goldfinch/","title":"Goldfinch (11)","text":"

Goldfinch (class id 11) has 2 important concepts. The full class name is goldfinch, Carduelis carduelis.

"},{"location":"classes/goldfinch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Goldfinch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/goldfinch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 3 (Importance 25%) Concept 4 (Importance 14%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 4 Concept 9 Concept 6 Concept 1 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/goldfinch/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/goldfish/","title":"Goldfish (1)","text":"

Goldfish (class id 1) has 3 important concepts. The full class name is goldfish, Carassius auratus.

"},{"location":"classes/goldfish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Goldfish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/goldfish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 2 (Importance 29%) Concept 1 (Importance 9%) Concept 3 (Importance 5%) Concept 5 (Importance 4%) Concept 9 (Importance 3%) Concept 7 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 1 Concept 3 Concept 5 Concept 9 Concept 7 Concept 8 Concept 6 Concept 4"},{"location":"classes/goldfish/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class goldfish and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of rock beauty (392) Concept 1 is similar to the concept 6 of anemone fish (393) Concept 5 is similar to the concept 5 of gar (395) Concept 1 is similar to the concept 3 of puffer (397)"},{"location":"classes/golf%20ball/","title":"Golf ball (574)","text":"

Golf ball (class id 574) has 1 important concepts. The full class name is golf ball.

"},{"location":"classes/golf%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Golf ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/golf%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 79%) Concept 1 (Importance 5%) Concept 7 (Importance 3%) Concept 6 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 7 Concept 6 Concept 2 Concept 9 Concept 8 Concept 5 Concept 4 Concept 3"},{"location":"classes/golf%20ball/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/golfcart/","title":"Golfcart (575)","text":"

Golfcart (class id 575) has 3 important concepts. The full class name is golfcart, golf cart.

"},{"location":"classes/golfcart/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Golfcart' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/golfcart/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 44%) Concept 8 (Importance 31%) Concept 1 (Importance 16%) Concept 7 (Importance 2%) Concept 9 (Importance 1%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 8 Concept 1 Concept 7 Concept 9 Concept 0 Concept 6 Concept 4 Concept 3 Concept 2"},{"location":"classes/golfcart/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class golfcart and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of barn (425) Concept 1 is similar to the concept 1 of forklift (561) Concept 2 is similar to the concept 1 of lawn mower (621) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 9 is similar to the concept 7 of racer (751) Concept 3 is similar to the concept 4 of shoe shop (788) Concept 3 is similar to the concept 3 of tricycle (870) Concept 2 is similar to the concept 0 of worm fence (912)"},{"location":"classes/gondola/","title":"Gondola (576)","text":"

Gondola (class id 576) has 2 important concepts. The full class name is gondola.

"},{"location":"classes/gondola/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gondola' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gondola/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 58%) Concept 7 (Importance 20%) Concept 5 (Importance 9%) Concept 9 (Importance 3%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 5 Concept 9 Concept 2 Concept 8 Concept 3 Concept 1 Concept 6 Concept 4"},{"location":"classes/gondola/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class gondola and other classes.

Here are those concepts: Concept 5 is similar to the concept 8 of bell cote (442) Concept 2 is similar to the concept 3 of paddlewheel (694) Concept 5 is similar to the concept 6 of streetcar (829) Concept 5 is similar to the concept 7 of triumphal arch (873)"},{"location":"classes/gong/","title":"Gong (577)","text":"

Gong (class id 577) has 1 important concepts. The full class name is gong, tam-tam.

"},{"location":"classes/gong/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gong' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gong/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 64%) Concept 4 (Importance 11%) Concept 6 (Importance 6%) Concept 5 (Importance 6%) Concept 0 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 6 Concept 5 Concept 0 Concept 9 Concept 8 Concept 7 Concept 1 Concept 2"},{"location":"classes/gong/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/goose/","title":"Goose (99)","text":"

Goose (class id 99) has 4 important concepts. The full class name is goose.

"},{"location":"classes/goose/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Goose' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/goose/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 28%) Concept 0 (Importance 26%) Concept 9 (Importance 18%) Concept 4 (Importance 11%) Concept 7 (Importance 9%) Concept 5 (Importance 3%) Concept 1 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 9 Concept 4 Concept 7 Concept 5 Concept 1 Concept 8 Concept 6 Concept 3"},{"location":"classes/goose/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class goose and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 4 is similar to the concept 0 of sulphur-crested cockatoo (89) Concept 1 is similar to the concept 1 of drake (97) Concept 5 is similar to the concept 5 of drake (97) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 4 is similar to the concept 0 of American egret (132) Concept 5 is similar to the concept 5 of pelican (144) Concept 4 is similar to the concept 3 of albatross (146) Concept 1 is similar to the concept 1 of sea lion (150) Concept 1 is similar to the concept 2 of paddle (693) Concept 1 is similar to the concept 5 of lakeside (975)"},{"location":"classes/gorilla/","title":"Gorilla (366)","text":"

Gorilla (class id 366) has 2 important concepts. The full class name is gorilla, Gorilla gorilla.

"},{"location":"classes/gorilla/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gorilla' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gorilla/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 0 (Importance 23%) Concept 7 (Importance 7%) Concept 5 (Importance 4%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 5 Concept 4 Concept 3 Concept 2 Concept 9 Concept 8 Concept 6"},{"location":"classes/gorilla/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class gorilla and other classes.

Here are those concepts: Concept 9 is similar to the concept 1 of Komodo dragon (48) Concept 0 is similar to the concept 0 of chimpanzee (367) Concept 1 is similar to the concept 1 of chimpanzee (367) Concept 5 is similar to the concept 7 of chimpanzee (367) Concept 5 is similar to the concept 8 of colobus (375)"},{"location":"classes/gown/","title":"Gown (578)","text":"

Gown (class id 578) has 2 important concepts. The full class name is gown.

"},{"location":"classes/gown/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gown' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gown/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 2 (Importance 19%) Concept 9 (Importance 9%) Concept 5 (Importance 7%) Concept 3 (Importance 4%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 5 Concept 3 Concept 8 Concept 7 Concept 6 Concept 4 Concept 0"},{"location":"classes/gown/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class gown and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of brassiere (459) Concept 9 is similar to the concept 5 of hoopskirt (601) Concept 5 is similar to the concept 7 of miniskirt (655)"},{"location":"classes/grand%20piano/","title":"Grand piano (579)","text":"

Grand piano (class id 579) has 3 important concepts. The full class name is grand piano, grand.

"},{"location":"classes/grand%20piano/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grand piano' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grand%20piano/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 47%) Concept 2 (Importance 18%) Concept 0 (Importance 16%) Concept 6 (Importance 8%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 6 Concept 4 Concept 9 Concept 8 Concept 7 Concept 3 Concept 5"},{"location":"classes/grand%20piano/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class grand piano and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of laptop (620) Concept 1 is similar to the concept 2 of organ (687) Concept 3 is similar to the concept 4 of shoe shop (788) Concept 7 is similar to the concept 2 of studio couch (831) Concept 1 is similar to the concept 0 of upright (881)"},{"location":"classes/grasshopper/","title":"Grasshopper (311)","text":"

Grasshopper (class id 311) has 2 important concepts. The full class name is grasshopper, hopper.

"},{"location":"classes/grasshopper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grasshopper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grasshopper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 46%) Concept 0 (Importance 31%) Concept 2 (Importance 9%) Concept 3 (Importance 7%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 2 Concept 3 Concept 5 Concept 9 Concept 8 Concept 7 Concept 4 Concept 1"},{"location":"classes/grasshopper/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class grasshopper and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of scorpion (71) Concept 5 is similar to the concept 3 of ladybug (301) Concept 3 is similar to the concept 9 of long-horned beetle (303) Concept 5 is similar to the concept 2 of leaf beetle (304) Concept 4 is similar to the concept 2 of ant (310) Concept 5 is similar to the concept 9 of ant (310) Concept 0 is similar to the concept 8 of cricket (312) Concept 2 is similar to the concept 2 of cricket (312) Concept 2 is similar to the concept 3 of cockroach (314) Concept 3 is similar to the concept 4 of cicada (316) Concept 3 is similar to the concept 3 of leafhopper (317) Concept 5 is similar to the concept 4 of leafhopper (317)"},{"location":"classes/great%20grey%20owl/","title":"Great grey owl (24)","text":"

Great grey owl (class id 24) has 2 important concepts. The full class name is great grey owl, great gray owl, Strix nebulosa.

"},{"location":"classes/great%20grey%20owl/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Great grey owl' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/great%20grey%20owl/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 39%) Concept 2 (Importance 37%) Concept 5 (Importance 5%) Concept 3 (Importance 5%) Concept 7 (Importance 4%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 3 Concept 7 Concept 4 Concept 8 Concept 6 Concept 9 Concept 1"},{"location":"classes/great%20grey%20owl/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/great%20white%20shark/","title":"Great white shark (2)","text":"

Great white shark (class id 2) has 3 important concepts. The full class name is great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias.

"},{"location":"classes/great%20white%20shark/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Great white shark' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/great%20white%20shark/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 40%) Concept 1 (Importance 35%) Concept 0 (Importance 8%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 0 Concept 3 Concept 9 Concept 5 Concept 8 Concept 4 Concept 2 Concept 7"},{"location":"classes/great%20white%20shark/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class great white shark and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of jellyfish (107) Concept 8 is similar to the concept 8 of jellyfish (107) Concept 3 is similar to the concept 1 of albatross (146) Concept 3 is similar to the concept 0 of grey whale (147)"},{"location":"classes/green%20lizard/","title":"Green lizard (46)","text":"

Green lizard (class id 46) has 2 important concepts. The full class name is green lizard, Lacerta viridis.

"},{"location":"classes/green%20lizard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Green lizard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/green%20lizard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 50%) Concept 5 (Importance 26%) Concept 7 (Importance 9%) Concept 0 (Importance 7%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 7 Concept 0 Concept 6 Concept 9 Concept 8 Concept 4 Concept 2 Concept 1"},{"location":"classes/green%20lizard/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class green lizard and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of banded gecko (38) Concept 5 is similar to the concept 2 of American chameleon (40) Concept 3 is similar to the concept 3 of American chameleon (40) Concept 6 is similar to the concept 6 of American chameleon (40)"},{"location":"classes/green%20mamba/","title":"Green mamba (64)","text":"

Green mamba (class id 64) has 3 important concepts. The full class name is green mamba.

"},{"location":"classes/green%20mamba/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Green mamba' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/green%20mamba/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 39%) Concept 2 (Importance 24%) Concept 6 (Importance 20%) Concept 9 (Importance 5%) Concept 4 (Importance 4%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 9 Concept 4 Concept 1 Concept 8 Concept 7 Concept 5 Concept 3"},{"location":"classes/green%20mamba/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class green mamba and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of vine snake (59) Concept 7 is similar to the concept 9 of vine snake (59) Concept 7 is similar to the concept 4 of walking stick (313) Concept 7 is similar to the concept 1 of bell pepper (945)"},{"location":"classes/green%20snake/","title":"Green snake (55)","text":"

Green snake (class id 55) has 3 important concepts. The full class name is green snake, grass snake.

"},{"location":"classes/green%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Green snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/green%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 1 (Importance 17%) Concept 2 (Importance 15%) Concept 7 (Importance 5%) Concept 4 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 7 Concept 4 Concept 5 Concept 9 Concept 8 Concept 6 Concept 3"},{"location":"classes/green%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class green snake and other classes.

Here are those concepts: Concept 8 is similar to the concept 9 of vine snake (59) Concept 8 is similar to the concept 4 of walking stick (313) Concept 8 is similar to the concept 1 of bell pepper (945) Concept 8 is similar to the concept 2 of custard apple (956) Concept 8 is similar to the concept 3 of ear (998)"},{"location":"classes/greenhouse/","title":"Greenhouse (580)","text":"

Greenhouse (class id 580) has 2 important concepts. The full class name is greenhouse, nursery, glasshouse.

"},{"location":"classes/greenhouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Greenhouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/greenhouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 1 (Importance 11%) Concept 6 (Importance 8%) Concept 2 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 6 Concept 2 Concept 5 Concept 9 Concept 8 Concept 3 Concept 7 Concept 4"},{"location":"classes/greenhouse/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class greenhouse and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of patio (706) Concept 4 is similar to the concept 5 of patio (706)"},{"location":"classes/grey%20fox/","title":"Grey fox (280)","text":"

Grey fox (class id 280) has 2 important concepts. The full class name is grey fox, gray fox, Urocyon cinereoargenteus.

"},{"location":"classes/grey%20fox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grey fox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grey%20fox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 5 (Importance 28%) Concept 3 (Importance 10%) Concept 4 (Importance 9%) Concept 2 (Importance 7%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 4 Concept 2 Concept 9 Concept 8 Concept 7 Concept 6 Concept 1"},{"location":"classes/grey%20fox/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class grey fox and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of wombat (106) Concept 4 is similar to the concept 5 of Siberian husky (250) Concept 4 is similar to the concept 5 of timber wolf (269) Concept 4 is similar to the concept 4 of coyote (272) Concept 4 is similar to the concept 5 of dhole (274) Concept 4 is similar to the concept 3 of red fox (277) Concept 4 is similar to the concept 2 of kit fox (278) Concept 4 is similar to the concept 4 of tiger cat (282) Concept 4 is similar to the concept 4 of cougar (286) Concept 3 is similar to the concept 8 of hare (331) Concept 2 is similar to the concept 4 of fox squirrel (335)"},{"location":"classes/grey%20whale/","title":"Grey whale (147)","text":"

Grey whale (class id 147) has 1 important concepts. The full class name is grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus.

"},{"location":"classes/grey%20whale/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grey whale' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grey%20whale/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 67%) Concept 8 (Importance 7%) Concept 4 (Importance 7%) Concept 0 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 2%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 4 Concept 0 Concept 3 Concept 9 Concept 5 Concept 7 Concept 6 Concept 2"},{"location":"classes/grey%20whale/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class grey whale and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of great white shark (2) Concept 0 is similar to the concept 1 of albatross (146) Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 6 of breakwater (460) Concept 3 is similar to the concept 5 of canoe (472) Concept 3 is similar to the concept 9 of catamaran (484) Concept 9 is similar to the concept 7 of catamaran (484) Concept 3 is similar to the concept 1 of drilling platform (540) Concept 3 is similar to the concept 3 of fireboat (554) Concept 3 is similar to the concept 1 of lifeboat (625) Concept 3 is similar to the concept 2 of liner (628) Concept 3 is similar to the concept 1 of paddle (693) Concept 3 is similar to the concept 4 of schooner (780) Concept 3 is similar to the concept 1 of speedboat (814) Concept 3 is similar to the concept 1 of submarine (833) Concept 3 is similar to the concept 3 of yawl (914) Concept 3 is similar to the concept 1 of promontory (976) Concept 3 is similar to the concept 4 of sandbar (977) Concept 9 is similar to the concept 2 of sandbar (977) Concept 9 is similar to the concept 2 of seashore (978)"},{"location":"classes/grille/","title":"Grille (581)","text":"

Grille (class id 581) has 3 important concepts. The full class name is grille, radiator grille.

"},{"location":"classes/grille/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grille' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grille/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 26%) Concept 3 (Importance 23%) Concept 2 (Importance 16%) Concept 0 (Importance 11%) Concept 4 (Importance 8%) Concept 9 (Importance 5%) Concept 8 (Importance 3%) Concept 6 (Importance 3%) Concept 7 (Importance 2%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 0 Concept 4 Concept 9 Concept 8 Concept 6 Concept 7 Concept 5"},{"location":"classes/grille/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class grille and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of beach wagon (436) Concept 6 is similar to the concept 2 of cab (468) Concept 6 is similar to the concept 2 of convertible (511) Concept 8 is similar to the concept 4 of convertible (511) Concept 6 is similar to the concept 1 of pickup (717) Concept 6 is similar to the concept 2 of sports car (817)"},{"location":"classes/grocery%20store/","title":"Grocery store (582)","text":"

Grocery store (class id 582) has 4 important concepts. The full class name is grocery store, grocery, food market, market.

"},{"location":"classes/grocery%20store/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Grocery store' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/grocery%20store/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 32%) Concept 4 (Importance 18%) Concept 8 (Importance 15%) Concept 0 (Importance 14%) Concept 2 (Importance 7%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 0%) Concept alignment with classes Concept 6 Concept 4 Concept 8 Concept 0 Concept 2 Concept 1 Concept 9 Concept 5 Concept 3 Concept 7"},{"location":"classes/grocery%20store/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class grocery store and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of bookshop (454) Concept 8 is similar to the concept 1 of butcher shop (467) Concept 0 is similar to the concept 0 of confectionery (509) Concept 3 is similar to the concept 3 of confectionery (509) Concept 2 is similar to the concept 3 of library (624) Concept 0 is similar to the concept 1 of toyshop (865) Concept 4 is similar to the concept 2 of banana (954) Concept 4 is similar to the concept 2 of pomegranate (957)"},{"location":"classes/groenendael/","title":"Groenendael (224)","text":"

Groenendael (class id 224) has 4 important concepts. The full class name is groenendael.

"},{"location":"classes/groenendael/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Groenendael' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/groenendael/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 32%) Concept 3 (Importance 30%) Concept 0 (Importance 15%) Concept 4 (Importance 9%) Concept 6 (Importance 4%) Concept 5 (Importance 4%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 4 Concept 6 Concept 5 Concept 8 Concept 9 Concept 7 Concept 2"},{"location":"classes/groenendael/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class groenendael and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of flat-coated retriever (205) Concept 6 is similar to the concept 3 of Gordon setter (214) Concept 4 is similar to the concept 4 of schipperke (223) Concept 1 is similar to the concept 8 of malinois (225) Concept 6 is similar to the concept 2 of Greater Swiss Mountain dog (238)"},{"location":"classes/groom/","title":"Groom (982)","text":"

Groom (class id 982) has 5 important concepts. The full class name is groom, bridegroom.

"},{"location":"classes/groom/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Groom' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/groom/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 29%) Concept 3 (Importance 24%) Concept 4 (Importance 14%) Concept 7 (Importance 13%) Concept 2 (Importance 13%) Concept 0 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 4 Concept 7 Concept 2 Concept 0 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/groom/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class groom and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of academic gown (400) Concept 1 is similar to the concept 3 of bow tie (457) Concept 2 is similar to the concept 1 of kimono (614) Concept 1 is similar to the concept 1 of suit (834)"},{"location":"classes/ground%20beetle/","title":"Ground beetle (302)","text":"

Ground beetle (class id 302) has 2 important concepts. The full class name is ground beetle, carabid beetle.

"},{"location":"classes/ground%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ground beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ground%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 1 (Importance 30%) Concept 3 (Importance 9%) Concept 6 (Importance 5%) Concept 9 (Importance 4%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 6 Concept 9 Concept 5 Concept 8 Concept 7 Concept 4 Concept 2"},{"location":"classes/ground%20beetle/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class ground beetle and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of fly (308) Concept 2 is similar to the concept 2 of ant (310)"},{"location":"classes/guacamole/","title":"Guacamole (924)","text":"

Guacamole (class id 924) has 1 important concepts. The full class name is guacamole.

"},{"location":"classes/guacamole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Guacamole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/guacamole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 2 (Importance 9%) Concept 9 (Importance 8%) Concept 3 (Importance 8%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 3 Concept 7 Concept 4 Concept 5 Concept 8 Concept 6 Concept 1"},{"location":"classes/guacamole/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class guacamole and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hotdog (934) Concept 3 is similar to the concept 1 of mashed potato (935) Concept 3 is similar to the concept 1 of carbonara (959) Concept 4 is similar to the concept 4 of potpie (964) Concept 4 is similar to the concept 4 of burrito (965)"},{"location":"classes/guenon/","title":"Guenon (370)","text":"

Guenon (class id 370) has 2 important concepts. The full class name is guenon, guenon monkey.

"},{"location":"classes/guenon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Guenon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/guenon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 2 (Importance 16%) Concept 7 (Importance 14%) Concept 5 (Importance 11%) Concept 9 (Importance 6%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4 Concept 3 Concept 0 Concept 6"},{"location":"classes/guenon/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class guenon and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of fox squirrel (335) Concept 1 is similar to the concept 1 of patas (371)"},{"location":"classes/guillotine/","title":"Guillotine (583)","text":"

Guillotine (class id 583) has 1 important concepts. The full class name is guillotine.

"},{"location":"classes/guillotine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Guillotine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/guillotine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 85%) Concept 4 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 8 Concept 9 Concept 6 Concept 3 Concept 0 Concept 7 Concept 5 Concept 2"},{"location":"classes/guillotine/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/guinea%20pig/","title":"Guinea pig (338)","text":"

Guinea pig (class id 338) has 1 important concepts. The full class name is guinea pig, Cavia cobaya.

"},{"location":"classes/guinea%20pig/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Guinea pig' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/guinea%20pig/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 2 (Importance 7%) Concept 8 (Importance 5%) Concept 5 (Importance 4%) Concept 6 (Importance 3%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 7 Concept 2 Concept 8 Concept 5 Concept 6 Concept 4 Concept 3 Concept 0"},{"location":"classes/guinea%20pig/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class guinea pig and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of tabby (281) Concept 6 is similar to the concept 2 of tiger cat (282) Concept 6 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 0 of Siamese cat (284) Concept 6 is similar to the concept 4 of Siamese cat (284) Concept 6 is similar to the concept 4 of Egyptian cat (285) Concept 6 is similar to the concept 1 of cougar (286) Concept 6 is similar to the concept 4 of lynx (287) Concept 2 is similar to the concept 0 of hamster (333) Concept 6 is similar to the concept 3 of hamster (333) Concept 6 is similar to the concept 3 of polecat (358) Concept 6 is similar to the concept 3 of black-footed ferret (359) Concept 6 is similar to the concept 2 of otter (360) Concept 5 is similar to the concept 5 of baboon (372) Concept 6 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/gyromitra/","title":"Gyromitra (993)","text":"

Gyromitra (class id 993) has 1 important concepts. The full class name is gyromitra.

"},{"location":"classes/gyromitra/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Gyromitra' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/gyromitra/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 80%) Concept 2 (Importance 8%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 5 Concept 4 Concept 0 Concept 9 Concept 8 Concept 7 Concept 6 Concept 3"},{"location":"classes/gyromitra/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class gyromitra and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of European fire salamander (25) Concept 5 is similar to the concept 3 of common newt (26) Concept 5 is similar to the concept 5 of eft (27) Concept 5 is similar to the concept 8 of spotted salamander (28) Concept 5 is similar to the concept 7 of tailed frog (32) Concept 5 is similar to the concept 3 of mud turtle (35) Concept 5 is similar to the concept 3 of box turtle (37) Concept 5 is similar to the concept 6 of whiptail (41) Concept 5 is similar to the concept 1 of alligator lizard (44) Concept 5 is similar to the concept 5 of thunder snake (52) Concept 5 is similar to the concept 4 of hognose snake (54) Concept 5 is similar to the concept 8 of king snake (56) Concept 5 is similar to the concept 2 of slug (114) Concept 5 is similar to the concept 2 of dung beetle (305) Concept 5 is similar to the concept 1 of mushroom (947) Concept 5 is similar to the concept 1 of buckeye (990) Concept 5 is similar to the concept 1 of coral fungus (991) Concept 2 is similar to the concept 2 of agaric (992) Concept 5 is similar to the concept 2 of earthstar (995) Concept 5 is similar to the concept 1 of bolete (997)"},{"location":"classes/hair%20slide/","title":"Hair slide (584)","text":"

Hair slide (class id 584) has 5 important concepts. The full class name is hair slide.

"},{"location":"classes/hair%20slide/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hair slide' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hair%20slide/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 25%) Concept 3 (Importance 21%) Concept 8 (Importance 15%) Concept 6 (Importance 15%) Concept 1 (Importance 9%) Concept 5 (Importance 7%) Concept 0 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 8 Concept 6 Concept 1 Concept 5 Concept 0 Concept 7 Concept 9 Concept 4"},{"location":"classes/hair%20slide/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class hair slide and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of sunglasses (837) Concept 4 is similar to the concept 5 of web site (916)"},{"location":"classes/hair%20spray/","title":"Hair spray (585)","text":"

Hair spray (class id 585) has 3 important concepts. The full class name is hair spray.

"},{"location":"classes/hair%20spray/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hair spray' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hair%20spray/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 3 (Importance 24%) Concept 0 (Importance 10%) Concept 4 (Importance 7%) Concept 6 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 4 Concept 6 Concept 8 Concept 7 Concept 9 Concept 5 Concept 2"},{"location":"classes/hair%20spray/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class hair spray and other classes.

Here are those concepts: Concept 8 is similar to the concept 4 of Band Aid (419) Concept 8 is similar to the concept 2 of bow tie (457) Concept 8 is similar to the concept 2 of cowboy hat (515) Concept 8 is similar to the concept 3 of feather boa (552) Concept 4 is similar to the concept 4 of feather boa (552) Concept 4 is similar to the concept 9 of fur coat (568) Concept 4 is similar to the concept 9 of hand blower (589) Concept 8 is similar to the concept 2 of mortarboard (667) Concept 4 is similar to the concept 7 of neck brace (678) Concept 8 is similar to the concept 4 of neck brace (678) Concept 4 is similar to the concept 7 of seat belt (785) Concept 8 is similar to the concept 1 of seat belt (785) Concept 8 is similar to the concept 3 of shower cap (793) Concept 8 is similar to the concept 2 of sombrero (808) Concept 4 is similar to the concept 4 of sunglasses (837) Concept 8 is similar to the concept 2 of sunglasses (837) Concept 8 is similar to the concept 2 of wig (903) Concept 4 is similar to the concept 6 of ice lolly (929) Concept 8 is similar to the concept 3 of ice lolly (929) Concept 6 is similar to the concept 8 of eggnog (969)"},{"location":"classes/half%20track/","title":"Half track (586)","text":"

Half track (class id 586) has 3 important concepts. The full class name is half track.

"},{"location":"classes/half%20track/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Half track' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/half%20track/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 36%) Concept 3 (Importance 27%) Concept 8 (Importance 24%) Concept 1 (Importance 5%) Concept 4 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 7 Concept 3 Concept 8 Concept 1 Concept 4 Concept 0 Concept 9 Concept 6 Concept 5 Concept 2"},{"location":"classes/half%20track/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class half track and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of barn (425) Concept 9 is similar to the concept 1 of harvester (595) Concept 1 is similar to the concept 6 of jeep (609) Concept 9 is similar to the concept 1 of plow (730) Concept 3 is similar to the concept 1 of tank (847) Concept 8 is similar to the concept 0 of tank (847) Concept 6 is similar to the concept 3 of thresher (856) Concept 9 is similar to the concept 2 of thresher (856) Concept 9 is similar to the concept 0 of worm fence (912)"},{"location":"classes/hammer/","title":"Hammer (587)","text":"

Hammer (class id 587) has 2 important concepts. The full class name is hammer.

"},{"location":"classes/hammer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hammer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hammer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 48%) Concept 2 (Importance 28%) Concept 3 (Importance 8%) Concept 6 (Importance 7%) Concept 8 (Importance 3%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 6 Concept 8 Concept 4 Concept 9 Concept 7 Concept 5 Concept 0"},{"location":"classes/hammer/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class hammer and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of drumstick (542) Concept 2 is similar to the concept 3 of hatchet (596) Concept 2 is similar to the concept 2 of wooden spoon (910)"},{"location":"classes/hammerhead/","title":"Hammerhead (4)","text":"

Hammerhead (class id 4) has 1 important concepts. The full class name is hammerhead, hammerhead shark.

"},{"location":"classes/hammerhead/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hammerhead' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hammerhead/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 8 (Importance 13%) Concept 5 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 5 Concept 3 Concept 9 Concept 2 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/hammerhead/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class hammerhead and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of tiger shark (3) Concept 2 is similar to the concept 1 of loggerhead (33) Concept 1 is similar to the concept 1 of jellyfish (107)"},{"location":"classes/hamper/","title":"Hamper (588)","text":"

Hamper (class id 588) has 3 important concepts. The full class name is hamper.

"},{"location":"classes/hamper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hamper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hamper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 49%) Concept 4 (Importance 17%) Concept 2 (Importance 10%) Concept 3 (Importance 6%) Concept 5 (Importance 5%) Concept 1 (Importance 4%) Concept 7 (Importance 2%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 3 Concept 5 Concept 1 Concept 7 Concept 6 Concept 9 Concept 8"},{"location":"classes/hamper/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class hamper and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of shopping basket (790)"},{"location":"classes/hamster/","title":"Hamster (333)","text":"

Hamster (class id 333) has 3 important concepts. The full class name is hamster.

"},{"location":"classes/hamster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hamster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hamster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 11%) Concept 4 (Importance 8%) Concept 3 (Importance 7%) Concept 8 (Importance 4%) Concept 6 (Importance 3%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 3 Concept 8 Concept 6 Concept 7 Concept 5 Concept 9 Concept 2"},{"location":"classes/hamster/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class hamster and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of Pomeranian (259) Concept 3 is similar to the concept 1 of tabby (281) Concept 3 is similar to the concept 2 of tiger cat (282) Concept 3 is similar to the concept 2 of Persian cat (283) Concept 4 is similar to the concept 5 of Persian cat (283) Concept 3 is similar to the concept 4 of Siamese cat (284) Concept 3 is similar to the concept 4 of Egyptian cat (285) Concept 3 is similar to the concept 1 of cougar (286) Concept 0 is similar to the concept 2 of guinea pig (338) Concept 3 is similar to the concept 6 of guinea pig (338) Concept 3 is similar to the concept 3 of polecat (358) Concept 3 is similar to the concept 3 of black-footed ferret (359) Concept 3 is similar to the concept 2 of otter (360) Concept 3 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/hand%20blower/","title":"Hand blower (589)","text":"

Hand blower (class id 589) has 3 important concepts. The full class name is hand blower, blow dryer, blow drier, hair dryer, hair drier.

"},{"location":"classes/hand%20blower/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hand blower' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hand%20blower/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 35%) Concept 0 (Importance 33%) Concept 4 (Importance 9%) Concept 2 (Importance 6%) Concept 9 (Importance 5%) Concept 1 (Importance 5%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 4 Concept 2 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 3"},{"location":"classes/hand%20blower/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class hand blower and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of binoculars (447) Concept 1 is similar to the concept 3 of cleaver (499) Concept 1 is similar to the concept 8 of drumstick (542) Concept 1 is similar to the concept 2 of dumbbell (543) Concept 4 is similar to the concept 7 of gasmask (570) Concept 9 is similar to the concept 4 of hair spray (585) Concept 2 is similar to the concept 3 of joystick (613) Concept 2 is similar to the concept 2 of modem (662) Concept 2 is similar to the concept 3 of mouse (673) Concept 2 is similar to the concept 3 of oscilloscope (688) Concept 1 is similar to the concept 8 of power drill (740) Concept 2 is similar to the concept 6 of power drill (740) Concept 9 is similar to the concept 7 of seat belt (785) Concept 1 is similar to the concept 1 of slot (800) Concept 1 is similar to the concept 3 of spatula (813) Concept 9 is similar to the concept 4 of sunglasses (837) Concept 2 is similar to the concept 3 of vacuum (882) Concept 9 is similar to the concept 6 of ice lolly (929)"},{"location":"classes/hand-held%20computer/","title":"Hand-held computer (590)","text":"

Hand-held computer (class id 590) has 3 important concepts. The full class name is hand-held computer, hand-held microcomputer.

"},{"location":"classes/hand-held%20computer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hand-held computer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hand-held%20computer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 55%) Concept 6 (Importance 17%) Concept 1 (Importance 9%) Concept 4 (Importance 4%) Concept 0 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 6 Concept 1 Concept 4 Concept 0 Concept 2 Concept 9 Concept 5 Concept 8 Concept 3"},{"location":"classes/hand-held%20computer/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hand-held computer and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of cellular telephone (487) Concept 5 is similar to the concept 8 of cellular telephone (487) Concept 4 is similar to the concept 5 of iPod (605) Concept 4 is similar to the concept 8 of stopwatch (826) Concept 4 is similar to the concept 5 of crossword puzzle (918) Concept 4 is similar to the concept 5 of ice lolly (929)"},{"location":"classes/handkerchief/","title":"Handkerchief (591)","text":"

Handkerchief (class id 591) has 3 important concepts. The full class name is handkerchief, hankie, hanky, hankey.

"},{"location":"classes/handkerchief/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Handkerchief' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/handkerchief/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 25%) Concept 3 (Importance 24%) Concept 2 (Importance 14%) Concept 8 (Importance 9%) Concept 4 (Importance 9%) Concept 6 (Importance 7%) Concept 1 (Importance 5%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 8 Concept 4 Concept 6 Concept 1 Concept 7 Concept 9 Concept 5"},{"location":"classes/handkerchief/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hard%20disc/","title":"Hard disc (592)","text":"

Hard disc (class id 592) has 4 important concepts. The full class name is hard disc, hard disk, fixed disk.

"},{"location":"classes/hard%20disc/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hard disc' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hard%20disc/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 32%) Concept 2 (Importance 18%) Concept 3 (Importance 14%) Concept 4 (Importance 13%) Concept 7 (Importance 5%) Concept 9 (Importance 4%) Concept 8 (Importance 3%) Concept 5 (Importance 3%) Concept 0 (Importance 3%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 4 Concept 7 Concept 9 Concept 8 Concept 5 Concept 0 Concept 6"},{"location":"classes/hard%20disc/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class hard disc and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of corkscrew (512)"},{"location":"classes/hare/","title":"Hare (331)","text":"

Hare (class id 331) has 2 important concepts. The full class name is hare.

"},{"location":"classes/hare/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hare' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hare/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 44%) Concept 3 (Importance 37%) Concept 0 (Importance 9%) Concept 8 (Importance 4%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 8 Concept 6 Concept 4 Concept 2 Concept 9 Concept 7 Concept 5"},{"location":"classes/hare/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class hare and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of black grouse (80) Concept 6 is similar to the concept 1 of prairie chicken (83) Concept 8 is similar to the concept 3 of grey fox (280) Concept 3 is similar to the concept 1 of wood rabbit (330) Concept 1 is similar to the concept 3 of wood rabbit (330)"},{"location":"classes/harmonica/","title":"Harmonica (593)","text":"

Harmonica (class id 593) has 2 important concepts. The full class name is harmonica, mouth organ, harp, mouth harp.

"},{"location":"classes/harmonica/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Harmonica' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/harmonica/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 57%) Concept 0 (Importance 23%) Concept 1 (Importance 8%) Concept 6 (Importance 5%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 1 Concept 6 Concept 5 Concept 4 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/harmonica/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class harmonica and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of moving van (675) Concept 4 is similar to the concept 4 of oil filter (686)"},{"location":"classes/harp/","title":"Harp (594)","text":"

Harp (class id 594) has 1 important concepts. The full class name is harp.

"},{"location":"classes/harp/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Harp' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/harp/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 4 (Importance 16%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 7 Concept 9 Concept 8 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/harp/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class harp and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of assault rifle (413) Concept 3 is similar to the concept 1 of cornet (513) Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 2 of plunger (731) Concept 3 is similar to the concept 1 of punching bag (747) Concept 2 is similar to the concept 4 of suspension bridge (839)"},{"location":"classes/hartebeest/","title":"Hartebeest (351)","text":"

Hartebeest (class id 351) has 2 important concepts. The full class name is hartebeest.

"},{"location":"classes/hartebeest/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hartebeest' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hartebeest/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 44%) Concept 4 (Importance 39%) Concept 3 (Importance 7%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 3 Concept 9 Concept 5 Concept 1 Concept 0 Concept 8 Concept 7 Concept 6"},{"location":"classes/hartebeest/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class hartebeest and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of sorrel (339) Concept 3 is similar to the concept 3 of bighorn (349) Concept 3 is similar to the concept 3 of impala (352) Concept 3 is similar to the concept 2 of Arabian camel (354)"},{"location":"classes/harvester/","title":"Harvester (595)","text":"

Harvester (class id 595) has 3 important concepts. The full class name is harvester, reaper.

"},{"location":"classes/harvester/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Harvester' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/harvester/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 29%) Concept 4 (Importance 24%) Concept 3 (Importance 23%) Concept 5 (Importance 7%) Concept 6 (Importance 4%) Concept 1 (Importance 4%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 5 Concept 6 Concept 1 Concept 8 Concept 7 Concept 2 Concept 9"},{"location":"classes/harvester/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class harvester and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of Leonberg (255) Concept 1 is similar to the concept 1 of ox (345) Concept 1 is similar to the concept 5 of apiary (410) Concept 9 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 3 of barn (425) Concept 1 is similar to the concept 2 of cannon (471) Concept 9 is similar to the concept 2 of castle (483) Concept 9 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 9 of half track (586) Concept 1 is similar to the concept 1 of lawn mower (621) Concept 1 is similar to the concept 4 of mobile home (660) Concept 1 is similar to the concept 1 of plow (730) Concept 3 is similar to the concept 3 of plow (730) Concept 1 is similar to the concept 3 of swing (843) Concept 1 is similar to the concept 2 of thresher (856) Concept 1 is similar to the concept 7 of tractor (866) Concept 1 is similar to the concept 0 of worm fence (912) Concept 1 is similar to the concept 6 of hay (958) Concept 9 is similar to the concept 1 of seashore (978)"},{"location":"classes/harvestman/","title":"Harvestman (70)","text":"

Harvestman (class id 70) has 2 important concepts. The full class name is harvestman, daddy longlegs, Phalangium opilio.

"},{"location":"classes/harvestman/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Harvestman' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/harvestman/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 65%) Concept 8 (Importance 19%) Concept 4 (Importance 6%) Concept 6 (Importance 4%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 4 Concept 6 Concept 5 Concept 9 Concept 7 Concept 3 Concept 2 Concept 0"},{"location":"classes/harvestman/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class harvestman and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of ladybug (301) Concept 5 is similar to the concept 2 of leaf beetle (304) Concept 7 is similar to the concept 2 of ant (310) Concept 4 is similar to the concept 2 of cricket (312) Concept 4 is similar to the concept 8 of walking stick (313) Concept 4 is similar to the concept 3 of cockroach (314) Concept 4 is similar to the concept 2 of mantis (315) Concept 5 is similar to the concept 4 of leafhopper (317) Concept 4 is similar to the concept 4 of lacewing (318)"},{"location":"classes/hatchet/","title":"Hatchet (596)","text":"

Hatchet (class id 596) has 2 important concepts. The full class name is hatchet.

"},{"location":"classes/hatchet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hatchet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hatchet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 46%) Concept 3 (Importance 28%) Concept 7 (Importance 17%) Concept 1 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 7 Concept 1 Concept 9 Concept 8 Concept 6 Concept 5 Concept 4 Concept 0"},{"location":"classes/hatchet/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class hatchet and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hammer (587) Concept 1 is similar to the concept 1 of knot (616) Concept 3 is similar to the concept 2 of wooden spoon (910) Concept 6 is similar to the concept 5 of web site (916)"},{"location":"classes/hay/","title":"Hay (958)","text":"

Hay (class id 958) has 1 important concepts. The full class name is hay.

"},{"location":"classes/hay/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hay' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hay/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 82%) Concept 8 (Importance 5%) Concept 3 (Importance 3%) Concept 4 (Importance 2%) Concept 2 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 4 Concept 2 Concept 6 Concept 9 Concept 7 Concept 5 Concept 1"},{"location":"classes/hay/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class hay and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 6 is similar to the concept 3 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 6 is similar to the concept 1 of harvester (595) Concept 6 is similar to the concept 1 of lawn mower (621) Concept 6 is similar to the concept 1 of plow (730) Concept 6 is similar to the concept 0 of worm fence (912) Concept 2 is similar to the concept 1 of seashore (978)"},{"location":"classes/head%20cabbage/","title":"Head cabbage (936)","text":"

Head cabbage (class id 936) has 1 important concepts. The full class name is head cabbage.

"},{"location":"classes/head%20cabbage/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Head cabbage' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/head%20cabbage/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 71%) Concept 1 (Importance 8%) Concept 2 (Importance 6%) Concept 3 (Importance 5%) Concept 8 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 3 Concept 8 Concept 9 Concept 7 Concept 6 Concept 5 Concept 4"},{"location":"classes/head%20cabbage/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class head cabbage and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of academic gown (400) Concept 2 is similar to the concept 2 of broccoli (937) Concept 2 is similar to the concept 2 of cauliflower (938)"},{"location":"classes/hen-of-the-woods/","title":"Hen-of-the-woods (996)","text":"

Hen-of-the-woods (class id 996) has 3 important concepts. The full class name is hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa.

"},{"location":"classes/hen-of-the-woods/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hen-of-the-woods' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hen-of-the-woods/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 21%) Concept 2 (Importance 8%) Concept 9 (Importance 4%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 9 Concept 6 Concept 3 Concept 7 Concept 8 Concept 5 Concept 4"},{"location":"classes/hen-of-the-woods/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hen/","title":"Hen (8)","text":"

Hen (class id 8) has 2 important concepts. The full class name is hen.

"},{"location":"classes/hen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 5 (Importance 25%) Concept 6 (Importance 8%) Concept 3 (Importance 6%) Concept 0 (Importance 6%) Concept 7 (Importance 5%) Concept 4 (Importance 5%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 6 Concept 3 Concept 0 Concept 7 Concept 4 Concept 9 Concept 8 Concept 1"},{"location":"classes/hen/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class hen and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of cock (7)"},{"location":"classes/hermit%20crab/","title":"Hermit crab (125)","text":"

Hermit crab (class id 125) has 2 important concepts. The full class name is hermit crab.

"},{"location":"classes/hermit%20crab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hermit crab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hermit%20crab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 73%) Concept 9 (Importance 12%) Concept 8 (Importance 3%) Concept 6 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 8 Concept 6 Concept 2 Concept 7 Concept 3 Concept 0 Concept 5 Concept 4"},{"location":"classes/hermit%20crab/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class hermit crab and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of ringneck snake (53) Concept 3 is similar to the concept 5 of scorpion (71) Concept 6 is similar to the concept 0 of conch (112) Concept 2 is similar to the concept 6 of walking stick (313) Concept 2 is similar to the concept 3 of Band Aid (419)"},{"location":"classes/hip/","title":"Hip (989)","text":"

Hip (class id 989) has 2 important concepts. The full class name is hip, rose hip, rosehip.

"},{"location":"classes/hip/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hip' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hip/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 3 (Importance 12%) Concept 6 (Importance 8%) Concept 2 (Importance 8%) Concept 9 (Importance 3%) Concept 8 (Importance 3%) Concept 4 (Importance 3%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 2 Concept 9 Concept 8 Concept 4 Concept 0 Concept 7 Concept 5"},{"location":"classes/hip/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hip and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of brambling (10) Concept 4 is similar to the concept 4 of house finch (12) Concept 4 is similar to the concept 1 of junco (13) Concept 4 is similar to the concept 1 of robin (15) Concept 4 is similar to the concept 6 of coucal (91) Concept 2 is similar to the concept 3 of ringlet (322)"},{"location":"classes/hippopotamus/","title":"Hippopotamus (344)","text":"

Hippopotamus (class id 344) has 2 important concepts. The full class name is hippopotamus, hippo, river horse, Hippopotamus amphibius.

"},{"location":"classes/hippopotamus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hippopotamus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hippopotamus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 47%) Concept 3 (Importance 24%) Concept 7 (Importance 12%) Concept 1 (Importance 5%) Concept 0 (Importance 4%) Concept 9 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 7 Concept 1 Concept 0 Concept 9 Concept 4 Concept 8 Concept 6 Concept 2"},{"location":"classes/hippopotamus/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class hippopotamus and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/hog/","title":"Hog (341)","text":"

Hog (class id 341) has 3 important concepts. The full class name is hog, pig, grunter, squealer, Sus scrofa.

"},{"location":"classes/hog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 42%) Concept 2 (Importance 18%) Concept 3 (Importance 17%) Concept 9 (Importance 6%) Concept 0 (Importance 6%) Concept 5 (Importance 3%) Concept 7 (Importance 2%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 3 Concept 9 Concept 0 Concept 5 Concept 7 Concept 6 Concept 1 Concept 8"},{"location":"classes/hog/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hognose%20snake/","title":"Hognose snake (54)","text":"

Hognose snake (class id 54) has 4 important concepts. The full class name is hognose snake, puff adder, sand viper.

"},{"location":"classes/hognose%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hognose snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hognose%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 43%) Concept 3 (Importance 15%) Concept 8 (Importance 14%) Concept 0 (Importance 14%) Concept 6 (Importance 5%) Concept 2 (Importance 5%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 8 Concept 0 Concept 6 Concept 2 Concept 4 Concept 9 Concept 7 Concept 1"},{"location":"classes/hognose%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hognose snake and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of king snake (56) Concept 8 is similar to the concept 0 of horned viper (66) Concept 4 is similar to the concept 1 of coral fungus (991) Concept 4 is similar to the concept 5 of gyromitra (993) Concept 4 is similar to the concept 2 of earthstar (995) Concept 4 is similar to the concept 1 of bolete (997)"},{"location":"classes/holster/","title":"Holster (597)","text":"

Holster (class id 597) has 5 important concepts. The full class name is holster.

"},{"location":"classes/holster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Holster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/holster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 26%) Concept 4 (Importance 22%) Concept 1 (Importance 15%) Concept 0 (Importance 13%) Concept 7 (Importance 11%) Concept 3 (Importance 4%) Concept 9 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 4 Concept 1 Concept 0 Concept 7 Concept 3 Concept 9 Concept 6 Concept 8 Concept 2"},{"location":"classes/holster/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class holster and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of buckle (464) Concept 1 is similar to the concept 3 of Loafer (630) Concept 9 is similar to the concept 6 of purse (748) Concept 1 is similar to the concept 3 of sandal (774) Concept 1 is similar to the concept 2 of scabbard (777) Concept 3 is similar to the concept 6 of seat belt (785)"},{"location":"classes/home%20theater/","title":"Home theater (598)","text":"

Home theater (class id 598) has 3 important concepts. The full class name is home theater, home theatre.

"},{"location":"classes/home%20theater/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Home theater' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/home%20theater/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 2 (Importance 18%) Concept 3 (Importance 13%) Concept 9 (Importance 7%) Concept 8 (Importance 7%) Concept 7 (Importance 7%) Concept 4 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 9 Concept 8 Concept 7 Concept 4 Concept 0 Concept 6 Concept 5"},{"location":"classes/home%20theater/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class home theater and other classes.

Here are those concepts: Concept 9 is similar to the concept 5 of bookcase (453) Concept 1 is similar to the concept 2 of desktop computer (527) Concept 1 is similar to the concept 1 of entertainment center (548) Concept 2 is similar to the concept 4 of entertainment center (548) Concept 9 is similar to the concept 7 of medicine chest (648) Concept 1 is similar to the concept 4 of monitor (664) Concept 8 is similar to the concept 5 of restaurant (762) Concept 2 is similar to the concept 7 of television (851)"},{"location":"classes/honeycomb/","title":"Honeycomb (599)","text":"

Honeycomb (class id 599) has 2 important concepts. The full class name is honeycomb.

"},{"location":"classes/honeycomb/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Honeycomb' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/honeycomb/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 4 (Importance 18%) Concept 2 (Importance 8%) Concept 7 (Importance 6%) Concept 3 (Importance 5%) Concept 9 (Importance 3%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 7 Concept 3 Concept 9 Concept 1 Concept 5 Concept 8 Concept 6"},{"location":"classes/honeycomb/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hook/","title":"Hook (600)","text":"

Hook (class id 600) has 2 important concepts. The full class name is hook, claw.

"},{"location":"classes/hook/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hook' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hook/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 48%) Concept 3 (Importance 20%) Concept 5 (Importance 12%) Concept 6 (Importance 3%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept alignment with classes Concept 1 Concept 3 Concept 5 Concept 6 Concept 0 Concept 8 Concept 4 Concept 9 Concept 7 Concept 2"},{"location":"classes/hook/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hoopskirt/","title":"Hoopskirt (601)","text":"

Hoopskirt (class id 601) has 1 important concepts. The full class name is hoopskirt, crinoline.

"},{"location":"classes/hoopskirt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hoopskirt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hoopskirt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 61%) Concept 3 (Importance 14%) Concept 5 (Importance 10%) Concept 1 (Importance 9%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 5 Concept 1 Concept 9 Concept 8 Concept 7 Concept 6 Concept 4 Concept 2"},{"location":"classes/hoopskirt/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hoopskirt and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of diaper (529) Concept 5 is similar to the concept 9 of gown (578) Concept 1 is similar to the concept 7 of jean (608) Concept 0 is similar to the concept 4 of overskirt (689) Concept 1 is similar to the concept 7 of overskirt (689) Concept 3 is similar to the concept 6 of overskirt (689)"},{"location":"classes/horizontal%20bar/","title":"Horizontal bar (602)","text":"

Horizontal bar (class id 602) has 3 important concepts. The full class name is horizontal bar, high bar.

"},{"location":"classes/horizontal%20bar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Horizontal bar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/horizontal%20bar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 31%) Concept 0 (Importance 30%) Concept 1 (Importance 10%) Concept 6 (Importance 8%) Concept 9 (Importance 6%) Concept 5 (Importance 4%) Concept 4 (Importance 3%) Concept 7 (Importance 2%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 1 Concept 6 Concept 9 Concept 5 Concept 4 Concept 7 Concept 2 Concept 8"},{"location":"classes/horizontal%20bar/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class horizontal bar and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of balance beam (416) Concept 1 is similar to the concept 2 of balance beam (416) Concept 7 is similar to the concept 9 of balance beam (416) Concept 3 is similar to the concept 5 of barbell (422) Concept 4 is similar to the concept 3 of flagpole (557) Concept 0 is similar to the concept 0 of parallel bars (702) Concept 1 is similar to the concept 4 of parallel bars (702)"},{"location":"classes/hornbill/","title":"Hornbill (93)","text":"

Hornbill (class id 93) has 3 important concepts. The full class name is hornbill.

"},{"location":"classes/hornbill/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hornbill' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hornbill/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 50%) Concept 4 (Importance 17%) Concept 0 (Importance 12%) Concept 6 (Importance 9%) Concept 9 (Importance 6%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 0 Concept 6 Concept 9 Concept 3 Concept 1 Concept 8 Concept 7 Concept 5"},{"location":"classes/hornbill/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/horned%20viper/","title":"Horned viper (66)","text":"

Horned viper (class id 66) has 3 important concepts. The full class name is horned viper, cerastes, sand viper, horned asp, Cerastes cornutus.

"},{"location":"classes/horned%20viper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Horned viper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/horned%20viper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 47%) Concept 2 (Importance 24%) Concept 7 (Importance 16%) Concept 4 (Importance 6%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 4 Concept 9 Concept 8 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/horned%20viper/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class horned viper and other classes.

Here are those concepts: Concept 0 is similar to the concept 8 of hognose snake (54) Concept 0 is similar to the concept 2 of night snake (60) Concept 0 is similar to the concept 0 of diamondback (67) Concept 0 is similar to the concept 2 of sidewinder (68) Concept 1 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of prairie chicken (83)"},{"location":"classes/horse%20cart/","title":"Horse cart (603)","text":"

Horse cart (class id 603) has 3 important concepts. The full class name is horse cart, horse-cart.

"},{"location":"classes/horse%20cart/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Horse cart' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/horse%20cart/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 2 (Importance 15%) Concept 0 (Importance 10%) Concept 3 (Importance 5%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 3 Concept 8 Concept 5 Concept 4 Concept 9 Concept 7 Concept 6"},{"location":"classes/horse%20cart/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class horse cart and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Great Dane (246) Concept 3 is similar to the concept 3 of Mexican hairless (268) Concept 3 is similar to the concept 3 of ox (345) Concept 5 is similar to the concept 5 of bicycle-built-for-two (444) Concept 5 is similar to the concept 3 of cab (468) Concept 5 is similar to the concept 1 of go-kart (573) Concept 2 is similar to the concept 6 of jinrikisha (612) Concept 5 is similar to the concept 2 of jinrikisha (612) Concept 5 is similar to the concept 8 of moped (665) Concept 5 is similar to the concept 1 of motor scooter (670) Concept 2 is similar to the concept 3 of oxcart (690) Concept 3 is similar to the concept 2 of oxcart (690) Concept 9 is similar to the concept 1 of plow (730) Concept 4 is similar to the concept 9 of pole (733) Concept 2 is similar to the concept 1 of thresher (856) Concept 5 is similar to the concept 2 of tricycle (870) Concept 5 is similar to the concept 2 of unicycle (880)"},{"location":"classes/hot%20pot/","title":"Hot pot (926)","text":"

Hot pot (class id 926) has 4 important concepts. The full class name is hot pot, hotpot.

"},{"location":"classes/hot%20pot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hot pot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hot%20pot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 9 (Importance 16%) Concept 2 (Importance 15%) Concept 4 (Importance 5%) Concept 1 (Importance 5%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 2 Concept 4 Concept 1 Concept 8 Concept 6 Concept 7 Concept 5 Concept 3"},{"location":"classes/hot%20pot/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hot pot and other classes.

Here are those concepts: Concept 0 is similar to the concept 8 of soup bowl (809) Concept 9 is similar to the concept 7 of plate (923) Concept 9 is similar to the concept 2 of hotdog (934) Concept 9 is similar to the concept 1 of mashed potato (935) Concept 9 is similar to the concept 1 of broccoli (937) Concept 9 is similar to the concept 1 of carbonara (959)"},{"location":"classes/hotdog/","title":"Hotdog (934)","text":"

Hotdog (class id 934) has 2 important concepts. The full class name is hotdog, hot dog, red hot.

"},{"location":"classes/hotdog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hotdog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hotdog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 4 (Importance 22%) Concept 2 (Importance 6%) Concept 3 (Importance 4%) Concept 8 (Importance 3%) Concept 6 (Importance 3%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 3 Concept 8 Concept 6 Concept 5 Concept 9 Concept 7 Concept 1"},{"location":"classes/hotdog/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class hotdog and other classes.

Here are those concepts: Concept 2 is similar to the concept 7 of plate (923) Concept 2 is similar to the concept 3 of guacamole (924) Concept 2 is similar to the concept 9 of hot pot (926) Concept 6 is similar to the concept 4 of cheeseburger (933) Concept 2 is similar to the concept 1 of mashed potato (935) Concept 2 is similar to the concept 1 of broccoli (937) Concept 2 is similar to the concept 1 of carbonara (959)"},{"location":"classes/hourglass/","title":"Hourglass (604)","text":"

Hourglass (class id 604) has 1 important concepts. The full class name is hourglass.

"},{"location":"classes/hourglass/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hourglass' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hourglass/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 90%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 9 Concept 7 Concept 1 Concept 8 Concept 5 Concept 4 Concept 3 Concept 2"},{"location":"classes/hourglass/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class hourglass and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of four-poster (564)"},{"location":"classes/house%20finch/","title":"House finch (12)","text":"

House finch (class id 12) has 3 important concepts. The full class name is house finch, linnet, Carpodacus mexicanus.

"},{"location":"classes/house%20finch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'House finch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/house%20finch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 37%) Concept 2 (Importance 32%) Concept 0 (Importance 18%) Concept 9 (Importance 5%) Concept 4 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 0 Concept 9 Concept 4 Concept 1 Concept 8 Concept 7 Concept 6 Concept 3"},{"location":"classes/house%20finch/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class house finch and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of junco (13) Concept 5 is similar to the concept 4 of robin (15) Concept 4 is similar to the concept 4 of hip (989)"},{"location":"classes/howler%20monkey/","title":"Howler monkey (379)","text":"

Howler monkey (class id 379) has 2 important concepts. The full class name is howler monkey, howler.

"},{"location":"classes/howler%20monkey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Howler monkey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/howler%20monkey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 1 (Importance 29%) Concept 8 (Importance 5%) Concept 5 (Importance 5%) Concept 3 (Importance 4%) Concept 6 (Importance 3%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 8 Concept 5 Concept 3 Concept 6 Concept 0 Concept 9 Concept 7 Concept 4"},{"location":"classes/howler%20monkey/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class howler monkey and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of lorikeet (90) Concept 1 is similar to the concept 0 of American black bear (295) Concept 3 is similar to the concept 1 of three-toed sloth (364) Concept 1 is similar to the concept 7 of chimpanzee (367) Concept 1 is similar to the concept 8 of colobus (375) Concept 3 is similar to the concept 1 of capuchin (378) Concept 1 is similar to the concept 5 of capuchin (378) Concept 8 is similar to the concept 1 of titi (380) Concept 3 is similar to the concept 1 of squirrel monkey (382) Concept 1 is similar to the concept 4 of indri (384) Concept 5 is similar to the concept 7 of indri (384) Concept 3 is similar to the concept 1 of jackfruit (955) Concept 5 is similar to the concept 2 of jackfruit (955) Concept 3 is similar to the concept 2 of custard apple (956)"},{"location":"classes/hummingbird/","title":"Hummingbird (94)","text":"

Hummingbird (class id 94) has 3 important concepts. The full class name is hummingbird.

"},{"location":"classes/hummingbird/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hummingbird' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hummingbird/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 57%) Concept 7 (Importance 15%) Concept 3 (Importance 14%) Concept 0 (Importance 4%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 3 Concept 0 Concept 4 Concept 6 Concept 1 Concept 9 Concept 8 Concept 5"},{"location":"classes/hummingbird/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/hyena/","title":"Hyena (276)","text":"

Hyena (class id 276) has 4 important concepts. The full class name is hyena, hyaena.

"},{"location":"classes/hyena/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Hyena' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/hyena/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 26%) Concept 0 (Importance 24%) Concept 3 (Importance 21%) Concept 2 (Importance 16%) Concept 5 (Importance 5%) Concept 8 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 3 Concept 2 Concept 5 Concept 8 Concept 1 Concept 9 Concept 7 Concept 6"},{"location":"classes/hyena/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class hyena and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of Mexican hairless (268) Concept 3 is similar to the concept 3 of African hunting dog (275) Concept 2 is similar to the concept 5 of lynx (287) Concept 2 is similar to the concept 3 of cheetah (293) Concept 5 is similar to the concept 2 of warthog (343) Concept 5 is similar to the concept 7 of bison (347)"},{"location":"classes/iPod/","title":"Ipod (605)","text":"

Ipod (class id 605) has 2 important concepts. The full class name is iPod.

"},{"location":"classes/iPod/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ipod' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/iPod/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 69%) Concept 2 (Importance 13%) Concept 7 (Importance 5%) Concept 0 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 0 Concept 9 Concept 8 Concept 6 Concept 5 Concept 4 Concept 3"},{"location":"classes/iPod/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class iPod and other classes.

Here are those concepts: Concept 5 is similar to the concept 6 of walking stick (313) Concept 5 is similar to the concept 3 of Band Aid (419) Concept 5 is similar to the concept 5 of cellular telephone (487) Concept 5 is similar to the concept 4 of hand-held computer (590) Concept 9 is similar to the concept 2 of modem (662) Concept 9 is similar to the concept 3 of mouse (673) Concept 9 is similar to the concept 3 of oscilloscope (688)"},{"location":"classes/ibex/","title":"Ibex (350)","text":"

Ibex (class id 350) has 2 important concepts. The full class name is ibex, Capra ibex.

"},{"location":"classes/ibex/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ibex' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ibex/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 42%) Concept 5 (Importance 27%) Concept 3 (Importance 9%) Concept 7 (Importance 8%) Concept 0 (Importance 5%) Concept 2 (Importance 3%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 3 Concept 7 Concept 0 Concept 2 Concept 4 Concept 9 Concept 8 Concept 6"},{"location":"classes/ibex/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class ibex and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Mexican hairless (268) Concept 7 is similar to the concept 0 of lion (291) Concept 2 is similar to the concept 1 of marmot (336) Concept 3 is similar to the concept 2 of warthog (343) Concept 3 is similar to the concept 7 of water buffalo (346) Concept 3 is similar to the concept 7 of bison (347) Concept 7 is similar to the concept 0 of ram (348) Concept 3 is similar to the concept 4 of ram (348) Concept 3 is similar to the concept 3 of bighorn (349) Concept 2 is similar to the concept 5 of bighorn (349) Concept 0 is similar to the concept 4 of Arabian camel (354) Concept 3 is similar to the concept 2 of oxcart (690)"},{"location":"classes/ice%20bear/","title":"Ice bear (296)","text":"

Ice bear (class id 296) has 4 important concepts. The full class name is ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus.

"},{"location":"classes/ice%20bear/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ice bear' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ice%20bear/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 36%) Concept 2 (Importance 17%) Concept 3 (Importance 14%) Concept 9 (Importance 12%) Concept 6 (Importance 9%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept alignment with classes Concept 7 Concept 2 Concept 3 Concept 9 Concept 6 Concept 5 Concept 4 Concept 8 Concept 1 Concept 0"},{"location":"classes/ice%20bear/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class ice bear and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of Komodo dragon (48) Concept 8 is similar to the concept 1 of sea lion (150) Concept 6 is similar to the concept 5 of Samoyed (258)"},{"location":"classes/ice%20cream/","title":"Ice cream (928)","text":"

Ice cream (class id 928) has 4 important concepts. The full class name is ice cream, icecream.

"},{"location":"classes/ice%20cream/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ice cream' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ice%20cream/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 37%) Concept 2 (Importance 18%) Concept 4 (Importance 10%) Concept 3 (Importance 10%) Concept 5 (Importance 9%) Concept 8 (Importance 6%) Concept 7 (Importance 4%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 3 Concept 5 Concept 8 Concept 7 Concept 1 Concept 9 Concept 6"},{"location":"classes/ice%20cream/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class ice cream and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of cauliflower (938) Concept 5 is similar to the concept 4 of chocolate sauce (960) Concept 2 is similar to the concept 5 of meat loaf (962) Concept 2 is similar to the concept 4 of burrito (965)"},{"location":"classes/ice%20lolly/","title":"Ice lolly (929)","text":"

Ice lolly (class id 929) has 1 important concepts. The full class name is ice lolly, lolly, lollipop, popsicle.

"},{"location":"classes/ice%20lolly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ice lolly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ice%20lolly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 86%) Concept 2 (Importance 5%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 5 Concept 8 Concept 6 Concept 4 Concept 3 Concept 9 Concept 7 Concept 0"},{"location":"classes/ice%20lolly/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class ice lolly and other classes.

Here are those concepts: Concept 9 is similar to the concept 9 of bathing cap (433) Concept 2 is similar to the concept 8 of diaper (529) Concept 6 is similar to the concept 4 of hair spray (585) Concept 3 is similar to the concept 8 of hair spray (585) Concept 6 is similar to the concept 9 of hand blower (589) Concept 5 is similar to the concept 4 of hand-held computer (590) Concept 2 is similar to the concept 7 of pajama (697) Concept 3 is similar to the concept 1 of seat belt (785) Concept 3 is similar to the concept 3 of shower cap (793) Concept 9 is similar to the concept 0 of sunglasses (837) Concept 3 is similar to the concept 2 of sunglasses (837) Concept 3 is similar to the concept 2 of wig (903)"},{"location":"classes/impala/","title":"Impala (352)","text":"

Impala (class id 352) has 1 important concepts. The full class name is impala, Aepyceros melampus.

"},{"location":"classes/impala/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Impala' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/impala/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 68%) Concept 2 (Importance 9%) Concept 8 (Importance 8%) Concept 4 (Importance 5%) Concept 3 (Importance 5%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 4 Concept 3 Concept 5 Concept 1 Concept 9 Concept 7 Concept 6"},{"location":"classes/impala/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class impala and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of black grouse (80) Concept 6 is similar to the concept 1 of prairie chicken (83) Concept 8 is similar to the concept 5 of whippet (172) Concept 8 is similar to the concept 6 of cougar (286) Concept 8 is similar to the concept 0 of lion (291) Concept 3 is similar to the concept 3 of hartebeest (351) Concept 0 is similar to the concept 4 of gazelle (353) Concept 3 is similar to the concept 2 of gazelle (353) Concept 8 is similar to the concept 3 of gazelle (353) Concept 7 is similar to the concept 1 of plow (730)"},{"location":"classes/indigo%20bunting/","title":"Indigo bunting (14)","text":"

Indigo bunting (class id 14) has 2 important concepts. The full class name is indigo bunting, indigo finch, indigo bird, Passerina cyanea.

"},{"location":"classes/indigo%20bunting/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Indigo bunting' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/indigo%20bunting/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 49%) Concept 5 (Importance 39%) Concept 6 (Importance 5%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 6 Concept 1 Concept 9 Concept 8 Concept 7 Concept 4 Concept 3 Concept 2"},{"location":"classes/indigo%20bunting/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class indigo bunting and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of jay (17) Concept 0 is similar to the concept 2 of peacock (84) Concept 0 is similar to the concept 5 of macaw (88) Concept 1 is similar to the concept 0 of jacamar (95) Concept 0 is similar to the concept 6 of little blue heron (131) Concept 0 is similar to the concept 0 of European gallinule (136) Concept 1 is similar to the concept 4 of three-toed sloth (364) Concept 3 is similar to the concept 1 of three-toed sloth (364) Concept 3 is similar to the concept 2 of custard apple (956)"},{"location":"classes/indri/","title":"Indri (384)","text":"

Indri (class id 384) has 3 important concepts. The full class name is indri, indris, Indri indri, Indri brevicaudatus.

"},{"location":"classes/indri/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Indri' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/indri/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 5 (Importance 25%) Concept 0 (Importance 21%) Concept 4 (Importance 6%) Concept 7 (Importance 4%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 4 Concept 7 Concept 6 Concept 9 Concept 8 Concept 1 Concept 3"},{"location":"classes/indri/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class indri and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of howler monkey (379) Concept 7 is similar to the concept 5 of howler monkey (379) Concept 7 is similar to the concept 1 of spider monkey (381) Concept 5 is similar to the concept 6 of giant panda (388) Concept 7 is similar to the concept 2 of jackfruit (955)"},{"location":"classes/iron/","title":"Iron (606)","text":"

Iron (class id 606) has 2 important concepts. The full class name is iron, smoothing iron.

"},{"location":"classes/iron/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Iron' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/iron/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 2 (Importance 10%) Concept 3 (Importance 9%) Concept 7 (Importance 8%) Concept 9 (Importance 5%) Concept 1 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 7 Concept 9 Concept 1 Concept 8 Concept 6 Concept 5 Concept 4"},{"location":"classes/iron/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class iron and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of apron (411) Concept 5 is similar to the concept 1 of backpack (414) Concept 5 is similar to the concept 1 of bath towel (434) Concept 5 is similar to the concept 2 of broom (462) Concept 5 is similar to the concept 1 of bucket (463) Concept 5 is similar to the concept 0 of carton (478) Concept 3 is similar to the concept 9 of Crock Pot (521) Concept 5 is similar to the concept 1 of desk (526) Concept 5 is similar to the concept 6 of magnetic compass (635) Concept 5 is similar to the concept 1 of monitor (664) Concept 5 is similar to the concept 1 of mosquito net (669) Concept 5 is similar to the concept 3 of pajama (697) Concept 5 is similar to the concept 1 of safe (771) Concept 5 is similar to the concept 1 of sandal (774) Concept 5 is similar to the concept 2 of scale (778) Concept 5 is similar to the concept 1 of shopping basket (790) Concept 5 is similar to the concept 1 of sleeping bag (797) Concept 5 is similar to the concept 1 of swab (840) Concept 5 is similar to the concept 1 of tray (868) Concept 8 is similar to the concept 5 of web site (916)"},{"location":"classes/isopod/","title":"Isopod (126)","text":"

Isopod (class id 126) has 1 important concepts. The full class name is isopod.

"},{"location":"classes/isopod/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Isopod' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/isopod/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 65%) Concept 5 (Importance 10%) Concept 7 (Importance 9%) Concept 6 (Importance 6%) Concept 8 (Importance 3%) Concept 0 (Importance 3%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 7 Concept 6 Concept 8 Concept 0 Concept 9 Concept 4 Concept 3 Concept 2"},{"location":"classes/isopod/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class isopod and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of crayfish (124)"},{"location":"classes/jacamar/","title":"Jacamar (95)","text":"

Jacamar (class id 95) has 2 important concepts. The full class name is jacamar.

"},{"location":"classes/jacamar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jacamar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jacamar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 43%) Concept 1 (Importance 33%) Concept 9 (Importance 9%) Concept 4 (Importance 4%) Concept 3 (Importance 4%) Concept 0 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 9 Concept 4 Concept 3 Concept 0 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/jacamar/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class jacamar and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of indigo bunting (14) Concept 0 is similar to the concept 1 of bulbul (16) Concept 4 is similar to the concept 6 of bulbul (16) Concept 0 is similar to the concept 6 of chickadee (19)"},{"location":"classes/jack-o-lantern/","title":"Jack-o-lantern (607)","text":"

Jack-o-lantern (class id 607) has 1 important concepts. The full class name is jack-o-lantern.

"},{"location":"classes/jack-o-lantern/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jack-o-lantern' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jack-o-lantern/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 87%) Concept 8 (Importance 7%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 4 Concept 9 Concept 7 Concept 6 Concept 5 Concept 3 Concept 2 Concept 1"},{"location":"classes/jack-o-lantern/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class jack-o-lantern and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of nematode (111) Concept 2 is similar to the concept 2 of volcano (980)"},{"location":"classes/jackfruit/","title":"Jackfruit (955)","text":"

Jackfruit (class id 955) has 2 important concepts. The full class name is jackfruit, jak, jack.

"},{"location":"classes/jackfruit/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jackfruit' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jackfruit/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 9 (Importance 5%) Concept 7 (Importance 5%) Concept 3 (Importance 4%) Concept 5 (Importance 3%) Concept 2 (Importance 3%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 7 Concept 3 Concept 5 Concept 2 Concept 1 Concept 8 Concept 6 Concept 4"},{"location":"classes/jackfruit/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class jackfruit and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of three-toed sloth (364) Concept 1 is similar to the concept 3 of howler monkey (379) Concept 2 is similar to the concept 5 of howler monkey (379) Concept 2 is similar to the concept 1 of spider monkey (381) Concept 2 is similar to the concept 7 of indri (384) Concept 1 is similar to the concept 1 of bell pepper (945) Concept 1 is similar to the concept 2 of custard apple (956)"},{"location":"classes/jaguar/","title":"Jaguar (290)","text":"

Jaguar (class id 290) has 2 important concepts. The full class name is jaguar, panther, Panthera onca, Felis onca.

"},{"location":"classes/jaguar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jaguar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jaguar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 54%) Concept 0 (Importance 27%) Concept 8 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 3%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 8 Concept 7 Concept 5 Concept 3 Concept 9 Concept 2 Concept 1 Concept 6"},{"location":"classes/jaguar/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class jaguar and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of sea lion (150) Concept 3 is similar to the concept 0 of dalmatian (251) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of lynx (287) Concept 0 is similar to the concept 0 of leopard (288) Concept 2 is similar to the concept 2 of snow leopard (289) Concept 2 is similar to the concept 2 of tiger (292) Concept 0 is similar to the concept 0 of cheetah (293) Concept 2 is similar to the concept 2 of otter (360)"},{"location":"classes/jay/","title":"Jay (17)","text":"

Jay (class id 17) has 3 important concepts. The full class name is jay.

"},{"location":"classes/jay/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jay' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jay/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 5 (Importance 25%) Concept 3 (Importance 17%) Concept 8 (Importance 13%) Concept 2 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 8 Concept 2 Concept 4 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/jay/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class jay and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of indigo bunting (14) Concept 8 is similar to the concept 0 of chickadee (19) Concept 3 is similar to the concept 5 of macaw (88) Concept 3 is similar to the concept 6 of little blue heron (131) Concept 3 is similar to the concept 0 of European gallinule (136)"},{"location":"classes/jean/","title":"Jean (608)","text":"

Jean (class id 608) has 2 important concepts. The full class name is jean, blue jean, denim.

"},{"location":"classes/jean/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jean' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jean/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 2 (Importance 21%) Concept 3 (Importance 4%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 7 Concept 4 Concept 5 Concept 9 Concept 8 Concept 6 Concept 1"},{"location":"classes/jean/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class jean and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of apron (411) Concept 7 is similar to the concept 2 of apron (411) Concept 6 is similar to the concept 1 of backpack (414) Concept 6 is similar to the concept 1 of bath towel (434) Concept 6 is similar to the concept 2 of broom (462) Concept 6 is similar to the concept 1 of bucket (463) Concept 6 is similar to the concept 0 of carton (478) Concept 6 is similar to the concept 1 of desk (526) Concept 7 is similar to the concept 1 of hoopskirt (601) Concept 6 is similar to the concept 6 of magnetic compass (635) Concept 6 is similar to the concept 1 of monitor (664) Concept 6 is similar to the concept 1 of mosquito net (669) Concept 7 is similar to the concept 7 of overskirt (689) Concept 6 is similar to the concept 3 of pajama (697) Concept 6 is similar to the concept 1 of safe (771) Concept 6 is similar to the concept 1 of sandal (774) Concept 6 is similar to the concept 2 of scale (778) Concept 6 is similar to the concept 1 of shopping basket (790) Concept 6 is similar to the concept 1 of sleeping bag (797) Concept 6 is similar to the concept 1 of swab (840) Concept 6 is similar to the concept 1 of tray (868)"},{"location":"classes/jeep/","title":"Jeep (609)","text":"

Jeep (class id 609) has 3 important concepts. The full class name is jeep, landrover.

"},{"location":"classes/jeep/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jeep' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jeep/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 44%) Concept 9 (Importance 27%) Concept 3 (Importance 19%) Concept 6 (Importance 3%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 9 Concept 3 Concept 6 Concept 1 Concept 0 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/jeep/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class jeep and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of half track (586) Concept 8 is similar to the concept 3 of thresher (856)"},{"location":"classes/jellyfish/","title":"Jellyfish (107)","text":"

Jellyfish (class id 107) has 4 important concepts. The full class name is jellyfish.

"},{"location":"classes/jellyfish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jellyfish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jellyfish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 43%) Concept 2 (Importance 14%) Concept 3 (Importance 9%) Concept 0 (Importance 9%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 8 (Importance 3%) Concept 1 (Importance 3%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 3 Concept 0 Concept 9 Concept 7 Concept 8 Concept 1 Concept 6 Concept 4"},{"location":"classes/jellyfish/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class jellyfish and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of great white shark (2) Concept 8 is similar to the concept 8 of great white shark (2) Concept 1 is similar to the concept 1 of tiger shark (3) Concept 8 is similar to the concept 4 of tiger shark (3) Concept 7 is similar to the concept 8 of tiger shark (3) Concept 1 is similar to the concept 1 of hammerhead (4) Concept 1 is similar to the concept 9 of loggerhead (33) Concept 1 is similar to the concept 4 of nematode (111) Concept 1 is similar to the concept 1 of dugong (149) Concept 8 is similar to the concept 7 of dugong (149) Concept 1 is similar to the concept 3 of scuba diver (983) Concept 8 is similar to the concept 4 of scuba diver (983)"},{"location":"classes/jersey/","title":"Jersey (610)","text":"

Jersey (class id 610) has 2 important concepts. The full class name is jersey, T-shirt, tee shirt.

"},{"location":"classes/jersey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jersey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jersey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 51%) Concept 6 (Importance 25%) Concept 9 (Importance 5%) Concept 5 (Importance 5%) Concept 1 (Importance 5%) Concept 0 (Importance 4%) Concept 8 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 6 Concept 9 Concept 5 Concept 1 Concept 0 Concept 8 Concept 2 Concept 7 Concept 4"},{"location":"classes/jersey/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class jersey and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of apron (411) Concept 5 is similar to the concept 1 of brassiere (459) Concept 0 is similar to the concept 3 of bulletproof vest (465) Concept 2 is similar to the concept 2 of oboe (683) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 9 is similar to the concept 2 of sweatshirt (841)"},{"location":"classes/jigsaw%20puzzle/","title":"Jigsaw puzzle (611)","text":"

Jigsaw puzzle (class id 611) has 3 important concepts. The full class name is jigsaw puzzle.

"},{"location":"classes/jigsaw%20puzzle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jigsaw puzzle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jigsaw%20puzzle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 2 (Importance 26%) Concept 3 (Importance 9%) Concept 5 (Importance 4%) Concept 1 (Importance 4%) Concept 8 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 1 Concept 8 Concept 4 Concept 9 Concept 7 Concept 6"},{"location":"classes/jigsaw%20puzzle/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class jigsaw puzzle and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of laptop (620) Concept 4 is similar to the concept 2 of maraca (641) Concept 4 is similar to the concept 2 of plunger (731) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 4 is similar to the concept 1 of punching bag (747) Concept 4 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/jinrikisha/","title":"Jinrikisha (612)","text":"

Jinrikisha (class id 612) has 3 important concepts. The full class name is jinrikisha, ricksha, rickshaw.

"},{"location":"classes/jinrikisha/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Jinrikisha' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/jinrikisha/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 6 (Importance 24%) Concept 5 (Importance 22%) Concept 2 (Importance 4%) Concept 0 (Importance 4%) Concept 9 (Importance 3%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 5 Concept 2 Concept 0 Concept 9 Concept 4 Concept 3 Concept 7 Concept 8"},{"location":"classes/jinrikisha/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class jinrikisha and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bicycle-built-for-two (444) Concept 2 is similar to the concept 5 of bicycle-built-for-two (444) Concept 4 is similar to the concept 2 of bobsled (450) Concept 2 is similar to the concept 3 of crutch (523) Concept 2 is similar to the concept 7 of fire engine (555) Concept 2 is similar to the concept 7 of garbage truck (569) Concept 2 is similar to the concept 1 of go-kart (573) Concept 6 is similar to the concept 2 of horse cart (603) Concept 2 is similar to the concept 5 of horse cart (603) Concept 2 is similar to the concept 3 of limousine (627) Concept 2 is similar to the concept 1 of mailbox (637) Concept 2 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 1 of moped (665) Concept 2 is similar to the concept 8 of moped (665) Concept 2 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 0 of mountain bike (671) Concept 2 is similar to the concept 2 of parking meter (704) Concept 2 is similar to the concept 9 of police van (734) Concept 2 is similar to the concept 9 of school bus (779) Concept 2 is similar to the concept 3 of shopping cart (791) Concept 2 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 1 of tricycle (870) Concept 2 is similar to the concept 2 of tricycle (870) Concept 1 is similar to the concept 1 of unicycle (880) Concept 2 is similar to the concept 2 of unicycle (880) Concept 4 is similar to the concept 1 of vestment (887)"},{"location":"classes/joystick/","title":"Joystick (613)","text":"

Joystick (class id 613) has 2 important concepts. The full class name is joystick.

"},{"location":"classes/joystick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Joystick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/joystick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 1 (Importance 25%) Concept 6 (Importance 10%) Concept 0 (Importance 10%) Concept 3 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 6 Concept 0 Concept 3 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4"},{"location":"classes/joystick/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class joystick and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hand blower (589) Concept 3 is similar to the concept 3 of mouse (673) Concept 3 is similar to the concept 6 of power drill (740)"},{"location":"classes/junco/","title":"Junco (13)","text":"

Junco (class id 13) has 3 important concepts. The full class name is junco, snowbird.

"},{"location":"classes/junco/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Junco' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/junco/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 34%) Concept 2 (Importance 30%) Concept 3 (Importance 27%) Concept 1 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 1 Concept 9 Concept 8 Concept 6 Concept 7 Concept 5 Concept 4"},{"location":"classes/junco/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class junco and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of house finch (12) Concept 3 is similar to the concept 4 of robin (15) Concept 3 is similar to the concept 3 of chickadee (19) Concept 1 is similar to the concept 4 of hip (989)"},{"location":"classes/keeshond/","title":"Keeshond (261)","text":"

Keeshond (class id 261) has 3 important concepts. The full class name is keeshond.

"},{"location":"classes/keeshond/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Keeshond' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/keeshond/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 28%) Concept 6 (Importance 22%) Concept 5 (Importance 17%) Concept 4 (Importance 11%) Concept 0 (Importance 11%) Concept 3 (Importance 4%) Concept 8 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 5 Concept 4 Concept 0 Concept 3 Concept 8 Concept 9 Concept 7 Concept 2"},{"location":"classes/keeshond/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class keeshond and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of Norwegian elkhound (174) Concept 3 is similar to the concept 3 of Shetland sheepdog (230) Concept 3 is similar to the concept 3 of collie (231) Concept 5 is similar to the concept 0 of malamute (249) Concept 5 is similar to the concept 6 of Siberian husky (250) Concept 3 is similar to the concept 4 of Samoyed (258)"},{"location":"classes/kelpie/","title":"Kelpie (227)","text":"

Kelpie (class id 227) has 4 important concepts. The full class name is kelpie.

"},{"location":"classes/kelpie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kelpie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/kelpie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 2 (Importance 20%) Concept 4 (Importance 19%) Concept 0 (Importance 12%) Concept 6 (Importance 5%) Concept 9 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 4 Concept 0 Concept 6 Concept 9 Concept 5 Concept 8 Concept 7 Concept 3"},{"location":"classes/kelpie/#similar-concepts","title":"Similar concepts","text":"

We have found 35 similar concepts between the class kelpie and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of Chihuahua (151) Concept 1 is similar to the concept 2 of toy terrier (158) Concept 2 is similar to the concept 5 of toy terrier (158) Concept 2 is similar to the concept 2 of bluetick (164) Concept 2 is similar to the concept 1 of black-and-tan coonhound (165) Concept 0 is similar to the concept 2 of black-and-tan coonhound (165) Concept 6 is similar to the concept 4 of black-and-tan coonhound (165) Concept 1 is similar to the concept 4 of Ibizan hound (173) Concept 1 is similar to the concept 3 of Norwegian elkhound (174) Concept 0 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 1 is similar to the concept 2 of Boston bull (195) Concept 1 is similar to the concept 1 of Scotch terrier (199) Concept 0 is similar to the concept 2 of Labrador retriever (208) Concept 6 is similar to the concept 4 of Chesapeake Bay retriever (209) Concept 0 is similar to the concept 5 of schipperke (223) Concept 1 is similar to the concept 3 of malinois (225) Concept 6 is similar to the concept 4 of malinois (225) Concept 0 is similar to the concept 4 of Rottweiler (234) Concept 1 is similar to the concept 1 of German shepherd (235) Concept 0 is similar to the concept 6 of miniature pinscher (237) Concept 1 is similar to the concept 2 of miniature pinscher (237) Concept 2 is similar to the concept 0 of miniature pinscher (237) Concept 0 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 1 of Appenzeller (240) Concept 2 is similar to the concept 3 of Appenzeller (240) Concept 0 is similar to the concept 2 of EntleBucher (241) Concept 2 is similar to the concept 4 of EntleBucher (241) Concept 1 is similar to the concept 2 of French bulldog (245) Concept 0 is similar to the concept 5 of Great Dane (246) Concept 1 is similar to the concept 1 of basenji (253) Concept 1 is similar to the concept 1 of Cardigan (264) Concept 1 is similar to the concept 4 of Mexican hairless (268) Concept 6 is similar to the concept 3 of dhole (274) Concept 1 is similar to the concept 2 of Siamese cat (284) Concept 1 is similar to the concept 8 of muzzle (676)"},{"location":"classes/killer%20whale/","title":"Killer whale (148)","text":"

Killer whale (class id 148) has 2 important concepts. The full class name is killer whale, killer, orca, grampus, sea wolf, Orcinus orca.

"},{"location":"classes/killer%20whale/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Killer whale' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/killer%20whale/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 45%) Concept 3 (Importance 35%) Concept 5 (Importance 6%) Concept 4 (Importance 3%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 3 Concept 5 Concept 4 Concept 1 Concept 7 Concept 9 Concept 0 Concept 8 Concept 2"},{"location":"classes/killer%20whale/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class killer whale and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of pelican (144) Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 3 of gar (395) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 1 is similar to the concept 6 of breakwater (460) Concept 1 is similar to the concept 5 of canoe (472) Concept 1 is similar to the concept 9 of catamaran (484) Concept 1 is similar to the concept 2 of container ship (510) Concept 1 is similar to the concept 1 of drilling platform (540) Concept 1 is similar to the concept 3 of fireboat (554) Concept 1 is similar to the concept 1 of lifeboat (625) Concept 1 is similar to the concept 2 of liner (628) Concept 1 is similar to the concept 1 of paddle (693) Concept 5 is similar to the concept 4 of paddle (693) Concept 1 is similar to the concept 3 of pier (718) Concept 1 is similar to the concept 3 of pirate (724) Concept 1 is similar to the concept 4 of schooner (780) Concept 1 is similar to the concept 7 of snorkel (801) Concept 1 is similar to the concept 1 of speedboat (814) Concept 1 is similar to the concept 1 of submarine (833) Concept 1 is similar to the concept 3 of trimaran (871) Concept 1 is similar to the concept 3 of yawl (914) Concept 1 is similar to the concept 1 of promontory (976)"},{"location":"classes/kimono/","title":"Kimono (614)","text":"

Kimono (class id 614) has 2 important concepts. The full class name is kimono.

"},{"location":"classes/kimono/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kimono' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/kimono/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 45%) Concept 8 (Importance 30%) Concept 0 (Importance 10%) Concept 1 (Importance 5%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 8 Concept 0 Concept 1 Concept 9 Concept 7 Concept 6 Concept 5 Concept 3 Concept 2"},{"location":"classes/kimono/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class kimono and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of groom (982)"},{"location":"classes/king%20crab/","title":"King crab (121)","text":"

King crab (class id 121) has 4 important concepts. The full class name is king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica.

"},{"location":"classes/king%20crab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'King crab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/king%20crab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 38%) Concept 5 (Importance 23%) Concept 3 (Importance 13%) Concept 0 (Importance 8%) Concept 8 (Importance 6%) Concept 2 (Importance 5%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 5 Concept 3 Concept 0 Concept 8 Concept 2 Concept 6 Concept 4 Concept 9 Concept 1"},{"location":"classes/king%20crab/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class king crab and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of Dungeness crab (118) Concept 6 is similar to the concept 1 of Dungeness crab (118) Concept 7 is similar to the concept 0 of rock crab (119) Concept 7 is similar to the concept 3 of fiddler crab (120) Concept 4 is similar to the concept 2 of gar (395) Concept 4 is similar to the concept 2 of assault rifle (413)"},{"location":"classes/king%20penguin/","title":"King penguin (145)","text":"

King penguin (class id 145) has 4 important concepts. The full class name is king penguin, Aptenodytes patagonica.

"},{"location":"classes/king%20penguin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'King penguin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/king%20penguin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 38%) Concept 2 (Importance 17%) Concept 0 (Importance 16%) Concept 9 (Importance 10%) Concept 5 (Importance 7%) Concept 3 (Importance 7%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 9 Concept 5 Concept 3 Concept 6 Concept 8 Concept 7 Concept 4"},{"location":"classes/king%20penguin/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/king%20snake/","title":"King snake (56)","text":"

King snake (class id 56) has 3 important concepts. The full class name is king snake, kingsnake.

"},{"location":"classes/king%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'King snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/king%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 2 (Importance 17%) Concept 5 (Importance 10%) Concept 1 (Importance 8%) Concept 4 (Importance 4%) Concept 3 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 1 Concept 4 Concept 3 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/king%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class king snake and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of banded gecko (38) Concept 3 is similar to the concept 2 of hognose snake (54) Concept 3 is similar to the concept 0 of Indian cobra (63) Concept 8 is similar to the concept 5 of gyromitra (993) Concept 8 is similar to the concept 1 of bolete (997)"},{"location":"classes/kit%20fox/","title":"Kit fox (278)","text":"

Kit fox (class id 278) has 3 important concepts. The full class name is kit fox, Vulpes macrotis.

"},{"location":"classes/kit%20fox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kit fox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/kit%20fox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 40%) Concept 4 (Importance 22%) Concept 2 (Importance 15%) Concept 6 (Importance 7%) Concept 5 (Importance 6%) Concept 3 (Importance 5%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 9 Concept 4 Concept 2 Concept 6 Concept 5 Concept 3 Concept 1 Concept 8 Concept 7 Concept 0"},{"location":"classes/kit%20fox/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class kit fox and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of prairie chicken (83) Concept 6 is similar to the concept 0 of red fox (277) Concept 9 is similar to the concept 2 of red fox (277) Concept 2 is similar to the concept 3 of red fox (277) Concept 4 is similar to the concept 4 of red fox (277) Concept 2 is similar to the concept 4 of grey fox (280) Concept 2 is similar to the concept 4 of cougar (286)"},{"location":"classes/kite/","title":"Kite (21)","text":"

Kite (class id 21) has 4 important concepts. The full class name is kite.

"},{"location":"classes/kite/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kite' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/kite/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 30%) Concept 0 (Importance 24%) Concept 5 (Importance 11%) Concept 4 (Importance 10%) Concept 7 (Importance 9%) Concept 6 (Importance 7%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 4 Concept 7 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8"},{"location":"classes/kite/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class kite and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of partridge (86) Concept 0 is similar to the concept 3 of limpkin (135)"},{"location":"classes/knee%20pad/","title":"Knee pad (615)","text":"

Knee pad (class id 615) has 4 important concepts. The full class name is knee pad.

"},{"location":"classes/knee%20pad/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Knee pad' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/knee%20pad/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 25%) Concept 7 (Importance 24%) Concept 1 (Importance 20%) Concept 3 (Importance 17%) Concept 4 (Importance 5%) Concept 9 (Importance 3%) Concept 8 (Importance 3%) Concept 2 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 1 Concept 3 Concept 4 Concept 9 Concept 8 Concept 2 Concept 6 Concept 5"},{"location":"classes/knee%20pad/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class knee pad and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of bulletproof vest (465)"},{"location":"classes/knot/","title":"Knot (616)","text":"

Knot (class id 616) has 2 important concepts. The full class name is knot.

"},{"location":"classes/knot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Knot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/knot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 65%) Concept 2 (Importance 20%) Concept 8 (Importance 3%) Concept 6 (Importance 3%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 6 Concept 5 Concept 7 Concept 4 Concept 9 Concept 3 Concept 1"},{"location":"classes/knot/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class knot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of hatchet (596)"},{"location":"classes/koala/","title":"Koala (105)","text":"

Koala (class id 105) has 3 important concepts. The full class name is koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus.

"},{"location":"classes/koala/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Koala' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/koala/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 0 (Importance 29%) Concept 6 (Importance 16%) Concept 9 (Importance 4%) Concept 5 (Importance 3%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 6 Concept 9 Concept 5 Concept 3 Concept 1 Concept 7 Concept 4 Concept 8"},{"location":"classes/koala/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class koala and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of mongoose (298) Concept 5 is similar to the concept 4 of fox squirrel (335) Concept 5 is similar to the concept 5 of marmot (336) Concept 1 is similar to the concept 3 of ear (998)"},{"location":"classes/komondor/","title":"Komondor (228)","text":"

Komondor (class id 228) has 3 important concepts. The full class name is komondor.

"},{"location":"classes/komondor/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Komondor' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/komondor/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 30%) Concept 4 (Importance 28%) Concept 5 (Importance 25%) Concept 2 (Importance 9%) Concept 9 (Importance 4%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 2 Concept 9 Concept 7 Concept 8 Concept 6 Concept 3 Concept 1"},{"location":"classes/komondor/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class komondor and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of soft-coated wheaten terrier (202) Concept 2 is similar to the concept 3 of Old English sheepdog (229) Concept 0 is similar to the concept 2 of swab (840)"},{"location":"classes/kuvasz/","title":"Kuvasz (222)","text":"

Kuvasz (class id 222) has 2 important concepts. The full class name is kuvasz.

"},{"location":"classes/kuvasz/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Kuvasz' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/kuvasz/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 39%) Concept 0 (Importance 27%) Concept 1 (Importance 15%) Concept 9 (Importance 7%) Concept 4 (Importance 5%) Concept 5 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 1 Concept 9 Concept 4 Concept 5 Concept 2 Concept 8 Concept 7 Concept 3"},{"location":"classes/kuvasz/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class kuvasz and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of Chihuahua (151) Concept 2 is similar to the concept 2 of beagle (162) Concept 2 is similar to the concept 4 of Boston bull (195) Concept 2 is similar to the concept 8 of Brittany spaniel (215) Concept 2 is similar to the concept 6 of Border collie (232) Concept 2 is similar to the concept 3 of French bulldog (245) Concept 2 is similar to the concept 2 of Saint Bernard (247) Concept 1 is similar to the concept 2 of malamute (249) Concept 1 is similar to the concept 2 of Siberian husky (250) Concept 2 is similar to the concept 3 of pug (254) Concept 0 is similar to the concept 0 of Great Pyrenees (257) Concept 1 is similar to the concept 1 of Great Pyrenees (257)"},{"location":"classes/lab%20coat/","title":"Lab coat (617)","text":"

Lab coat (class id 617) has 2 important concepts. The full class name is lab coat, laboratory coat.

"},{"location":"classes/lab%20coat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lab coat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lab%20coat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 6 (Importance 33%) Concept 5 (Importance 4%) Concept 2 (Importance 4%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 5 Concept 2 Concept 7 Concept 4 Concept 3 Concept 1 Concept 9 Concept 8"},{"location":"classes/lab%20coat/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class lab coat and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of academic gown (400) Concept 2 is similar to the concept 3 of bassinet (431) Concept 3 is similar to the concept 1 of seat belt (785) Concept 3 is similar to the concept 3 of shower cap (793) Concept 3 is similar to the concept 2 of sunglasses (837) Concept 2 is similar to the concept 8 of Windsor tie (906)"},{"location":"classes/lacewing/","title":"Lacewing (318)","text":"

Lacewing (class id 318) has 2 important concepts. The full class name is lacewing, lacewing fly.

"},{"location":"classes/lacewing/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lacewing' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lacewing/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 9 (Importance 14%) Concept 4 (Importance 9%) Concept 2 (Importance 8%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 4 Concept 2 Concept 6 Concept 5 Concept 8 Concept 7 Concept 3 Concept 1"},{"location":"classes/lacewing/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class lacewing and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of harvestman (70) Concept 5 is similar to the concept 3 of ladybug (301) Concept 5 is similar to the concept 2 of leaf beetle (304) Concept 5 is similar to the concept 9 of ant (310) Concept 4 is similar to the concept 2 of cricket (312) Concept 4 is similar to the concept 8 of walking stick (313) Concept 4 is similar to the concept 3 of cockroach (314) Concept 4 is similar to the concept 2 of mantis (315) Concept 5 is similar to the concept 4 of leafhopper (317)"},{"location":"classes/ladle/","title":"Ladle (618)","text":"

Ladle (class id 618) has 3 important concepts. The full class name is ladle.

"},{"location":"classes/ladle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ladle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ladle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 44%) Concept 2 (Importance 35%) Concept 4 (Importance 14%) Concept 0 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 6 Concept 2 Concept 4 Concept 0 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5 Concept 1"},{"location":"classes/ladle/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/ladybug/","title":"Ladybug (301)","text":"

Ladybug (class id 301) has 1 important concepts. The full class name is ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle.

"},{"location":"classes/ladybug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ladybug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ladybug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 86%) Concept 6 (Importance 3%) Concept 3 (Importance 3%) Concept 0 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4 Concept 2"},{"location":"classes/ladybug/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class ladybug and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of harvestman (70) Concept 3 is similar to the concept 2 of leaf beetle (304) Concept 6 is similar to the concept 3 of leaf beetle (304) Concept 3 is similar to the concept 3 of weevil (307) Concept 3 is similar to the concept 4 of fly (308) Concept 3 is similar to the concept 9 of ant (310) Concept 3 is similar to the concept 5 of grasshopper (311) Concept 3 is similar to the concept 4 of leafhopper (317) Concept 3 is similar to the concept 5 of lacewing (318) Concept 3 is similar to the concept 8 of damselfly (320)"},{"location":"classes/lakeside/","title":"Lakeside (975)","text":"

Lakeside (class id 975) has 2 important concepts. The full class name is lakeside, lakeshore.

"},{"location":"classes/lakeside/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lakeside' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lakeside/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 1 (Importance 16%) Concept 8 (Importance 11%) Concept 7 (Importance 6%) Concept 4 (Importance 6%) Concept 6 (Importance 3%) Concept 5 (Importance 3%) Concept 9 (Importance 2%) Concept 2 (Importance 2%) Concept 0 (Importance 1%) Concept alignment with classes Concept 3 Concept 1 Concept 8 Concept 7 Concept 4 Concept 6 Concept 5 Concept 9 Concept 2 Concept 0"},{"location":"classes/lakeside/#similar-concepts","title":"Similar concepts","text":"

We have found 49 similar concepts between the class lakeside and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of African crocodile (49) Concept 5 is similar to the concept 1 of drake (97) Concept 5 is similar to the concept 1 of goose (99) Concept 5 is similar to the concept 5 of black stork (128) Concept 5 is similar to the concept 1 of spoonbill (129) Concept 5 is similar to the concept 3 of flamingo (130) Concept 4 is similar to the concept 6 of bison (347) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 1 of boathouse (449) Concept 5 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 6 of boathouse (449) Concept 1 is similar to the concept 6 of breakwater (460) Concept 5 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 5 of canoe (472) Concept 4 is similar to the concept 8 of canoe (472) Concept 3 is similar to the concept 9 of canoe (472) Concept 2 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 3 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 2 of container ship (510) Concept 3 is similar to the concept 1 of dock (536) Concept 1 is similar to the concept 7 of dock (536) Concept 4 is similar to the concept 2 of dogsled (537) Concept 1 is similar to the concept 3 of fireboat (554) Concept 6 is similar to the concept 1 of flagpole (557) Concept 1 is similar to the concept 1 of lifeboat (625) Concept 7 is similar to the concept 6 of lifeboat (625) Concept 1 is similar to the concept 2 of liner (628) Concept 6 is similar to the concept 6 of mobile home (660) Concept 4 is similar to the concept 3 of mountain tent (672) Concept 6 is similar to the concept 4 of obelisk (682) Concept 6 is similar to the concept 1 of picket fence (716) Concept 1 is similar to the concept 3 of pier (718) Concept 1 is similar to the concept 3 of pirate (724) Concept 1 is similar to the concept 4 of schooner (780) Concept 4 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 1 of speedboat (814) Concept 5 is similar to the concept 5 of speedboat (814) Concept 1 is similar to the concept 1 of submarine (833) Concept 4 is similar to the concept 1 of totem pole (863) Concept 6 is similar to the concept 5 of totem pole (863) Concept 1 is similar to the concept 3 of trimaran (871) Concept 4 is similar to the concept 6 of alp (970) Concept 1 is similar to the concept 2 of cliff (972) Concept 4 is similar to the concept 3 of geyser (974) Concept 2 is similar to the concept 1 of seashore (978) Concept 7 is similar to the concept 5 of seashore (978) Concept 6 is similar to the concept 6 of rapeseed (984)"},{"location":"classes/lampshade/","title":"Lampshade (619)","text":"

Lampshade (class id 619) has 1 important concepts. The full class name is lampshade, lamp shade.

"},{"location":"classes/lampshade/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lampshade' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lampshade/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 78%) Concept 6 (Importance 7%) Concept 8 (Importance 3%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 8 Concept 3 Concept 9 Concept 5 Concept 4 Concept 1 Concept 0 Concept 7"},{"location":"classes/lampshade/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class lampshade and other classes.

Here are those concepts: Concept 9 is similar to the concept 4 of envelope (549) Concept 9 is similar to the concept 7 of pitcher (725) Concept 9 is similar to the concept 0 of shower curtain (794) Concept 2 is similar to the concept 1 of table lamp (846) Concept 9 is similar to the concept 4 of cup (968)"},{"location":"classes/langur/","title":"Langur (374)","text":"

Langur (class id 374) has 2 important concepts. The full class name is langur.

"},{"location":"classes/langur/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Langur' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/langur/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 53%) Concept 0 (Importance 27%) Concept 3 (Importance 7%) Concept 8 (Importance 3%) Concept 4 (Importance 3%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 3 Concept 8 Concept 4 Concept 5 Concept 7 Concept 1 Concept 9 Concept 6"},{"location":"classes/langur/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class langur and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of patas (371) Concept 0 is similar to the concept 3 of proboscis monkey (376) Concept 3 is similar to the concept 9 of titi (380) Concept 8 is similar to the concept 0 of spider monkey (381)"},{"location":"classes/laptop/","title":"Laptop (620)","text":"

Laptop (class id 620) has 2 important concepts. The full class name is laptop, laptop computer.

"},{"location":"classes/laptop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Laptop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/laptop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 7 (Importance 24%) Concept 4 (Importance 9%) Concept 6 (Importance 8%) Concept 3 (Importance 4%) Concept 5 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 4 Concept 6 Concept 3 Concept 5 Concept 2 Concept 9 Concept 8 Concept 0"},{"location":"classes/laptop/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class laptop and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of bookshop (454) Concept 2 is similar to the concept 6 of candle (470) Concept 2 is similar to the concept 1 of cello (486) Concept 2 is similar to the concept 3 of cleaver (499) Concept 1 is similar to the concept 2 of computer keyboard (508) Concept 2 is similar to the concept 4 of crutch (523) Concept 4 is similar to the concept 4 of desk (526) Concept 1 is similar to the concept 1 of desktop computer (527) Concept 2 is similar to the concept 8 of drumstick (542) Concept 2 is similar to the concept 2 of electric guitar (546) Concept 3 is similar to the concept 4 of gas pump (571) Concept 2 is similar to the concept 3 of grand piano (579) Concept 2 is similar to the concept 3 of harp (594) Concept 2 is similar to the concept 4 of jigsaw puzzle (611) Concept 2 is similar to the concept 4 of library (624) Concept 2 is similar to the concept 2 of maraca (641) Concept 1 is similar to the concept 1 of notebook (681) Concept 2 is similar to the concept 3 of notebook (681) Concept 2 is similar to the concept 2 of plunger (731) Concept 2 is similar to the concept 3 of pool table (736) Concept 2 is similar to the concept 3 of potter wheel (739) Concept 2 is similar to the concept 1 of punching bag (747) Concept 2 is similar to the concept 4 of shoe shop (788) Concept 2 is similar to the concept 1 of slot (800) Concept 2 is similar to the concept 3 of spatula (813) Concept 2 is similar to the concept 5 of tobacco shop (860) Concept 2 is similar to the concept 4 of vacuum (882) Concept 2 is similar to the concept 8 of crossword puzzle (918)"},{"location":"classes/lawn%20mower/","title":"Lawn mower (621)","text":"

Lawn mower (class id 621) has 3 important concepts. The full class name is lawn mower, mower.

"},{"location":"classes/lawn%20mower/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lawn mower' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lawn%20mower/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 36%) Concept 8 (Importance 28%) Concept 3 (Importance 14%) Concept 0 (Importance 10%) Concept 1 (Importance 4%) Concept 9 (Importance 2%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 3 Concept 0 Concept 1 Concept 9 Concept 5 Concept 7 Concept 6 Concept 4"},{"location":"classes/lawn%20mower/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class lawn mower and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of Afghan hound (160) Concept 1 is similar to the concept 3 of borzoi (169) Concept 1 is similar to the concept 9 of Ibizan hound (173) Concept 1 is similar to the concept 1 of Saluki (176) Concept 1 is similar to the concept 6 of Scottish deerhound (177) Concept 1 is similar to the concept 7 of standard schnauzer (198) Concept 1 is similar to the concept 2 of malinois (225) Concept 1 is similar to the concept 1 of Bouvier des Flandres (233) Concept 1 is similar to the concept 2 of German shepherd (235) Concept 1 is similar to the concept 7 of Leonberg (255) Concept 1 is similar to the concept 6 of sorrel (339) Concept 1 is similar to the concept 5 of apiary (410) Concept 5 is similar to the concept 4 of chain saw (491) Concept 5 is similar to the concept 2 of croquet ball (522) Concept 1 is similar to the concept 5 of football helmet (560) Concept 2 is similar to the concept 4 of go-kart (573) Concept 1 is similar to the concept 2 of golfcart (575) Concept 1 is similar to the concept 1 of harvester (595) Concept 1 is similar to the concept 4 of mobile home (660) Concept 1 is similar to the concept 7 of park bench (703) Concept 7 is similar to the concept 5 of patio (706) Concept 1 is similar to the concept 1 of plow (730) Concept 1 is similar to the concept 3 of swing (843) Concept 5 is similar to the concept 2 of swing (843) Concept 2 is similar to the concept 4 of tricycle (870) Concept 1 is similar to the concept 0 of worm fence (912) Concept 1 is similar to the concept 6 of hay (958)"},{"location":"classes/leaf%20beetle/","title":"Leaf beetle (304)","text":"

Leaf beetle (class id 304) has 2 important concepts. The full class name is leaf beetle, chrysomelid.

"},{"location":"classes/leaf%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Leaf beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/leaf%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 32%) Concept 6 (Importance 26%) Concept 3 (Importance 11%) Concept 0 (Importance 11%) Concept 7 (Importance 9%) Concept 2 (Importance 8%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 9 Concept 6 Concept 3 Concept 0 Concept 7 Concept 2 Concept 8 Concept 5 Concept 4 Concept 1"},{"location":"classes/leaf%20beetle/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class leaf beetle and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of harvestman (70) Concept 2 is similar to the concept 3 of ladybug (301) Concept 3 is similar to the concept 6 of ladybug (301) Concept 3 is similar to the concept 6 of dung beetle (305) Concept 2 is similar to the concept 3 of weevil (307) Concept 2 is similar to the concept 4 of fly (308) Concept 2 is similar to the concept 5 of grasshopper (311) Concept 3 is similar to the concept 3 of cricket (312) Concept 2 is similar to the concept 4 of leafhopper (317) Concept 2 is similar to the concept 5 of lacewing (318)"},{"location":"classes/leafhopper/","title":"Leafhopper (317)","text":"

Leafhopper (class id 317) has 1 important concepts. The full class name is leafhopper.

"},{"location":"classes/leafhopper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Leafhopper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/leafhopper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 71%) Concept 4 (Importance 7%) Concept 3 (Importance 7%) Concept 7 (Importance 5%) Concept 6 (Importance 5%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 3 Concept 7 Concept 6 Concept 9 Concept 8 Concept 5 Concept 2 Concept 0"},{"location":"classes/leafhopper/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class leafhopper and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of harvestman (70) Concept 4 is similar to the concept 3 of ladybug (301) Concept 4 is similar to the concept 2 of leaf beetle (304) Concept 4 is similar to the concept 3 of weevil (307) Concept 4 is similar to the concept 4 of fly (308) Concept 3 is similar to the concept 3 of grasshopper (311) Concept 4 is similar to the concept 5 of grasshopper (311) Concept 4 is similar to the concept 6 of cricket (312) Concept 3 is similar to the concept 4 of cicada (316) Concept 4 is similar to the concept 5 of lacewing (318)"},{"location":"classes/leatherback%20turtle/","title":"Leatherback turtle (34)","text":"

Leatherback turtle (class id 34) has 1 important concepts. The full class name is leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea.

"},{"location":"classes/leatherback%20turtle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Leatherback turtle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/leatherback%20turtle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 7 (Importance 16%) Concept 6 (Importance 7%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 6 Concept 5 Concept 8 Concept 2 Concept 1 Concept 9 Concept 4 Concept 3"},{"location":"classes/leatherback%20turtle/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/lemon/","title":"Lemon (951)","text":"

Lemon (class id 951) has 4 important concepts. The full class name is lemon.

"},{"location":"classes/lemon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lemon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lemon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 41%) Concept 1 (Importance 21%) Concept 3 (Importance 14%) Concept 0 (Importance 11%) Concept 9 (Importance 4%) Concept 2 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 3 Concept 0 Concept 9 Concept 2 Concept 6 Concept 5 Concept 8 Concept 7"},{"location":"classes/lemon/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class lemon and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of three-toed sloth (364) Concept 2 is similar to the concept 1 of bell pepper (945) Concept 3 is similar to the concept 3 of Granny Smith (948) Concept 4 is similar to the concept 0 of orange (950) Concept 1 is similar to the concept 1 of orange (950) Concept 3 is similar to the concept 3 of orange (950) Concept 3 is similar to the concept 2 of banana (954) Concept 2 is similar to the concept 2 of custard apple (956) Concept 3 is similar to the concept 2 of pomegranate (957)"},{"location":"classes/lens%20cap/","title":"Lens cap (622)","text":"

Lens cap (class id 622) has 2 important concepts. The full class name is lens cap, lens cover.

"},{"location":"classes/lens%20cap/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lens cap' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lens%20cap/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 69%) Concept 3 (Importance 12%) Concept 7 (Importance 11%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 8 Concept 5 Concept 9 Concept 6 Concept 4 Concept 2 Concept 1"},{"location":"classes/lens%20cap/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class lens cap and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of lipstick (629) Concept 4 is similar to the concept 2 of loupe (633)"},{"location":"classes/leopard/","title":"Leopard (288)","text":"

Leopard (class id 288) has 3 important concepts. The full class name is leopard, Panthera pardus.

"},{"location":"classes/leopard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Leopard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/leopard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 2 (Importance 32%) Concept 8 (Importance 16%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 5 Concept 3 Concept 4 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/leopard/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class leopard and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of sea lion (150) Concept 4 is similar to the concept 1 of tabby (281) Concept 4 is similar to the concept 2 of tiger cat (282) Concept 4 is similar to the concept 4 of Siamese cat (284) Concept 4 is similar to the concept 4 of Egyptian cat (285) Concept 4 is similar to the concept 1 of cougar (286) Concept 4 is similar to the concept 4 of lynx (287) Concept 4 is similar to the concept 2 of snow leopard (289) Concept 0 is similar to the concept 0 of jaguar (290) Concept 4 is similar to the concept 2 of tiger (292) Concept 0 is similar to the concept 0 of cheetah (293) Concept 4 is similar to the concept 2 of otter (360)"},{"location":"classes/lesser%20panda/","title":"Lesser panda (387)","text":"

Lesser panda (class id 387) has 2 important concepts. The full class name is lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens.

"},{"location":"classes/lesser%20panda/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lesser panda' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lesser%20panda/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 48%) Concept 2 (Importance 17%) Concept 5 (Importance 12%) Concept 3 (Importance 9%) Concept 9 (Importance 5%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 3 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 4"},{"location":"classes/lesser%20panda/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class lesser panda and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of sea lion (150) Concept 8 is similar to the concept 1 of tabby (281) Concept 8 is similar to the concept 2 of tiger cat (282) Concept 8 is similar to the concept 4 of Siamese cat (284) Concept 8 is similar to the concept 4 of Egyptian cat (285) Concept 8 is similar to the concept 1 of cougar (286) Concept 8 is similar to the concept 4 of lynx (287) Concept 8 is similar to the concept 2 of tiger (292) Concept 8 is similar to the concept 3 of hamster (333) Concept 8 is similar to the concept 6 of guinea pig (338) Concept 3 is similar to the concept 6 of polecat (358) Concept 8 is similar to the concept 2 of otter (360) Concept 1 is similar to the concept 4 of marmoset (377)"},{"location":"classes/letter%20opener/","title":"Letter opener (623)","text":"

Letter opener (class id 623) has 3 important concepts. The full class name is letter opener, paper knife, paperknife.

"},{"location":"classes/letter%20opener/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Letter opener' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/letter%20opener/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 7 (Importance 27%) Concept 4 (Importance 21%) Concept 9 (Importance 3%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 9 Concept 3 Concept 8 Concept 6 Concept 1 Concept 5 Concept 2"},{"location":"classes/letter%20opener/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/library/","title":"Library (624)","text":"

Library (class id 624) has 3 important concepts. The full class name is library.

"},{"location":"classes/library/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Library' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/library/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 59%) Concept 7 (Importance 13%) Concept 1 (Importance 7%) Concept 3 (Importance 5%) Concept 8 (Importance 4%) Concept 2 (Importance 4%) Concept 6 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 1 Concept 3 Concept 8 Concept 2 Concept 6 Concept 4 Concept 9 Concept 5"},{"location":"classes/library/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class library and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of bookcase (453) Concept 0 is similar to the concept 0 of bookshop (454) Concept 2 is similar to the concept 2 of bookshop (454) Concept 0 is similar to the concept 3 of entertainment center (548) Concept 3 is similar to the concept 2 of grocery store (582) Concept 4 is similar to the concept 2 of laptop (620) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 5 of restaurant (762) Concept 4 is similar to the concept 4 of shoe shop (788) Concept 8 is similar to the concept 6 of tobacco shop (860)"},{"location":"classes/lifeboat/","title":"Lifeboat (625)","text":"

Lifeboat (class id 625) has 2 important concepts. The full class name is lifeboat.

"},{"location":"classes/lifeboat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lifeboat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lifeboat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 2 (Importance 26%) Concept 8 (Importance 3%) Concept 3 (Importance 3%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 3 Concept 7 Concept 5 Concept 1 Concept 9 Concept 6 Concept 4"},{"location":"classes/lifeboat/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class lifeboat and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 1 is similar to the concept 1 of paddle (693) Concept 1 is similar to the concept 3 of pier (718) Concept 9 is similar to the concept 9 of submarine (833) Concept 6 is similar to the concept 9 of trimaran (871) Concept 1 is similar to the concept 1 of lakeside (975) Concept 6 is similar to the concept 7 of lakeside (975)"},{"location":"classes/lighter/","title":"Lighter (626)","text":"

Lighter (class id 626) has 4 important concepts. The full class name is lighter, light, igniter, ignitor.

"},{"location":"classes/lighter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lighter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lighter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 28%) Concept 5 (Importance 21%) Concept 4 (Importance 15%) Concept 7 (Importance 13%) Concept 9 (Importance 11%) Concept 3 (Importance 3%) Concept 0 (Importance 3%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 4 Concept 7 Concept 9 Concept 3 Concept 0 Concept 1 Concept 8 Concept 6"},{"location":"classes/lighter/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class lighter and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of candle (470) Concept 9 is similar to the concept 0 of espresso maker (550) Concept 9 is similar to the concept 5 of soap dispenser (804) Concept 1 is similar to the concept 5 of web site (916)"},{"location":"classes/limousine/","title":"Limousine (627)","text":"

Limousine (class id 627) has 2 important concepts. The full class name is limousine, limo.

"},{"location":"classes/limousine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Limousine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/limousine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 69%) Concept 5 (Importance 9%) Concept 0 (Importance 7%) Concept 9 (Importance 6%) Concept 2 (Importance 4%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 0 Concept 9 Concept 2 Concept 3 Concept 8 Concept 7 Concept 6 Concept 4"},{"location":"classes/limousine/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class limousine and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of go-kart (573) Concept 3 is similar to the concept 2 of jinrikisha (612) Concept 3 is similar to the concept 1 of mailbox (637) Concept 0 is similar to the concept 5 of minivan (656) Concept 2 is similar to the concept 1 of minivan (656) Concept 3 is similar to the concept 8 of moped (665) Concept 3 is similar to the concept 1 of motor scooter (670) Concept 3 is similar to the concept 2 of parking meter (704) Concept 6 is similar to the concept 9 of pole (733) Concept 0 is similar to the concept 1 of police van (734) Concept 2 is similar to the concept 6 of police van (734) Concept 9 is similar to the concept 8 of police van (734) Concept 5 is similar to the concept 3 of sports car (817) Concept 2 is similar to the concept 5 of tow truck (864) Concept 2 is similar to the concept 7 of trailer truck (867) Concept 3 is similar to the concept 2 of tricycle (870) Concept 3 is similar to the concept 2 of unicycle (880)"},{"location":"classes/limpkin/","title":"Limpkin (135)","text":"

Limpkin (class id 135) has 2 important concepts. The full class name is limpkin, Aramus pictus.

"},{"location":"classes/limpkin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Limpkin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/limpkin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 2 (Importance 28%) Concept 3 (Importance 6%) Concept 6 (Importance 5%) Concept 9 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 6 Concept 9 Concept 4 Concept 8 Concept 7 Concept 5 Concept 1"},{"location":"classes/limpkin/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class limpkin and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of kite (21) Concept 4 is similar to the concept 2 of African crocodile (49) Concept 4 is similar to the concept 2 of American alligator (50) Concept 4 is similar to the concept 2 of water snake (58) Concept 6 is similar to the concept 4 of spoonbill (129) Concept 4 is similar to the concept 1 of little blue heron (131) Concept 6 is similar to the concept 3 of little blue heron (131) Concept 6 is similar to the concept 4 of American egret (132) Concept 6 is similar to the concept 2 of crane (134)"},{"location":"classes/liner/","title":"Liner (628)","text":"

Liner (class id 628) has 2 important concepts. The full class name is liner, ocean liner.

"},{"location":"classes/liner/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Liner' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/liner/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 7 (Importance 21%) Concept 6 (Importance 5%) Concept 8 (Importance 3%) Concept 4 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 6 Concept 8 Concept 4 Concept 1 Concept 9 Concept 5 Concept 3 Concept 2"},{"location":"classes/liner/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class liner and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of grey whale (147) Concept 2 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 0 of aircraft carrier (403) Concept 2 is similar to the concept 1 of aircraft carrier (403) Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 8 is similar to the concept 8 of container ship (510) Concept 1 is similar to the concept 3 of dock (536) Concept 1 is similar to the concept 4 of pier (718) Concept 2 is similar to the concept 3 of pier (718) Concept 2 is similar to the concept 1 of lakeside (975) Concept 1 is similar to the concept 5 of seashore (978)"},{"location":"classes/lion/","title":"Lion (291)","text":"

Lion (class id 291) has 3 important concepts. The full class name is lion, king of beasts, Panthera leo.

"},{"location":"classes/lion/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lion' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lion/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 4 (Importance 24%) Concept 0 (Importance 12%) Concept 5 (Importance 8%) Concept 2 (Importance 8%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 5 Concept 2 Concept 6 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/lion/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class lion and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of cougar (286) Concept 0 is similar to the concept 7 of ibex (350) Concept 0 is similar to the concept 8 of impala (352) Concept 0 is similar to the concept 3 of gazelle (353)"},{"location":"classes/lionfish/","title":"Lionfish (396)","text":"

Lionfish (class id 396) has 1 important concepts. The full class name is lionfish.

"},{"location":"classes/lionfish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lionfish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lionfish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 63%) Concept 2 (Importance 19%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 3 (Importance 3%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 4 Concept 3 Concept 1 Concept 5 Concept 8 Concept 9 Concept 6"},{"location":"classes/lionfish/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class lionfish and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of electric ray (5) Concept 1 is similar to the concept 5 of starfish (327) Concept 1 is similar to the concept 3 of sea cucumber (329) Concept 1 is similar to the concept 2 of eel (390) Concept 1 is similar to the concept 3 of anemone fish (393) Concept 1 is similar to the concept 9 of puffer (397)"},{"location":"classes/lipstick/","title":"Lipstick (629)","text":"

Lipstick (class id 629) has 2 important concepts. The full class name is lipstick, lip rouge.

"},{"location":"classes/lipstick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lipstick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lipstick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 58%) Concept 6 (Importance 18%) Concept 7 (Importance 5%) Concept 0 (Importance 5%) Concept 4 (Importance 4%) Concept 3 (Importance 4%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 7 Concept 0 Concept 4 Concept 3 Concept 5 Concept 9 Concept 8 Concept 1"},{"location":"classes/lipstick/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class lipstick and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of Band Aid (419) Concept 3 is similar to the concept 7 of cocktail shaker (503) Concept 4 is similar to the concept 4 of lens cap (622) Concept 4 is similar to the concept 2 of loupe (633) Concept 4 is similar to the concept 2 of mask (643) Concept 9 is similar to the concept 5 of web site (916)"},{"location":"classes/little%20blue%20heron/","title":"Little blue heron (131)","text":"

Little blue heron (class id 131) has 3 important concepts. The full class name is little blue heron, Egretta caerulea.

"},{"location":"classes/little%20blue%20heron/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Little blue heron' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/little%20blue%20heron/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 37%) Concept 0 (Importance 29%) Concept 6 (Importance 14%) Concept 3 (Importance 12%) Concept 1 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 6 Concept 3 Concept 1 Concept 7 Concept 9 Concept 8 Concept 5 Concept 2"},{"location":"classes/little%20blue%20heron/#similar-concepts","title":"Similar concepts","text":"

We have found 37 similar concepts between the class little blue heron and other classes.

Here are those concepts: Concept 6 is similar to the concept 0 of indigo bunting (14) Concept 6 is similar to the concept 3 of jay (17) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 6 is similar to the concept 5 of macaw (88) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of goose (99) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 1 of spoonbill (129) Concept 3 is similar to the concept 4 of spoonbill (129) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of American egret (132) Concept 3 is similar to the concept 4 of American egret (132) Concept 1 is similar to the concept 3 of bittern (133) Concept 3 is similar to the concept 2 of crane (134) Concept 1 is similar to the concept 4 of limpkin (135) Concept 3 is similar to the concept 6 of limpkin (135) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 6 is similar to the concept 0 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 1 of red-backed sandpiper (140) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 3 is similar to the concept 4 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 1 is similar to the concept 5 of mink (357) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693) Concept 1 is similar to the concept 5 of speedboat (814)"},{"location":"classes/llama/","title":"Llama (355)","text":"

Llama (class id 355) has 4 important concepts. The full class name is llama.

"},{"location":"classes/llama/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Llama' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/llama/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 37%) Concept 4 (Importance 19%) Concept 5 (Importance 15%) Concept 2 (Importance 14%) Concept 6 (Importance 7%) Concept 7 (Importance 2%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 2 Concept 6 Concept 7 Concept 3 Concept 9 Concept 8 Concept 1"},{"location":"classes/llama/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class llama and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of plow (730) Concept 7 is similar to the concept 0 of worm fence (912)"},{"location":"classes/loggerhead/","title":"Loggerhead (33)","text":"

Loggerhead (class id 33) has 3 important concepts. The full class name is loggerhead, loggerhead turtle, Caretta caretta.

"},{"location":"classes/loggerhead/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Loggerhead' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/loggerhead/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 38%) Concept 0 (Importance 36%) Concept 2 (Importance 11%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 2 Concept 1 Concept 9 Concept 7 Concept 4 Concept 3 Concept 6 Concept 5"},{"location":"classes/loggerhead/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class loggerhead and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of hammerhead (4) Concept 9 is similar to the concept 2 of electric ray (5) Concept 9 is similar to the concept 1 of jellyfish (107) Concept 9 is similar to the concept 1 of coral reef (973)"},{"location":"classes/long-horned%20beetle/","title":"Long-horned beetle (303)","text":"

Long-horned beetle (class id 303) has 3 important concepts. The full class name is long-horned beetle, longicorn, longicorn beetle.

"},{"location":"classes/long-horned%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Long-horned beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/long-horned%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 33%) Concept 0 (Importance 33%) Concept 7 (Importance 19%) Concept 9 (Importance 7%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 7 Concept 9 Concept 4 Concept 6 Concept 8 Concept 5 Concept 3 Concept 1"},{"location":"classes/long-horned%20beetle/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class long-horned beetle and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of grasshopper (311) Concept 9 is similar to the concept 4 of cicada (316)"},{"location":"classes/lorikeet/","title":"Lorikeet (90)","text":"

Lorikeet (class id 90) has 3 important concepts. The full class name is lorikeet.

"},{"location":"classes/lorikeet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lorikeet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lorikeet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 45%) Concept 2 (Importance 22%) Concept 0 (Importance 21%) Concept 6 (Importance 5%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 2 Concept 0 Concept 6 Concept 8 Concept 9 Concept 5 Concept 4 Concept 3 Concept 1"},{"location":"classes/lorikeet/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class lorikeet and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of three-toed sloth (364) Concept 3 is similar to the concept 3 of howler monkey (379) Concept 3 is similar to the concept 2 of custard apple (956)"},{"location":"classes/lotion/","title":"Lotion (631)","text":"

Lotion (class id 631) has 3 important concepts. The full class name is lotion.

"},{"location":"classes/lotion/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lotion' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lotion/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 0 (Importance 27%) Concept 7 (Importance 21%) Concept 3 (Importance 5%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 3 Concept 8 Concept 9 Concept 5 Concept 6 Concept 4 Concept 2"},{"location":"classes/lotion/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class lotion and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of perfume (711) Concept 7 is similar to the concept 1 of pill bottle (720) Concept 1 is similar to the concept 1 of soap dispenser (804)"},{"location":"classes/loudspeaker/","title":"Loudspeaker (632)","text":"

Loudspeaker (class id 632) has 4 important concepts. The full class name is loudspeaker, speaker, speaker unit, loudspeaker system, speaker system.

"},{"location":"classes/loudspeaker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Loudspeaker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/loudspeaker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 39%) Concept 1 (Importance 15%) Concept 5 (Importance 14%) Concept 6 (Importance 8%) Concept 2 (Importance 8%) Concept 8 (Importance 5%) Concept 0 (Importance 5%) Concept 9 (Importance 3%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 5 Concept 6 Concept 2 Concept 8 Concept 0 Concept 9 Concept 4 Concept 3"},{"location":"classes/loudspeaker/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class loudspeaker and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of desktop computer (527) Concept 6 is similar to the concept 3 of espresso maker (550) Concept 2 is similar to the concept 2 of radio (754) Concept 2 is similar to the concept 4 of space heater (811) Concept 5 is similar to the concept 4 of stove (827)"},{"location":"classes/loupe/","title":"Loupe (633)","text":"

Loupe (class id 633) has 3 important concepts. The full class name is loupe, jewelers loupe.

"},{"location":"classes/loupe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Loupe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/loupe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 8 (Importance 22%) Concept 4 (Importance 15%) Concept 7 (Importance 5%) Concept 6 (Importance 4%) Concept 2 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 4 Concept 7 Concept 6 Concept 2 Concept 5 Concept 9 Concept 3 Concept 1"},{"location":"classes/loupe/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class loupe and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of binoculars (447) Concept 8 is similar to the concept 6 of corkscrew (512) Concept 2 is similar to the concept 4 of lens cap (622) Concept 2 is similar to the concept 4 of lipstick (629)"},{"location":"classes/lumbermill/","title":"Lumbermill (634)","text":"

Lumbermill (class id 634) has 6 important concepts. The full class name is lumbermill, sawmill.

"},{"location":"classes/lumbermill/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lumbermill' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lumbermill/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 19%) Concept 8 (Importance 17%) Concept 4 (Importance 17%) Concept 1 (Importance 14%) Concept 2 (Importance 11%) Concept 9 (Importance 7%) Concept 5 (Importance 5%) Concept 6 (Importance 4%) Concept 7 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 4 Concept 1 Concept 2 Concept 9 Concept 5 Concept 6 Concept 7 Concept 3"},{"location":"classes/lumbermill/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class lumbermill and other classes.

Here are those concepts: Concept 7 is similar to the concept 4 of chain saw (491) Concept 7 is similar to the concept 3 of potter wheel (739)"},{"location":"classes/lycaenid/","title":"Lycaenid (326)","text":"

Lycaenid (class id 326) has 2 important concepts. The full class name is lycaenid, lycaenid butterfly.

"},{"location":"classes/lycaenid/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lycaenid' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lycaenid/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 4 (Importance 17%) Concept 3 (Importance 12%) Concept 2 (Importance 11%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 2 Concept 9 Concept 7 Concept 6 Concept 8 Concept 5 Concept 1"},{"location":"classes/lycaenid/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class lycaenid and other classes.

Here are those concepts: Concept 7 is similar to the concept 6 of American chameleon (40) Concept 7 is similar to the concept 4 of walking stick (313) Concept 4 is similar to the concept 3 of cabbage butterfly (324) Concept 4 is similar to the concept 8 of sulphur butterfly (325)"},{"location":"classes/lynx/","title":"Lynx (287)","text":"

Lynx (class id 287) has 2 important concepts. The full class name is lynx, catamount.

"},{"location":"classes/lynx/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Lynx' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/lynx/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 5 (Importance 16%) Concept 2 (Importance 11%) Concept 6 (Importance 7%) Concept 0 (Importance 4%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 2 Concept 6 Concept 0 Concept 7 Concept 4 Concept 9 Concept 8 Concept 3"},{"location":"classes/lynx/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class lynx and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of coyote (272) Concept 5 is similar to the concept 2 of hyena (276) Concept 4 is similar to the concept 1 of tabby (281) Concept 4 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 4 of tiger cat (282) Concept 4 is similar to the concept 2 of Persian cat (283) Concept 4 is similar to the concept 4 of Siamese cat (284) Concept 4 is similar to the concept 4 of Egyptian cat (285) Concept 4 is similar to the concept 1 of cougar (286) Concept 4 is similar to the concept 4 of leopard (288) Concept 0 is similar to the concept 1 of snow leopard (289) Concept 4 is similar to the concept 2 of snow leopard (289) Concept 4 is similar to the concept 2 of jaguar (290) Concept 4 is similar to the concept 2 of tiger (292) Concept 5 is similar to the concept 3 of cheetah (293) Concept 4 is similar to the concept 6 of guinea pig (338) Concept 4 is similar to the concept 3 of black-footed ferret (359) Concept 4 is similar to the concept 2 of otter (360) Concept 6 is similar to the concept 0 of titi (380) Concept 4 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/macaque/","title":"Macaque (373)","text":"

Macaque (class id 373) has 2 important concepts. The full class name is macaque.

"},{"location":"classes/macaque/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Macaque' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/macaque/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 3 (Importance 17%) Concept 0 (Importance 6%) Concept 5 (Importance 4%) Concept 4 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 5 Concept 4 Concept 7 Concept 9 Concept 8 Concept 6 Concept 2"},{"location":"classes/macaque/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class macaque and other classes.

Here are those concepts: Concept 4 is similar to the concept 9 of meerkat (299) Concept 4 is similar to the concept 6 of patas (371) Concept 4 is similar to the concept 9 of titi (380)"},{"location":"classes/macaw/","title":"Macaw (88)","text":"

Macaw (class id 88) has 4 important concepts. The full class name is macaw.

"},{"location":"classes/macaw/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Macaw' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/macaw/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 0 (Importance 32%) Concept 3 (Importance 14%) Concept 5 (Importance 10%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 3 Concept 5 Concept 7 Concept 6 Concept 1 Concept 9 Concept 8 Concept 4"},{"location":"classes/macaw/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class macaw and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of indigo bunting (14) Concept 5 is similar to the concept 3 of jay (17) Concept 5 is similar to the concept 6 of little blue heron (131) Concept 5 is similar to the concept 0 of European gallinule (136)"},{"location":"classes/magnetic%20compass/","title":"Magnetic compass (635)","text":"

Magnetic compass (class id 635) has 4 important concepts. The full class name is magnetic compass.

"},{"location":"classes/magnetic%20compass/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Magnetic compass' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/magnetic%20compass/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 26%) Concept 5 (Importance 22%) Concept 3 (Importance 20%) Concept 2 (Importance 16%) Concept 9 (Importance 3%) Concept 6 (Importance 3%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 2 Concept 9 Concept 6 Concept 1 Concept 7 Concept 8 Concept 4"},{"location":"classes/magnetic%20compass/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class magnetic compass and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of apron (411) Concept 6 is similar to the concept 1 of backpack (414) Concept 5 is similar to the concept 0 of barometer (426) Concept 3 is similar to the concept 8 of barometer (426) Concept 6 is similar to the concept 1 of bath towel (434) Concept 6 is similar to the concept 6 of bathtub (435) Concept 6 is similar to the concept 2 of beaker (438) Concept 6 is similar to the concept 4 of bow tie (457) Concept 6 is similar to the concept 2 of broom (462) Concept 6 is similar to the concept 1 of bucket (463) Concept 6 is similar to the concept 7 of candle (470) Concept 6 is similar to the concept 2 of carpenter kit (477) Concept 6 is similar to the concept 0 of carton (478) Concept 6 is similar to the concept 2 of clog (502) Concept 6 is similar to the concept 1 of desk (526) Concept 6 is similar to the concept 1 of dumbbell (543) Concept 6 is similar to the concept 5 of iron (606) Concept 6 is similar to the concept 6 of jean (608) Concept 6 is similar to the concept 2 of measuring cup (647) Concept 6 is similar to the concept 1 of monitor (664) Concept 6 is similar to the concept 7 of mortar (666) Concept 6 is similar to the concept 1 of mosquito net (669) Concept 6 is similar to the concept 3 of pajama (697) Concept 6 is similar to the concept 9 of Petri dish (712) Concept 6 is similar to the concept 2 of purse (748) Concept 6 is similar to the concept 5 of rubber eraser (767) Concept 6 is similar to the concept 3 of running shoe (770) Concept 6 is similar to the concept 1 of safe (771) Concept 6 is similar to the concept 1 of sandal (774) Concept 5 is similar to the concept 1 of scale (778) Concept 6 is similar to the concept 2 of scale (778) Concept 6 is similar to the concept 2 of screw (783) Concept 6 is similar to the concept 9 of screwdriver (784) Concept 6 is similar to the concept 1 of shopping basket (790) Concept 6 is similar to the concept 1 of shower cap (793) Concept 6 is similar to the concept 1 of sleeping bag (797) Concept 5 is similar to the concept 5 of stopwatch (826) Concept 6 is similar to the concept 3 of sunglasses (837) Concept 6 is similar to the concept 1 of swab (840) Concept 6 is similar to the concept 1 of tray (868) Concept 6 is similar to the concept 5 of vase (883) Concept 6 is similar to the concept 7 of velvet (885) Concept 6 is similar to the concept 2 of water jug (899) Concept 6 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/magpie/","title":"Magpie (18)","text":"

Magpie (class id 18) has 2 important concepts. The full class name is magpie.

"},{"location":"classes/magpie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Magpie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/magpie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 50%) Concept 3 (Importance 30%) Concept 7 (Importance 8%) Concept 0 (Importance 6%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 3 Concept 7 Concept 0 Concept 6 Concept 1 Concept 9 Concept 8 Concept 5 Concept 2"},{"location":"classes/magpie/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class magpie and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of coucal (91)"},{"location":"classes/mailbag/","title":"Mailbag (636)","text":"

Mailbag (class id 636) has 3 important concepts. The full class name is mailbag, postbag.

"},{"location":"classes/mailbag/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mailbag' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mailbag/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 3 (Importance 20%) Concept 2 (Importance 17%) Concept 5 (Importance 4%) Concept 8 (Importance 3%) Concept 4 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 5 Concept 8 Concept 4 Concept 7 Concept 6 Concept 9 Concept 0"},{"location":"classes/mailbag/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class mailbag and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of backpack (414) Concept 3 is similar to the concept 3 of bib (443) Concept 3 is similar to the concept 3 of bulletproof vest (465) Concept 3 is similar to the concept 4 of diaper (529) Concept 2 is similar to the concept 3 of purse (748) Concept 3 is similar to the concept 6 of trench coat (869) Concept 5 is similar to the concept 4 of wallet (893)"},{"location":"classes/mailbox/","title":"Mailbox (637)","text":"

Mailbox (class id 637) has 3 important concepts. The full class name is mailbox, letter box.

"},{"location":"classes/mailbox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mailbox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mailbox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 3 (Importance 12%) Concept 6 (Importance 11%) Concept 2 (Importance 8%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 2 Concept 1 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4"},{"location":"classes/mailbox/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class mailbox and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of ashcan (412) Concept 1 is similar to the concept 7 of fire engine (555) Concept 1 is similar to the concept 7 of garbage truck (569) Concept 1 is similar to the concept 2 of jinrikisha (612) Concept 1 is similar to the concept 3 of limousine (627) Concept 1 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 2 of parking meter (704) Concept 1 is similar to the concept 9 of police van (734) Concept 1 is similar to the concept 9 of school bus (779) Concept 1 is similar to the concept 3 of shopping cart (791) Concept 1 is similar to the concept 2 of tricycle (870)"},{"location":"classes/maillot/","title":"Maillot (639)","text":"

Maillot (class id 639) has 3 important concepts. The full class name is maillot, tank suit.

"},{"location":"classes/maillot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Maillot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/maillot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 28%) Concept 6 (Importance 28%) Concept 0 (Importance 24%) Concept 3 (Importance 8%) Concept 2 (Importance 5%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 6 Concept 0 Concept 3 Concept 2 Concept 4 Concept 9 Concept 5 Concept 8 Concept 1"},{"location":"classes/maillot/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class maillot and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of bathing cap (433) Concept 7 is similar to the concept 0 of bikini (445) Concept 2 is similar to the concept 1 of bikini (445) Concept 3 is similar to the concept 3 of bikini (445) Concept 3 is similar to the concept 5 of brassiere (459) Concept 3 is similar to the concept 5 of miniskirt (655) Concept 3 is similar to the concept 1 of pajama (697) Concept 2 is similar to the concept 4 of sarong (775) Concept 2 is similar to the concept 2 of swimming trunks (842)"},{"location":"classes/malamute/","title":"Malamute (249)","text":"

Malamute (class id 249) has 1 important concepts. The full class name is malamute, malemute, Alaskan malamute.

"},{"location":"classes/malamute/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Malamute' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/malamute/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 66%) Concept 0 (Importance 10%) Concept 2 (Importance 8%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 6 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 7 Concept 4 Concept 6 Concept 8 Concept 5 Concept 9 Concept 3"},{"location":"classes/malamute/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class malamute and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of Japanese spaniel (152) Concept 4 is similar to the concept 6 of Blenheim spaniel (156) Concept 0 is similar to the concept 0 of Norwegian elkhound (174) Concept 4 is similar to the concept 4 of Norwegian elkhound (174) Concept 7 is similar to the concept 5 of Norwegian elkhound (174) Concept 4 is similar to the concept 7 of English setter (212) Concept 2 is similar to the concept 1 of kuvasz (222) Concept 4 is similar to the concept 3 of collie (231) Concept 2 is similar to the concept 1 of Border collie (232) Concept 4 is similar to the concept 6 of Border collie (232) Concept 0 is similar to the concept 6 of Siberian husky (250) Concept 1 is similar to the concept 1 of Siberian husky (250) Concept 2 is similar to the concept 2 of Siberian husky (250) Concept 4 is similar to the concept 4 of Siberian husky (250) Concept 6 is similar to the concept 5 of Siberian husky (250) Concept 2 is similar to the concept 1 of Great Pyrenees (257) Concept 4 is similar to the concept 3 of Great Pyrenees (257) Concept 2 is similar to the concept 8 of Samoyed (258) Concept 4 is similar to the concept 4 of Samoyed (258) Concept 0 is similar to the concept 5 of keeshond (261) Concept 2 is similar to the concept 9 of Pembroke (263) Concept 2 is similar to the concept 9 of Cardigan (264) Concept 6 is similar to the concept 5 of timber wolf (269) Concept 2 is similar to the concept 2 of white wolf (270) Concept 4 is similar to the concept 4 of white wolf (270) Concept 4 is similar to the concept 3 of Arctic fox (279) Concept 1 is similar to the concept 8 of dogsled (537)"},{"location":"classes/malinois/","title":"Malinois (225)","text":"

Malinois (class id 225) has 5 important concepts. The full class name is malinois.

"},{"location":"classes/malinois/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Malinois' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/malinois/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 27%) Concept 8 (Importance 23%) Concept 3 (Importance 18%) Concept 7 (Importance 11%) Concept 5 (Importance 10%) Concept 4 (Importance 6%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 3 Concept 7 Concept 5 Concept 4 Concept 6 Concept 9 Concept 2 Concept 0"},{"location":"classes/malinois/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class malinois and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of toy terrier (158) Concept 4 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 4 is similar to the concept 3 of bloodhound (163) Concept 4 is similar to the concept 4 of redbone (168) Concept 8 is similar to the concept 2 of Norwegian elkhound (174) Concept 3 is similar to the concept 3 of Norwegian elkhound (174) Concept 3 is similar to the concept 2 of Boston bull (195) Concept 3 is similar to the concept 1 of Scotch terrier (199) Concept 4 is similar to the concept 4 of Chesapeake Bay retriever (209) Concept 8 is similar to the concept 1 of groenendael (224) Concept 3 is similar to the concept 1 of kelpie (227) Concept 4 is similar to the concept 6 of kelpie (227) Concept 4 is similar to the concept 5 of Rottweiler (234) Concept 3 is similar to the concept 1 of German shepherd (235) Concept 4 is similar to the concept 4 of German shepherd (235) Concept 3 is similar to the concept 2 of miniature pinscher (237) Concept 4 is similar to the concept 4 of miniature pinscher (237) Concept 5 is similar to the concept 0 of Pembroke (263) Concept 3 is similar to the concept 1 of Cardigan (264) Concept 3 is similar to the concept 4 of Mexican hairless (268) Concept 4 is similar to the concept 3 of dhole (274) Concept 3 is similar to the concept 2 of Siamese cat (284) Concept 5 is similar to the concept 6 of cougar (286) Concept 2 is similar to the concept 1 of lawn mower (621) Concept 3 is similar to the concept 8 of muzzle (676) Concept 2 is similar to the concept 1 of plow (730)"},{"location":"classes/manhole%20cover/","title":"Manhole cover (640)","text":"

Manhole cover (class id 640) has 3 important concepts. The full class name is manhole cover.

"},{"location":"classes/manhole%20cover/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Manhole cover' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/manhole%20cover/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 9 (Importance 20%) Concept 1 (Importance 17%) Concept 2 (Importance 8%) Concept 6 (Importance 7%) Concept 4 (Importance 3%) Concept 3 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 2 Concept 6 Concept 4 Concept 3 Concept 8 Concept 5 Concept 7"},{"location":"classes/manhole%20cover/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/mantis/","title":"Mantis (315)","text":"

Mantis (class id 315) has 2 important concepts. The full class name is mantis, mantid.

"},{"location":"classes/mantis/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mantis' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mantis/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 4 (Importance 28%) Concept 3 (Importance 11%) Concept 8 (Importance 8%) Concept 2 (Importance 7%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 8 Concept 2 Concept 9 Concept 1 Concept 7 Concept 6 Concept 5"},{"location":"classes/mantis/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class mantis and other classes.

Here are those concepts: Concept 5 is similar to the concept 6 of American chameleon (40) Concept 5 is similar to the concept 9 of vine snake (59) Concept 2 is similar to the concept 4 of harvestman (70) Concept 6 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 3 of ant (310) Concept 2 is similar to the concept 2 of cricket (312) Concept 3 is similar to the concept 5 of cricket (312) Concept 5 is similar to the concept 4 of walking stick (313) Concept 3 is similar to the concept 5 of walking stick (313) Concept 2 is similar to the concept 4 of lacewing (318)"},{"location":"classes/maraca/","title":"Maraca (641)","text":"

Maraca (class id 641) has 2 important concepts. The full class name is maraca.

"},{"location":"classes/maraca/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Maraca' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/maraca/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 49%) Concept 1 (Importance 28%) Concept 5 (Importance 5%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 2 (Importance 3%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 5 Concept 6 Concept 4 Concept 2 Concept 0 Concept 9 Concept 8 Concept 7"},{"location":"classes/maraca/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class maraca and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of candle (470) Concept 2 is similar to the concept 5 of carousel (476) Concept 1 is similar to the concept 1 of croquet ball (522) Concept 2 is similar to the concept 8 of drumstick (542) Concept 2 is similar to the concept 4 of jigsaw puzzle (611) Concept 2 is similar to the concept 2 of laptop (620) Concept 4 is similar to the concept 6 of ocarina (684) Concept 2 is similar to the concept 2 of plunger (731) Concept 2 is similar to the concept 3 of spatula (813) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 2 is similar to the concept 4 of umbrella (879) Concept 2 is similar to the concept 7 of wooden spoon (910) Concept 2 is similar to the concept 2 of ear (998)"},{"location":"classes/marimba/","title":"Marimba (642)","text":"

Marimba (class id 642) has 1 important concepts. The full class name is marimba, xylophone.

"},{"location":"classes/marimba/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Marimba' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/marimba/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 77%) Concept 2 (Importance 6%) Concept 5 (Importance 4%) Concept 3 (Importance 3%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 3 Concept 6 Concept 4 Concept 7 Concept 9 Concept 8 Concept 1"},{"location":"classes/marimba/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class marimba and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of barbell (422) Concept 3 is similar to the concept 3 of basketball (430) Concept 2 is similar to the concept 4 of panpipe (699) Concept 3 is similar to the concept 5 of parallel bars (702) Concept 2 is similar to the concept 2 of radiator (753) Concept 3 is similar to the concept 3 of rugby ball (768) Concept 3 is similar to the concept 2 of steel drum (822)"},{"location":"classes/marmoset/","title":"Marmoset (377)","text":"

Marmoset (class id 377) has 1 important concepts. The full class name is marmoset.

"},{"location":"classes/marmoset/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Marmoset' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/marmoset/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 54%) Concept 8 (Importance 7%) Concept 6 (Importance 7%) Concept 3 (Importance 7%) Concept 2 (Importance 6%) Concept 0 (Importance 6%) Concept 9 (Importance 3%) Concept 4 (Importance 3%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 6 Concept 3 Concept 2 Concept 0 Concept 9 Concept 4 Concept 7 Concept 5"},{"location":"classes/marmoset/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class marmoset and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of gibbon (368) Concept 4 is similar to the concept 2 of patas (371) Concept 4 is similar to the concept 1 of titi (380) Concept 4 is similar to the concept 1 of lesser panda (387)"},{"location":"classes/marmot/","title":"Marmot (336)","text":"

Marmot (class id 336) has 2 important concepts. The full class name is marmot.

"},{"location":"classes/marmot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Marmot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/marmot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 50%) Concept 6 (Importance 22%) Concept 5 (Importance 7%) Concept 1 (Importance 6%) Concept 8 (Importance 5%) Concept 0 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 5 Concept 1 Concept 8 Concept 0 Concept 9 Concept 7 Concept 4 Concept 3"},{"location":"classes/marmot/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class marmot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of common iguana (39) Concept 4 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 7 of ptarmigan (81) Concept 5 is similar to the concept 5 of koala (105) Concept 0 is similar to the concept 7 of Arctic fox (279) Concept 5 is similar to the concept 0 of mongoose (298) Concept 5 is similar to the concept 8 of wood rabbit (330) Concept 5 is similar to the concept 4 of fox squirrel (335) Concept 1 is similar to the concept 5 of bighorn (349) Concept 1 is similar to the concept 2 of ibex (350) Concept 1 is similar to the concept 7 of weasel (356) Concept 1 is similar to the concept 1 of mink (357) Concept 5 is similar to the concept 5 of baboon (372)"},{"location":"classes/mashed%20potato/","title":"Mashed potato (935)","text":"

Mashed potato (class id 935) has 1 important concepts. The full class name is mashed potato.

"},{"location":"classes/mashed%20potato/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mashed potato' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mashed%20potato/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 3 (Importance 8%) Concept 7 (Importance 6%) Concept 9 (Importance 4%) Concept 4 (Importance 3%) Concept 1 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 9 Concept 4 Concept 1 Concept 8 Concept 5 Concept 6 Concept 2"},{"location":"classes/mashed%20potato/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class mashed potato and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of plate (923) Concept 4 is similar to the concept 4 of plate (923) Concept 1 is similar to the concept 7 of plate (923) Concept 1 is similar to the concept 3 of guacamole (924) Concept 1 is similar to the concept 9 of hot pot (926) Concept 1 is similar to the concept 2 of hotdog (934) Concept 1 is similar to the concept 1 of broccoli (937) Concept 0 is similar to the concept 3 of cauliflower (938) Concept 1 is similar to the concept 1 of carbonara (959) Concept 7 is similar to the concept 4 of carbonara (959) Concept 7 is similar to the concept 4 of chocolate sauce (960) Concept 2 is similar to the concept 5 of dough (961) Concept 1 is similar to the concept 2 of pizza (963) Concept 1 is similar to the concept 1 of potpie (964)"},{"location":"classes/mask/","title":"Mask (643)","text":"

Mask (class id 643) has 1 important concepts. The full class name is mask.

"},{"location":"classes/mask/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mask' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mask/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 77%) Concept 2 (Importance 6%) Concept 8 (Importance 5%) Concept 7 (Importance 2%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 8 Concept 7 Concept 9 Concept 5 Concept 4 Concept 3 Concept 6 Concept 0"},{"location":"classes/mask/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class mask and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of lipstick (629) Concept 2 is similar to the concept 3 of shower cap (793) Concept 1 is similar to the concept 0 of ski mask (796) Concept 2 is similar to the concept 2 of sunglasses (837)"},{"location":"classes/matchstick/","title":"Matchstick (644)","text":"

Matchstick (class id 644) has 5 important concepts. The full class name is matchstick.

"},{"location":"classes/matchstick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Matchstick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/matchstick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 28%) Concept 2 (Importance 27%) Concept 6 (Importance 18%) Concept 3 (Importance 11%) Concept 4 (Importance 9%) Concept 5 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 3 Concept 4 Concept 5 Concept 1 Concept 9 Concept 8 Concept 7"},{"location":"classes/matchstick/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class matchstick and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of nematode (111) Concept 9 is similar to the concept 2 of academic gown (400) Concept 2 is similar to the concept 2 of torch (862)"},{"location":"classes/maypole/","title":"Maypole (645)","text":"

Maypole (class id 645) has 2 important concepts. The full class name is maypole.

"},{"location":"classes/maypole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Maypole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/maypole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 9 (Importance 10%) Concept 1 (Importance 6%) Concept 3 (Importance 4%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 7 (Importance 2%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 3 Concept 5 Concept 4 Concept 7 Concept 2 Concept 8 Concept 6"},{"location":"classes/maypole/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class maypole and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of Afghan hound (160) Concept 3 is similar to the concept 6 of Scottish deerhound (177) Concept 3 is similar to the concept 7 of Leonberg (255) Concept 3 is similar to the concept 5 of football helmet (560) Concept 2 is similar to the concept 5 of patio (706)"},{"location":"classes/maze/","title":"Maze (646)","text":"

Maze (class id 646) has 1 important concepts. The full class name is maze, labyrinth.

"},{"location":"classes/maze/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Maze' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/maze/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 83%) Concept 4 (Importance 7%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 7 Concept 6 Concept 5 Concept 2 Concept 1 Concept 9 Concept 8 Concept 3"},{"location":"classes/maze/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class maze and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of patio (706)"},{"location":"classes/measuring%20cup/","title":"Measuring cup (647)","text":"

Measuring cup (class id 647) has 2 important concepts. The full class name is measuring cup.

"},{"location":"classes/measuring%20cup/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Measuring cup' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/measuring%20cup/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 3 (Importance 13%) Concept 6 (Importance 7%) Concept 5 (Importance 5%) Concept 8 (Importance 4%) Concept 9 (Importance 2%) Concept 7 (Importance 2%) Concept 2 (Importance 1%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 5 Concept 8 Concept 9 Concept 7 Concept 2 Concept 4 Concept 1"},{"location":"classes/measuring%20cup/#similar-concepts","title":"Similar concepts","text":"

We have found 29 similar concepts between the class measuring cup and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 0 is similar to the concept 1 of beaker (438) Concept 8 is similar to the concept 7 of beaker (438) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 5 is similar to the concept 1 of coffee mug (504) Concept 5 is similar to the concept 1 of coffeepot (505) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 5 is similar to the concept 1 of pitcher (725) Concept 8 is similar to the concept 8 of pop bottle (737) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 8 is similar to the concept 5 of water bottle (898) Concept 5 is similar to the concept 1 of water jug (899) Concept 8 is similar to the concept 4 of water jug (899) Concept 6 is similar to the concept 9 of whiskey jug (901) Concept 5 is similar to the concept 1 of cup (968)"},{"location":"classes/meat%20loaf/","title":"Meat loaf (962)","text":"

Meat loaf (class id 962) has 4 important concepts. The full class name is meat loaf, meatloaf.

"},{"location":"classes/meat%20loaf/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Meat loaf' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/meat%20loaf/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 47%) Concept 7 (Importance 15%) Concept 0 (Importance 15%) Concept 3 (Importance 13%) Concept 2 (Importance 3%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 7 Concept 0 Concept 3 Concept 2 Concept 5 Concept 9 Concept 1 Concept 6 Concept 4"},{"location":"classes/meat%20loaf/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class meat loaf and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of ice cream (928) Concept 5 is similar to the concept 3 of cauliflower (938) Concept 2 is similar to the concept 3 of acorn squash (941)"},{"location":"classes/medicine%20chest/","title":"Medicine chest (648)","text":"

Medicine chest (class id 648) has 4 important concepts. The full class name is medicine chest, medicine cabinet.

"},{"location":"classes/medicine%20chest/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Medicine chest' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/medicine%20chest/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 9 (Importance 15%) Concept 8 (Importance 13%) Concept 7 (Importance 8%) Concept 1 (Importance 8%) Concept 3 (Importance 6%) Concept 6 (Importance 4%) Concept 4 (Importance 3%) Concept 0 (Importance 3%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 8 Concept 7 Concept 1 Concept 3 Concept 6 Concept 4 Concept 0 Concept 5"},{"location":"classes/medicine%20chest/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class medicine chest and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of ashcan (412) Concept 7 is similar to the concept 5 of bookcase (453) Concept 4 is similar to the concept 9 of bookcase (453) Concept 2 is similar to the concept 0 of china cabinet (495) Concept 7 is similar to the concept 9 of home theater (598) Concept 4 is similar to the concept 0 of sliding door (799)"},{"location":"classes/meerkat/","title":"Meerkat (299)","text":"

Meerkat (class id 299) has 2 important concepts. The full class name is meerkat, mierkat.

"},{"location":"classes/meerkat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Meerkat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/meerkat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 45%) Concept 2 (Importance 32%) Concept 4 (Importance 11%) Concept 8 (Importance 5%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 4 Concept 8 Concept 9 Concept 1 Concept 7 Concept 6 Concept 3 Concept 0"},{"location":"classes/meerkat/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class meerkat and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of black grouse (80) Concept 9 is similar to the concept 4 of macaque (373)"},{"location":"classes/megalith/","title":"Megalith (649)","text":"

Megalith (class id 649) has 3 important concepts. The full class name is megalith, megalithic structure.

"},{"location":"classes/megalith/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Megalith' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/megalith/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 35%) Concept 7 (Importance 19%) Concept 3 (Importance 16%) Concept 1 (Importance 13%) Concept 6 (Importance 5%) Concept 9 (Importance 3%) Concept 8 (Importance 2%) Concept 2 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 1 Concept 6 Concept 9 Concept 8 Concept 2 Concept 5 Concept 4"},{"location":"classes/megalith/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class megalith and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 3 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 7 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 4 of mobile home (660) Concept 4 is similar to the concept 2 of snowplow (803) Concept 1 is similar to the concept 3 of viaduct (888) Concept 1 is similar to the concept 1 of yurt (915)"},{"location":"classes/menu/","title":"Menu (922)","text":"

Menu (class id 922) has 3 important concepts. The full class name is menu.

"},{"location":"classes/menu/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Menu' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/menu/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 32%) Concept 0 (Importance 26%) Concept 1 (Importance 15%) Concept 5 (Importance 8%) Concept 9 (Importance 7%) Concept 8 (Importance 4%) Concept 4 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 1 Concept 5 Concept 9 Concept 8 Concept 4 Concept 7 Concept 6 Concept 3"},{"location":"classes/menu/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class menu and other classes.

Here are those concepts: Concept 8 is similar to the concept 0 of web site (916)"},{"location":"classes/microphone/","title":"Microphone (650)","text":"

Microphone (class id 650) has 3 important concepts. The full class name is microphone, mike.

"},{"location":"classes/microphone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Microphone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/microphone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 6 (Importance 26%) Concept 9 (Importance 10%) Concept 1 (Importance 7%) Concept 4 (Importance 6%) Concept 3 (Importance 5%) Concept 5 (Importance 3%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 9 Concept 1 Concept 4 Concept 3 Concept 5 Concept 2 Concept 8 Concept 7"},{"location":"classes/microphone/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class microphone and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of binoculars (447) Concept 5 is similar to the concept 1 of cellular telephone (487) Concept 5 is similar to the concept 1 of cornet (513) Concept 5 is similar to the concept 8 of drumstick (542) Concept 4 is similar to the concept 3 of mouse (673) Concept 4 is similar to the concept 3 of oscilloscope (688) Concept 5 is similar to the concept 3 of whistle (902)"},{"location":"classes/microwave/","title":"Microwave (651)","text":"

Microwave (class id 651) has 2 important concepts. The full class name is microwave, microwave oven.

"},{"location":"classes/microwave/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Microwave' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/microwave/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 45%) Concept 1 (Importance 23%) Concept 4 (Importance 9%) Concept 7 (Importance 7%) Concept 8 (Importance 5%) Concept 9 (Importance 2%) Concept 3 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 4 Concept 7 Concept 8 Concept 9 Concept 3 Concept 6 Concept 5 Concept 0"},{"location":"classes/microwave/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class microwave and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of dishwasher (534) Concept 9 is similar to the concept 2 of wardrobe (894)"},{"location":"classes/military%20uniform/","title":"Military uniform (652)","text":"

Military uniform (class id 652) has 3 important concepts. The full class name is military uniform.

"},{"location":"classes/military%20uniform/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Military uniform' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/military%20uniform/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 57%) Concept 1 (Importance 18%) Concept 9 (Importance 13%) Concept 3 (Importance 3%) Concept 6 (Importance 2%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 9 Concept 3 Concept 6 Concept 5 Concept 8 Concept 7 Concept 4 Concept 0"},{"location":"classes/military%20uniform/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/milk%20can/","title":"Milk can (653)","text":"

Milk can (class id 653) has 2 important concepts. The full class name is milk can.

"},{"location":"classes/milk%20can/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Milk can' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/milk%20can/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 64%) Concept 3 (Importance 20%) Concept 9 (Importance 5%) Concept 5 (Importance 4%) Concept 6 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 9 Concept 5 Concept 6 Concept 0 Concept 8 Concept 7 Concept 4 Concept 1"},{"location":"classes/milk%20can/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class milk can and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of ashcan (412)"},{"location":"classes/miniature%20pinscher/","title":"Miniature pinscher (237)","text":"

Miniature pinscher (class id 237) has 4 important concepts. The full class name is miniature pinscher.

"},{"location":"classes/miniature%20pinscher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Miniature pinscher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/miniature%20pinscher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 40%) Concept 0 (Importance 19%) Concept 2 (Importance 11%) Concept 5 (Importance 10%) Concept 6 (Importance 7%) Concept 4 (Importance 6%) Concept 8 (Importance 2%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 9 Concept 0 Concept 2 Concept 5 Concept 6 Concept 4 Concept 8 Concept 7 Concept 3 Concept 1"},{"location":"classes/miniature%20pinscher/#similar-concepts","title":"Similar concepts","text":"

We have found 45 similar concepts between the class miniature pinscher and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of Chihuahua (151) Concept 9 is similar to the concept 1 of toy terrier (158) Concept 2 is similar to the concept 2 of toy terrier (158) Concept 0 is similar to the concept 5 of toy terrier (158) Concept 4 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 4 is similar to the concept 3 of bloodhound (163) Concept 0 is similar to the concept 2 of bluetick (164) Concept 0 is similar to the concept 1 of black-and-tan coonhound (165) Concept 6 is similar to the concept 2 of black-and-tan coonhound (165) Concept 4 is similar to the concept 4 of black-and-tan coonhound (165) Concept 4 is similar to the concept 4 of redbone (168) Concept 2 is similar to the concept 4 of Ibizan hound (173) Concept 6 is similar to the concept 0 of Staffordshire bullterrier (179) Concept 2 is similar to the concept 2 of Boston bull (195) Concept 6 is similar to the concept 6 of Boston bull (195) Concept 6 is similar to the concept 2 of Labrador retriever (208) Concept 4 is similar to the concept 3 of vizsla (211) Concept 0 is similar to the concept 1 of Gordon setter (214) Concept 6 is similar to the concept 5 of schipperke (223) Concept 2 is similar to the concept 3 of malinois (225) Concept 4 is similar to the concept 4 of malinois (225) Concept 6 is similar to the concept 0 of kelpie (227) Concept 2 is similar to the concept 1 of kelpie (227) Concept 0 is similar to the concept 2 of kelpie (227) Concept 0 is similar to the concept 0 of Rottweiler (234) Concept 6 is similar to the concept 4 of Rottweiler (234) Concept 4 is similar to the concept 5 of Rottweiler (234) Concept 2 is similar to the concept 1 of German shepherd (235) Concept 0 is similar to the concept 0 of Doberman (236) Concept 4 is similar to the concept 2 of Doberman (236) Concept 6 is similar to the concept 9 of Doberman (236) Concept 0 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 6 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 0 is similar to the concept 5 of Bernese mountain dog (239) Concept 0 is similar to the concept 3 of Appenzeller (240) Concept 6 is similar to the concept 1 of Appenzeller (240) Concept 0 is similar to the concept 4 of EntleBucher (241) Concept 6 is similar to the concept 2 of EntleBucher (241) Concept 8 is similar to the concept 0 of boxer (242) Concept 0 is similar to the concept 1 of Tibetan mastiff (244) Concept 6 is similar to the concept 5 of Great Dane (246) Concept 2 is similar to the concept 1 of basenji (253) Concept 2 is similar to the concept 4 of Mexican hairless (268) Concept 2 is similar to the concept 2 of Siamese cat (284) Concept 2 is similar to the concept 8 of muzzle (676)"},{"location":"classes/miniature%20poodle/","title":"Miniature poodle (266)","text":"

Miniature poodle (class id 266) has 3 important concepts. The full class name is miniature poodle.

"},{"location":"classes/miniature%20poodle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Miniature poodle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/miniature%20poodle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 41%) Concept 4 (Importance 16%) Concept 3 (Importance 12%) Concept 1 (Importance 11%) Concept 9 (Importance 9%) Concept 0 (Importance 5%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 4 Concept 3 Concept 1 Concept 9 Concept 0 Concept 6 Concept 8 Concept 7 Concept 2"},{"location":"classes/miniature%20poodle/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class miniature poodle and other classes.

Here are those concepts: Concept 6 is similar to the concept 0 of Shih-Tzu (155) Concept 0 is similar to the concept 0 of Airedale (191) Concept 6 is similar to the concept 8 of cairn (192) Concept 0 is similar to the concept 0 of toy poodle (265) Concept 3 is similar to the concept 3 of toy poodle (265) Concept 6 is similar to the concept 4 of toy poodle (265) Concept 5 is similar to the concept 6 of toy poodle (265) Concept 1 is similar to the concept 0 of standard poodle (267) Concept 5 is similar to the concept 4 of standard poodle (267)"},{"location":"classes/miniature%20schnauzer/","title":"Miniature schnauzer (196)","text":"

Miniature schnauzer (class id 196) has 3 important concepts. The full class name is miniature schnauzer.

"},{"location":"classes/miniature%20schnauzer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Miniature schnauzer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/miniature%20schnauzer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 6 (Importance 22%) Concept 3 (Importance 19%) Concept 7 (Importance 5%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 4 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 3 Concept 7 Concept 9 Concept 5 Concept 4 Concept 0 Concept 8 Concept 2"},{"location":"classes/miniature%20schnauzer/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class miniature schnauzer and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of Shih-Tzu (155) Concept 4 is similar to the concept 0 of Australian terrier (193) Concept 1 is similar to the concept 1 of standard schnauzer (198) Concept 3 is similar to the concept 3 of standard schnauzer (198) Concept 5 is similar to the concept 0 of Tibetan terrier (200) Concept 5 is similar to the concept 9 of cocker spaniel (219)"},{"location":"classes/minibus/","title":"Minibus (654)","text":"

Minibus (class id 654) has 3 important concepts. The full class name is minibus.

"},{"location":"classes/minibus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Minibus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/minibus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 24%) Concept 4 (Importance 22%) Concept 0 (Importance 22%) Concept 8 (Importance 12%) Concept 5 (Importance 11%) Concept 6 (Importance 4%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 0 Concept 8 Concept 5 Concept 6 Concept 1 Concept 9 Concept 7 Concept 2"},{"location":"classes/minibus/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class minibus and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of ambulance (407) Concept 4 is similar to the concept 4 of ambulance (407) Concept 8 is similar to the concept 9 of cab (468) Concept 0 is similar to the concept 8 of moving van (675) Concept 4 is similar to the concept 2 of police van (734) Concept 8 is similar to the concept 6 of police van (734) Concept 1 is similar to the concept 7 of racer (751) Concept 8 is similar to the concept 9 of recreational vehicle (757) Concept 3 is similar to the concept 3 of streetcar (829) Concept 3 is similar to the concept 0 of trolleybus (874)"},{"location":"classes/miniskirt/","title":"Miniskirt (655)","text":"

Miniskirt (class id 655) has 2 important concepts. The full class name is miniskirt, mini.

"},{"location":"classes/miniskirt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Miniskirt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/miniskirt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 9 (Importance 29%) Concept 7 (Importance 7%) Concept 5 (Importance 5%) Concept 3 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 7 Concept 5 Concept 3 Concept 2 Concept 8 Concept 6 Concept 4 Concept 0"},{"location":"classes/miniskirt/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class miniskirt and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of bikini (445) Concept 7 is similar to the concept 5 of gown (578) Concept 5 is similar to the concept 3 of maillot (639) Concept 5 is similar to the concept 1 of pajama (697) Concept 7 is similar to the concept 1 of sarong (775)"},{"location":"classes/minivan/","title":"Minivan (656)","text":"

Minivan (class id 656) has 3 important concepts. The full class name is minivan.

"},{"location":"classes/minivan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Minivan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/minivan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 8 (Importance 25%) Concept 4 (Importance 24%) Concept 1 (Importance 4%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 8 Concept 4 Concept 1 Concept 9 Concept 5 Concept 6 Concept 2 Concept 7 Concept 0"},{"location":"classes/minivan/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class minivan and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of beach wagon (436) Concept 9 is similar to the concept 5 of bicycle-built-for-two (444) Concept 3 is similar to the concept 6 of cab (468) Concept 9 is similar to the concept 1 of go-kart (573) Concept 9 is similar to the concept 2 of jinrikisha (612) Concept 5 is similar to the concept 0 of limousine (627) Concept 1 is similar to the concept 2 of limousine (627) Concept 9 is similar to the concept 1 of mailbox (637) Concept 9 is similar to the concept 8 of moped (665) Concept 9 is similar to the concept 1 of motor scooter (670) Concept 3 is similar to the concept 3 of pickup (717) Concept 3 is similar to the concept 2 of police van (734) Concept 4 is similar to the concept 8 of police van (734) Concept 9 is similar to the concept 2 of tricycle (870) Concept 9 is similar to the concept 2 of unicycle (880)"},{"location":"classes/mink/","title":"Mink (357)","text":"

Mink (class id 357) has 2 important concepts. The full class name is mink.

"},{"location":"classes/mink/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mink' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mink/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 49%) Concept 7 (Importance 20%) Concept 0 (Importance 9%) Concept 6 (Importance 7%) Concept 9 (Importance 3%) Concept 3 (Importance 3%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 0 Concept 6 Concept 9 Concept 3 Concept 1 Concept 5 Concept 8 Concept 4"},{"location":"classes/mink/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class mink and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of marmot (336) Concept 9 is similar to the concept 3 of polecat (358) Concept 9 is similar to the concept 3 of black-footed ferret (359)"},{"location":"classes/missile/","title":"Missile (657)","text":"

Missile (class id 657) has 2 important concepts. The full class name is missile.

"},{"location":"classes/missile/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Missile' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/missile/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 63%) Concept 5 (Importance 12%) Concept 0 (Importance 10%) Concept 3 (Importance 5%) Concept 4 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 3 Concept 4 Concept 7 Concept 6 Concept 9 Concept 8 Concept 1"},{"location":"classes/missile/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class missile and other classes.

Here are those concepts: Concept 8 is similar to the concept 7 of patio (706) Concept 7 is similar to the concept 9 of pole (733) Concept 8 is similar to the concept 8 of pole (733) Concept 0 is similar to the concept 9 of projectile (744) Concept 2 is similar to the concept 2 of projectile (744) Concept 3 is similar to the concept 7 of projectile (744) Concept 4 is similar to the concept 8 of projectile (744)"},{"location":"classes/mitten/","title":"Mitten (658)","text":"

Mitten (class id 658) has 3 important concepts. The full class name is mitten.

"},{"location":"classes/mitten/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mitten' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mitten/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 40%) Concept 0 (Importance 19%) Concept 9 (Importance 17%) Concept 4 (Importance 12%) Concept 2 (Importance 5%) Concept 6 (Importance 2%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 9 Concept 4 Concept 2 Concept 6 Concept 5 Concept 7 Concept 3 Concept 1"},{"location":"classes/mitten/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class mitten and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of ski mask (796) Concept 9 is similar to the concept 2 of stole (824)"},{"location":"classes/mixing%20bowl/","title":"Mixing bowl (659)","text":"

Mixing bowl (class id 659) has 2 important concepts. The full class name is mixing bowl.

"},{"location":"classes/mixing%20bowl/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mixing bowl' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mixing%20bowl/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 0 (Importance 25%) Concept 2 (Importance 10%) Concept 3 (Importance 6%) Concept 9 (Importance 4%) Concept 5 (Importance 3%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 3 Concept 9 Concept 5 Concept 7 Concept 4 Concept 8 Concept 6"},{"location":"classes/mixing%20bowl/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class mixing bowl and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of pitcher (725) Concept 3 is similar to the concept 3 of teapot (849) Concept 5 is similar to the concept 9 of toilet seat (861) Concept 0 is similar to the concept 0 of cup (968)"},{"location":"classes/mobile%20home/","title":"Mobile home (660)","text":"

Mobile home (class id 660) has 2 important concepts. The full class name is mobile home, manufactured home.

"},{"location":"classes/mobile%20home/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mobile home' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mobile%20home/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 9 (Importance 17%) Concept 5 (Importance 9%) Concept 3 (Importance 7%) Concept 8 (Importance 3%) Concept 7 (Importance 2%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept alignment with classes Concept 1 Concept 9 Concept 5 Concept 3 Concept 8 Concept 7 Concept 6 Concept 4 Concept 2 Concept 0"},{"location":"classes/mobile%20home/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class mobile home and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of apiary (410) Concept 4 is similar to the concept 3 of barn (425) Concept 4 is similar to the concept 1 of harvester (595) Concept 4 is similar to the concept 1 of lawn mower (621) Concept 4 is similar to the concept 1 of megalith (649) Concept 7 is similar to the concept 8 of park bench (703) Concept 1 is similar to the concept 7 of passenger car (705) Concept 6 is similar to the concept 5 of patio (706) Concept 9 is similar to the concept 3 of patio (706) Concept 1 is similar to the concept 3 of recreational vehicle (757) Concept 4 is similar to the concept 2 of thresher (856) Concept 4 is similar to the concept 0 of worm fence (912) Concept 6 is similar to the concept 6 of lakeside (975)"},{"location":"classes/modem/","title":"Modem (662)","text":"

Modem (class id 662) has 5 important concepts. The full class name is modem.

"},{"location":"classes/modem/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Modem' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/modem/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 25%) Concept 1 (Importance 19%) Concept 7 (Importance 16%) Concept 0 (Importance 12%) Concept 5 (Importance 7%) Concept 9 (Importance 6%) Concept 2 (Importance 5%) Concept 8 (Importance 4%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 0 Concept 5 Concept 9 Concept 2 Concept 8 Concept 4 Concept 6"},{"location":"classes/modem/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class modem and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of hand blower (589) Concept 2 is similar to the concept 9 of iPod (605) Concept 2 is similar to the concept 3 of mouse (673) Concept 2 is similar to the concept 3 of oscilloscope (688) Concept 2 is similar to the concept 6 of power drill (740)"},{"location":"classes/monarch/","title":"Monarch (323)","text":"

Monarch (class id 323) has 1 important concepts. The full class name is monarch, monarch butterfly, milkweed butterfly, Danaus plexippus.

"},{"location":"classes/monarch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Monarch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/monarch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 78%) Concept 3 (Importance 9%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 4 Concept 9 Concept 8 Concept 6 Concept 5 Concept 2 Concept 1"},{"location":"classes/monarch/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class monarch and other classes.

Here are those concepts: Concept 5 is similar to the concept 4 of walking stick (313) Concept 2 is similar to the concept 1 of cabbage butterfly (324) Concept 5 is similar to the concept 1 of bell pepper (945) Concept 5 is similar to the concept 2 of custard apple (956) Concept 5 is similar to the concept 3 of ear (998)"},{"location":"classes/monastery/","title":"Monastery (663)","text":"

Monastery (class id 663) has 3 important concepts. The full class name is monastery.

"},{"location":"classes/monastery/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Monastery' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/monastery/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 31%) Concept 0 (Importance 27%) Concept 4 (Importance 13%) Concept 7 (Importance 11%) Concept 8 (Importance 5%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 7 Concept 8 Concept 5 Concept 3 Concept 2 Concept 9 Concept 6"},{"location":"classes/monastery/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class monastery and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 0 is similar to the concept 8 of bell cote (442) Concept 0 is similar to the concept 0 of castle (483) Concept 2 is similar to the concept 2 of castle (483) Concept 0 is similar to the concept 0 of church (497) Concept 2 is similar to the concept 1 of church (497) Concept 0 is similar to the concept 5 of mosque (668) Concept 4 is similar to the concept 4 of mosque (668) Concept 5 is similar to the concept 9 of mosque (668) Concept 0 is similar to the concept 0 of palace (698) Concept 8 is similar to the concept 4 of triumphal arch (873)"},{"location":"classes/mongoose/","title":"Mongoose (298)","text":"

Mongoose (class id 298) has 3 important concepts. The full class name is mongoose.

"},{"location":"classes/mongoose/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mongoose' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mongoose/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 45%) Concept 8 (Importance 15%) Concept 6 (Importance 12%) Concept 0 (Importance 12%) Concept 9 (Importance 8%) Concept 3 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 6 Concept 0 Concept 9 Concept 3 Concept 7 Concept 5 Concept 4 Concept 1"},{"location":"classes/mongoose/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class mongoose and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of black grouse (80) Concept 4 is similar to the concept 1 of prairie chicken (83) Concept 0 is similar to the concept 5 of koala (105) Concept 0 is similar to the concept 4 of fox squirrel (335) Concept 0 is similar to the concept 5 of marmot (336)"},{"location":"classes/monitor/","title":"Monitor (664)","text":"

Monitor (class id 664) has 2 important concepts. The full class name is monitor.

"},{"location":"classes/monitor/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Monitor' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/monitor/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 42%) Concept 3 (Importance 27%) Concept 2 (Importance 13%) Concept 1 (Importance 7%) Concept 6 (Importance 3%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 3 Concept 2 Concept 1 Concept 6 Concept 0 Concept 8 Concept 9 Concept 7 Concept 5"},{"location":"classes/monitor/#similar-concepts","title":"Similar concepts","text":"

We have found 45 similar concepts between the class monitor and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 3 is similar to the concept 2 of desk (526) Concept 4 is similar to the concept 2 of desktop computer (527) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 4 is similar to the concept 1 of entertainment center (548) Concept 4 is similar to the concept 1 of home theater (598) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 4 is similar to the concept 1 of television (851) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/moped/","title":"Moped (665)","text":"

Moped (class id 665) has 1 important concepts. The full class name is moped.

"},{"location":"classes/moped/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Moped' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/moped/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 1 (Importance 15%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 6 (Importance 5%) Concept 2 (Importance 4%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 7 Concept 6 Concept 2 Concept 9 Concept 5 Concept 4 Concept 3"},{"location":"classes/moped/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class moped and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bicycle-built-for-two (444) Concept 8 is similar to the concept 5 of bicycle-built-for-two (444) Concept 8 is similar to the concept 3 of cab (468) Concept 3 is similar to the concept 4 of chain saw (491) Concept 8 is similar to the concept 7 of fire engine (555) Concept 8 is similar to the concept 7 of garbage truck (569) Concept 8 is similar to the concept 1 of go-kart (573) Concept 8 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 1 of jinrikisha (612) Concept 8 is similar to the concept 2 of jinrikisha (612) Concept 8 is similar to the concept 3 of limousine (627) Concept 8 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 6 of Model T (661) Concept 8 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 0 of mountain bike (671) Concept 8 is similar to the concept 9 of police van (734) Concept 8 is similar to the concept 9 of school bus (779) Concept 8 is similar to the concept 3 of shopping cart (791) Concept 8 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 1 of tricycle (870) Concept 8 is similar to the concept 2 of tricycle (870) Concept 1 is similar to the concept 1 of unicycle (880) Concept 8 is similar to the concept 2 of unicycle (880)"},{"location":"classes/mortar/","title":"Mortar (666)","text":"

Mortar (class id 666) has 1 important concepts. The full class name is mortar.

"},{"location":"classes/mortar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mortar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mortar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 3 (Importance 9%) Concept 6 (Importance 4%) Concept 2 (Importance 4%) Concept 8 (Importance 3%) Concept 5 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 2 Concept 8 Concept 5 Concept 4 Concept 9 Concept 7 Concept 0"},{"location":"classes/mortar/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class mortar and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of apron (411) Concept 7 is similar to the concept 1 of backpack (414) Concept 7 is similar to the concept 1 of bath towel (434) Concept 7 is similar to the concept 2 of broom (462) Concept 7 is similar to the concept 1 of bucket (463) Concept 7 is similar to the concept 0 of carton (478) Concept 7 is similar to the concept 1 of desk (526) Concept 7 is similar to the concept 6 of magnetic compass (635) Concept 7 is similar to the concept 1 of monitor (664) Concept 7 is similar to the concept 1 of mosquito net (669) Concept 4 is similar to the concept 7 of packet (692) Concept 7 is similar to the concept 3 of pajama (697) Concept 6 is similar to the concept 2 of pitcher (725) Concept 7 is similar to the concept 1 of safe (771) Concept 7 is similar to the concept 1 of sandal (774) Concept 7 is similar to the concept 2 of scale (778) Concept 7 is similar to the concept 1 of shopping basket (790) Concept 7 is similar to the concept 1 of sleeping bag (797) Concept 7 is similar to the concept 1 of swab (840) Concept 6 is similar to the concept 3 of teapot (849) Concept 7 is similar to the concept 1 of tray (868) Concept 6 is similar to the concept 6 of cup (968)"},{"location":"classes/mortarboard/","title":"Mortarboard (667)","text":"

Mortarboard (class id 667) has 1 important concepts. The full class name is mortarboard.

"},{"location":"classes/mortarboard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mortarboard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mortarboard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 73%) Concept 0 (Importance 10%) Concept 3 (Importance 5%) Concept 7 (Importance 4%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 7 Concept 5 Concept 6 Concept 2 Concept 9 Concept 8 Concept 4"},{"location":"classes/mortarboard/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class mortarboard and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of academic gown (400) Concept 3 is similar to the concept 5 of academic gown (400) Concept 2 is similar to the concept 4 of Band Aid (419) Concept 2 is similar to the concept 8 of hair spray (585) Concept 2 is similar to the concept 1 of seat belt (785) Concept 2 is similar to the concept 3 of shower cap (793) Concept 2 is similar to the concept 2 of sunglasses (837) Concept 2 is similar to the concept 2 of wig (903)"},{"location":"classes/mosque/","title":"Mosque (668)","text":"

Mosque (class id 668) has 3 important concepts. The full class name is mosque.

"},{"location":"classes/mosque/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mosque' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mosque/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 33%) Concept 1 (Importance 30%) Concept 4 (Importance 13%) Concept 6 (Importance 7%) Concept 5 (Importance 7%) Concept 8 (Importance 3%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 4 Concept 6 Concept 5 Concept 8 Concept 0 Concept 9 Concept 7 Concept 2"},{"location":"classes/mosque/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class mosque and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 5 is similar to the concept 8 of bell cote (442) Concept 5 is similar to the concept 0 of church (497) Concept 2 is similar to the concept 1 of church (497) Concept 5 is similar to the concept 0 of monastery (663) Concept 4 is similar to the concept 4 of monastery (663) Concept 9 is similar to the concept 5 of monastery (663) Concept 2 is similar to the concept 1 of seashore (978)"},{"location":"classes/mosquito%20net/","title":"Mosquito net (669)","text":"

Mosquito net (class id 669) has 1 important concepts. The full class name is mosquito net.

"},{"location":"classes/mosquito%20net/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mosquito net' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mosquito%20net/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 72%) Concept 3 (Importance 11%) Concept 2 (Importance 5%) Concept 9 (Importance 4%) Concept 1 (Importance 3%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 9 Concept 1 Concept 8 Concept 6 Concept 7 Concept 5 Concept 4"},{"location":"classes/mosquito%20net/#similar-concepts","title":"Similar concepts","text":"

We have found 40 similar concepts between the class mosquito net and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/motor%20scooter/","title":"Motor scooter (670)","text":"

Motor scooter (class id 670) has 1 important concepts. The full class name is motor scooter, scooter.

"},{"location":"classes/motor%20scooter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Motor scooter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/motor%20scooter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 59%) Concept 2 (Importance 16%) Concept 4 (Importance 9%) Concept 7 (Importance 7%) Concept 1 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 7 Concept 1 Concept 9 Concept 8 Concept 6 Concept 5 Concept 3"},{"location":"classes/motor%20scooter/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class motor scooter and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of bicycle-built-for-two (444) Concept 1 is similar to the concept 3 of cab (468) Concept 1 is similar to the concept 7 of fire engine (555) Concept 1 is similar to the concept 7 of garbage truck (569) Concept 1 is similar to the concept 1 of go-kart (573) Concept 1 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 2 of jinrikisha (612) Concept 1 is similar to the concept 3 of limousine (627) Concept 1 is similar to the concept 1 of mailbox (637) Concept 1 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 8 of moped (665) Concept 1 is similar to the concept 2 of parking meter (704) Concept 1 is similar to the concept 9 of police van (734) Concept 1 is similar to the concept 9 of school bus (779) Concept 1 is similar to the concept 3 of shopping cart (791) Concept 1 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 2 of tricycle (870) Concept 1 is similar to the concept 2 of trolleybus (874) Concept 1 is similar to the concept 2 of unicycle (880)"},{"location":"classes/mountain%20bike/","title":"Mountain bike (671)","text":"

Mountain bike (class id 671) has 2 important concepts. The full class name is mountain bike, all-terrain bike, off-roader.

"},{"location":"classes/mountain%20bike/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mountain bike' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mountain%20bike/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 3 (Importance 33%) Concept 7 (Importance 5%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 1 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 9 Concept 4 Concept 1 Concept 6 Concept 5 Concept 8 Concept 2"},{"location":"classes/mountain%20bike/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class mountain bike and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of bicycle-built-for-two (444) Concept 0 is similar to the concept 1 of bicycle-built-for-two (444) Concept 7 is similar to the concept 4 of bicycle-built-for-two (444) Concept 4 is similar to the concept 2 of dogsled (537) Concept 0 is similar to the concept 1 of jinrikisha (612) Concept 0 is similar to the concept 1 of moped (665) Concept 4 is similar to the concept 3 of mountain tent (672) Concept 4 is similar to the concept 3 of snowmobile (802) Concept 7 is similar to the concept 9 of stretcher (830) Concept 0 is similar to the concept 1 of tricycle (870) Concept 0 is similar to the concept 1 of unicycle (880) Concept 1 is similar to the concept 0 of unicycle (880)"},{"location":"classes/mountain%20tent/","title":"Mountain tent (672)","text":"

Mountain tent (class id 672) has 1 important concepts. The full class name is mountain tent.

"},{"location":"classes/mountain%20tent/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mountain tent' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mountain%20tent/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 7 (Importance 11%) Concept 4 (Importance 6%) Concept 6 (Importance 4%) Concept 3 (Importance 3%) Concept 8 (Importance 2%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 6 Concept 3 Concept 8 Concept 1 Concept 5 Concept 9 Concept 2"},{"location":"classes/mountain%20tent/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class mountain tent and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of bison (347) Concept 1 is similar to the concept 5 of apiary (410) Concept 3 is similar to the concept 8 of canoe (472) Concept 3 is similar to the concept 2 of dogsled (537) Concept 3 is similar to the concept 4 of mountain bike (671) Concept 3 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 2 of thresher (856) Concept 3 is similar to the concept 1 of totem pole (863) Concept 0 is similar to the concept 0 of umbrella (879) Concept 3 is similar to the concept 2 of yurt (915) Concept 3 is similar to the concept 6 of alp (970) Concept 3 is similar to the concept 3 of geyser (974) Concept 3 is similar to the concept 4 of lakeside (975)"},{"location":"classes/mouse/","title":"Mouse (673)","text":"

Mouse (class id 673) has 3 important concepts. The full class name is mouse, computer mouse.

"},{"location":"classes/mouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 50%) Concept 4 (Importance 24%) Concept 5 (Importance 8%) Concept 9 (Importance 5%) Concept 3 (Importance 5%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 9 Concept 3 Concept 8 Concept 7 Concept 6 Concept 2 Concept 1"},{"location":"classes/mouse/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class mouse and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hand blower (589) Concept 3 is similar to the concept 9 of iPod (605) Concept 3 is similar to the concept 3 of joystick (613) Concept 3 is similar to the concept 4 of microphone (650) Concept 3 is similar to the concept 2 of modem (662) Concept 3 is similar to the concept 3 of oscilloscope (688) Concept 3 is similar to the concept 6 of power drill (740)"},{"location":"classes/mousetrap/","title":"Mousetrap (674)","text":"

Mousetrap (class id 674) has 2 important concepts. The full class name is mousetrap.

"},{"location":"classes/mousetrap/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mousetrap' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mousetrap/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 1 (Importance 23%) Concept 2 (Importance 7%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 4 Concept 5 Concept 8 Concept 7 Concept 6 Concept 9 Concept 3"},{"location":"classes/mousetrap/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class mousetrap and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of oxygen mask (691) Concept 1 is similar to the concept 0 of screw (783) Concept 1 is similar to the concept 1 of vacuum (882)"},{"location":"classes/moving%20van/","title":"Moving van (675)","text":"

Moving van (class id 675) has 3 important concepts. The full class name is moving van.

"},{"location":"classes/moving%20van/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Moving van' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/moving%20van/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 29%) Concept 8 (Importance 22%) Concept 9 (Importance 16%) Concept 6 (Importance 10%) Concept 4 (Importance 10%) Concept 1 (Importance 5%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 8 Concept 9 Concept 6 Concept 4 Concept 1 Concept 7 Concept 2 Concept 3 Concept 0"},{"location":"classes/moving%20van/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class moving van and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of amphibian (408) Concept 1 is similar to the concept 1 of garbage truck (569) Concept 4 is similar to the concept 4 of gas pump (571) Concept 4 is similar to the concept 4 of harmonica (593) Concept 8 is similar to the concept 0 of minibus (654) Concept 1 is similar to the concept 6 of police van (734) Concept 6 is similar to the concept 4 of recreational vehicle (757) Concept 8 is similar to the concept 5 of recreational vehicle (757) Concept 1 is similar to the concept 7 of trailer truck (867)"},{"location":"classes/mud%20turtle/","title":"Mud turtle (35)","text":"

Mud turtle (class id 35) has 2 important concepts. The full class name is mud turtle.

"},{"location":"classes/mud%20turtle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mud turtle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mud%20turtle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 68%) Concept 7 (Importance 13%) Concept 4 (Importance 10%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 4 Concept 2 Concept 9 Concept 8 Concept 6 Concept 5 Concept 3 Concept 0"},{"location":"classes/mud%20turtle/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class mud turtle and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of bullfrog (30) Concept 1 is similar to the concept 1 of terrapin (36) Concept 2 is similar to the concept 0 of terrapin (36) Concept 8 is similar to the concept 4 of terrapin (36) Concept 1 is similar to the concept 0 of box turtle (37) Concept 3 is similar to the concept 1 of coral fungus (991) Concept 3 is similar to the concept 5 of gyromitra (993) Concept 3 is similar to the concept 2 of earthstar (995) Concept 3 is similar to the concept 1 of bolete (997)"},{"location":"classes/mushroom/","title":"Mushroom (947)","text":"

Mushroom (class id 947) has 2 important concepts. The full class name is mushroom.

"},{"location":"classes/mushroom/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Mushroom' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/mushroom/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 4 (Importance 24%) Concept 2 (Importance 8%) Concept 7 (Importance 4%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 7 Concept 6 Concept 3 Concept 1 Concept 8 Concept 9 Concept 5"},{"location":"classes/mushroom/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class mushroom and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of agaric (992) Concept 1 is similar to the concept 5 of gyromitra (993) Concept 1 is similar to the concept 2 of earthstar (995) Concept 1 is similar to the concept 1 of bolete (997)"},{"location":"classes/muzzle/","title":"Muzzle (676)","text":"

Muzzle (class id 676) has 4 important concepts. The full class name is muzzle.

"},{"location":"classes/muzzle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Muzzle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/muzzle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 53%) Concept 3 (Importance 23%) Concept 0 (Importance 6%) Concept 5 (Importance 5%) Concept 9 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 5 Concept 9 Concept 8 Concept 6 Concept 1 Concept 7 Concept 4"},{"location":"classes/muzzle/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class muzzle and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of toy terrier (158) Concept 8 is similar to the concept 3 of Norwegian elkhound (174) Concept 8 is similar to the concept 2 of Boston bull (195) Concept 8 is similar to the concept 3 of malinois (225) Concept 8 is similar to the concept 1 of kelpie (227) Concept 8 is similar to the concept 1 of German shepherd (235) Concept 8 is similar to the concept 2 of miniature pinscher (237) Concept 8 is similar to the concept 1 of basenji (253) Concept 8 is similar to the concept 4 of Mexican hairless (268) Concept 8 is similar to the concept 2 of Siamese cat (284)"},{"location":"classes/nail/","title":"Nail (677)","text":"

Nail (class id 677) has 2 important concepts. The full class name is nail.

"},{"location":"classes/nail/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Nail' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/nail/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 3 (Importance 8%) Concept 7 (Importance 7%) Concept 5 (Importance 7%) Concept 8 (Importance 5%) Concept 0 (Importance 5%) Concept 4 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 7 Concept 5 Concept 8 Concept 0 Concept 4 Concept 2 Concept 9 Concept 6"},{"location":"classes/nail/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/neck%20brace/","title":"Neck brace (678)","text":"

Neck brace (class id 678) has 1 important concepts. The full class name is neck brace.

"},{"location":"classes/neck%20brace/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Neck brace' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/neck%20brace/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 87%) Concept 2 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 9 Concept 7 Concept 4 Concept 0 Concept 8 Concept 6 Concept 5 Concept 3"},{"location":"classes/neck%20brace/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class neck brace and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of Band Aid (419) Concept 7 is similar to the concept 4 of hair spray (585) Concept 4 is similar to the concept 8 of hair spray (585) Concept 4 is similar to the concept 1 of seat belt (785) Concept 4 is similar to the concept 3 of shower cap (793) Concept 4 is similar to the concept 2 of sunglasses (837) Concept 4 is similar to the concept 2 of wig (903)"},{"location":"classes/necklace/","title":"Necklace (679)","text":"

Necklace (class id 679) has 1 important concepts. The full class name is necklace.

"},{"location":"classes/necklace/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Necklace' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/necklace/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 73%) Concept 2 (Importance 6%) Concept 8 (Importance 5%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 4 Concept 5 Concept 9 Concept 6 Concept 3 Concept 7 Concept 1"},{"location":"classes/necklace/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class necklace and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of swing (843)"},{"location":"classes/nematode/","title":"Nematode (111)","text":"

Nematode (class id 111) has 3 important concepts. The full class name is nematode, nematode worm, roundworm.

"},{"location":"classes/nematode/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Nematode' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/nematode/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 63%) Concept 7 (Importance 11%) Concept 3 (Importance 10%) Concept 8 (Importance 4%) Concept 1 (Importance 4%) Concept 6 (Importance 3%) Concept 9 (Importance 1%) Concept 4 (Importance 1%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 3 Concept 8 Concept 1 Concept 6 Concept 9 Concept 4 Concept 5 Concept 0"},{"location":"classes/nematode/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class nematode and other classes.

Here are those concepts: Concept 1 is similar to the concept 9 of tree frog (31) Concept 1 is similar to the concept 4 of vine snake (59) Concept 1 is similar to the concept 9 of barn spider (73) Concept 4 is similar to the concept 1 of jellyfish (107) Concept 1 is similar to the concept 2 of digital clock (530) Concept 1 is similar to the concept 1 of jack-o-lantern (607) Concept 1 is similar to the concept 5 of matchstick (644) Concept 1 is similar to the concept 4 of theater curtain (854)"},{"location":"classes/night%20snake/","title":"Night snake (60)","text":"

Night snake (class id 60) has 2 important concepts. The full class name is night snake, Hypsiglena torquata.

"},{"location":"classes/night%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Night snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/night%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 2 (Importance 20%) Concept 7 (Importance 10%) Concept 5 (Importance 10%) Concept 4 (Importance 5%) Concept 3 (Importance 4%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 5 Concept 4 Concept 3 Concept 1 Concept 9 Concept 8 Concept 6"},{"location":"classes/night%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class night snake and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of rock python (62) Concept 2 is similar to the concept 0 of horned viper (66) Concept 2 is similar to the concept 0 of diamondback (67) Concept 2 is similar to the concept 2 of sidewinder (68)"},{"location":"classes/nipple/","title":"Nipple (680)","text":"

Nipple (class id 680) has 3 important concepts. The full class name is nipple.

"},{"location":"classes/nipple/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Nipple' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/nipple/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 38%) Concept 0 (Importance 23%) Concept 5 (Importance 13%) Concept 4 (Importance 11%) Concept 6 (Importance 5%) Concept 3 (Importance 4%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 5 Concept 4 Concept 6 Concept 3 Concept 9 Concept 7 Concept 2 Concept 1"},{"location":"classes/nipple/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class nipple and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of pill bottle (720)"},{"location":"classes/notebook/","title":"Notebook (681)","text":"

Notebook (class id 681) has 3 important concepts. The full class name is notebook, notebook computer.

"},{"location":"classes/notebook/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Notebook' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/notebook/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 50%) Concept 0 (Importance 22%) Concept 5 (Importance 13%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 8 Concept 2 Concept 9 Concept 6 Concept 7 Concept 4 Concept 3"},{"location":"classes/notebook/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class notebook and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of computer keyboard (508) Concept 1 is similar to the concept 1 of desktop computer (527) Concept 2 is similar to the concept 3 of desktop computer (527) Concept 1 is similar to the concept 1 of laptop (620) Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 4 of prison (743)"},{"location":"classes/obelisk/","title":"Obelisk (682)","text":"

Obelisk (class id 682) has 2 important concepts. The full class name is obelisk.

"},{"location":"classes/obelisk/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Obelisk' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/obelisk/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 66%) Concept 7 (Importance 21%) Concept 8 (Importance 5%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 8 Concept 3 Concept 9 Concept 6 Concept 5 Concept 4 Concept 2 Concept 0"},{"location":"classes/obelisk/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class obelisk and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 3 of dome (538) Concept 4 is similar to the concept 6 of lakeside (975)"},{"location":"classes/oboe/","title":"Oboe (683)","text":"

Oboe (class id 683) has 2 important concepts. The full class name is oboe, hautboy, hautbois.

"},{"location":"classes/oboe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oboe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oboe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 47%) Concept 4 (Importance 36%) Concept 6 (Importance 9%) Concept 2 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 6 Concept 2 Concept 7 Concept 9 Concept 8 Concept 5 Concept 3 Concept 1"},{"location":"classes/oboe/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class oboe and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of bassoon (432) Concept 0 is similar to the concept 3 of flute (558) Concept 2 is similar to the concept 6 of flute (558) Concept 2 is similar to the concept 2 of French horn (566) Concept 2 is similar to the concept 2 of jersey (610) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 2 is similar to the concept 2 of suit (834) Concept 2 is similar to the concept 1 of trombone (875) Concept 2 is similar to the concept 2 of violin (889)"},{"location":"classes/ocarina/","title":"Ocarina (684)","text":"

Ocarina (class id 684) has 4 important concepts. The full class name is ocarina, sweet potato.

"},{"location":"classes/ocarina/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ocarina' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ocarina/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 42%) Concept 8 (Importance 20%) Concept 7 (Importance 12%) Concept 1 (Importance 9%) Concept 3 (Importance 5%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 7 Concept 1 Concept 3 Concept 6 Concept 4 Concept 9 Concept 5 Concept 2"},{"location":"classes/ocarina/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class ocarina and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of binoculars (447) Concept 1 is similar to the concept 1 of birdhouse (448) Concept 3 is similar to the concept 6 of buckle (464) Concept 4 is similar to the concept 3 of cleaver (499) Concept 6 is similar to the concept 4 of maraca (641) Concept 6 is similar to the concept 5 of whiskey jug (901)"},{"location":"classes/odometer/","title":"Odometer (685)","text":"

Odometer (class id 685) has 2 important concepts. The full class name is odometer, hodometer, mileometer, milometer.

"},{"location":"classes/odometer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Odometer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/odometer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 2 (Importance 12%) Concept 7 (Importance 11%) Concept 5 (Importance 8%) Concept 3 (Importance 6%) Concept 8 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 5 Concept 3 Concept 8 Concept 4 Concept 9 Concept 1 Concept 6"},{"location":"classes/odometer/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class odometer and other classes.

Here are those concepts: Concept 2 is similar to the concept 8 of analog clock (409) Concept 3 is similar to the concept 1 of digital watch (531) Concept 2 is similar to the concept 1 of stopwatch (826) Concept 3 is similar to the concept 2 of stopwatch (826) Concept 2 is similar to the concept 1 of wall clock (892)"},{"location":"classes/oil%20filter/","title":"Oil filter (686)","text":"

Oil filter (class id 686) has 3 important concepts. The full class name is oil filter.

"},{"location":"classes/oil%20filter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oil filter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oil%20filter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 35%) Concept 1 (Importance 20%) Concept 7 (Importance 14%) Concept 2 (Importance 10%) Concept 9 (Importance 8%) Concept 4 (Importance 6%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 7 Concept 2 Concept 9 Concept 4 Concept 6 Concept 8 Concept 5 Concept 0"},{"location":"classes/oil%20filter/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class oil filter and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of harmonica (593)"},{"location":"classes/orange/","title":"Orange (950)","text":"

Orange (class id 950) has 3 important concepts. The full class name is orange.

"},{"location":"classes/orange/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Orange' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/orange/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 1 (Importance 21%) Concept 3 (Importance 20%) Concept 8 (Importance 5%) Concept 6 (Importance 5%) Concept 4 (Importance 2%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 8 Concept 6 Concept 4 Concept 7 Concept 5 Concept 9 Concept 2"},{"location":"classes/orange/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class orange and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of three-toed sloth (364) Concept 3 is similar to the concept 3 of cucumber (943) Concept 3 is similar to the concept 3 of Granny Smith (948) Concept 0 is similar to the concept 4 of lemon (951) Concept 1 is similar to the concept 1 of lemon (951) Concept 3 is similar to the concept 3 of lemon (951) Concept 3 is similar to the concept 2 of banana (954) Concept 5 is similar to the concept 2 of custard apple (956) Concept 3 is similar to the concept 2 of pomegranate (957)"},{"location":"classes/orangutan/","title":"Orangutan (365)","text":"

Orangutan (class id 365) has 3 important concepts. The full class name is orangutan, orang, orangutang, Pongo pygmaeus.

"},{"location":"classes/orangutan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Orangutan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/orangutan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 0 (Importance 22%) Concept 6 (Importance 13%) Concept 3 (Importance 9%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 6 Concept 3 Concept 7 Concept 4 Concept 8 Concept 1 Concept 9 Concept 5"},{"location":"classes/orangutan/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class orangutan and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of Afghan hound (160) Concept 3 is similar to the concept 9 of Tibetan terrier (200) Concept 3 is similar to the concept 3 of Irish setter (213)"},{"location":"classes/organ/","title":"Organ (687)","text":"

Organ (class id 687) has 2 important concepts. The full class name is organ, pipe organ.

"},{"location":"classes/organ/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Organ' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/organ/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 80%) Concept 2 (Importance 6%) Concept 1 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 1 Concept 8 Concept 4 Concept 6 Concept 3 Concept 9 Concept 7 Concept 5"},{"location":"classes/organ/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class organ and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of grand piano (579) Concept 3 is similar to the concept 2 of radiator (753) Concept 2 is similar to the concept 0 of upright (881)"},{"location":"classes/oscilloscope/","title":"Oscilloscope (688)","text":"

Oscilloscope (class id 688) has 2 important concepts. The full class name is oscilloscope, scope, cathode-ray oscilloscope, CRO.

"},{"location":"classes/oscilloscope/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oscilloscope' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oscilloscope/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 36%) Concept 0 (Importance 36%) Concept 6 (Importance 11%) Concept 5 (Importance 5%) Concept 4 (Importance 4%) Concept 3 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 5 Concept 4 Concept 3 Concept 9 Concept 8 Concept 7 Concept 2"},{"location":"classes/oscilloscope/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class oscilloscope and other classes.

Here are those concepts: Concept 3 is similar to the concept 8 of electric fan (545) Concept 3 is similar to the concept 2 of hand blower (589) Concept 3 is similar to the concept 9 of iPod (605) Concept 3 is similar to the concept 4 of microphone (650) Concept 3 is similar to the concept 2 of modem (662) Concept 3 is similar to the concept 3 of mouse (673) Concept 3 is similar to the concept 6 of power drill (740) Concept 5 is similar to the concept 0 of radio (754) Concept 5 is similar to the concept 6 of tape player (848)"},{"location":"classes/ostrich/","title":"Ostrich (9)","text":"

Ostrich (class id 9) has 3 important concepts. The full class name is ostrich, Struthio camelus.

"},{"location":"classes/ostrich/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ostrich' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ostrich/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 35%) Concept 0 (Importance 23%) Concept 4 (Importance 20%) Concept 6 (Importance 11%) Concept 2 (Importance 5%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 6 Concept 2 Concept 9 Concept 1 Concept 8 Concept 7 Concept 5"},{"location":"classes/ostrich/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class ostrich and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of plow (730)"},{"location":"classes/otter/","title":"Otter (360)","text":"

Otter (class id 360) has 2 important concepts. The full class name is otter.

"},{"location":"classes/otter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Otter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/otter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 50%) Concept 5 (Importance 12%) Concept 2 (Importance 12%) Concept 0 (Importance 10%) Concept 7 (Importance 8%) Concept 1 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 5 Concept 2 Concept 0 Concept 7 Concept 1 Concept 3 Concept 9 Concept 8 Concept 6"},{"location":"classes/otter/#similar-concepts","title":"Similar concepts","text":"

We have found 43 similar concepts between the class otter and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 4 of terrapin (36) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 5 of black stork (128) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 3 of bittern (133) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 1 of red-backed sandpiper (140) Concept 1 is similar to the concept 8 of redshank (141) Concept 1 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 6 of pelican (144) Concept 2 is similar to the concept 2 of sea lion (150) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of lynx (287) Concept 2 is similar to the concept 4 of leopard (288) Concept 2 is similar to the concept 2 of snow leopard (289) Concept 2 is similar to the concept 2 of jaguar (290) Concept 2 is similar to the concept 2 of tiger (292) Concept 2 is similar to the concept 3 of hamster (333) Concept 1 is similar to the concept 1 of beaver (337) Concept 2 is similar to the concept 7 of beaver (337) Concept 2 is similar to the concept 6 of guinea pig (338) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 4 of water buffalo (346) Concept 2 is similar to the concept 3 of black-footed ferret (359) Concept 2 is similar to the concept 8 of lesser panda (387) Concept 1 is similar to the concept 4 of boathouse (449) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/otterhound/","title":"Otterhound (175)","text":"

Otterhound (class id 175) has 2 important concepts. The full class name is otterhound, otter hound.

"},{"location":"classes/otterhound/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Otterhound' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/otterhound/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 49%) Concept 3 (Importance 20%) Concept 4 (Importance 15%) Concept 6 (Importance 8%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 4 Concept 6 Concept 0 Concept 8 Concept 9 Concept 7 Concept 5 Concept 1"},{"location":"classes/otterhound/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class otterhound and other classes.

Here are those concepts: Concept 3 is similar to the concept 7 of Norwich terrier (186) Concept 3 is similar to the concept 2 of Lakeland terrier (189) Concept 4 is similar to the concept 5 of Lakeland terrier (189) Concept 3 is similar to the concept 2 of Airedale (191) Concept 4 is similar to the concept 3 of Airedale (191) Concept 3 is similar to the concept 4 of Australian terrier (193) Concept 0 is similar to the concept 0 of cocker spaniel (219)"},{"location":"classes/overskirt/","title":"Overskirt (689)","text":"

Overskirt (class id 689) has 1 important concepts. The full class name is overskirt.

"},{"location":"classes/overskirt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Overskirt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/overskirt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 59%) Concept 0 (Importance 11%) Concept 7 (Importance 10%) Concept 6 (Importance 6%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 7 Concept 6 Concept 3 Concept 9 Concept 5 Concept 8 Concept 2 Concept 1"},{"location":"classes/overskirt/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class overskirt and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of abaya (399) Concept 0 is similar to the concept 5 of academic gown (400) Concept 7 is similar to the concept 2 of apron (411) Concept 0 is similar to the concept 4 of cloak (501) Concept 6 is similar to the concept 5 of cloak (501) Concept 4 is similar to the concept 0 of hoopskirt (601) Concept 7 is similar to the concept 1 of hoopskirt (601) Concept 6 is similar to the concept 3 of hoopskirt (601) Concept 7 is similar to the concept 7 of jean (608) Concept 5 is similar to the concept 9 of shopping basket (790) Concept 5 is similar to the concept 1 of swimming trunks (842) Concept 5 is similar to the concept 1 of velvet (885)"},{"location":"classes/ox/","title":"Ox (345)","text":"

Ox (class id 345) has 3 important concepts. The full class name is ox.

"},{"location":"classes/ox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 44%) Concept 6 (Importance 17%) Concept 2 (Importance 12%) Concept 3 (Importance 9%) Concept 0 (Importance 8%) Concept 7 (Importance 3%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 4 Concept 6 Concept 2 Concept 3 Concept 0 Concept 7 Concept 5 Concept 1 Concept 9 Concept 8"},{"location":"classes/ox/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class ox and other classes.

Here are those concepts: Concept 3 is similar to the concept 7 of water buffalo (346) Concept 4 is similar to the concept 0 of water buffalo (346) Concept 3 is similar to the concept 7 of bison (347) Concept 4 is similar to the concept 4 of bison (347) Concept 3 is similar to the concept 4 of ram (348) Concept 1 is similar to the concept 3 of barn (425) Concept 1 is similar to the concept 1 of harvester (595) Concept 3 is similar to the concept 3 of horse cart (603) Concept 3 is similar to the concept 2 of oxcart (690) Concept 1 is similar to the concept 1 of plow (730) Concept 1 is similar to the concept 2 of thresher (856) Concept 1 is similar to the concept 0 of worm fence (912)"},{"location":"classes/oxcart/","title":"Oxcart (690)","text":"

Oxcart (class id 690) has 2 important concepts. The full class name is oxcart.

"},{"location":"classes/oxcart/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oxcart' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oxcart/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 59%) Concept 3 (Importance 10%) Concept 2 (Importance 8%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 5 (Importance 2%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 9 Concept 7 Concept 5 Concept 4 Concept 1 Concept 8 Concept 6"},{"location":"classes/oxcart/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class oxcart and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of ox (345) Concept 2 is similar to the concept 4 of ram (348) Concept 2 is similar to the concept 3 of bighorn (349) Concept 2 is similar to the concept 3 of ibex (350) Concept 3 is similar to the concept 1 of cannon (471) Concept 3 is similar to the concept 2 of horse cart (603) Concept 2 is similar to the concept 3 of horse cart (603) Concept 4 is similar to the concept 5 of patio (706) Concept 3 is similar to the concept 1 of thresher (856)"},{"location":"classes/oxygen%20mask/","title":"Oxygen mask (691)","text":"

Oxygen mask (class id 691) has 2 important concepts. The full class name is oxygen mask.

"},{"location":"classes/oxygen%20mask/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oxygen mask' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oxygen%20mask/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 52%) Concept 4 (Importance 21%) Concept 1 (Importance 6%) Concept 6 (Importance 5%) Concept 3 (Importance 4%) Concept 0 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 1 Concept 6 Concept 3 Concept 0 Concept 8 Concept 5 Concept 9 Concept 7"},{"location":"classes/oxygen%20mask/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class oxygen mask and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of centipede (79) Concept 0 is similar to the concept 5 of brassiere (459) Concept 3 is similar to the concept 2 of dial telephone (528) Concept 0 is similar to the concept 6 of flute (558) Concept 2 is similar to the concept 1 of gasmask (570) Concept 3 is similar to the concept 8 of gasmask (570) Concept 3 is similar to the concept 1 of mousetrap (674) Concept 3 is similar to the concept 0 of screw (783) Concept 0 is similar to the concept 1 of stethoscope (823) Concept 3 is similar to the concept 1 of vacuum (882) Concept 0 is similar to the concept 2 of violin (889) Concept 0 is similar to the concept 3 of bubble (971)"},{"location":"classes/oystercatcher/","title":"Oystercatcher (143)","text":"

Oystercatcher (class id 143) has 3 important concepts. The full class name is oystercatcher, oyster catcher.

"},{"location":"classes/oystercatcher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Oystercatcher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/oystercatcher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 32%) Concept 5 (Importance 26%) Concept 2 (Importance 23%) Concept 4 (Importance 6%) Concept 0 (Importance 4%) Concept 9 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 5 Concept 2 Concept 4 Concept 0 Concept 9 Concept 1 Concept 8 Concept 6 Concept 3"},{"location":"classes/oystercatcher/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class oystercatcher and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of dowitcher (142) Concept 1 is similar to the concept 1 of sea lion (150)"},{"location":"classes/packet/","title":"Packet (692)","text":"

Packet (class id 692) has 4 important concepts. The full class name is packet.

"},{"location":"classes/packet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Packet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/packet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 24%) Concept 4 (Importance 22%) Concept 3 (Importance 13%) Concept 1 (Importance 10%) Concept 6 (Importance 9%) Concept 8 (Importance 7%) Concept 7 (Importance 6%) Concept 0 (Importance 3%) Concept 9 (Importance 2%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 3 Concept 1 Concept 6 Concept 8 Concept 7 Concept 0 Concept 9 Concept 5"},{"location":"classes/packet/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class packet and other classes.

Here are those concepts: Concept 6 is similar to the concept 8 of carton (478) Concept 7 is similar to the concept 4 of mortar (666) Concept 3 is similar to the concept 9 of pop bottle (737) Concept 9 is similar to the concept 0 of purse (748)"},{"location":"classes/paddle/","title":"Paddle (693)","text":"

Paddle (class id 693) has 2 important concepts. The full class name is paddle, boat paddle.

"},{"location":"classes/paddle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Paddle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/paddle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 30%) Concept 0 (Importance 23%) Concept 8 (Importance 8%) Concept 6 (Importance 7%) Concept 4 (Importance 7%) Concept 3 (Importance 6%) Concept 2 (Importance 6%) Concept 1 (Importance 6%) Concept 9 (Importance 2%) Concept 7 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 8 Concept 6 Concept 4 Concept 3 Concept 2 Concept 1 Concept 9 Concept 7"},{"location":"classes/paddle/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class paddle and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of African crocodile (49) Concept 2 is similar to the concept 2 of American alligator (50) Concept 2 is similar to the concept 2 of water snake (58) Concept 2 is similar to the concept 1 of drake (97) Concept 2 is similar to the concept 0 of red-breasted merganser (98) Concept 2 is similar to the concept 1 of goose (99) Concept 2 is similar to the concept 1 of black swan (100) Concept 2 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 5 of black stork (128) Concept 2 is similar to the concept 1 of spoonbill (129) Concept 2 is similar to the concept 3 of flamingo (130) Concept 2 is similar to the concept 1 of little blue heron (131) Concept 2 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 7 of American egret (132) Concept 2 is similar to the concept 3 of bittern (133) Concept 2 is similar to the concept 4 of European gallinule (136) Concept 2 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 8 of redshank (141) Concept 2 is similar to the concept 1 of dowitcher (142) Concept 1 is similar to the concept 1 of pelican (144) Concept 2 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 4 is similar to the concept 5 of killer whale (148) Concept 2 is similar to the concept 1 of beaver (337) Concept 2 is similar to the concept 1 of hippopotamus (344) Concept 2 is similar to the concept 4 of water buffalo (346) Concept 2 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 3 of gar (395) Concept 2 is similar to the concept 4 of boathouse (449) Concept 2 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 5 of canoe (472) Concept 1 is similar to the concept 9 of catamaran (484) Concept 1 is similar to the concept 1 of drilling platform (540) Concept 1 is similar to the concept 3 of fireboat (554) Concept 1 is similar to the concept 1 of lifeboat (625) Concept 1 is similar to the concept 1 of reel (758) Concept 1 is similar to the concept 4 of schooner (780) Concept 1 is similar to the concept 7 of snorkel (801) Concept 1 is similar to the concept 1 of speedboat (814) Concept 1 is similar to the concept 1 of submarine (833) Concept 1 is similar to the concept 3 of trimaran (871) Concept 1 is similar to the concept 3 of yawl (914) Concept 3 is similar to the concept 3 of ballplayer (981)"},{"location":"classes/paddlewheel/","title":"Paddlewheel (694)","text":"

Paddlewheel (class id 694) has 3 important concepts. The full class name is paddlewheel, paddle wheel.

"},{"location":"classes/paddlewheel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Paddlewheel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/paddlewheel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 2 (Importance 18%) Concept 7 (Importance 9%) Concept 3 (Importance 4%) Concept 4 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 3 Concept 4 Concept 8 Concept 6 Concept 9 Concept 1 Concept 5"},{"location":"classes/paddlewheel/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class paddlewheel and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of coho (391) Concept 3 is similar to the concept 4 of sturgeon (394) Concept 3 is similar to the concept 3 of amphibian (408) Concept 3 is similar to the concept 2 of dam (525) Concept 3 is similar to the concept 2 of gondola (576) Concept 3 is similar to the concept 4 of steel arch bridge (821) Concept 5 is similar to the concept 3 of thresher (856) Concept 3 is similar to the concept 8 of wreck (913)"},{"location":"classes/padlock/","title":"Padlock (695)","text":"

Padlock (class id 695) has 4 important concepts. The full class name is padlock.

"},{"location":"classes/padlock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Padlock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/padlock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 53%) Concept 0 (Importance 14%) Concept 1 (Importance 13%) Concept 2 (Importance 7%) Concept 9 (Importance 3%) Concept 8 (Importance 2%) Concept 4 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept alignment with classes Concept 3 Concept 0 Concept 1 Concept 2 Concept 9 Concept 8 Concept 4 Concept 7 Concept 6 Concept 5"},{"location":"classes/padlock/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class padlock and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of chain (488)"},{"location":"classes/paintbrush/","title":"Paintbrush (696)","text":"

Paintbrush (class id 696) has 3 important concepts. The full class name is paintbrush.

"},{"location":"classes/paintbrush/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Paintbrush' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/paintbrush/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 2 (Importance 21%) Concept 0 (Importance 11%) Concept 4 (Importance 6%) Concept 7 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 4 Concept 7 Concept 9 Concept 8 Concept 5 Concept 3 Concept 6"},{"location":"classes/paintbrush/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class paintbrush and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of broom (462)"},{"location":"classes/pajama/","title":"Pajama (697)","text":"

Pajama (class id 697) has 2 important concepts. The full class name is pajama, pyjama, jammies.

"},{"location":"classes/pajama/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pajama' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pajama/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 5 (Importance 15%) Concept 7 (Importance 9%) Concept 3 (Importance 5%) Concept 1 (Importance 5%) Concept 6 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 7 Concept 3 Concept 1 Concept 6 Concept 9 Concept 8 Concept 4 Concept 2"},{"location":"classes/pajama/#similar-concepts","title":"Similar concepts","text":"

We have found 45 similar concepts between the class pajama and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of academic gown (400) Concept 3 is similar to the concept 1 of apron (411) Concept 3 is similar to the concept 1 of backpack (414) Concept 3 is similar to the concept 1 of bath towel (434) Concept 3 is similar to the concept 6 of bathtub (435) Concept 3 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 3 of bikini (445) Concept 3 is similar to the concept 4 of bow tie (457) Concept 3 is similar to the concept 2 of broom (462) Concept 3 is similar to the concept 1 of bucket (463) Concept 3 is similar to the concept 7 of candle (470) Concept 3 is similar to the concept 2 of carpenter kit (477) Concept 3 is similar to the concept 0 of carton (478) Concept 3 is similar to the concept 2 of clog (502) Concept 3 is similar to the concept 1 of desk (526) Concept 3 is similar to the concept 1 of dumbbell (543) Concept 3 is similar to the concept 5 of iron (606) Concept 3 is similar to the concept 6 of jean (608) Concept 3 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 3 of maillot (639) Concept 3 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 5 of miniskirt (655) Concept 3 is similar to the concept 1 of monitor (664) Concept 3 is similar to the concept 7 of mortar (666) Concept 3 is similar to the concept 1 of mosquito net (669) Concept 3 is similar to the concept 9 of Petri dish (712) Concept 3 is similar to the concept 2 of purse (748) Concept 3 is similar to the concept 5 of rubber eraser (767) Concept 3 is similar to the concept 3 of running shoe (770) Concept 3 is similar to the concept 1 of safe (771) Concept 3 is similar to the concept 1 of sandal (774) Concept 3 is similar to the concept 2 of scale (778) Concept 3 is similar to the concept 2 of screw (783) Concept 3 is similar to the concept 9 of screwdriver (784) Concept 3 is similar to the concept 1 of shopping basket (790) Concept 3 is similar to the concept 1 of shower cap (793) Concept 3 is similar to the concept 1 of sleeping bag (797) Concept 3 is similar to the concept 3 of sunglasses (837) Concept 3 is similar to the concept 1 of swab (840) Concept 3 is similar to the concept 1 of tray (868) Concept 3 is similar to the concept 5 of vase (883) Concept 3 is similar to the concept 7 of velvet (885) Concept 3 is similar to the concept 2 of water jug (899) Concept 7 is similar to the concept 2 of ice lolly (929) Concept 3 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/palace/","title":"Palace (698)","text":"

Palace (class id 698) has 3 important concepts. The full class name is palace.

"},{"location":"classes/palace/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Palace' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/palace/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 6 (Importance 16%) Concept 0 (Importance 15%) Concept 9 (Importance 9%) Concept 2 (Importance 5%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 0 Concept 9 Concept 2 Concept 5 Concept 8 Concept 3 Concept 7 Concept 4"},{"location":"classes/palace/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class palace and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 0 is similar to the concept 0 of castle (483) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 0 is similar to the concept 0 of monastery (663)"},{"location":"classes/panpipe/","title":"Panpipe (699)","text":"

Panpipe (class id 699) has 3 important concepts. The full class name is panpipe, pandean pipe, syrinx.

"},{"location":"classes/panpipe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Panpipe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/panpipe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 9 (Importance 20%) Concept 4 (Importance 14%) Concept 5 (Importance 5%) Concept 6 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 4 Concept 5 Concept 6 Concept 3 Concept 8 Concept 7 Concept 2 Concept 1"},{"location":"classes/panpipe/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class panpipe and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of chime (494) Concept 4 is similar to the concept 2 of marimba (642)"},{"location":"classes/paper%20towel/","title":"Paper towel (700)","text":"

Paper towel (class id 700) has 1 important concepts. The full class name is paper towel.

"},{"location":"classes/paper%20towel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Paper towel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/paper%20towel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 79%) Concept 0 (Importance 7%) Concept 5 (Importance 5%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 7 Concept 4 Concept 9 Concept 8 Concept 6 Concept 3 Concept 2"},{"location":"classes/paper%20towel/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class paper towel and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of toilet tissue (999)"},{"location":"classes/papillon/","title":"Papillon (157)","text":"

Papillon (class id 157) has 2 important concepts. The full class name is papillon.

"},{"location":"classes/papillon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Papillon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/papillon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 1 (Importance 28%) Concept 0 (Importance 13%) Concept 7 (Importance 7%) Concept 5 (Importance 5%) Concept 4 (Importance 5%) Concept 8 (Importance 4%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 0 Concept 7 Concept 5 Concept 4 Concept 8 Concept 9 Concept 6 Concept 3"},{"location":"classes/papillon/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class papillon and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of Japanese spaniel (152) Concept 0 is similar to the concept 9 of Japanese spaniel (152) Concept 8 is similar to the concept 2 of Saluki (176) Concept 8 is similar to the concept 0 of briard (226) Concept 4 is similar to the concept 3 of Shetland sheepdog (230) Concept 4 is similar to the concept 3 of collie (231) Concept 4 is similar to the concept 3 of Great Pyrenees (257) Concept 4 is similar to the concept 4 of Samoyed (258) Concept 4 is similar to the concept 3 of Arctic fox (279)"},{"location":"classes/parachute/","title":"Parachute (701)","text":"

Parachute (class id 701) has 2 important concepts. The full class name is parachute, chute.

"},{"location":"classes/parachute/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Parachute' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/parachute/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 53%) Concept 4 (Importance 14%) Concept 9 (Importance 13%) Concept 5 (Importance 6%) Concept 3 (Importance 6%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 9 Concept 5 Concept 3 Concept 2 Concept 8 Concept 1 Concept 7 Concept 6"},{"location":"classes/parachute/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class parachute and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of balloon (417) Concept 1 is similar to the concept 2 of castle (483) Concept 5 is similar to the concept 0 of flagpole (557) Concept 5 is similar to the concept 3 of pinwheel (723)"},{"location":"classes/parallel%20bars/","title":"Parallel bars (702)","text":"

Parallel bars (class id 702) has 3 important concepts. The full class name is parallel bars, bars.

"},{"location":"classes/parallel%20bars/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Parallel bars' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/parallel%20bars/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 31%) Concept 1 (Importance 26%) Concept 0 (Importance 18%) Concept 4 (Importance 8%) Concept 2 (Importance 6%) Concept 7 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 0 Concept 4 Concept 2 Concept 7 Concept 5 Concept 9 Concept 8 Concept 6"},{"location":"classes/parallel%20bars/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class parallel bars and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of balance beam (416) Concept 4 is similar to the concept 2 of balance beam (416) Concept 5 is similar to the concept 4 of balance beam (416) Concept 0 is similar to the concept 3 of barbell (422) Concept 5 is similar to the concept 6 of barbell (422) Concept 5 is similar to the concept 3 of basketball (430) Concept 5 is similar to the concept 4 of crutch (523) Concept 0 is similar to the concept 0 of horizontal bar (602) Concept 4 is similar to the concept 1 of horizontal bar (602) Concept 5 is similar to the concept 3 of marimba (642) Concept 5 is similar to the concept 3 of rugby ball (768) Concept 5 is similar to the concept 5 of sarong (775) Concept 5 is similar to the concept 2 of steel drum (822) Concept 5 is similar to the concept 6 of swimming trunks (842)"},{"location":"classes/park%20bench/","title":"Park bench (703)","text":"

Park bench (class id 703) has 3 important concepts. The full class name is park bench.

"},{"location":"classes/park%20bench/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Park bench' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/park%20bench/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 4 (Importance 24%) Concept 2 (Importance 13%) Concept 9 (Importance 10%) Concept 8 (Importance 4%) Concept 3 (Importance 4%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 9 Concept 8 Concept 3 Concept 7 Concept 1 Concept 6 Concept 5"},{"location":"classes/park%20bench/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class park bench and other classes.

Here are those concepts: Concept 7 is similar to the concept 3 of barn (425) Concept 3 is similar to the concept 4 of barn (425) Concept 7 is similar to the concept 1 of lawn mower (621) Concept 8 is similar to the concept 7 of mobile home (660) Concept 7 is similar to the concept 1 of plow (730) Concept 3 is similar to the concept 2 of snowplow (803) Concept 3 is similar to the concept 4 of viaduct (888) Concept 3 is similar to the concept 5 of water tower (900) Concept 7 is similar to the concept 0 of worm fence (912)"},{"location":"classes/parking%20meter/","title":"Parking meter (704)","text":"

Parking meter (class id 704) has 3 important concepts. The full class name is parking meter.

"},{"location":"classes/parking%20meter/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Parking meter' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/parking%20meter/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 5 (Importance 19%) Concept 0 (Importance 14%) Concept 3 (Importance 5%) Concept 2 (Importance 4%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 0 Concept 3 Concept 2 Concept 6 Concept 4 Concept 9 Concept 8 Concept 7"},{"location":"classes/parking%20meter/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class parking meter and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of ashcan (412) Concept 2 is similar to the concept 3 of crutch (523) Concept 2 is similar to the concept 2 of jinrikisha (612) Concept 2 is similar to the concept 3 of limousine (627) Concept 2 is similar to the concept 1 of mailbox (637) Concept 2 is similar to the concept 1 of motor scooter (670) Concept 2 is similar to the concept 9 of police van (734) Concept 2 is similar to the concept 3 of shopping cart (791) Concept 2 is similar to the concept 2 of tricycle (870) Concept 6 is similar to the concept 2 of ballplayer (981)"},{"location":"classes/partridge/","title":"Partridge (86)","text":"

Partridge (class id 86) has 4 important concepts. The full class name is partridge.

"},{"location":"classes/partridge/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Partridge' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/partridge/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 28%) Concept 2 (Importance 27%) Concept 3 (Importance 26%) Concept 5 (Importance 10%) Concept 6 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 5 Concept 6 Concept 7 Concept 9 Concept 8 Concept 4 Concept 1"},{"location":"classes/partridge/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class partridge and other classes.

Here are those concepts: Concept 5 is similar to the concept 4 of kite (21) Concept 1 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of prairie chicken (83)"},{"location":"classes/passenger%20car/","title":"Passenger car (705)","text":"

Passenger car (class id 705) has 4 important concepts. The full class name is passenger car, coach, carriage.

"},{"location":"classes/passenger%20car/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Passenger car' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/passenger%20car/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 36%) Concept 1 (Importance 21%) Concept 0 (Importance 16%) Concept 7 (Importance 15%) Concept 9 (Importance 3%) Concept 6 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 0 Concept 7 Concept 9 Concept 6 Concept 8 Concept 5 Concept 4 Concept 2"},{"location":"classes/passenger%20car/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class passenger car and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of bullet train (466) Concept 1 is similar to the concept 0 of electric locomotive (547) Concept 0 is similar to the concept 3 of electric locomotive (547) Concept 9 is similar to the concept 5 of fire engine (555) Concept 1 is similar to the concept 1 of freight car (565) Concept 7 is similar to the concept 1 of mobile home (660) Concept 7 is similar to the concept 3 of recreational vehicle (757) Concept 1 is similar to the concept 1 of steam locomotive (820) Concept 4 is similar to the concept 3 of thresher (856)"},{"location":"classes/patas/","title":"Patas (371)","text":"

Patas (class id 371) has 2 important concepts. The full class name is patas, hussar monkey, Erythrocebus patas.

"},{"location":"classes/patas/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Patas' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/patas/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 3 (Importance 19%) Concept 4 (Importance 12%) Concept 7 (Importance 5%) Concept 6 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 4 Concept 7 Concept 6 Concept 2 Concept 0 Concept 9 Concept 8 Concept 5"},{"location":"classes/patas/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class patas and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of wallaby (104) Concept 1 is similar to the concept 1 of guenon (370) Concept 6 is similar to the concept 4 of macaque (373) Concept 0 is similar to the concept 4 of langur (374) Concept 2 is similar to the concept 4 of marmoset (377)"},{"location":"classes/patio/","title":"Patio (706)","text":"

Patio (class id 706) has 4 important concepts. The full class name is patio, terrace.

"},{"location":"classes/patio/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Patio' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/patio/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 26%) Concept 3 (Importance 19%) Concept 0 (Importance 16%) Concept 2 (Importance 10%) Concept 9 (Importance 5%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 6 (Importance 2%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 2 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4 Concept 6"},{"location":"classes/patio/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class patio and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of tusker (101) Concept 5 is similar to the concept 8 of water buffalo (346) Concept 5 is similar to the concept 4 of African elephant (386) Concept 5 is similar to the concept 5 of fountain (562) Concept 0 is similar to the concept 1 of greenhouse (580) Concept 5 is similar to the concept 4 of greenhouse (580) Concept 5 is similar to the concept 7 of lawn mower (621) Concept 5 is similar to the concept 2 of maypole (645) Concept 2 is similar to the concept 6 of maze (646) Concept 7 is similar to the concept 8 of missile (657) Concept 5 is similar to the concept 6 of mobile home (660) Concept 3 is similar to the concept 9 of mobile home (660) Concept 5 is similar to the concept 4 of oxcart (690) Concept 3 is similar to the concept 3 of picket fence (716) Concept 5 is similar to the concept 1 of picket fence (716) Concept 0 is similar to the concept 0 of pot (738) Concept 5 is similar to the concept 4 of swing (843) Concept 5 is similar to the concept 5 of thatch (853) Concept 5 is similar to the concept 9 of tractor (866) Concept 5 is similar to the concept 9 of yurt (915) Concept 5 is similar to the concept 4 of street sign (919)"},{"location":"classes/pay-phone/","title":"Pay-phone (707)","text":"

Pay-phone (class id 707) has 2 important concepts. The full class name is pay-phone, pay-station.

"},{"location":"classes/pay-phone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pay-phone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pay-phone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 75%) Concept 5 (Importance 7%) Concept 3 (Importance 5%) Concept 4 (Importance 3%) Concept 0 (Importance 3%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 3 Concept 4 Concept 0 Concept 7 Concept 1 Concept 9 Concept 8 Concept 6"},{"location":"classes/pay-phone/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class pay-phone and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of cash machine (480) Concept 5 is similar to the concept 6 of cash machine (480) Concept 6 is similar to the concept 0 of sliding door (799)"},{"location":"classes/peacock/","title":"Peacock (84)","text":"

Peacock (class id 84) has 4 important concepts. The full class name is peacock.

"},{"location":"classes/peacock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Peacock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/peacock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 33%) Concept 0 (Importance 31%) Concept 5 (Importance 14%) Concept 3 (Importance 7%) Concept 4 (Importance 6%) Concept 9 (Importance 3%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 3 Concept 4 Concept 9 Concept 7 Concept 8 Concept 6 Concept 1"},{"location":"classes/peacock/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class peacock and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of indigo bunting (14) Concept 2 is similar to the concept 0 of European gallinule (136)"},{"location":"classes/pedestal/","title":"Pedestal (708)","text":"

Pedestal (class id 708) has 2 important concepts. The full class name is pedestal, plinth, footstall.

"},{"location":"classes/pedestal/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pedestal' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pedestal/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 9 (Importance 15%) Concept 6 (Importance 5%) Concept 8 (Importance 4%) Concept 2 (Importance 4%) Concept 5 (Importance 3%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 6 Concept 8 Concept 2 Concept 5 Concept 7 Concept 3 Concept 4 Concept 1"},{"location":"classes/pedestal/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class pedestal and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of breastplate (461)"},{"location":"classes/pelican/","title":"Pelican (144)","text":"

Pelican (class id 144) has 1 important concepts. The full class name is pelican.

"},{"location":"classes/pelican/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pelican' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pelican/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 64%) Concept 8 (Importance 14%) Concept 7 (Importance 6%) Concept 5 (Importance 5%) Concept 3 (Importance 4%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 7 Concept 5 Concept 3 Concept 6 Concept 1 Concept 0 Concept 9 Concept 4"},{"location":"classes/pelican/#similar-concepts","title":"Similar concepts","text":"

We have found 27 similar concepts between the class pelican and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of water ouzel (20) Concept 5 is similar to the concept 0 of bald eagle (22) Concept 5 is similar to the concept 4 of vulture (23) Concept 6 is similar to the concept 4 of terrapin (36) Concept 6 is similar to the concept 2 of African crocodile (49) Concept 6 is similar to the concept 2 of American alligator (50) Concept 6 is similar to the concept 2 of water snake (58) Concept 6 is similar to the concept 1 of drake (97) Concept 6 is similar to the concept 0 of red-breasted merganser (98) Concept 5 is similar to the concept 5 of goose (99) Concept 6 is similar to the concept 1 of black swan (100) Concept 6 is similar to the concept 1 of platypus (103) Concept 5 is similar to the concept 7 of white stork (127) Concept 7 is similar to the concept 6 of flamingo (130) Concept 6 is similar to the concept 1 of little blue heron (131) Concept 6 is similar to the concept 1 of American egret (132) Concept 5 is similar to the concept 4 of crane (134) Concept 6 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 1 of albatross (146) Concept 1 is similar to the concept 1 of killer whale (148) Concept 6 is similar to the concept 1 of beaver (337) Concept 6 is similar to the concept 1 of hippopotamus (344) Concept 6 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 3 of gar (395) Concept 6 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 1 of paddle (693) Concept 6 is similar to the concept 2 of paddle (693)"},{"location":"classes/pencil%20box/","title":"Pencil box (709)","text":"

Pencil box (class id 709) has 4 important concepts. The full class name is pencil box, pencil case.

"},{"location":"classes/pencil%20box/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pencil box' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pencil%20box/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 26%) Concept 1 (Importance 22%) Concept 2 (Importance 16%) Concept 0 (Importance 16%) Concept 4 (Importance 11%) Concept 5 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 2 Concept 0 Concept 4 Concept 5 Concept 7 Concept 9 Concept 8 Concept 3"},{"location":"classes/pencil%20box/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class pencil box and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of bib (443) Concept 0 is similar to the concept 2 of bib (443) Concept 1 is similar to the concept 2 of rubber eraser (767)"},{"location":"classes/pencil%20sharpener/","title":"Pencil sharpener (710)","text":"

Pencil sharpener (class id 710) has 4 important concepts. The full class name is pencil sharpener.

"},{"location":"classes/pencil%20sharpener/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pencil sharpener' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pencil%20sharpener/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 40%) Concept 1 (Importance 16%) Concept 6 (Importance 11%) Concept 4 (Importance 11%) Concept 2 (Importance 8%) Concept 9 (Importance 3%) Concept 7 (Importance 3%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 6 Concept 4 Concept 2 Concept 9 Concept 7 Concept 0 Concept 8 Concept 5"},{"location":"classes/pencil%20sharpener/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/perfume/","title":"Perfume (711)","text":"

Perfume (class id 711) has 2 important concepts. The full class name is perfume, essence.

"},{"location":"classes/perfume/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Perfume' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/perfume/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 0 (Importance 26%) Concept 9 (Importance 8%) Concept 2 (Importance 8%) Concept 4 (Importance 4%) Concept 7 (Importance 2%) Concept 5 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 9 Concept 2 Concept 4 Concept 7 Concept 5 Concept 3 Concept 8 Concept 6"},{"location":"classes/perfume/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class perfume and other classes.

Here are those concepts: Concept 9 is similar to the concept 7 of face powder (551) Concept 1 is similar to the concept 1 of lotion (631) Concept 0 is similar to the concept 0 of saltshaker (773)"},{"location":"classes/photocopier/","title":"Photocopier (713)","text":"

Photocopier (class id 713) has 3 important concepts. The full class name is photocopier.

"},{"location":"classes/photocopier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Photocopier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/photocopier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 27%) Concept 5 (Importance 26%) Concept 0 (Importance 21%) Concept 4 (Importance 9%) Concept 1 (Importance 7%) Concept 3 (Importance 5%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 4 Concept 1 Concept 3 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/photocopier/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/pick/","title":"Pick (714)","text":"

Pick (class id 714) has 1 important concepts. The full class name is pick, plectrum, plectron.

"},{"location":"classes/pick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 74%) Concept 0 (Importance 8%) Concept 5 (Importance 5%) Concept 2 (Importance 5%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 2 Concept 8 Concept 9 Concept 7 Concept 6 Concept 4 Concept 3"},{"location":"classes/pick/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/pickelhaube/","title":"Pickelhaube (715)","text":"

Pickelhaube (class id 715) has 4 important concepts. The full class name is pickelhaube.

"},{"location":"classes/pickelhaube/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pickelhaube' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pickelhaube/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 6 (Importance 19%) Concept 2 (Importance 18%) Concept 4 (Importance 9%) Concept 5 (Importance 8%) Concept 1 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 2 Concept 4 Concept 5 Concept 1 Concept 9 Concept 8 Concept 7 Concept 3"},{"location":"classes/pickelhaube/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/picket%20fence/","title":"Picket fence (716)","text":"

Picket fence (class id 716) has 1 important concepts. The full class name is picket fence, paling.

"},{"location":"classes/picket%20fence/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Picket fence' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/picket%20fence/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 76%) Concept 7 (Importance 7%) Concept 3 (Importance 4%) Concept 2 (Importance 4%) Concept 9 (Importance 3%) Concept 4 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 2 Concept 9 Concept 4 Concept 8 Concept 6 Concept 5 Concept 1"},{"location":"classes/picket%20fence/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class picket fence and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of barn (425) Concept 6 is similar to the concept 2 of castle (483) Concept 6 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 3 of patio (706) Concept 1 is similar to the concept 5 of patio (706) Concept 5 is similar to the concept 8 of pole (733) Concept 3 is similar to the concept 4 of thatch (853) Concept 1 is similar to the concept 6 of lakeside (975)"},{"location":"classes/pickup/","title":"Pickup (717)","text":"

Pickup (class id 717) has 3 important concepts. The full class name is pickup, pickup truck.

"},{"location":"classes/pickup/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pickup' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pickup/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 50%) Concept 5 (Importance 17%) Concept 7 (Importance 15%) Concept 0 (Importance 5%) Concept 4 (Importance 4%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 5 Concept 7 Concept 0 Concept 4 Concept 8 Concept 3 Concept 1 Concept 9 Concept 2"},{"location":"classes/pickup/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class pickup and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of cab (468) Concept 1 is similar to the concept 6 of grille (581) Concept 3 is similar to the concept 3 of minivan (656) Concept 3 is similar to the concept 2 of police van (734) Concept 1 is similar to the concept 7 of racer (751) Concept 5 is similar to the concept 9 of sports car (817) Concept 8 is similar to the concept 4 of sports car (817)"},{"location":"classes/pier/","title":"Pier (718)","text":"

Pier (class id 718) has 2 important concepts. The full class name is pier.

"},{"location":"classes/pier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 6 (Importance 13%) Concept 8 (Importance 10%) Concept 5 (Importance 5%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 3 (Importance 3%) Concept 9 (Importance 2%) Concept 2 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 8 Concept 5 Concept 7 Concept 4 Concept 3 Concept 9 Concept 2 Concept 0"},{"location":"classes/pier/#similar-concepts","title":"Similar concepts","text":"

We have found 40 similar concepts between the class pier and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 1 of aircraft carrier (403) Concept 4 is similar to the concept 6 of airliner (404) Concept 2 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 6 of boathouse (449) Concept 3 is similar to the concept 6 of breakwater (460) Concept 3 is similar to the concept 5 of canoe (472) Concept 2 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 9 of catamaran (484) Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 2 of container ship (510) Concept 4 is similar to the concept 6 of container ship (510) Concept 7 is similar to the concept 1 of crane (517) Concept 6 is similar to the concept 1 of dock (536) Concept 3 is similar to the concept 7 of dock (536) Concept 3 is similar to the concept 1 of drilling platform (540) Concept 7 is similar to the concept 3 of drilling platform (540) Concept 3 is similar to the concept 3 of fireboat (554) Concept 4 is similar to the concept 6 of fireboat (554) Concept 3 is similar to the concept 1 of lifeboat (625) Concept 4 is similar to the concept 1 of liner (628) Concept 3 is similar to the concept 2 of liner (628) Concept 3 is similar to the concept 3 of pirate (724) Concept 7 is similar to the concept 2 of radio telescope (755) Concept 3 is similar to the concept 4 of schooner (780) Concept 3 is similar to the concept 7 of snorkel (801) Concept 3 is similar to the concept 1 of speedboat (814) Concept 7 is similar to the concept 2 of steel arch bridge (821) Concept 3 is similar to the concept 1 of submarine (833) Concept 1 is similar to the concept 1 of suspension bridge (839) Concept 5 is similar to the concept 7 of suspension bridge (839) Concept 7 is similar to the concept 8 of suspension bridge (839) Concept 3 is similar to the concept 3 of trimaran (871) Concept 4 is similar to the concept 9 of trimaran (871) Concept 7 is similar to the concept 7 of water tower (900) Concept 3 is similar to the concept 3 of yawl (914) Concept 3 is similar to the concept 2 of cliff (972) Concept 3 is similar to the concept 1 of lakeside (975) Concept 3 is similar to the concept 1 of promontory (976) Concept 2 is similar to the concept 1 of seashore (978)"},{"location":"classes/piggy%20bank/","title":"Piggy bank (719)","text":"

Piggy bank (class id 719) has 3 important concepts. The full class name is piggy bank, penny bank.

"},{"location":"classes/piggy%20bank/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Piggy bank' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/piggy%20bank/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 35%) Concept 1 (Importance 32%) Concept 2 (Importance 18%) Concept 3 (Importance 6%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 3 Concept 5 Concept 8 Concept 7 Concept 9 Concept 6 Concept 4"},{"location":"classes/piggy%20bank/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class piggy bank and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of football helmet (560)"},{"location":"classes/pill%20bottle/","title":"Pill bottle (720)","text":"

Pill bottle (class id 720) has 4 important concepts. The full class name is pill bottle.

"},{"location":"classes/pill%20bottle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pill bottle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pill%20bottle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 1 (Importance 21%) Concept 3 (Importance 18%) Concept 4 (Importance 9%) Concept 8 (Importance 6%) Concept 9 (Importance 3%) Concept 6 (Importance 2%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 3 Concept 4 Concept 8 Concept 9 Concept 6 Concept 5 Concept 7 Concept 0"},{"location":"classes/pill%20bottle/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class pill bottle and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of lotion (631) Concept 2 is similar to the concept 0 of nipple (680)"},{"location":"classes/pillow/","title":"Pillow (721)","text":"

Pillow (class id 721) has 2 important concepts. The full class name is pillow.

"},{"location":"classes/pillow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pillow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pillow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 55%) Concept 0 (Importance 16%) Concept 6 (Importance 6%) Concept 5 (Importance 5%) Concept 2 (Importance 5%) Concept 4 (Importance 4%) Concept 3 (Importance 4%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 5 Concept 2 Concept 4 Concept 3 Concept 8 Concept 9 Concept 7"},{"location":"classes/pillow/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class pillow and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of bib (443) Concept 0 is similar to the concept 1 of quilt (750) Concept 2 is similar to the concept 0 of shower curtain (794)"},{"location":"classes/pineapple/","title":"Pineapple (953)","text":"

Pineapple (class id 953) has 1 important concepts. The full class name is pineapple, ananas.

"},{"location":"classes/pineapple/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pineapple' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pineapple/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 73%) Concept 3 (Importance 11%) Concept 9 (Importance 3%) Concept 6 (Importance 3%) Concept 1 (Importance 3%) Concept 8 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 6 Concept 1 Concept 8 Concept 2 Concept 7 Concept 5 Concept 4"},{"location":"classes/pineapple/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/ping-pong%20ball/","title":"Ping-pong ball (722)","text":"

Ping-pong ball (class id 722) has 2 important concepts. The full class name is ping-pong ball.

"},{"location":"classes/ping-pong%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ping-pong ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ping-pong%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 0 (Importance 24%) Concept 7 (Importance 12%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 7 Concept 5 Concept 4 Concept 9 Concept 8 Concept 3 Concept 6 Concept 2"},{"location":"classes/ping-pong%20ball/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class ping-pong ball and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of bassoon (432)"},{"location":"classes/pinwheel/","title":"Pinwheel (723)","text":"

Pinwheel (class id 723) has 1 important concepts. The full class name is pinwheel.

"},{"location":"classes/pinwheel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pinwheel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pinwheel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 6 (Importance 12%) Concept 3 (Importance 6%) Concept 2 (Importance 6%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 3 Concept 2 Concept 1 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4"},{"location":"classes/pinwheel/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class pinwheel and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of parachute (701)"},{"location":"classes/pirate/","title":"Pirate (724)","text":"

Pirate (class id 724) has 3 important concepts. The full class name is pirate, pirate ship.

"},{"location":"classes/pirate/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pirate' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pirate/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 5 (Importance 24%) Concept 8 (Importance 12%) Concept 6 (Importance 7%) Concept 2 (Importance 7%) Concept 4 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 8 Concept 6 Concept 2 Concept 4 Concept 3 Concept 9 Concept 7 Concept 1"},{"location":"classes/pirate/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class pirate and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 1 of aircraft carrier (403) Concept 3 is similar to the concept 3 of amphibian (408) Concept 9 is similar to the concept 2 of barn (425) Concept 9 is similar to the concept 2 of castle (483) Concept 4 is similar to the concept 8 of catamaran (484) Concept 9 is similar to the concept 1 of church (497) Concept 4 is similar to the concept 3 of crane (517) Concept 3 is similar to the concept 3 of pier (718) Concept 0 is similar to the concept 3 of schooner (780) Concept 4 is similar to the concept 7 of schooner (780) Concept 5 is similar to the concept 5 of schooner (780) Concept 6 is similar to the concept 3 of space shuttle (812) Concept 4 is similar to the concept 5 of suspension bridge (839) Concept 4 is similar to the concept 6 of trimaran (871) Concept 3 is similar to the concept 2 of cliff (972) Concept 3 is similar to the concept 1 of lakeside (975) Concept 9 is similar to the concept 1 of seashore (978)"},{"location":"classes/pitcher/","title":"Pitcher (725)","text":"

Pitcher (class id 725) has 3 important concepts. The full class name is pitcher, ewer.

"},{"location":"classes/pitcher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pitcher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pitcher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 3 (Importance 20%) Concept 6 (Importance 17%) Concept 4 (Importance 7%) Concept 2 (Importance 5%) Concept 7 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 4 Concept 2 Concept 7 Concept 9 Concept 8 Concept 5 Concept 0"},{"location":"classes/pitcher/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class pitcher and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of coffee mug (504) Concept 1 is similar to the concept 1 of coffeepot (505) Concept 7 is similar to the concept 9 of lampshade (619) Concept 1 is similar to the concept 5 of measuring cup (647) Concept 2 is similar to the concept 3 of mixing bowl (659) Concept 2 is similar to the concept 6 of mortar (666) Concept 1 is similar to the concept 1 of teapot (849) Concept 2 is similar to the concept 3 of teapot (849) Concept 7 is similar to the concept 4 of teapot (849) Concept 7 is similar to the concept 2 of vase (883) Concept 1 is similar to the concept 1 of water jug (899) Concept 1 is similar to the concept 2 of whiskey jug (901) Concept 1 is similar to the concept 1 of cup (968) Concept 7 is similar to the concept 4 of cup (968)"},{"location":"classes/pizza/","title":"Pizza (963)","text":"

Pizza (class id 963) has 4 important concepts. The full class name is pizza, pizza pie.

"},{"location":"classes/pizza/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pizza' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pizza/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 31%) Concept 5 (Importance 23%) Concept 1 (Importance 19%) Concept 7 (Importance 16%) Concept 2 (Importance 5%) Concept 4 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 5 Concept 1 Concept 7 Concept 2 Concept 4 Concept 0 Concept 9 Concept 8 Concept 3"},{"location":"classes/pizza/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class pizza and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of mashed potato (935) Concept 2 is similar to the concept 1 of carbonara (959)"},{"location":"classes/plane/","title":"Plane (726)","text":"

Plane (class id 726) has 3 important concepts. The full class name is plane, carpenter plane, woodworking plane.

"},{"location":"classes/plane/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plane' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plane/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 9 (Importance 20%) Concept 1 (Importance 13%) Concept 7 (Importance 11%) Concept 3 (Importance 6%) Concept 4 (Importance 3%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 7 Concept 3 Concept 4 Concept 6 Concept 8 Concept 5 Concept 2"},{"location":"classes/plane/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class plane and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of chiffonier (493)"},{"location":"classes/planetarium/","title":"Planetarium (727)","text":"

Planetarium (class id 727) has 1 important concepts. The full class name is planetarium.

"},{"location":"classes/planetarium/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Planetarium' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/planetarium/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 73%) Concept 5 (Importance 7%) Concept 6 (Importance 5%) Concept 4 (Importance 4%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 6 Concept 4 Concept 8 Concept 9 Concept 3 Concept 0 Concept 7 Concept 2"},{"location":"classes/planetarium/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class planetarium and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 8 of pole (733) Concept 2 is similar to the concept 1 of seashore (978)"},{"location":"classes/plastic%20bag/","title":"Plastic bag (728)","text":"

Plastic bag (class id 728) has 2 important concepts. The full class name is plastic bag.

"},{"location":"classes/plastic%20bag/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plastic bag' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plastic%20bag/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 3 (Importance 14%) Concept 2 (Importance 8%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 9 Concept 5 Concept 8 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/plastic%20bag/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class plastic bag and other classes.

Here are those concepts: Concept 9 is similar to the concept 1 of swimming trunks (842)"},{"location":"classes/plate%20rack/","title":"Plate rack (729)","text":"

Plate rack (class id 729) has 4 important concepts. The full class name is plate rack.

"},{"location":"classes/plate%20rack/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plate rack' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plate%20rack/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 7 (Importance 16%) Concept 0 (Importance 14%) Concept 3 (Importance 6%) Concept 1 (Importance 6%) Concept 6 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 0 Concept 3 Concept 1 Concept 6 Concept 9 Concept 8 Concept 5 Concept 4"},{"location":"classes/plate%20rack/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class plate rack and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bannister (421) Concept 1 is similar to the concept 2 of cradle (516) Concept 1 is similar to the concept 0 of crib (520) Concept 1 is similar to the concept 1 of prison (743)"},{"location":"classes/plate/","title":"Plate (923)","text":"

Plate (class id 923) has 2 important concepts. The full class name is plate.

"},{"location":"classes/plate/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plate' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plate/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 44%) Concept 4 (Importance 12%) Concept 7 (Importance 11%) Concept 1 (Importance 11%) Concept 3 (Importance 5%) Concept 9 (Importance 4%) Concept 8 (Importance 4%) Concept 6 (Importance 4%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 7 Concept 1 Concept 3 Concept 9 Concept 8 Concept 6 Concept 5 Concept 2"},{"location":"classes/plate/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class plate and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of wok (909) Concept 7 is similar to the concept 2 of consomme (925) Concept 7 is similar to the concept 9 of hot pot (926) Concept 7 is similar to the concept 2 of hotdog (934) Concept 0 is similar to the concept 7 of mashed potato (935) Concept 4 is similar to the concept 4 of mashed potato (935) Concept 7 is similar to the concept 1 of mashed potato (935) Concept 7 is similar to the concept 1 of carbonara (959)"},{"location":"classes/platypus/","title":"Platypus (103)","text":"

Platypus (class id 103) has 1 important concepts. The full class name is platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus.

"},{"location":"classes/platypus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Platypus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/platypus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 61%) Concept 5 (Importance 10%) Concept 3 (Importance 10%) Concept 1 (Importance 7%) Concept 4 (Importance 6%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 1 Concept 4 Concept 7 Concept 9 Concept 8 Concept 6 Concept 2"},{"location":"classes/platypus/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class platypus and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of stingray (6) Concept 1 is similar to the concept 1 of water ouzel (20) Concept 1 is similar to the concept 4 of terrapin (36) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 4 of European gallinule (136) Concept 1 is similar to the concept 1 of American coot (137) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 1 of otter (360) Concept 3 is similar to the concept 5 of gar (395) Concept 1 is similar to the concept 1 of canoe (472) Concept 1 is similar to the concept 2 of paddle (693)"},{"location":"classes/plow/","title":"Plow (730)","text":"

Plow (class id 730) has 4 important concepts. The full class name is plow, plough.

"},{"location":"classes/plow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 33%) Concept 8 (Importance 24%) Concept 4 (Importance 8%) Concept 5 (Importance 7%) Concept 9 (Importance 6%) Concept 0 (Importance 6%) Concept 7 (Importance 5%) Concept 1 (Importance 4%) Concept 2 (Importance 2%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 8 Concept 4 Concept 5 Concept 9 Concept 0 Concept 7 Concept 1 Concept 2 Concept 6"},{"location":"classes/plow/#similar-concepts","title":"Similar concepts","text":"

We have found 32 similar concepts between the class plow and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of ostrich (9) Concept 1 is similar to the concept 1 of wallaby (104) Concept 1 is similar to the concept 6 of Scottish deerhound (177) Concept 1 is similar to the concept 5 of giant schnauzer (197) Concept 1 is similar to the concept 2 of malinois (225) Concept 1 is similar to the concept 1 of Bouvier des Flandres (233) Concept 1 is similar to the concept 7 of Leonberg (255) Concept 1 is similar to the concept 6 of sorrel (339) Concept 1 is similar to the concept 3 of zebra (340) Concept 1 is similar to the concept 1 of warthog (343) Concept 1 is similar to the concept 1 of ox (345) Concept 1 is similar to the concept 1 of water buffalo (346) Concept 1 is similar to the concept 1 of bison (347) Concept 1 is similar to the concept 7 of impala (352) Concept 1 is similar to the concept 7 of llama (355) Concept 1 is similar to the concept 1 of African elephant (386) Concept 1 is similar to the concept 3 of barn (425) Concept 1 is similar to the concept 7 of barrow (428) Concept 1 is similar to the concept 2 of cannon (471) Concept 1 is similar to the concept 9 of half track (586) Concept 1 is similar to the concept 1 of harvester (595) Concept 3 is similar to the concept 3 of harvester (595) Concept 1 is similar to the concept 9 of horse cart (603) Concept 1 is similar to the concept 1 of lawn mower (621) Concept 1 is similar to the concept 7 of park bench (703) Concept 1 is similar to the concept 3 of swing (843) Concept 0 is similar to the concept 9 of thresher (856) Concept 1 is similar to the concept 2 of thresher (856) Concept 2 is similar to the concept 3 of thresher (856) Concept 1 is similar to the concept 7 of tractor (866) Concept 1 is similar to the concept 0 of worm fence (912) Concept 1 is similar to the concept 6 of hay (958)"},{"location":"classes/plunger/","title":"Plunger (731)","text":"

Plunger (class id 731) has 2 important concepts. The full class name is plunger, plumber helper.

"},{"location":"classes/plunger/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Plunger' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/plunger/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 4 (Importance 23%) Concept 7 (Importance 4%) Concept 3 (Importance 3%) Concept 2 (Importance 3%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 7 Concept 3 Concept 2 Concept 0 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/plunger/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class plunger and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of accordion (401) Concept 2 is similar to the concept 3 of banjo (420) Concept 2 is similar to the concept 5 of bassoon (432) Concept 3 is similar to the concept 1 of bathtub (435) Concept 4 is similar to the concept 6 of broom (462) Concept 2 is similar to the concept 6 of candle (470) Concept 2 is similar to the concept 8 of drumstick (542) Concept 2 is similar to the concept 2 of French horn (566) Concept 2 is similar to the concept 3 of harp (594) Concept 2 is similar to the concept 4 of jigsaw puzzle (611) Concept 2 is similar to the concept 2 of laptop (620) Concept 2 is similar to the concept 2 of maraca (641) Concept 2 is similar to the concept 1 of punching bag (747) Concept 4 is similar to the concept 2 of shovel (792) Concept 3 is similar to the concept 4 of shower curtain (794) Concept 2 is similar to the concept 3 of spatula (813) Concept 4 is similar to the concept 3 of spindle (816) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 3 is similar to the concept 4 of toilet seat (861) Concept 3 is similar to the concept 3 of tub (876) Concept 3 is similar to the concept 1 of washbasin (896) Concept 3 is similar to the concept 7 of toilet tissue (999)"},{"location":"classes/pole/","title":"Pole (733)","text":"

Pole (class id 733) has 4 important concepts. The full class name is pole.

"},{"location":"classes/pole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 33%) Concept 0 (Importance 14%) Concept 4 (Importance 13%) Concept 7 (Importance 11%) Concept 3 (Importance 10%) Concept 9 (Importance 7%) Concept 8 (Importance 4%) Concept 1 (Importance 3%) Concept 2 (Importance 1%) Concept 5 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 4 Concept 7 Concept 3 Concept 9 Concept 8 Concept 1 Concept 2 Concept 5"},{"location":"classes/pole/#similar-concepts","title":"Similar concepts","text":"

We have found 17 similar concepts between the class pole and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 2 of bow (456) Concept 9 is similar to the concept 2 of car mirror (475) Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 2 of dumbbell (543) Concept 9 is similar to the concept 4 of horse cart (603) Concept 9 is similar to the concept 6 of limousine (627) Concept 9 is similar to the concept 7 of missile (657) Concept 8 is similar to the concept 8 of missile (657) Concept 8 is similar to the concept 5 of picket fence (716) Concept 8 is similar to the concept 3 of planetarium (727) Concept 9 is similar to the concept 1 of radio telescope (755) Concept 8 is similar to the concept 6 of recreational vehicle (757) Concept 9 is similar to the concept 7 of stupa (832) Concept 8 is similar to the concept 6 of thatch (853) Concept 9 is similar to the concept 8 of traffic light (920) Concept 2 is similar to the concept 1 of seashore (978)"},{"location":"classes/polecat/","title":"Polecat (358)","text":"

Polecat (class id 358) has 2 important concepts. The full class name is polecat, fitch, foulmart, foumart, Mustela putorius.

"},{"location":"classes/polecat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Polecat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/polecat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 52%) Concept 7 (Importance 18%) Concept 2 (Importance 18%) Concept 6 (Importance 4%) Concept 0 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 7 Concept 2 Concept 6 Concept 0 Concept 3 Concept 9 Concept 5 Concept 4 Concept 1"},{"location":"classes/polecat/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class polecat and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of cougar (286) Concept 3 is similar to the concept 3 of hamster (333) Concept 3 is similar to the concept 6 of guinea pig (338) Concept 3 is similar to the concept 9 of mink (357) Concept 2 is similar to the concept 5 of black-footed ferret (359) Concept 8 is similar to the concept 1 of black-footed ferret (359) Concept 6 is similar to the concept 6 of badger (362) Concept 6 is similar to the concept 3 of lesser panda (387)"},{"location":"classes/police%20van/","title":"Police van (734)","text":"

Police van (class id 734) has 2 important concepts. The full class name is police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria.

"},{"location":"classes/police%20van/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Police van' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/police%20van/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 50%) Concept 4 (Importance 18%) Concept 2 (Importance 11%) Concept 8 (Importance 5%) Concept 6 (Importance 5%) Concept 5 (Importance 3%) Concept 7 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 8 Concept 6 Concept 5 Concept 7 Concept 1 Concept 9 Concept 3"},{"location":"classes/police%20van/#similar-concepts","title":"Similar concepts","text":"

We have found 28 similar concepts between the class police van and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of ambulance (407) Concept 6 is similar to the concept 2 of ambulance (407) Concept 2 is similar to the concept 4 of ambulance (407) Concept 6 is similar to the concept 2 of amphibian (408) Concept 2 is similar to the concept 1 of beach wagon (436) Concept 9 is similar to the concept 5 of bicycle-built-for-two (444) Concept 9 is similar to the concept 3 of cab (468) Concept 2 is similar to the concept 6 of cab (468) Concept 9 is similar to the concept 1 of go-kart (573) Concept 9 is similar to the concept 2 of jinrikisha (612) Concept 1 is similar to the concept 0 of limousine (627) Concept 6 is similar to the concept 2 of limousine (627) Concept 8 is similar to the concept 9 of limousine (627) Concept 9 is similar to the concept 1 of mailbox (637) Concept 2 is similar to the concept 4 of minibus (654) Concept 6 is similar to the concept 8 of minibus (654) Concept 2 is similar to the concept 3 of minivan (656) Concept 8 is similar to the concept 4 of minivan (656) Concept 9 is similar to the concept 8 of moped (665) Concept 9 is similar to the concept 1 of motor scooter (670) Concept 6 is similar to the concept 1 of moving van (675) Concept 9 is similar to the concept 2 of parking meter (704) Concept 2 is similar to the concept 3 of pickup (717) Concept 6 is similar to the concept 9 of recreational vehicle (757) Concept 6 is similar to the concept 5 of tow truck (864) Concept 6 is similar to the concept 7 of trailer truck (867) Concept 9 is similar to the concept 2 of tricycle (870) Concept 9 is similar to the concept 2 of unicycle (880)"},{"location":"classes/pomegranate/","title":"Pomegranate (957)","text":"

Pomegranate (class id 957) has 3 important concepts. The full class name is pomegranate.

"},{"location":"classes/pomegranate/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pomegranate' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pomegranate/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 1 (Importance 25%) Concept 2 (Importance 10%) Concept 8 (Importance 9%) Concept 7 (Importance 4%) Concept 3 (Importance 2%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 8 Concept 7 Concept 3 Concept 4 Concept 9 Concept 6 Concept 5"},{"location":"classes/pomegranate/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class pomegranate and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of grocery store (582) Concept 2 is similar to the concept 3 of orange (950) Concept 2 is similar to the concept 3 of lemon (951) Concept 2 is similar to the concept 2 of banana (954)"},{"location":"classes/poncho/","title":"Poncho (735)","text":"

Poncho (class id 735) has 2 important concepts. The full class name is poncho.

"},{"location":"classes/poncho/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Poncho' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/poncho/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 46%) Concept 1 (Importance 12%) Concept 0 (Importance 12%) Concept 3 (Importance 11%) Concept 4 (Importance 6%) Concept 8 (Importance 5%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 0 Concept 3 Concept 4 Concept 8 Concept 7 Concept 9 Concept 6 Concept 5"},{"location":"classes/poncho/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class poncho and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of cardigan (474) Concept 4 is similar to the concept 5 of cardigan (474) Concept 0 is similar to the concept 2 of stole (824) Concept 1 is similar to the concept 4 of stole (824)"},{"location":"classes/pool%20table/","title":"Pool table (736)","text":"

Pool table (class id 736) has 1 important concepts. The full class name is pool table, billiard table, snooker table.

"},{"location":"classes/pool%20table/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pool table' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pool%20table/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 88%) Concept 4 (Importance 3%) Concept 2 (Importance 3%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 6 Concept 5 Concept 9 Concept 8 Concept 7 Concept 3 Concept 1"},{"location":"classes/pool%20table/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class pool table and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/pop%20bottle/","title":"Pop bottle (737)","text":"

Pop bottle (class id 737) has 3 important concepts. The full class name is pop bottle, soda bottle.

"},{"location":"classes/pop%20bottle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pop bottle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pop%20bottle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 44%) Concept 9 (Importance 17%) Concept 8 (Importance 11%) Concept 7 (Importance 11%) Concept 0 (Importance 8%) Concept 3 (Importance 3%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 8 Concept 7 Concept 0 Concept 3 Concept 4 Concept 6 Concept 5 Concept 2"},{"location":"classes/pop%20bottle/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class pop bottle and other classes.

Here are those concepts: Concept 8 is similar to the concept 7 of beaker (438) Concept 9 is similar to the concept 0 of beer bottle (440) Concept 1 is similar to the concept 1 of beer bottle (440) Concept 0 is similar to the concept 4 of beer bottle (440) Concept 8 is similar to the concept 8 of measuring cup (647) Concept 9 is similar to the concept 3 of packet (692) Concept 8 is similar to the concept 5 of water bottle (898) Concept 1 is similar to the concept 1 of wine bottle (907)"},{"location":"classes/porcupine/","title":"Porcupine (334)","text":"

Porcupine (class id 334) has 3 important concepts. The full class name is porcupine, hedgehog.

"},{"location":"classes/porcupine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Porcupine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/porcupine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 48%) Concept 4 (Importance 16%) Concept 5 (Importance 15%) Concept 2 (Importance 9%) Concept 6 (Importance 6%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 5 Concept 2 Concept 6 Concept 3 Concept 9 Concept 8 Concept 7 Concept 1"},{"location":"classes/porcupine/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class porcupine and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of echidna (102) Concept 0 is similar to the concept 8 of sea urchin (328)"},{"location":"classes/pot/","title":"Pot (738)","text":"

Pot (class id 738) has 3 important concepts. The full class name is pot, flowerpot.

"},{"location":"classes/pot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 0 (Importance 18%) Concept 4 (Importance 9%) Concept 8 (Importance 6%) Concept 7 (Importance 3%) Concept 2 (Importance 3%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 8 Concept 7 Concept 2 Concept 6 Concept 5 Concept 3 Concept 9"},{"location":"classes/pot/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class pot and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of patio (706) Concept 7 is similar to the concept 2 of zucchini (939)"},{"location":"classes/potpie/","title":"Potpie (964)","text":"

Potpie (class id 964) has 3 important concepts. The full class name is potpie.

"},{"location":"classes/potpie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Potpie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/potpie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 33%) Concept 9 (Importance 24%) Concept 0 (Importance 17%) Concept 1 (Importance 8%) Concept 2 (Importance 6%) Concept 4 (Importance 5%) Concept 3 (Importance 3%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 7 Concept 9 Concept 0 Concept 1 Concept 2 Concept 4 Concept 3 Concept 8 Concept 6 Concept 5"},{"location":"classes/potpie/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class potpie and other classes.

Here are those concepts: Concept 4 is similar to the concept 4 of guacamole (924) Concept 1 is similar to the concept 1 of mashed potato (935) Concept 4 is similar to the concept 0 of dough (961) Concept 4 is similar to the concept 4 of burrito (965)"},{"location":"classes/potter%20wheel/","title":"Potter wheel (739)","text":"

Potter wheel (class id 739) has 3 important concepts. The full class name is potter wheel.

"},{"location":"classes/potter%20wheel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Potter wheel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/potter%20wheel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 37%) Concept 1 (Importance 26%) Concept 5 (Importance 11%) Concept 6 (Importance 7%) Concept 9 (Importance 5%) Concept 3 (Importance 4%) Concept 8 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 5 Concept 6 Concept 9 Concept 3 Concept 8 Concept 2 Concept 7 Concept 4"},{"location":"classes/potter%20wheel/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class potter wheel and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of Scottish deerhound (177) Concept 3 is similar to the concept 4 of barrow (428) Concept 3 is similar to the concept 5 of bookshop (454) Concept 3 is similar to the concept 2 of bulletproof vest (465) Concept 3 is similar to the concept 3 of butcher shop (467) Concept 3 is similar to the concept 3 of cash machine (480) Concept 3 is similar to the concept 1 of cello (486) Concept 3 is similar to the concept 4 of chain saw (491) Concept 3 is similar to the concept 8 of confectionery (509) Concept 3 is similar to the concept 7 of Dutch oven (544) Concept 3 is similar to the concept 3 of golfcart (575) Concept 3 is similar to the concept 4 of jigsaw puzzle (611) Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 4 of library (624) Concept 3 is similar to the concept 7 of lumbermill (634) Concept 3 is similar to the concept 3 of pool table (736) Concept 3 is similar to the concept 4 of shoe shop (788) Concept 3 is similar to the concept 5 of shopping cart (791) Concept 3 is similar to the concept 3 of soccer ball (805) Concept 3 is similar to the concept 5 of swab (840) Concept 3 is similar to the concept 5 of tobacco shop (860) Concept 3 is similar to the concept 6 of toyshop (865) Concept 3 is similar to the concept 3 of tricycle (870) Concept 3 is similar to the concept 4 of vacuum (882)"},{"location":"classes/power%20drill/","title":"Power drill (740)","text":"

Power drill (class id 740) has 4 important concepts. The full class name is power drill.

"},{"location":"classes/power%20drill/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Power drill' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/power%20drill/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 31%) Concept 5 (Importance 26%) Concept 7 (Importance 18%) Concept 2 (Importance 15%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 5 Concept 7 Concept 2 Concept 8 Concept 0 Concept 9 Concept 6 Concept 3 Concept 1"},{"location":"classes/power%20drill/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class power drill and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of binoculars (447) Concept 5 is similar to the concept 6 of chain saw (491) Concept 8 is similar to the concept 1 of hand blower (589) Concept 6 is similar to the concept 2 of hand blower (589) Concept 6 is similar to the concept 3 of joystick (613) Concept 6 is similar to the concept 2 of modem (662) Concept 6 is similar to the concept 3 of mouse (673) Concept 6 is similar to the concept 3 of oscilloscope (688) Concept 9 is similar to the concept 5 of web site (916)"},{"location":"classes/prairie%20chicken/","title":"Prairie chicken (83)","text":"

Prairie chicken (class id 83) has 3 important concepts. The full class name is prairie chicken, prairie grouse, prairie fowl.

"},{"location":"classes/prairie%20chicken/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Prairie chicken' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/prairie%20chicken/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 38%) Concept 2 (Importance 20%) Concept 3 (Importance 14%) Concept 8 (Importance 10%) Concept 7 (Importance 5%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 0 (Importance 2%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 3 Concept 8 Concept 7 Concept 1 Concept 9 Concept 6 Concept 0 Concept 5"},{"location":"classes/prairie%20chicken/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class prairie chicken and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of horned viper (66) Concept 1 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of ptarmigan (81) Concept 1 is similar to the concept 1 of partridge (86) Concept 1 is similar to the concept 3 of bustard (138) Concept 1 is similar to the concept 3 of red-backed sandpiper (140) Concept 1 is similar to the concept 8 of kit fox (278) Concept 1 is similar to the concept 4 of mongoose (298) Concept 1 is similar to the concept 3 of tiger beetle (300) Concept 1 is similar to the concept 4 of dung beetle (305) Concept 1 is similar to the concept 6 of wood rabbit (330) Concept 1 is similar to the concept 6 of hare (331) Concept 1 is similar to the concept 6 of impala (352)"},{"location":"classes/prayer%20rug/","title":"Prayer rug (741)","text":"

Prayer rug (class id 741) has 2 important concepts. The full class name is prayer rug, prayer mat.

"},{"location":"classes/prayer%20rug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Prayer rug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/prayer%20rug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 63%) Concept 8 (Importance 10%) Concept 3 (Importance 9%) Concept 5 (Importance 7%) Concept 6 (Importance 2%) Concept 1 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 5 Concept 6 Concept 1 Concept 7 Concept 4 Concept 9 Concept 2"},{"location":"classes/prayer%20rug/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/pretzel/","title":"Pretzel (932)","text":"

Pretzel (class id 932) has 3 important concepts. The full class name is pretzel.

"},{"location":"classes/pretzel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pretzel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pretzel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 34%) Concept 4 (Importance 27%) Concept 2 (Importance 27%) Concept 3 (Importance 5%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 3 Concept 5 Concept 1 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/pretzel/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/printer/","title":"Printer (742)","text":"

Printer (class id 742) has 4 important concepts. The full class name is printer.

"},{"location":"classes/printer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Printer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/printer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 39%) Concept 6 (Importance 15%) Concept 3 (Importance 15%) Concept 5 (Importance 11%) Concept 2 (Importance 9%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 3 Concept 5 Concept 2 Concept 8 Concept 7 Concept 4 Concept 1 Concept 9"},{"location":"classes/printer/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/prison/","title":"Prison (743)","text":"

Prison (class id 743) has 6 important concepts. The full class name is prison, prison house.

"},{"location":"classes/prison/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Prison' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/prison/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 18%) Concept 3 (Importance 16%) Concept 0 (Importance 16%) Concept 9 (Importance 13%) Concept 8 (Importance 11%) Concept 7 (Importance 7%) Concept 4 (Importance 7%) Concept 5 (Importance 6%) Concept 6 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 4 Concept 5 Concept 6 Concept 2"},{"location":"classes/prison/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class prison and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bannister (421) Concept 4 is similar to the concept 3 of cleaver (499) Concept 1 is similar to the concept 0 of crib (520) Concept 4 is similar to the concept 3 of notebook (681) Concept 1 is similar to the concept 1 of plate rack (729) Concept 1 is similar to the concept 8 of rocking chair (765) Concept 4 is similar to the concept 8 of television (851) Concept 4 is similar to the concept 5 of tobacco shop (860)"},{"location":"classes/proboscis%20monkey/","title":"Proboscis monkey (376)","text":"

Proboscis monkey (class id 376) has 2 important concepts. The full class name is proboscis monkey, Nasalis larvatus.

"},{"location":"classes/proboscis%20monkey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Proboscis monkey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/proboscis%20monkey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 3 (Importance 28%) Concept 7 (Importance 12%) Concept 5 (Importance 2%) Concept 0 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 7 Concept 5 Concept 0 Concept 8 Concept 6 Concept 1 Concept 9 Concept 4"},{"location":"classes/proboscis%20monkey/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class proboscis monkey and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of langur (374)"},{"location":"classes/projectile/","title":"Projectile (744)","text":"

Projectile (class id 744) has 2 important concepts. The full class name is projectile, missile.

"},{"location":"classes/projectile/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Projectile' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/projectile/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 56%) Concept 9 (Importance 12%) Concept 3 (Importance 11%) Concept 7 (Importance 6%) Concept 8 (Importance 4%) Concept 0 (Importance 3%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 3 Concept 7 Concept 8 Concept 0 Concept 6 Concept 5 Concept 1 Concept 4"},{"location":"classes/projectile/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class projectile and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of barn (425) Concept 0 is similar to the concept 0 of cannon (471) Concept 1 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 1 of church (497) Concept 9 is similar to the concept 0 of missile (657) Concept 2 is similar to the concept 2 of missile (657) Concept 7 is similar to the concept 3 of missile (657) Concept 8 is similar to the concept 4 of missile (657) Concept 1 is similar to the concept 1 of seashore (978)"},{"location":"classes/projector/","title":"Projector (745)","text":"

Projector (class id 745) has 3 important concepts. The full class name is projector.

"},{"location":"classes/projector/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Projector' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/projector/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 44%) Concept 6 (Importance 19%) Concept 1 (Importance 16%) Concept 4 (Importance 9%) Concept 7 (Importance 3%) Concept 0 (Importance 3%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 1 Concept 4 Concept 7 Concept 0 Concept 8 Concept 5 Concept 9 Concept 3"},{"location":"classes/projector/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class projector and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of binoculars (447) Concept 2 is similar to the concept 1 of Polaroid camera (732) Concept 2 is similar to the concept 1 of reflex camera (759) Concept 5 is similar to the concept 5 of spotlight (818)"},{"location":"classes/promontory/","title":"Promontory (976)","text":"

Promontory (class id 976) has 3 important concepts. The full class name is promontory, headland, head, foreland.

"},{"location":"classes/promontory/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Promontory' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/promontory/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 35%) Concept 6 (Importance 31%) Concept 8 (Importance 17%) Concept 0 (Importance 9%) Concept 3 (Importance 2%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 6 Concept 8 Concept 0 Concept 3 Concept 5 Concept 2 Concept 9 Concept 4 Concept 1"},{"location":"classes/promontory/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class promontory and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 2 of breakwater (460) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 3 of pier (718) Concept 2 is similar to the concept 1 of seashore (978) Concept 7 is similar to the concept 2 of seashore (978)"},{"location":"classes/ptarmigan/","title":"Ptarmigan (81)","text":"

Ptarmigan (class id 81) has 4 important concepts. The full class name is ptarmigan.

"},{"location":"classes/ptarmigan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ptarmigan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ptarmigan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 31%) Concept 6 (Importance 23%) Concept 0 (Importance 23%) Concept 2 (Importance 14%) Concept 9 (Importance 3%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 6 Concept 0 Concept 2 Concept 9 Concept 7 Concept 5 Concept 8 Concept 4 Concept 1"},{"location":"classes/ptarmigan/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class ptarmigan and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of black grouse (80) Concept 1 is similar to the concept 1 of prairie chicken (83) Concept 7 is similar to the concept 1 of marmot (336)"},{"location":"classes/puck/","title":"Puck (746)","text":"

Puck (class id 746) has 5 important concepts. The full class name is puck, hockey puck.

"},{"location":"classes/puck/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Puck' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/puck/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 23%) Concept 0 (Importance 22%) Concept 6 (Importance 13%) Concept 5 (Importance 12%) Concept 2 (Importance 12%) Concept 3 (Importance 8%) Concept 9 (Importance 5%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 5 Concept 2 Concept 3 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/puck/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/puffer/","title":"Puffer (397)","text":"

Puffer (class id 397) has 4 important concepts. The full class name is puffer, pufferfish, blowfish, globefish.

"},{"location":"classes/puffer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Puffer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/puffer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 34%) Concept 2 (Importance 17%) Concept 1 (Importance 12%) Concept 6 (Importance 10%) Concept 8 (Importance 8%) Concept 3 (Importance 7%) Concept 7 (Importance 5%) Concept 9 (Importance 3%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 1 Concept 6 Concept 8 Concept 3 Concept 7 Concept 9 Concept 5 Concept 0"},{"location":"classes/puffer/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class puffer and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of tench (0) Concept 3 is similar to the concept 1 of goldfish (1) Concept 9 is similar to the concept 1 of brain coral (109) Concept 9 is similar to the concept 1 of spiny lobster (123) Concept 9 is similar to the concept 5 of starfish (327) Concept 9 is similar to the concept 3 of sea cucumber (329) Concept 7 is similar to the concept 1 of eel (390) Concept 9 is similar to the concept 3 of anemone fish (393) Concept 3 is similar to the concept 6 of anemone fish (393) Concept 9 is similar to the concept 1 of lionfish (396)"},{"location":"classes/pug/","title":"Pug (254)","text":"

Pug (class id 254) has 3 important concepts. The full class name is pug, pug-dog.

"},{"location":"classes/pug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Pug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/pug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 52%) Concept 4 (Importance 19%) Concept 3 (Importance 10%) Concept 9 (Importance 5%) Concept 0 (Importance 5%) Concept 6 (Importance 3%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 3 Concept 9 Concept 0 Concept 6 Concept 5 Concept 8 Concept 7 Concept 2"},{"location":"classes/pug/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class pug and other classes.

Here are those concepts: Concept 3 is similar to the concept 0 of Chihuahua (151) Concept 1 is similar to the concept 1 of Pekinese (154) Concept 3 is similar to the concept 2 of beagle (162) Concept 3 is similar to the concept 4 of Norwegian elkhound (174) Concept 3 is similar to the concept 4 of Boston bull (195) Concept 9 is similar to the concept 0 of Labrador retriever (208) Concept 3 is similar to the concept 5 of Labrador retriever (208) Concept 3 is similar to the concept 2 of kuvasz (222) Concept 3 is similar to the concept 3 of French bulldog (245) Concept 9 is similar to the concept 8 of French bulldog (245) Concept 3 is similar to the concept 2 of Saint Bernard (247) Concept 1 is similar to the concept 1 of Brabancon griffon (262)"},{"location":"classes/punching%20bag/","title":"Punching bag (747)","text":"

Punching bag (class id 747) has 3 important concepts. The full class name is punching bag, punch bag, punching ball, punchball.

"},{"location":"classes/punching%20bag/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Punching bag' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/punching%20bag/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 2 (Importance 23%) Concept 5 (Importance 9%) Concept 9 (Importance 7%) Concept 1 (Importance 5%) Concept 7 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 9 Concept 1 Concept 7 Concept 8 Concept 6 Concept 4 Concept 3"},{"location":"classes/punching%20bag/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class punching bag and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of banjo (420) Concept 1 is similar to the concept 6 of barbell (422) Concept 1 is similar to the concept 5 of bassoon (432) Concept 7 is similar to the concept 1 of beer glass (441) Concept 1 is similar to the concept 6 of bow tie (457) Concept 1 is similar to the concept 6 of candle (470) Concept 1 is similar to the concept 1 of cello (486) Concept 1 is similar to the concept 4 of crutch (523) Concept 1 is similar to the concept 8 of drumstick (542) Concept 1 is similar to the concept 3 of harp (594) Concept 1 is similar to the concept 4 of jigsaw puzzle (611) Concept 1 is similar to the concept 2 of laptop (620) Concept 1 is similar to the concept 2 of plunger (731) Concept 7 is similar to the concept 8 of eggnog (969)"},{"location":"classes/purse/","title":"Purse (748)","text":"

Purse (class id 748) has 3 important concepts. The full class name is purse.

"},{"location":"classes/purse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Purse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/purse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 35%) Concept 3 (Importance 22%) Concept 6 (Importance 11%) Concept 0 (Importance 10%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 4 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 0 Concept 8 Concept 7 Concept 4 Concept 5 Concept 9 Concept 2"},{"location":"classes/purse/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class purse and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 1 of desk (526) Concept 0 is similar to the concept 4 of envelope (549) Concept 6 is similar to the concept 9 of holster (597) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 3 is similar to the concept 2 of mailbag (636) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 0 is similar to the concept 9 of packet (692) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 3 of shopping basket (790) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 0 is similar to the concept 4 of wallet (893) Concept 3 is similar to the concept 1 of wallet (893)"},{"location":"classes/quail/","title":"Quail (85)","text":"

Quail (class id 85) has 3 important concepts. The full class name is quail.

"},{"location":"classes/quail/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Quail' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/quail/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 2 (Importance 15%) Concept 0 (Importance 8%) Concept 8 (Importance 7%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 8 Concept 5 Concept 9 Concept 7 Concept 6 Concept 4 Concept 3"},{"location":"classes/quail/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class quail and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of black grouse (80)"},{"location":"classes/quill/","title":"Quill (749)","text":"

Quill (class id 749) has 1 important concepts. The full class name is quill, quill pen.

"},{"location":"classes/quill/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Quill' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/quill/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 79%) Concept 3 (Importance 5%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 4 Concept 5 Concept 9 Concept 8 Concept 7 Concept 2 Concept 0"},{"location":"classes/quill/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class quill and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of fountain pen (563)"},{"location":"classes/quilt/","title":"Quilt (750)","text":"

Quilt (class id 750) has 3 important concepts. The full class name is quilt, comforter, comfort, puff.

"},{"location":"classes/quilt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Quilt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/quilt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 40%) Concept 2 (Importance 34%) Concept 1 (Importance 11%) Concept 3 (Importance 4%) Concept 0 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 2 Concept 1 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 5 Concept 4"},{"location":"classes/quilt/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class quilt and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of four-poster (564) Concept 3 is similar to the concept 4 of four-poster (564) Concept 1 is similar to the concept 0 of pillow (721) Concept 2 is similar to the concept 1 of studio couch (831) Concept 3 is similar to the concept 2 of studio couch (831)"},{"location":"classes/racer/","title":"Racer (751)","text":"

Racer (class id 751) has 5 important concepts. The full class name is racer, race car, racing car.

"},{"location":"classes/racer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Racer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/racer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 25%) Concept 2 (Importance 23%) Concept 3 (Importance 16%) Concept 1 (Importance 14%) Concept 0 (Importance 10%) Concept 9 (Importance 4%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 3 Concept 1 Concept 0 Concept 9 Concept 7 Concept 8 Concept 6 Concept 5"},{"location":"classes/racer/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class racer and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of ambulance (407) Concept 7 is similar to the concept 3 of beach wagon (436) Concept 3 is similar to the concept 0 of bobsled (450) Concept 7 is similar to the concept 2 of cab (468) Concept 7 is similar to the concept 2 of convertible (511) Concept 9 is similar to the concept 8 of forklift (561) Concept 7 is similar to the concept 9 of golfcart (575) Concept 7 is similar to the concept 1 of minibus (654) Concept 7 is similar to the concept 1 of pickup (717) Concept 2 is similar to the concept 1 of sports car (817) Concept 7 is similar to the concept 2 of sports car (817) Concept 9 is similar to the concept 4 of sports car (817)"},{"location":"classes/racket/","title":"Racket (752)","text":"

Racket (class id 752) has 3 important concepts. The full class name is racket, racquet.

"},{"location":"classes/racket/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Racket' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/racket/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 7 (Importance 15%) Concept 6 (Importance 15%) Concept 5 (Importance 3%) Concept 3 (Importance 3%) Concept 9 (Importance 2%) Concept 4 (Importance 2%) Concept 2 (Importance 2%) Concept 0 (Importance 2%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 6 Concept 5 Concept 3 Concept 9 Concept 4 Concept 2 Concept 0 Concept 8"},{"location":"classes/racket/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class racket and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of vestment (887)"},{"location":"classes/radiator/","title":"Radiator (753)","text":"

Radiator (class id 753) has 4 important concepts. The full class name is radiator.

"},{"location":"classes/radiator/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Radiator' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/radiator/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 30%) Concept 9 (Importance 20%) Concept 1 (Importance 17%) Concept 3 (Importance 10%) Concept 4 (Importance 6%) Concept 2 (Importance 6%) Concept 7 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 1 Concept 3 Concept 4 Concept 2 Concept 7 Concept 6 Concept 8 Concept 5"},{"location":"classes/radiator/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class radiator and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of ashcan (412) Concept 2 is similar to the concept 2 of marimba (642) Concept 2 is similar to the concept 3 of organ (687)"},{"location":"classes/radio%20telescope/","title":"Radio telescope (755)","text":"

Radio telescope (class id 755) has 3 important concepts. The full class name is radio telescope, radio reflector.

"},{"location":"classes/radio%20telescope/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Radio telescope' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/radio%20telescope/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 38%) Concept 5 (Importance 28%) Concept 9 (Importance 18%) Concept 6 (Importance 4%) Concept 2 (Importance 4%) Concept 4 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 9 Concept 6 Concept 2 Concept 4 Concept 8 Concept 3 Concept 7 Concept 1"},{"location":"classes/radio%20telescope/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class radio telescope and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 7 of pier (718) Concept 1 is similar to the concept 9 of pole (733) Concept 2 is similar to the concept 2 of steel arch bridge (821) Concept 3 is similar to the concept 1 of seashore (978)"},{"location":"classes/radio/","title":"Radio (754)","text":"

Radio (class id 754) has 2 important concepts. The full class name is radio, wireless.

"},{"location":"classes/radio/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Radio' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/radio/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 26%) Concept 9 (Importance 21%) Concept 2 (Importance 10%) Concept 1 (Importance 10%) Concept 6 (Importance 9%) Concept 5 (Importance 8%) Concept 8 (Importance 5%) Concept 3 (Importance 4%) Concept 7 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 2 Concept 1 Concept 6 Concept 5 Concept 8 Concept 3 Concept 7 Concept 4"},{"location":"classes/radio/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class radio and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of CD player (485) Concept 2 is similar to the concept 2 of loudspeaker (632) Concept 0 is similar to the concept 5 of oscilloscope (688) Concept 0 is similar to the concept 6 of tape player (848)"},{"location":"classes/rain%20barrel/","title":"Rain barrel (756)","text":"

Rain barrel (class id 756) has 2 important concepts. The full class name is rain barrel.

"},{"location":"classes/rain%20barrel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rain barrel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rain%20barrel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 7 (Importance 12%) Concept 6 (Importance 4%) Concept 4 (Importance 3%) Concept 3 (Importance 3%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 6 Concept 4 Concept 3 Concept 2 Concept 8 Concept 5 Concept 1 Concept 9"},{"location":"classes/rain%20barrel/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class rain barrel and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of dial telephone (528) Concept 4 is similar to the concept 8 of gasmask (570) Concept 2 is similar to the concept 9 of swab (840)"},{"location":"classes/ram/","title":"Ram (348)","text":"

Ram (class id 348) has 3 important concepts. The full class name is ram, tup.

"},{"location":"classes/ram/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ram' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ram/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 51%) Concept 3 (Importance 16%) Concept 5 (Importance 10%) Concept 4 (Importance 6%) Concept 9 (Importance 5%) Concept 6 (Importance 5%) Concept 0 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 5 Concept 4 Concept 9 Concept 6 Concept 0 Concept 8 Concept 7 Concept 2"},{"location":"classes/ram/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class ram and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of warthog (343) Concept 4 is similar to the concept 3 of ox (345) Concept 4 is similar to the concept 7 of water buffalo (346) Concept 4 is similar to the concept 7 of bison (347) Concept 1 is similar to the concept 1 of bighorn (349) Concept 3 is similar to the concept 4 of bighorn (349) Concept 4 is similar to the concept 3 of bighorn (349) Concept 0 is similar to the concept 7 of ibex (350) Concept 4 is similar to the concept 3 of ibex (350) Concept 4 is similar to the concept 2 of oxcart (690)"},{"location":"classes/rapeseed/","title":"Rapeseed (984)","text":"

Rapeseed (class id 984) has 1 important concepts. The full class name is rapeseed.

"},{"location":"classes/rapeseed/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rapeseed' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rapeseed/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 90%) Concept 2 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 9 Concept 8 Concept 7 Concept 6 Concept 4 Concept 3 Concept 1"},{"location":"classes/rapeseed/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class rapeseed and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 6 is similar to the concept 6 of lakeside (975) Concept 3 is similar to the concept 1 of seashore (978)"},{"location":"classes/recreational%20vehicle/","title":"Recreational vehicle (757)","text":"

Recreational vehicle (class id 757) has 3 important concepts. The full class name is recreational vehicle, RV, R.V..

"},{"location":"classes/recreational%20vehicle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Recreational vehicle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/recreational%20vehicle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 45%) Concept 5 (Importance 21%) Concept 4 (Importance 11%) Concept 9 (Importance 8%) Concept 1 (Importance 6%) Concept 8 (Importance 5%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 4 Concept 9 Concept 1 Concept 8 Concept 2 Concept 7 Concept 6 Concept 0"},{"location":"classes/recreational%20vehicle/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class recreational vehicle and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of ambulance (407) Concept 9 is similar to the concept 2 of ambulance (407) Concept 9 is similar to the concept 9 of cab (468) Concept 1 is similar to the concept 2 of fire engine (555) Concept 9 is similar to the concept 8 of minibus (654) Concept 3 is similar to the concept 1 of mobile home (660) Concept 4 is similar to the concept 6 of moving van (675) Concept 5 is similar to the concept 8 of moving van (675) Concept 3 is similar to the concept 7 of passenger car (705) Concept 6 is similar to the concept 8 of pole (733) Concept 9 is similar to the concept 6 of police van (734)"},{"location":"classes/red%20fox/","title":"Red fox (277)","text":"

Red fox (class id 277) has 4 important concepts. The full class name is red fox, Vulpes vulpes.

"},{"location":"classes/red%20fox/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Red fox' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/red%20fox/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 4 (Importance 20%) Concept 8 (Importance 17%) Concept 3 (Importance 15%) Concept 0 (Importance 4%) Concept 5 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 8 Concept 3 Concept 0 Concept 5 Concept 7 Concept 6 Concept 9 Concept 1"},{"location":"classes/red%20fox/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class red fox and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of Siberian husky (250) Concept 3 is similar to the concept 4 of coyote (272) Concept 0 is similar to the concept 6 of kit fox (278) Concept 2 is similar to the concept 9 of kit fox (278) Concept 3 is similar to the concept 2 of kit fox (278) Concept 4 is similar to the concept 4 of kit fox (278) Concept 3 is similar to the concept 4 of grey fox (280) Concept 3 is similar to the concept 4 of cougar (286)"},{"location":"classes/red%20wine/","title":"Red wine (966)","text":"

Red wine (class id 966) has 3 important concepts. The full class name is red wine.

"},{"location":"classes/red%20wine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Red wine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/red%20wine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 1 (Importance 22%) Concept 5 (Importance 10%) Concept 8 (Importance 9%) Concept 6 (Importance 3%) Concept 0 (Importance 3%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 5 Concept 8 Concept 6 Concept 0 Concept 4 Concept 3 Concept 9 Concept 7"},{"location":"classes/red%20wine/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class red wine and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of beer bottle (440) Concept 1 is similar to the concept 1 of goblet (572) Concept 8 is similar to the concept 1 of wine bottle (907) Concept 6 is similar to the concept 2 of wine bottle (907)"},{"location":"classes/red%20wolf/","title":"Red wolf (271)","text":"

Red wolf (class id 271) has 5 important concepts. The full class name is red wolf, maned wolf, Canis rufus, Canis niger.

"},{"location":"classes/red%20wolf/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Red wolf' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/red%20wolf/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 25%) Concept 5 (Importance 19%) Concept 4 (Importance 18%) Concept 2 (Importance 16%) Concept 1 (Importance 11%) Concept 6 (Importance 5%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 4 Concept 2 Concept 1 Concept 6 Concept 8 Concept 9 Concept 7 Concept 0"},{"location":"classes/red%20wolf/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/red-backed%20sandpiper/","title":"Red-backed sandpiper (140)","text":"

Red-backed sandpiper (class id 140) has 4 important concepts. The full class name is red-backed sandpiper, dunlin, Erolia alpina.

"},{"location":"classes/red-backed%20sandpiper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Red-backed sandpiper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/red-backed%20sandpiper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 29%) Concept 4 (Importance 22%) Concept 0 (Importance 21%) Concept 2 (Importance 18%) Concept 8 (Importance 2%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 4 Concept 0 Concept 2 Concept 8 Concept 1 Concept 5 Concept 9 Concept 7 Concept 3"},{"location":"classes/red-backed%20sandpiper/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class red-backed sandpiper and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 3 is similar to the concept 1 of black grouse (80) Concept 3 is similar to the concept 1 of prairie chicken (83) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 2 is similar to the concept 4 of spoonbill (129) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 2 is similar to the concept 4 of American egret (132) Concept 1 is similar to the concept 1 of American coot (137) Concept 0 is similar to the concept 3 of ruddy turnstone (139) Concept 0 is similar to the concept 6 of dowitcher (142) Concept 1 is similar to the concept 1 of otter (360)"},{"location":"classes/red-breasted%20merganser/","title":"Red-breasted merganser (98)","text":"

Red-breasted merganser (class id 98) has 3 important concepts. The full class name is red-breasted merganser, Mergus serrator.

"},{"location":"classes/red-breasted%20merganser/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Red-breasted merganser' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/red-breasted%20merganser/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 1 (Importance 25%) Concept 6 (Importance 13%) Concept 7 (Importance 6%) Concept 0 (Importance 3%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 6 Concept 7 Concept 0 Concept 5 Concept 4 Concept 2 Concept 9 Concept 8"},{"location":"classes/red-breasted%20merganser/#similar-concepts","title":"Similar concepts","text":"

We have found 26 similar concepts between the class red-breasted merganser and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of water ouzel (20) Concept 0 is similar to the concept 2 of African crocodile (49) Concept 0 is similar to the concept 2 of American alligator (50) Concept 0 is similar to the concept 1 of drake (97) Concept 0 is similar to the concept 1 of black swan (100) Concept 0 is similar to the concept 1 of platypus (103) Concept 0 is similar to the concept 5 of black stork (128) Concept 0 is similar to the concept 1 of spoonbill (129) Concept 0 is similar to the concept 3 of flamingo (130) Concept 0 is similar to the concept 1 of little blue heron (131) Concept 0 is similar to the concept 1 of American egret (132) Concept 0 is similar to the concept 4 of European gallinule (136) Concept 0 is similar to the concept 1 of American coot (137) Concept 0 is similar to the concept 1 of red-backed sandpiper (140) Concept 0 is similar to the concept 8 of redshank (141) Concept 0 is similar to the concept 1 of dowitcher (142) Concept 0 is similar to the concept 6 of pelican (144) Concept 5 is similar to the concept 1 of albatross (146) Concept 0 is similar to the concept 1 of beaver (337) Concept 0 is similar to the concept 1 of hippopotamus (344) Concept 0 is similar to the concept 1 of otter (360) Concept 5 is similar to the concept 3 of gar (395) Concept 0 is similar to the concept 4 of boathouse (449) Concept 0 is similar to the concept 1 of canoe (472) Concept 0 is similar to the concept 2 of paddle (693) Concept 0 is similar to the concept 5 of speedboat (814)"},{"location":"classes/redbone/","title":"Redbone (168)","text":"

Redbone (class id 168) has 4 important concepts. The full class name is redbone.

"},{"location":"classes/redbone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Redbone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/redbone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 30%) Concept 1 (Importance 22%) Concept 2 (Importance 16%) Concept 4 (Importance 13%) Concept 0 (Importance 8%) Concept 9 (Importance 6%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 2 Concept 4 Concept 0 Concept 9 Concept 8 Concept 7 Concept 5 Concept 3"},{"location":"classes/redbone/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class redbone and other classes.

Here are those concepts: Concept 9 is similar to the concept 0 of Rhodesian ridgeback (159) Concept 4 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 6 is similar to the concept 7 of beagle (162) Concept 4 is similar to the concept 3 of bloodhound (163) Concept 2 is similar to the concept 5 of black-and-tan coonhound (165) Concept 1 is similar to the concept 1 of Walker hound (166) Concept 6 is similar to the concept 8 of Walker hound (166) Concept 4 is similar to the concept 4 of Chesapeake Bay retriever (209) Concept 4 is similar to the concept 3 of vizsla (211) Concept 4 is similar to the concept 4 of malinois (225) Concept 4 is similar to the concept 5 of Rottweiler (234) Concept 4 is similar to the concept 2 of Doberman (236) Concept 4 is similar to the concept 4 of miniature pinscher (237)"},{"location":"classes/redshank/","title":"Redshank (141)","text":"

Redshank (class id 141) has 3 important concepts. The full class name is redshank, Tringa totanus.

"},{"location":"classes/redshank/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Redshank' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/redshank/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 35%) Concept 4 (Importance 29%) Concept 2 (Importance 25%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 2 Concept 5 Concept 6 Concept 8 Concept 9 Concept 7 Concept 3 Concept 1"},{"location":"classes/redshank/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class redshank and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of water ouzel (20) Concept 8 is similar to the concept 2 of African crocodile (49) Concept 8 is similar to the concept 2 of American alligator (50) Concept 8 is similar to the concept 1 of drake (97) Concept 8 is similar to the concept 0 of red-breasted merganser (98) Concept 8 is similar to the concept 1 of black swan (100) Concept 2 is similar to the concept 4 of white stork (127) Concept 2 is similar to the concept 2 of black stork (128) Concept 8 is similar to the concept 1 of little blue heron (131) Concept 8 is similar to the concept 1 of American egret (132) Concept 2 is similar to the concept 2 of European gallinule (136) Concept 8 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 2 of ruddy turnstone (139) Concept 0 is similar to the concept 0 of dowitcher (142) Concept 5 is similar to the concept 3 of dowitcher (142) Concept 8 is similar to the concept 1 of beaver (337) Concept 8 is similar to the concept 1 of hippopotamus (344) Concept 8 is similar to the concept 1 of otter (360) Concept 8 is similar to the concept 2 of paddle (693)"},{"location":"classes/reel/","title":"Reel (758)","text":"

Reel (class id 758) has 5 important concepts. The full class name is reel.

"},{"location":"classes/reel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Reel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/reel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 24%) Concept 6 (Importance 22%) Concept 9 (Importance 17%) Concept 4 (Importance 12%) Concept 1 (Importance 10%) Concept 7 (Importance 8%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 9 Concept 4 Concept 1 Concept 7 Concept 5 Concept 0 Concept 8 Concept 3"},{"location":"classes/reel/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class reel and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of barracouta (389) Concept 1 is similar to the concept 3 of coho (391) Concept 1 is similar to the concept 4 of sturgeon (394) Concept 1 is similar to the concept 6 of bathing cap (433) Concept 1 is similar to the concept 1 of bikini (445) Concept 1 is similar to the concept 1 of paddle (693) Concept 1 is similar to the concept 2 of swimming trunks (842)"},{"location":"classes/reflex%20camera/","title":"Reflex camera (759)","text":"

Reflex camera (class id 759) has 3 important concepts. The full class name is reflex camera.

"},{"location":"classes/reflex%20camera/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Reflex camera' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/reflex%20camera/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 42%) Concept 1 (Importance 24%) Concept 2 (Importance 10%) Concept 8 (Importance 7%) Concept 4 (Importance 6%) Concept 9 (Importance 3%) Concept 0 (Importance 3%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 2 Concept 8 Concept 4 Concept 9 Concept 0 Concept 7 Concept 6 Concept 3"},{"location":"classes/reflex%20camera/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class reflex camera and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of projector (745)"},{"location":"classes/refrigerator/","title":"Refrigerator (760)","text":"

Refrigerator (class id 760) has 3 important concepts. The full class name is refrigerator, icebox.

"},{"location":"classes/refrigerator/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Refrigerator' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/refrigerator/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 26%) Concept 9 (Importance 23%) Concept 8 (Importance 23%) Concept 3 (Importance 7%) Concept 1 (Importance 7%) Concept 7 (Importance 5%) Concept 6 (Importance 2%) Concept 2 (Importance 2%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 8 Concept 3 Concept 1 Concept 7 Concept 6 Concept 2 Concept 5 Concept 4"},{"location":"classes/refrigerator/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/remote%20control/","title":"Remote control (761)","text":"

Remote control (class id 761) has 3 important concepts. The full class name is remote control, remote.

"},{"location":"classes/remote%20control/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Remote control' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/remote%20control/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 7 (Importance 21%) Concept 2 (Importance 21%) Concept 1 (Importance 7%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 2 Concept 1 Concept 3 Concept 6 Concept 4 Concept 9 Concept 8 Concept 5"},{"location":"classes/remote%20control/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/restaurant/","title":"Restaurant (762)","text":"

Restaurant (class id 762) has 3 important concepts. The full class name is restaurant, eating house, eating place, eatery.

"},{"location":"classes/restaurant/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Restaurant' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/restaurant/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 44%) Concept 9 (Importance 20%) Concept 5 (Importance 16%) Concept 0 (Importance 5%) Concept 7 (Importance 3%) Concept 6 (Importance 3%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 4 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 5 Concept 0 Concept 7 Concept 6 Concept 8 Concept 3 Concept 4 Concept 2"},{"location":"classes/restaurant/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class restaurant and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of dining table (532) Concept 5 is similar to the concept 8 of home theater (598) Concept 5 is similar to the concept 3 of library (624) Concept 3 is similar to the concept 4 of turnstile (877)"},{"location":"classes/revolver/","title":"Revolver (763)","text":"

Revolver (class id 763) has 1 important concepts. The full class name is revolver, six-gun, six-shooter.

"},{"location":"classes/revolver/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Revolver' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/revolver/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 80%) Concept 3 (Importance 8%) Concept 0 (Importance 4%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5 Concept 2"},{"location":"classes/revolver/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class revolver and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of assault rifle (413) Concept 1 is similar to the concept 1 of rifle (764)"},{"location":"classes/rhinoceros%20beetle/","title":"Rhinoceros beetle (306)","text":"

Rhinoceros beetle (class id 306) has 4 important concepts. The full class name is rhinoceros beetle.

"},{"location":"classes/rhinoceros%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rhinoceros beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rhinoceros%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 35%) Concept 1 (Importance 18%) Concept 0 (Importance 16%) Concept 3 (Importance 15%) Concept 9 (Importance 10%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 0 Concept 3 Concept 9 Concept 7 Concept 8 Concept 6 Concept 5 Concept 2"},{"location":"classes/rhinoceros%20beetle/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/rifle/","title":"Rifle (764)","text":"

Rifle (class id 764) has 1 important concepts. The full class name is rifle.

"},{"location":"classes/rifle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rifle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rifle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 67%) Concept 0 (Importance 13%) Concept 5 (Importance 6%) Concept 3 (Importance 4%) Concept 9 (Importance 3%) Concept 2 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 3 Concept 9 Concept 2 Concept 8 Concept 7 Concept 6 Concept 4"},{"location":"classes/rifle/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class rifle and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of assault rifle (413) Concept 2 is similar to the concept 2 of assault rifle (413) Concept 1 is similar to the concept 1 of revolver (763) Concept 2 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/ringlet/","title":"Ringlet (322)","text":"

Ringlet (class id 322) has 2 important concepts. The full class name is ringlet, ringlet butterfly.

"},{"location":"classes/ringlet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ringlet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ringlet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 47%) Concept 0 (Importance 37%) Concept 9 (Importance 6%) Concept 8 (Importance 2%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 9 Concept 8 Concept 4 Concept 3 Concept 7 Concept 6 Concept 5 Concept 1"},{"location":"classes/ringlet/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class ringlet and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of hip (989)"},{"location":"classes/ringneck%20snake/","title":"Ringneck snake (53)","text":"

Ringneck snake (class id 53) has 5 important concepts. The full class name is ringneck snake, ring-necked snake, ring snake.

"},{"location":"classes/ringneck%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ringneck snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ringneck%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 33%) Concept 0 (Importance 23%) Concept 8 (Importance 20%) Concept 4 (Importance 8%) Concept 2 (Importance 8%) Concept 3 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 8 Concept 4 Concept 2 Concept 3 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/ringneck%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class ringneck snake and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of eft (27) Concept 3 is similar to the concept 6 of spotted salamander (28) Concept 1 is similar to the concept 3 of whiptail (41) Concept 3 is similar to the concept 7 of alligator lizard (44) Concept 3 is similar to the concept 2 of thunder snake (52) Concept 4 is similar to the concept 7 of water snake (58) Concept 1 is similar to the concept 5 of scorpion (71) Concept 1 is similar to the concept 1 of fiddler crab (120) Concept 3 is similar to the concept 5 of crayfish (124) Concept 3 is similar to the concept 2 of hermit crab (125) Concept 1 is similar to the concept 2 of ant (310) Concept 3 is similar to the concept 6 of walking stick (313) Concept 3 is similar to the concept 3 of Band Aid (419)"},{"location":"classes/robin/","title":"Robin (15)","text":"

Robin (class id 15) has 3 important concepts. The full class name is robin, American robin, Turdus migratorius.

"},{"location":"classes/robin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Robin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/robin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 2 (Importance 27%) Concept 4 (Importance 21%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 8 Concept 7 Concept 1 Concept 9 Concept 6 Concept 5 Concept 3"},{"location":"classes/robin/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class robin and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of house finch (12) Concept 4 is similar to the concept 3 of junco (13) Concept 8 is similar to the concept 0 of water ouzel (20) Concept 1 is similar to the concept 4 of hip (989)"},{"location":"classes/rock%20beauty/","title":"Rock beauty (392)","text":"

Rock beauty (class id 392) has 2 important concepts. The full class name is rock beauty, Holocanthus tricolor.

"},{"location":"classes/rock%20beauty/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rock beauty' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rock%20beauty/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 8 (Importance 17%) Concept 5 (Importance 5%) Concept 2 (Importance 4%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 5 Concept 2 Concept 4 Concept 3 Concept 9 Concept 7 Concept 6 Concept 1"},{"location":"classes/rock%20beauty/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class rock beauty and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of goldfish (1) Concept 2 is similar to the concept 1 of sea urchin (328) Concept 2 is similar to the concept 3 of anemone fish (393) Concept 5 is similar to the concept 6 of anemone fish (393)"},{"location":"classes/rock%20crab/","title":"Rock crab (119)","text":"

Rock crab (class id 119) has 1 important concepts. The full class name is rock crab, Cancer irroratus.

"},{"location":"classes/rock%20crab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rock crab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rock%20crab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 70%) Concept 2 (Importance 10%) Concept 4 (Importance 7%) Concept 9 (Importance 5%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 9 Concept 5 Concept 8 Concept 1 Concept 7 Concept 6 Concept 3"},{"location":"classes/rock%20crab/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class rock crab and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of whiptail (41) Concept 0 is similar to the concept 0 of Dungeness crab (118) Concept 0 is similar to the concept 3 of fiddler crab (120) Concept 1 is similar to the concept 1 of fiddler crab (120) Concept 2 is similar to the concept 0 of fiddler crab (120) Concept 0 is similar to the concept 7 of king crab (121) Concept 2 is similar to the concept 2 of crayfish (124)"},{"location":"classes/rock%20python/","title":"Rock python (62)","text":"

Rock python (class id 62) has 2 important concepts. The full class name is rock python, rock snake, Python sebae.

"},{"location":"classes/rock%20python/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rock python' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rock%20python/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 59%) Concept 7 (Importance 26%) Concept 8 (Importance 6%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 8 Concept 2 Concept 9 Concept 4 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/rock%20python/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class rock python and other classes.

Here are those concepts: Concept 0 is similar to the concept 7 of night snake (60) Concept 0 is similar to the concept 0 of boa constrictor (61) Concept 2 is similar to the concept 2 of boa constrictor (61)"},{"location":"classes/rocking%20chair/","title":"Rocking chair (765)","text":"

Rocking chair (class id 765) has 2 important concepts. The full class name is rocking chair, rocker.

"},{"location":"classes/rocking%20chair/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rocking chair' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rocking%20chair/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 50%) Concept 1 (Importance 25%) Concept 6 (Importance 4%) Concept 2 (Importance 4%) Concept 9 (Importance 3%) Concept 8 (Importance 3%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept alignment with classes Concept 4 Concept 1 Concept 6 Concept 2 Concept 9 Concept 8 Concept 5 Concept 7 Concept 3 Concept 0"},{"location":"classes/rocking%20chair/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class rocking chair and other classes.

Here are those concepts: Concept 8 is similar to the concept 1 of bannister (421) Concept 8 is similar to the concept 2 of cradle (516) Concept 2 is similar to the concept 2 of folding chair (559) Concept 8 is similar to the concept 1 of prison (743)"},{"location":"classes/rotisserie/","title":"Rotisserie (766)","text":"

Rotisserie (class id 766) has 1 important concepts. The full class name is rotisserie.

"},{"location":"classes/rotisserie/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rotisserie' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rotisserie/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 73%) Concept 2 (Importance 9%) Concept 9 (Importance 3%) Concept 1 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 5 (Importance 2%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 1 Concept 8 Concept 6 Concept 5 Concept 7 Concept 4 Concept 3"},{"location":"classes/rotisserie/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class rotisserie and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of fire screen (556) Concept 2 is similar to the concept 7 of acorn squash (941)"},{"location":"classes/rubber%20eraser/","title":"Rubber eraser (767)","text":"

Rubber eraser (class id 767) has 4 important concepts. The full class name is rubber eraser, rubber, pencil eraser.

"},{"location":"classes/rubber%20eraser/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rubber eraser' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rubber%20eraser/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 30%) Concept 1 (Importance 28%) Concept 0 (Importance 15%) Concept 4 (Importance 10%) Concept 7 (Importance 5%) Concept 8 (Importance 4%) Concept 6 (Importance 3%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 0 Concept 4 Concept 7 Concept 8 Concept 6 Concept 5 Concept 9 Concept 3"},{"location":"classes/rubber%20eraser/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class rubber eraser and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of apron (411) Concept 5 is similar to the concept 1 of backpack (414) Concept 5 is similar to the concept 1 of bath towel (434) Concept 5 is similar to the concept 2 of broom (462) Concept 5 is similar to the concept 1 of bucket (463) Concept 5 is similar to the concept 0 of carton (478) Concept 5 is similar to the concept 1 of desk (526) Concept 5 is similar to the concept 6 of magnetic compass (635) Concept 5 is similar to the concept 1 of monitor (664) Concept 5 is similar to the concept 1 of mosquito net (669) Concept 5 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 1 of pencil box (709) Concept 5 is similar to the concept 1 of safe (771) Concept 5 is similar to the concept 1 of sandal (774) Concept 5 is similar to the concept 2 of scale (778) Concept 5 is similar to the concept 1 of shopping basket (790) Concept 5 is similar to the concept 1 of sleeping bag (797) Concept 5 is similar to the concept 1 of swab (840) Concept 5 is similar to the concept 1 of tray (868)"},{"location":"classes/ruddy%20turnstone/","title":"Ruddy turnstone (139)","text":"

Ruddy turnstone (class id 139) has 3 important concepts. The full class name is ruddy turnstone, Arenaria interpres.

"},{"location":"classes/ruddy%20turnstone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ruddy turnstone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ruddy%20turnstone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 39%) Concept 3 (Importance 24%) Concept 7 (Importance 19%) Concept 2 (Importance 8%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 3 Concept 7 Concept 2 Concept 0 Concept 8 Concept 1 Concept 9 Concept 6 Concept 5"},{"location":"classes/ruddy%20turnstone/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class ruddy turnstone and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of black grouse (80) Concept 2 is similar to the concept 2 of European gallinule (136) Concept 3 is similar to the concept 0 of red-backed sandpiper (140) Concept 2 is similar to the concept 2 of redshank (141) Concept 3 is similar to the concept 6 of dowitcher (142)"},{"location":"classes/ruffed%20grouse/","title":"Ruffed grouse (82)","text":"

Ruffed grouse (class id 82) has 2 important concepts. The full class name is ruffed grouse, partridge, Bonasa umbellus.

"},{"location":"classes/ruffed%20grouse/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ruffed grouse' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ruffed%20grouse/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 56%) Concept 2 (Importance 30%) Concept 5 (Importance 4%) Concept 7 (Importance 3%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 7 Concept 6 Concept 3 Concept 1 Concept 9 Concept 8 Concept 4"},{"location":"classes/ruffed%20grouse/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/rugby%20ball/","title":"Rugby ball (768)","text":"

Rugby ball (class id 768) has 2 important concepts. The full class name is rugby ball.

"},{"location":"classes/rugby%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rugby ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rugby%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 41%) Concept 2 (Importance 32%) Concept 6 (Importance 8%) Concept 1 (Importance 6%) Concept 4 (Importance 5%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 1 Concept 4 Concept 5 Concept 3 Concept 9 Concept 8 Concept 7"},{"location":"classes/rugby%20ball/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class rugby ball and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of Saluki (176) Concept 1 is similar to the concept 6 of Scottish deerhound (177) Concept 1 is similar to the concept 2 of German shepherd (235) Concept 3 is similar to the concept 3 of basketball (430) Concept 1 is similar to the concept 0 of croquet ball (522) Concept 1 is similar to the concept 5 of football helmet (560) Concept 3 is similar to the concept 3 of marimba (642) Concept 3 is similar to the concept 5 of parallel bars (702) Concept 3 is similar to the concept 2 of steel drum (822) Concept 1 is similar to the concept 7 of ballplayer (981) Concept 6 is similar to the concept 2 of ballplayer (981)"},{"location":"classes/rule/","title":"Rule (769)","text":"

Rule (class id 769) has 2 important concepts. The full class name is rule, ruler.

"},{"location":"classes/rule/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Rule' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/rule/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 68%) Concept 3 (Importance 14%) Concept 2 (Importance 4%) Concept 9 (Importance 3%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 2 Concept 9 Concept 5 Concept 6 Concept 8 Concept 7 Concept 4 Concept 1"},{"location":"classes/rule/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class rule and other classes.

Here are those concepts: Concept 9 is similar to the concept 0 of cleaver (499) Concept 0 is similar to the concept 3 of slide rule (798)"},{"location":"classes/running%20shoe/","title":"Running shoe (770)","text":"

Running shoe (class id 770) has 1 important concepts. The full class name is running shoe.

"},{"location":"classes/running%20shoe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Running shoe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/running%20shoe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 83%) Concept 9 (Importance 3%) Concept 2 (Importance 3%) Concept 6 (Importance 2%) Concept 5 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 2 Concept 6 Concept 5 Concept 4 Concept 3 Concept 8 Concept 7 Concept 1"},{"location":"classes/running%20shoe/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class running shoe and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of apron (411) Concept 3 is similar to the concept 1 of backpack (414) Concept 3 is similar to the concept 1 of bath towel (434) Concept 3 is similar to the concept 2 of broom (462) Concept 3 is similar to the concept 1 of bucket (463) Concept 3 is similar to the concept 0 of carton (478) Concept 3 is similar to the concept 1 of desk (526) Concept 3 is similar to the concept 6 of magnetic compass (635) Concept 3 is similar to the concept 1 of monitor (664) Concept 3 is similar to the concept 1 of mosquito net (669) Concept 3 is similar to the concept 3 of pajama (697) Concept 3 is similar to the concept 1 of safe (771) Concept 3 is similar to the concept 1 of sandal (774) Concept 3 is similar to the concept 2 of scale (778) Concept 3 is similar to the concept 1 of shopping basket (790) Concept 3 is similar to the concept 1 of sleeping bag (797) Concept 3 is similar to the concept 1 of swab (840) Concept 3 is similar to the concept 1 of tray (868)"},{"location":"classes/safe/","title":"Safe (771)","text":"

Safe (class id 771) has 4 important concepts. The full class name is safe.

"},{"location":"classes/safe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Safe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/safe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 24%) Concept 9 (Importance 23%) Concept 2 (Importance 17%) Concept 1 (Importance 12%) Concept 6 (Importance 7%) Concept 8 (Importance 6%) Concept 7 (Importance 4%) Concept 4 (Importance 2%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 2 Concept 1 Concept 6 Concept 8 Concept 7 Concept 4 Concept 5 Concept 3"},{"location":"classes/safe/#similar-concepts","title":"Similar concepts","text":"

We have found 40 similar concepts between the class safe and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/safety%20pin/","title":"Safety pin (772)","text":"

Safety pin (class id 772) has 1 important concepts. The full class name is safety pin.

"},{"location":"classes/safety%20pin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Safety pin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/safety%20pin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 76%) Concept 4 (Importance 6%) Concept 3 (Importance 4%) Concept 9 (Importance 3%) Concept 5 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 9 Concept 5 Concept 2 Concept 8 Concept 6 Concept 7 Concept 1"},{"location":"classes/safety%20pin/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/saltshaker/","title":"Saltshaker (773)","text":"

Saltshaker (class id 773) has 4 important concepts. The full class name is saltshaker, salt shaker.

"},{"location":"classes/saltshaker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Saltshaker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/saltshaker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 1 (Importance 19%) Concept 8 (Importance 17%) Concept 4 (Importance 12%) Concept 0 (Importance 8%) Concept 5 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 8 Concept 4 Concept 0 Concept 5 Concept 7 Concept 9 Concept 6 Concept 3"},{"location":"classes/saltshaker/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class saltshaker and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of coffee mug (504) Concept 0 is similar to the concept 0 of perfume (711) Concept 0 is similar to the concept 4 of water jug (899)"},{"location":"classes/sandal/","title":"Sandal (774)","text":"

Sandal (class id 774) has 3 important concepts. The full class name is sandal.

"},{"location":"classes/sandal/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sandal' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sandal/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 31%) Concept 0 (Importance 30%) Concept 4 (Importance 20%) Concept 3 (Importance 6%) Concept 7 (Importance 3%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 4 Concept 3 Concept 7 Concept 1 Concept 5 Concept 8 Concept 6 Concept 9"},{"location":"classes/sandal/#similar-concepts","title":"Similar concepts","text":"

We have found 44 similar concepts between the class sandal and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 3 is similar to the concept 3 of buckle (464) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 3 is similar to the concept 1 of holster (597) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 3 is similar to the concept 3 of Loafer (630) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 3 is similar to the concept 2 of scabbard (777) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/sandbar/","title":"Sandbar (977)","text":"

Sandbar (class id 977) has 1 important concepts. The full class name is sandbar, sand bar.

"},{"location":"classes/sandbar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sandbar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sandbar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 52%) Concept 2 (Importance 19%) Concept 0 (Importance 13%) Concept 3 (Importance 4%) Concept 6 (Importance 3%) Concept 1 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 0 Concept 3 Concept 6 Concept 1 Concept 7 Concept 9 Concept 8 Concept 4"},{"location":"classes/sandbar/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class sandbar and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of grey whale (147) Concept 2 is similar to the concept 9 of grey whale (147) Concept 1 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of breakwater (460) Concept 1 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 7 of catamaran (484) Concept 1 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 1 of seashore (978) Concept 2 is similar to the concept 2 of seashore (978) Concept 5 is similar to the concept 3 of seashore (978)"},{"location":"classes/sarong/","title":"Sarong (775)","text":"

Sarong (class id 775) has 2 important concepts. The full class name is sarong.

"},{"location":"classes/sarong/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sarong' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sarong/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 61%) Concept 1 (Importance 13%) Concept 8 (Importance 10%) Concept 6 (Importance 5%) Concept 4 (Importance 4%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 6 Concept 4 Concept 5 Concept 9 Concept 7 Concept 3 Concept 2"},{"location":"classes/sarong/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class sarong and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of bobsled (450) Concept 1 is similar to the concept 1 of brassiere (459) Concept 4 is similar to the concept 2 of maillot (639) Concept 1 is similar to the concept 7 of miniskirt (655) Concept 5 is similar to the concept 5 of parallel bars (702) Concept 5 is similar to the concept 2 of steel drum (822) Concept 5 is similar to the concept 1 of vestment (887)"},{"location":"classes/sax/","title":"Sax (776)","text":"

Sax (class id 776) has 1 important concepts. The full class name is sax, saxophone.

"},{"location":"classes/sax/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sax' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sax/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 71%) Concept 1 (Importance 16%) Concept 2 (Importance 4%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 8 Concept 7 Concept 5 Concept 4 Concept 3 Concept 9 Concept 6"},{"location":"classes/sax/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class sax and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of flute (558) Concept 2 is similar to the concept 2 of French horn (566) Concept 2 is similar to the concept 1 of trombone (875)"},{"location":"classes/scabbard/","title":"Scabbard (777)","text":"

Scabbard (class id 777) has 2 important concepts. The full class name is scabbard.

"},{"location":"classes/scabbard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scabbard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/scabbard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 35%) Concept 0 (Importance 29%) Concept 5 (Importance 10%) Concept 3 (Importance 7%) Concept 8 (Importance 5%) Concept 2 (Importance 5%) Concept 4 (Importance 4%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 0 Concept 5 Concept 3 Concept 8 Concept 2 Concept 4 Concept 9 Concept 6 Concept 1"},{"location":"classes/scabbard/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class scabbard and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of breastplate (461) Concept 2 is similar to the concept 3 of buckle (464) Concept 2 is similar to the concept 1 of holster (597) Concept 2 is similar to the concept 3 of Loafer (630) Concept 2 is similar to the concept 3 of sandal (774)"},{"location":"classes/scale/","title":"Scale (778)","text":"

Scale (class id 778) has 3 important concepts. The full class name is scale, weighing machine.

"},{"location":"classes/scale/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scale' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/scale/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 3 (Importance 24%) Concept 4 (Importance 12%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 2 (Importance 5%) Concept 5 (Importance 2%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 4 Concept 9 Concept 7 Concept 2 Concept 5 Concept 0 Concept 8 Concept 6"},{"location":"classes/scale/#similar-concepts","title":"Similar concepts","text":"

We have found 42 similar concepts between the class scale and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 6 of bathtub (435) Concept 2 is similar to the concept 2 of beaker (438) Concept 2 is similar to the concept 4 of bow tie (457) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 7 of candle (470) Concept 2 is similar to the concept 2 of carpenter kit (477) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 2 of clog (502) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 1 of dumbbell (543) Concept 2 is similar to the concept 5 of iron (606) Concept 2 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 5 of magnetic compass (635) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 2 of measuring cup (647) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 7 of mortar (666) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 9 of Petri dish (712) Concept 2 is similar to the concept 2 of purse (748) Concept 2 is similar to the concept 5 of rubber eraser (767) Concept 2 is similar to the concept 3 of running shoe (770) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of screw (783) Concept 2 is similar to the concept 9 of screwdriver (784) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of shower cap (793) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 5 of stopwatch (826) Concept 2 is similar to the concept 3 of sunglasses (837) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 2 is similar to the concept 5 of vase (883) Concept 2 is similar to the concept 7 of velvet (885) Concept 2 is similar to the concept 2 of water jug (899) Concept 2 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/schipperke/","title":"Schipperke (223)","text":"

Schipperke (class id 223) has 4 important concepts. The full class name is schipperke.

"},{"location":"classes/schipperke/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Schipperke' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/schipperke/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 27%) Concept 1 (Importance 24%) Concept 0 (Importance 18%) Concept 4 (Importance 10%) Concept 3 (Importance 9%) Concept 5 (Importance 5%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 0 Concept 4 Concept 3 Concept 5 Concept 9 Concept 8 Concept 7 Concept 6"},{"location":"classes/schipperke/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class schipperke and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of black-and-tan coonhound (165) Concept 2 is similar to the concept 3 of Norwegian elkhound (174) Concept 2 is similar to the concept 1 of Scotch terrier (199) Concept 4 is similar to the concept 3 of flat-coated retriever (205) Concept 3 is similar to the concept 7 of flat-coated retriever (205) Concept 4 is similar to the concept 3 of curly-coated retriever (206) Concept 5 is similar to the concept 2 of Labrador retriever (208) Concept 4 is similar to the concept 4 of groenendael (224) Concept 5 is similar to the concept 0 of kelpie (227) Concept 5 is similar to the concept 4 of Rottweiler (234) Concept 5 is similar to the concept 9 of Doberman (236) Concept 5 is similar to the concept 6 of miniature pinscher (237) Concept 5 is similar to the concept 2 of Greater Swiss Mountain dog (238) Concept 5 is similar to the concept 1 of Appenzeller (240) Concept 5 is similar to the concept 2 of EntleBucher (241) Concept 0 is similar to the concept 0 of siamang (369)"},{"location":"classes/school%20bus/","title":"School bus (779)","text":"

School bus (class id 779) has 3 important concepts. The full class name is school bus.

"},{"location":"classes/school%20bus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'School bus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/school%20bus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 7 (Importance 18%) Concept 3 (Importance 16%) Concept 5 (Importance 11%) Concept 4 (Importance 6%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 5 Concept 4 Concept 1 Concept 9 Concept 8 Concept 6 Concept 2"},{"location":"classes/school%20bus/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class school bus and other classes.

Here are those concepts: Concept 9 is similar to the concept 3 of cab (468) Concept 1 is similar to the concept 1 of garbage truck (569) Concept 9 is similar to the concept 1 of go-kart (573) Concept 9 is similar to the concept 2 of jinrikisha (612) Concept 9 is similar to the concept 1 of mailbox (637) Concept 9 is similar to the concept 8 of moped (665) Concept 9 is similar to the concept 1 of motor scooter (670) Concept 6 is similar to the concept 3 of thresher (856) Concept 9 is similar to the concept 2 of tricycle (870) Concept 9 is similar to the concept 2 of unicycle (880)"},{"location":"classes/schooner/","title":"Schooner (780)","text":"

Schooner (class id 780) has 2 important concepts. The full class name is schooner.

"},{"location":"classes/schooner/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Schooner' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/schooner/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 3 (Importance 32%) Concept 6 (Importance 11%) Concept 5 (Importance 10%) Concept 7 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 6 Concept 5 Concept 7 Concept 9 Concept 8 Concept 4 Concept 2 Concept 1"},{"location":"classes/schooner/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class schooner and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of grey whale (147) Concept 4 is similar to the concept 1 of killer whale (148) Concept 4 is similar to the concept 1 of aircraft carrier (403) Concept 1 is similar to the concept 0 of breakwater (460) Concept 0 is similar to the concept 1 of catamaran (484) Concept 7 is similar to the concept 8 of catamaran (484) Concept 7 is similar to the concept 3 of crane (517) Concept 4 is similar to the concept 1 of paddle (693) Concept 4 is similar to the concept 3 of pier (718) Concept 3 is similar to the concept 0 of pirate (724) Concept 7 is similar to the concept 4 of pirate (724) Concept 5 is similar to the concept 5 of pirate (724) Concept 7 is similar to the concept 5 of suspension bridge (839) Concept 0 is similar to the concept 1 of trimaran (871) Concept 7 is similar to the concept 6 of trimaran (871) Concept 7 is similar to the concept 5 of wreck (913) Concept 0 is similar to the concept 0 of yawl (914) Concept 5 is similar to the concept 5 of yawl (914) Concept 4 is similar to the concept 1 of lakeside (975)"},{"location":"classes/scoreboard/","title":"Scoreboard (781)","text":"

Scoreboard (class id 781) has 3 important concepts. The full class name is scoreboard.

"},{"location":"classes/scoreboard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scoreboard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/scoreboard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 7 (Importance 24%) Concept 4 (Importance 13%) Concept 5 (Importance 4%) Concept 2 (Importance 4%) Concept 0 (Importance 4%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept alignment with classes Concept 1 Concept 7 Concept 4 Concept 5 Concept 2 Concept 0 Concept 9 Concept 6 Concept 8 Concept 3"},{"location":"classes/scoreboard/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class scoreboard and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of street sign (919)"},{"location":"classes/scorpion/","title":"Scorpion (71)","text":"

Scorpion (class id 71) has 4 important concepts. The full class name is scorpion.

"},{"location":"classes/scorpion/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scorpion' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/scorpion/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 6 (Importance 19%) Concept 0 (Importance 15%) Concept 3 (Importance 8%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 0 Concept 3 Concept 5 Concept 4 Concept 9 Concept 8 Concept 7 Concept 1"},{"location":"classes/scorpion/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class scorpion and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of banded gecko (38) Concept 5 is similar to the concept 6 of alligator lizard (44) Concept 5 is similar to the concept 4 of Gila monster (45) Concept 5 is similar to the concept 1 of ringneck snake (53) Concept 5 is similar to the concept 5 of garter snake (57) Concept 5 is similar to the concept 8 of diamondback (67) Concept 5 is similar to the concept 5 of flatworm (110) Concept 5 is similar to the concept 3 of hermit crab (125) Concept 5 is similar to the concept 1 of tiger beetle (300) Concept 4 is similar to the concept 3 of grasshopper (311) Concept 4 is similar to the concept 4 of cicada (316)"},{"location":"classes/screen/","title":"Screen (782)","text":"

Screen (class id 782) has 1 important concepts. The full class name is screen, CRT screen.

"},{"location":"classes/screen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Screen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/screen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 59%) Concept 4 (Importance 15%) Concept 1 (Importance 12%) Concept 6 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 4 Concept 1 Concept 6 Concept 8 Concept 9 Concept 2 Concept 0 Concept 7 Concept 3"},{"location":"classes/screen/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class screen and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of desktop computer (527) Concept 5 is similar to the concept 1 of television (851)"},{"location":"classes/screw/","title":"Screw (783)","text":"

Screw (class id 783) has 2 important concepts. The full class name is screw.

"},{"location":"classes/screw/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Screw' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/screw/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 38%) Concept 0 (Importance 38%) Concept 6 (Importance 8%) Concept 5 (Importance 4%) Concept 4 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 5 Concept 4 Concept 9 Concept 8 Concept 2 Concept 7 Concept 3"},{"location":"classes/screw/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class screw and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 1 of desk (526) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 0 is similar to the concept 1 of mousetrap (674) Concept 0 is similar to the concept 3 of oxygen mask (691) Concept 2 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 1 of safe (771) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 1 of tray (868) Concept 0 is similar to the concept 1 of vacuum (882)"},{"location":"classes/screwdriver/","title":"Screwdriver (784)","text":"

Screwdriver (class id 784) has 3 important concepts. The full class name is screwdriver.

"},{"location":"classes/screwdriver/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Screwdriver' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/screwdriver/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 35%) Concept 0 (Importance 30%) Concept 7 (Importance 17%) Concept 2 (Importance 8%) Concept 4 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 7 Concept 2 Concept 4 Concept 5 Concept 9 Concept 8 Concept 6 Concept 1"},{"location":"classes/screwdriver/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class screwdriver and other classes.

Here are those concepts: Concept 9 is similar to the concept 1 of apron (411) Concept 9 is similar to the concept 1 of backpack (414) Concept 9 is similar to the concept 1 of bath towel (434) Concept 9 is similar to the concept 2 of broom (462) Concept 9 is similar to the concept 1 of bucket (463) Concept 0 is similar to the concept 1 of carpenter kit (477) Concept 9 is similar to the concept 0 of carton (478) Concept 9 is similar to the concept 1 of desk (526) Concept 9 is similar to the concept 6 of magnetic compass (635) Concept 9 is similar to the concept 1 of monitor (664) Concept 9 is similar to the concept 1 of mosquito net (669) Concept 9 is similar to the concept 3 of pajama (697) Concept 9 is similar to the concept 1 of safe (771) Concept 9 is similar to the concept 1 of sandal (774) Concept 9 is similar to the concept 2 of scale (778) Concept 9 is similar to the concept 1 of shopping basket (790) Concept 9 is similar to the concept 1 of sleeping bag (797) Concept 9 is similar to the concept 1 of swab (840) Concept 9 is similar to the concept 1 of tray (868)"},{"location":"classes/scuba%20diver/","title":"Scuba diver (983)","text":"

Scuba diver (class id 983) has 2 important concepts. The full class name is scuba diver.

"},{"location":"classes/scuba%20diver/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Scuba diver' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/scuba%20diver/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 66%) Concept 5 (Importance 16%) Concept 1 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 2%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 1 Concept 8 Concept 7 Concept 6 Concept 9 Concept 4 Concept 3 Concept 0"},{"location":"classes/scuba%20diver/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class scuba diver and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of jellyfish (107) Concept 4 is similar to the concept 8 of jellyfish (107) Concept 5 is similar to the concept 0 of snorkel (801)"},{"location":"classes/sea%20anemone/","title":"Sea anemone (108)","text":"

Sea anemone (class id 108) has 1 important concepts. The full class name is sea anemone, anemone.

"},{"location":"classes/sea%20anemone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea anemone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20anemone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 61%) Concept 5 (Importance 15%) Concept 3 (Importance 9%) Concept 2 (Importance 4%) Concept 6 (Importance 3%) Concept 9 (Importance 2%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 3 Concept 2 Concept 6 Concept 9 Concept 4 Concept 1 Concept 8 Concept 7"},{"location":"classes/sea%20anemone/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class sea anemone and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of sea urchin (328) Concept 0 is similar to the concept 0 of anemone fish (393)"},{"location":"classes/sea%20cucumber/","title":"Sea cucumber (329)","text":"

Sea cucumber (class id 329) has 4 important concepts. The full class name is sea cucumber, holothurian.

"},{"location":"classes/sea%20cucumber/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea cucumber' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20cucumber/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 32%) Concept 0 (Importance 31%) Concept 4 (Importance 15%) Concept 3 (Importance 10%) Concept 1 (Importance 6%) Concept 5 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 4 Concept 3 Concept 1 Concept 5 Concept 8 Concept 9 Concept 7 Concept 2"},{"location":"classes/sea%20cucumber/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class sea cucumber and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of sea snake (65) Concept 3 is similar to the concept 1 of brain coral (109) Concept 3 is similar to the concept 1 of spiny lobster (123) Concept 3 is similar to the concept 1 of lionfish (396) Concept 3 is similar to the concept 9 of puffer (397)"},{"location":"classes/sea%20lion/","title":"Sea lion (150)","text":"

Sea lion (class id 150) has 3 important concepts. The full class name is sea lion.

"},{"location":"classes/sea%20lion/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea lion' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20lion/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 5 (Importance 27%) Concept 2 (Importance 18%) Concept 8 (Importance 6%) Concept 1 (Importance 4%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 2 Concept 8 Concept 1 Concept 4 Concept 3 Concept 6 Concept 9 Concept 7"},{"location":"classes/sea%20lion/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class sea lion and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of bald eagle (22) Concept 1 is similar to the concept 1 of goose (99) Concept 1 is similar to the concept 1 of oystercatcher (143) Concept 1 is similar to the concept 3 of Chesapeake Bay retriever (209) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of leopard (288) Concept 2 is similar to the concept 2 of jaguar (290) Concept 2 is similar to the concept 2 of tiger (292) Concept 1 is similar to the concept 5 of brown bear (294) Concept 1 is similar to the concept 8 of ice bear (296) Concept 2 is similar to the concept 7 of beaver (337) Concept 6 is similar to the concept 1 of Arabian camel (354) Concept 2 is similar to the concept 2 of otter (360) Concept 2 is similar to the concept 8 of lesser panda (387) Concept 1 is similar to the concept 2 of swimming trunks (842)"},{"location":"classes/sea%20slug/","title":"Sea slug (115)","text":"

Sea slug (class id 115) has 2 important concepts. The full class name is sea slug, nudibranch.

"},{"location":"classes/sea%20slug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea slug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20slug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 50%) Concept 3 (Importance 17%) Concept 6 (Importance 9%) Concept 4 (Importance 9%) Concept 5 (Importance 5%) Concept 9 (Importance 3%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 6 Concept 4 Concept 5 Concept 9 Concept 0 Concept 8 Concept 7 Concept 2"},{"location":"classes/sea%20slug/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/sea%20snake/","title":"Sea snake (65)","text":"

Sea snake (class id 65) has 2 important concepts. The full class name is sea snake.

"},{"location":"classes/sea%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 69%) Concept 7 (Importance 12%) Concept 3 (Importance 9%) Concept 6 (Importance 6%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 3 Concept 6 Concept 2 Concept 9 Concept 8 Concept 5 Concept 4 Concept 1"},{"location":"classes/sea%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class sea snake and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of banded gecko (38) Concept 6 is similar to the concept 1 of brain coral (109) Concept 6 is similar to the concept 3 of sea cucumber (329) Concept 6 is similar to the concept 0 of coral reef (973)"},{"location":"classes/sea%20urchin/","title":"Sea urchin (328)","text":"

Sea urchin (class id 328) has 4 important concepts. The full class name is sea urchin.

"},{"location":"classes/sea%20urchin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sea urchin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sea%20urchin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 34%) Concept 0 (Importance 18%) Concept 8 (Importance 16%) Concept 3 (Importance 10%) Concept 2 (Importance 7%) Concept 5 (Importance 4%) Concept 7 (Importance 3%) Concept 1 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 8 Concept 3 Concept 2 Concept 5 Concept 7 Concept 1 Concept 6 Concept 9"},{"location":"classes/sea%20urchin/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class sea urchin and other classes.

Here are those concepts: Concept 8 is similar to the concept 0 of echidna (102) Concept 0 is similar to the concept 5 of sea anemone (108) Concept 8 is similar to the concept 0 of porcupine (334) Concept 1 is similar to the concept 2 of eel (390) Concept 1 is similar to the concept 2 of rock beauty (392)"},{"location":"classes/seashore/","title":"Seashore (978)","text":"

Seashore (class id 978) has 2 important concepts. The full class name is seashore, coast, seacoast, sea-coast.

"},{"location":"classes/seashore/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Seashore' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/seashore/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 3 (Importance 36%) Concept 5 (Importance 7%) Concept 6 (Importance 6%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 2%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 5 Concept 6 Concept 1 Concept 9 Concept 7 Concept 0 Concept 8 Concept 4"},{"location":"classes/seashore/#similar-concepts","title":"Similar concepts","text":"

We have found 34 similar concepts between the class seashore and other classes.

Here are those concepts: Concept 2 is similar to the concept 9 of grey whale (147) Concept 5 is similar to the concept 0 of aircraft carrier (403) Concept 1 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of breakwater (460) Concept 1 is similar to the concept 9 of breakwater (460) Concept 1 is similar to the concept 3 of catamaran (484) Concept 2 is similar to the concept 7 of catamaran (484) Concept 1 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 9 of harvester (595) Concept 5 is similar to the concept 1 of liner (628) Concept 1 is similar to the concept 2 of mosque (668) Concept 1 is similar to the concept 2 of pier (718) Concept 1 is similar to the concept 9 of pirate (724) Concept 1 is similar to the concept 2 of planetarium (727) Concept 1 is similar to the concept 2 of pole (733) Concept 1 is similar to the concept 1 of projectile (744) Concept 1 is similar to the concept 3 of radio telescope (755) Concept 1 is similar to the concept 7 of ski (795) Concept 1 is similar to the concept 3 of steel arch bridge (821) Concept 9 is similar to the concept 4 of volleyball (890) Concept 2 is similar to the concept 1 of wreck (913) Concept 1 is similar to the concept 4 of yawl (914) Concept 1 is similar to the concept 2 of hay (958) Concept 1 is similar to the concept 2 of alp (970) Concept 1 is similar to the concept 1 of cliff (972) Concept 1 is similar to the concept 2 of lakeside (975) Concept 5 is similar to the concept 7 of lakeside (975) Concept 1 is similar to the concept 2 of promontory (976) Concept 2 is similar to the concept 7 of promontory (976) Concept 1 is similar to the concept 1 of sandbar (977) Concept 2 is similar to the concept 2 of sandbar (977) Concept 3 is similar to the concept 5 of sandbar (977) Concept 1 is similar to the concept 3 of valley (979) Concept 1 is similar to the concept 3 of rapeseed (984)"},{"location":"classes/seat%20belt/","title":"Seat belt (785)","text":"

Seat belt (class id 785) has 2 important concepts. The full class name is seat belt, seatbelt.

"},{"location":"classes/seat%20belt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Seat belt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/seat%20belt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 40%) Concept 2 (Importance 37%) Concept 1 (Importance 8%) Concept 9 (Importance 4%) Concept 6 (Importance 3%) Concept 7 (Importance 2%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 1 Concept 9 Concept 6 Concept 7 Concept 8 Concept 0 Concept 5 Concept 4"},{"location":"classes/seat%20belt/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class seat belt and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of Band Aid (419) Concept 1 is similar to the concept 4 of bathing cap (433) Concept 1 is similar to the concept 2 of bow tie (457) Concept 1 is similar to the concept 2 of cowboy hat (515) Concept 1 is similar to the concept 3 of feather boa (552) Concept 7 is similar to the concept 4 of hair spray (585) Concept 1 is similar to the concept 8 of hair spray (585) Concept 7 is similar to the concept 9 of hand blower (589) Concept 6 is similar to the concept 3 of holster (597) Concept 1 is similar to the concept 3 of lab coat (617) Concept 6 is similar to the concept 4 of Loafer (630) Concept 1 is similar to the concept 2 of mortarboard (667) Concept 1 is similar to the concept 4 of neck brace (678) Concept 1 is similar to the concept 3 of shower cap (793) Concept 1 is similar to the concept 2 of sombrero (808) Concept 1 is similar to the concept 2 of sunglasses (837) Concept 1 is similar to the concept 2 of wig (903) Concept 7 is similar to the concept 1 of wig (903) Concept 1 is similar to the concept 3 of ice lolly (929)"},{"location":"classes/sewing%20machine/","title":"Sewing machine (786)","text":"

Sewing machine (class id 786) has 2 important concepts. The full class name is sewing machine.

"},{"location":"classes/sewing%20machine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sewing machine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sewing%20machine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 71%) Concept 3 (Importance 15%) Concept 9 (Importance 4%) Concept 2 (Importance 3%) Concept 8 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 9 Concept 2 Concept 8 Concept 0 Concept 7 Concept 6 Concept 5 Concept 4"},{"location":"classes/sewing%20machine/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/shield/","title":"Shield (787)","text":"

Shield (class id 787) has 6 important concepts. The full class name is shield, buckler.

"},{"location":"classes/shield/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shield' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shield/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 22%) Concept 3 (Importance 19%) Concept 0 (Importance 13%) Concept 6 (Importance 11%) Concept 4 (Importance 9%) Concept 9 (Importance 8%) Concept 7 (Importance 6%) Concept 1 (Importance 6%) Concept 8 (Importance 2%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 3 Concept 0 Concept 6 Concept 4 Concept 9 Concept 7 Concept 1 Concept 8 Concept 2"},{"location":"classes/shield/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class shield and other classes.

Here are those concepts: Concept 0 is similar to the concept 3 of breastplate (461) Concept 0 is similar to the concept 1 of buckle (464) Concept 4 is similar to the concept 3 of cuirass (524)"},{"location":"classes/shoe%20shop/","title":"Shoe shop (788)","text":"

Shoe shop (class id 788) has 3 important concepts. The full class name is shoe shop, shoe-shop, shoe store.

"},{"location":"classes/shoe%20shop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shoe shop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shoe%20shop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 33%) Concept 1 (Importance 33%) Concept 8 (Importance 17%) Concept 5 (Importance 5%) Concept 4 (Importance 3%) Concept 7 (Importance 2%) Concept 3 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 8 Concept 5 Concept 4 Concept 7 Concept 3 Concept 6 Concept 9 Concept 0"},{"location":"classes/shoe%20shop/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class shoe shop and other classes.

Here are those concepts: Concept 8 is similar to the concept 8 of bakery (415) Concept 4 is similar to the concept 4 of barrow (428) Concept 8 is similar to the concept 2 of bookshop (454) Concept 4 is similar to the concept 5 of bookshop (454) Concept 4 is similar to the concept 3 of butcher shop (467) Concept 4 is similar to the concept 3 of cash machine (480) Concept 1 is similar to the concept 1 of clog (502) Concept 8 is similar to the concept 0 of confectionery (509) Concept 4 is similar to the concept 8 of confectionery (509) Concept 4 is similar to the concept 3 of golfcart (575) Concept 4 is similar to the concept 3 of grand piano (579) Concept 4 is similar to the concept 4 of jigsaw puzzle (611) Concept 4 is similar to the concept 2 of laptop (620) Concept 4 is similar to the concept 4 of library (624) Concept 4 is similar to the concept 3 of pool table (736) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 4 is similar to the concept 2 of rifle (764) Concept 4 is similar to the concept 1 of slot (800) Concept 4 is similar to the concept 5 of swab (840) Concept 4 is similar to the concept 5 of tobacco shop (860) Concept 4 is similar to the concept 6 of toyshop (865) Concept 8 is similar to the concept 1 of toyshop (865) Concept 4 is similar to the concept 7 of turnstile (877) Concept 4 is similar to the concept 4 of vacuum (882)"},{"location":"classes/shoji/","title":"Shoji (789)","text":"

Shoji (class id 789) has 2 important concepts. The full class name is shoji.

"},{"location":"classes/shoji/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shoji' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shoji/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 53%) Concept 2 (Importance 32%) Concept 7 (Importance 3%) Concept 6 (Importance 2%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 6 Concept 3 Concept 8 Concept 4 Concept 1 Concept 9 Concept 5"},{"location":"classes/shoji/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class shoji and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of sliding door (799)"},{"location":"classes/shopping%20basket/","title":"Shopping basket (790)","text":"

Shopping basket (class id 790) has 4 important concepts. The full class name is shopping basket.

"},{"location":"classes/shopping%20basket/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shopping basket' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shopping%20basket/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 35%) Concept 2 (Importance 25%) Concept 3 (Importance 10%) Concept 5 (Importance 9%) Concept 1 (Importance 5%) Concept 9 (Importance 4%) Concept 7 (Importance 4%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 3 Concept 5 Concept 1 Concept 9 Concept 7 Concept 0 Concept 8 Concept 6"},{"location":"classes/shopping%20basket/#similar-concepts","title":"Similar concepts","text":"

We have found 45 similar concepts between the class shopping basket and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 9 is similar to the concept 9 of brassiere (459) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 2 is similar to the concept 0 of hamper (588) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 9 is similar to the concept 5 of overskirt (689) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 3 is similar to the concept 1 of purse (748) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 9 is similar to the concept 1 of swimming trunks (842) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/shopping%20cart/","title":"Shopping cart (791)","text":"

Shopping cart (class id 791) has 1 important concepts. The full class name is shopping cart.

"},{"location":"classes/shopping%20cart/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shopping cart' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shopping%20cart/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 80%) Concept 2 (Importance 9%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 7 Concept 4 Concept 3 Concept 9 Concept 6 Concept 8 Concept 5 Concept 1"},{"location":"classes/shopping%20cart/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class shopping cart and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of bicycle-built-for-two (444) Concept 3 is similar to the concept 1 of go-kart (573) Concept 3 is similar to the concept 2 of jinrikisha (612) Concept 3 is similar to the concept 1 of mailbox (637) Concept 3 is similar to the concept 8 of moped (665) Concept 3 is similar to the concept 1 of motor scooter (670) Concept 3 is similar to the concept 2 of parking meter (704) Concept 5 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 2 of tricycle (870) Concept 5 is similar to the concept 3 of tricycle (870) Concept 3 is similar to the concept 2 of unicycle (880)"},{"location":"classes/shovel/","title":"Shovel (792)","text":"

Shovel (class id 792) has 3 important concepts. The full class name is shovel.

"},{"location":"classes/shovel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shovel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shovel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 36%) Concept 9 (Importance 30%) Concept 1 (Importance 13%) Concept 0 (Importance 9%) Concept 4 (Importance 4%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 1 Concept 0 Concept 4 Concept 8 Concept 5 Concept 3 Concept 7 Concept 6"},{"location":"classes/shovel/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class shovel and other classes.

Here are those concepts: Concept 2 is similar to the concept 6 of broom (462) Concept 4 is similar to the concept 4 of chain saw (491) Concept 1 is similar to the concept 1 of dogsled (537) Concept 2 is similar to the concept 4 of plunger (731) Concept 1 is similar to the concept 1 of snowmobile (802) Concept 1 is similar to the concept 1 of snowplow (803) Concept 2 is similar to the concept 3 of swab (840)"},{"location":"classes/shower%20cap/","title":"Shower cap (793)","text":"

Shower cap (class id 793) has 1 important concepts. The full class name is shower cap.

"},{"location":"classes/shower%20cap/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shower cap' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shower%20cap/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 71%) Concept 5 (Importance 8%) Concept 8 (Importance 5%) Concept 0 (Importance 4%) Concept 3 (Importance 3%) Concept 4 (Importance 2%) Concept 1 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 8 Concept 0 Concept 3 Concept 4 Concept 1 Concept 9 Concept 7 Concept 6"},{"location":"classes/shower%20cap/#similar-concepts","title":"Similar concepts","text":"

We have found 36 similar concepts between the class shower cap and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 3 is similar to the concept 4 of Band Aid (419) Concept 3 is similar to the concept 4 of bathing cap (433) Concept 1 is similar to the concept 1 of bath towel (434) Concept 3 is similar to the concept 5 of bonnet (452) Concept 3 is similar to the concept 2 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 0 of carton (478) Concept 3 is similar to the concept 2 of cowboy hat (515) Concept 1 is similar to the concept 1 of desk (526) Concept 3 is similar to the concept 3 of feather boa (552) Concept 3 is similar to the concept 8 of hair spray (585) Concept 3 is similar to the concept 3 of lab coat (617) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 3 is similar to the concept 2 of mask (643) Concept 1 is similar to the concept 1 of monitor (664) Concept 3 is similar to the concept 2 of mortarboard (667) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 3 is similar to the concept 4 of neck brace (678) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 3 is similar to the concept 1 of seat belt (785) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 3 is similar to the concept 2 of sombrero (808) Concept 3 is similar to the concept 2 of sunglasses (837) Concept 3 is similar to the concept 8 of sunscreen (838) Concept 1 is similar to the concept 1 of swab (840) Concept 9 is similar to the concept 1 of swimming trunks (842) Concept 1 is similar to the concept 1 of tray (868) Concept 3 is similar to the concept 2 of wig (903) Concept 3 is similar to the concept 3 of ice lolly (929)"},{"location":"classes/shower%20curtain/","title":"Shower curtain (794)","text":"

Shower curtain (class id 794) has 1 important concepts. The full class name is shower curtain.

"},{"location":"classes/shower%20curtain/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Shower curtain' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/shower%20curtain/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 52%) Concept 8 (Importance 7%) Concept 7 (Importance 7%) Concept 6 (Importance 7%) Concept 2 (Importance 7%) Concept 4 (Importance 5%) Concept 1 (Importance 4%) Concept 9 (Importance 3%) Concept 0 (Importance 3%) Concept 5 (Importance 1%) Concept alignment with classes Concept 3 Concept 8 Concept 7 Concept 6 Concept 2 Concept 4 Concept 1 Concept 9 Concept 0 Concept 5"},{"location":"classes/shower%20curtain/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class shower curtain and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of bassinet (431) Concept 4 is similar to the concept 1 of bathtub (435) Concept 0 is similar to the concept 9 of lampshade (619) Concept 0 is similar to the concept 2 of pillow (721) Concept 4 is similar to the concept 3 of plunger (731) Concept 4 is similar to the concept 4 of toilet seat (861) Concept 4 is similar to the concept 3 of tub (876) Concept 4 is similar to the concept 1 of washbasin (896) Concept 4 is similar to the concept 7 of toilet tissue (999)"},{"location":"classes/siamang/","title":"Siamang (369)","text":"

Siamang (class id 369) has 2 important concepts. The full class name is siamang, Hylobates syndactylus, Symphalangus syndactylus.

"},{"location":"classes/siamang/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Siamang' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/siamang/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 3 (Importance 39%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 0 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 7 Concept 4 Concept 0 Concept 8 Concept 9 Concept 1 Concept 6 Concept 5"},{"location":"classes/siamang/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class siamang and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of schipperke (223)"},{"location":"classes/sidewinder/","title":"Sidewinder (68)","text":"

Sidewinder (class id 68) has 1 important concepts. The full class name is sidewinder, horned rattlesnake, Crotalus cerastes.

"},{"location":"classes/sidewinder/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sidewinder' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sidewinder/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 61%) Concept 7 (Importance 13%) Concept 8 (Importance 10%) Concept 4 (Importance 9%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 7 Concept 8 Concept 4 Concept 0 Concept 9 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/sidewinder/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class sidewinder and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of night snake (60) Concept 2 is similar to the concept 0 of horned viper (66) Concept 2 is similar to the concept 0 of diamondback (67)"},{"location":"classes/silky%20terrier/","title":"Silky terrier (201)","text":"

Silky terrier (class id 201) has 3 important concepts. The full class name is silky terrier, Sydney silky.

"},{"location":"classes/silky%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Silky terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/silky%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 29%) Concept 9 (Importance 26%) Concept 2 (Importance 23%) Concept 3 (Importance 5%) Concept 1 (Importance 5%) Concept 0 (Importance 5%) Concept 5 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 9 Concept 2 Concept 3 Concept 1 Concept 0 Concept 5 Concept 8 Concept 7 Concept 6"},{"location":"classes/silky%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class silky terrier and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of Blenheim spaniel (156) Concept 2 is similar to the concept 1 of Norfolk terrier (185) Concept 1 is similar to the concept 2 of Yorkshire terrier (187) Concept 1 is similar to the concept 9 of Tibetan terrier (200) Concept 1 is similar to the concept 2 of Lhasa (204) Concept 1 is similar to the concept 3 of Irish setter (213) Concept 1 is similar to the concept 0 of briard (226)"},{"location":"classes/ski%20mask/","title":"Ski mask (796)","text":"

Ski mask (class id 796) has 1 important concepts. The full class name is ski mask.

"},{"location":"classes/ski%20mask/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ski mask' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ski%20mask/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 81%) Concept 7 (Importance 6%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 8 Concept 2 Concept 6 Concept 1 Concept 9 Concept 5 Concept 4 Concept 3"},{"location":"classes/ski%20mask/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class ski mask and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of mask (643) Concept 2 is similar to the concept 6 of mitten (658) Concept 7 is similar to the concept 3 of sleeping bag (797)"},{"location":"classes/ski/","title":"Ski (795)","text":"

Ski (class id 795) has 4 important concepts. The full class name is ski.

"},{"location":"classes/ski/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Ski' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/ski/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 1 (Importance 20%) Concept 2 (Importance 14%) Concept 4 (Importance 13%) Concept 6 (Importance 6%) Concept 5 (Importance 2%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 4 Concept 6 Concept 5 Concept 3 Concept 7 Concept 9 Concept 8"},{"location":"classes/ski/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class ski and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 2 of castle (483) Concept 7 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 1 of dogsled (537) Concept 5 is similar to the concept 2 of dogsled (537) Concept 1 is similar to the concept 1 of snowmobile (802) Concept 3 is similar to the concept 2 of snowmobile (802) Concept 5 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 3 of alp (970) Concept 7 is similar to the concept 1 of seashore (978)"},{"location":"classes/skunk/","title":"Skunk (361)","text":"

Skunk (class id 361) has 1 important concepts. The full class name is skunk, polecat, wood pussy.

"},{"location":"classes/skunk/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Skunk' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/skunk/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 63%) Concept 2 (Importance 15%) Concept 5 (Importance 8%) Concept 9 (Importance 5%) Concept 8 (Importance 3%) Concept 3 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 9 Concept 8 Concept 3 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/skunk/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class skunk and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of sloth bear (297)"},{"location":"classes/sleeping%20bag/","title":"Sleeping bag (797)","text":"

Sleeping bag (class id 797) has 1 important concepts. The full class name is sleeping bag.

"},{"location":"classes/sleeping%20bag/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sleeping bag' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sleeping%20bag/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 61%) Concept 8 (Importance 11%) Concept 3 (Importance 7%) Concept 2 (Importance 6%) Concept 5 (Importance 5%) Concept 1 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 2 Concept 5 Concept 1 Concept 4 Concept 9 Concept 7 Concept 6"},{"location":"classes/sleeping%20bag/#similar-concepts","title":"Similar concepts","text":"

We have found 41 similar concepts between the class sleeping bag and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 3 is similar to the concept 7 of ski mask (796) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/slide%20rule/","title":"Slide rule (798)","text":"

Slide rule (class id 798) has 2 important concepts. The full class name is slide rule, slipstick.

"},{"location":"classes/slide%20rule/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Slide rule' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/slide%20rule/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 1 (Importance 38%) Concept 8 (Importance 3%) Concept 3 (Importance 3%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 8 Concept 3 Concept 5 Concept 7 Concept 6 Concept 2 Concept 9 Concept 4"},{"location":"classes/slide%20rule/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class slide rule and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of cassette (481) Concept 3 is similar to the concept 0 of rule (769)"},{"location":"classes/sliding%20door/","title":"Sliding door (799)","text":"

Sliding door (class id 799) has 3 important concepts. The full class name is sliding door.

"},{"location":"classes/sliding%20door/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sliding door' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sliding%20door/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 33%) Concept 1 (Importance 15%) Concept 9 (Importance 11%) Concept 6 (Importance 9%) Concept 3 (Importance 9%) Concept 2 (Importance 9%) Concept 0 (Importance 6%) Concept 5 (Importance 3%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 9 Concept 6 Concept 3 Concept 2 Concept 0 Concept 5 Concept 7 Concept 8"},{"location":"classes/sliding%20door/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class sliding door and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of cash machine (480) Concept 0 is similar to the concept 4 of medicine chest (648) Concept 0 is similar to the concept 6 of pay-phone (707) Concept 2 is similar to the concept 6 of shoji (789) Concept 0 is similar to the concept 9 of switch (844) Concept 2 is similar to the concept 4 of turnstile (877)"},{"location":"classes/slot/","title":"Slot (800)","text":"

Slot (class id 800) has 2 important concepts. The full class name is slot, one-armed bandit.

"},{"location":"classes/slot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Slot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/slot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 60%) Concept 0 (Importance 13%) Concept 4 (Importance 8%) Concept 8 (Importance 4%) Concept 5 (Importance 3%) Concept 6 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 4 Concept 8 Concept 5 Concept 6 Concept 2 Concept 9 Concept 7 Concept 1"},{"location":"classes/slot/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class slot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of hand blower (589) Concept 1 is similar to the concept 2 of laptop (620) Concept 1 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/sloth%20bear/","title":"Sloth bear (297)","text":"

Sloth bear (class id 297) has 3 important concepts. The full class name is sloth bear, Melursus ursinus, Ursus ursinus.

"},{"location":"classes/sloth%20bear/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sloth bear' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sloth%20bear/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 57%) Concept 0 (Importance 15%) Concept 3 (Importance 13%) Concept 4 (Importance 5%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 4 Concept 8 Concept 6 Concept 2 Concept 9 Concept 7 Concept 5"},{"location":"classes/sloth%20bear/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class sloth bear and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of Komodo dragon (48) Concept 3 is similar to the concept 4 of brown bear (294) Concept 1 is similar to the concept 2 of American black bear (295) Concept 3 is similar to the concept 3 of American black bear (295) Concept 3 is similar to the concept 8 of skunk (361)"},{"location":"classes/slug/","title":"Slug (114)","text":"

Slug (class id 114) has 2 important concepts. The full class name is slug.

"},{"location":"classes/slug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Slug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/slug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 58%) Concept 4 (Importance 15%) Concept 7 (Importance 8%) Concept 0 (Importance 7%) Concept 8 (Importance 3%) Concept 6 (Importance 2%) Concept 1 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 4 Concept 7 Concept 0 Concept 8 Concept 6 Concept 1 Concept 2 Concept 9 Concept 3"},{"location":"classes/slug/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class slug and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of ant (310) Concept 2 is similar to the concept 1 of coral fungus (991) Concept 2 is similar to the concept 5 of gyromitra (993) Concept 2 is similar to the concept 2 of earthstar (995) Concept 2 is similar to the concept 1 of bolete (997)"},{"location":"classes/snail/","title":"Snail (113)","text":"

Snail (class id 113) has 3 important concepts. The full class name is snail.

"},{"location":"classes/snail/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Snail' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/snail/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 28%) Concept 1 (Importance 28%) Concept 3 (Importance 26%) Concept 7 (Importance 8%) Concept 9 (Importance 1%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 3 Concept 7 Concept 9 Concept 6 Concept 4 Concept 2 Concept 0 Concept 8"},{"location":"classes/snail/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class snail and other classes.

Here are those concepts: Concept 6 is similar to the concept 6 of American chameleon (40) Concept 4 is similar to the concept 2 of ant (310)"},{"location":"classes/snorkel/","title":"Snorkel (801)","text":"

Snorkel (class id 801) has 2 important concepts. The full class name is snorkel.

"},{"location":"classes/snorkel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Snorkel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/snorkel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 64%) Concept 3 (Importance 16%) Concept 1 (Importance 7%) Concept 7 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 1 Concept 7 Concept 2 Concept 9 Concept 8 Concept 5 Concept 4 Concept 6"},{"location":"classes/snorkel/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class snorkel and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of killer whale (148) Concept 7 is similar to the concept 3 of gar (395) Concept 7 is similar to the concept 1 of aircraft carrier (403) Concept 7 is similar to the concept 1 of paddle (693) Concept 7 is similar to the concept 3 of pier (718) Concept 0 is similar to the concept 5 of scuba diver (983)"},{"location":"classes/snow%20leopard/","title":"Snow leopard (289)","text":"

Snow leopard (class id 289) has 2 important concepts. The full class name is snow leopard, ounce, Panthera uncia.

"},{"location":"classes/snow%20leopard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Snow leopard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/snow%20leopard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 41%) Concept 0 (Importance 23%) Concept 9 (Importance 10%) Concept 8 (Importance 8%) Concept 5 (Importance 4%) Concept 2 (Importance 4%) Concept 6 (Importance 3%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 9 Concept 8 Concept 5 Concept 2 Concept 6 Concept 7 Concept 1 Concept 3"},{"location":"classes/snow%20leopard/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class snow leopard and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of English setter (212) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 1 is similar to the concept 0 of lynx (287) Concept 2 is similar to the concept 4 of lynx (287) Concept 2 is similar to the concept 4 of leopard (288) Concept 2 is similar to the concept 2 of jaguar (290) Concept 2 is similar to the concept 2 of tiger (292) Concept 0 is similar to the concept 3 of cheetah (293) Concept 2 is similar to the concept 2 of otter (360)"},{"location":"classes/snowmobile/","title":"Snowmobile (802)","text":"

Snowmobile (class id 802) has 5 important concepts. The full class name is snowmobile.

"},{"location":"classes/snowmobile/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Snowmobile' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/snowmobile/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 32%) Concept 8 (Importance 20%) Concept 2 (Importance 14%) Concept 1 (Importance 13%) Concept 3 (Importance 10%) Concept 5 (Importance 4%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 2 Concept 1 Concept 3 Concept 5 Concept 6 Concept 9 Concept 7 Concept 4"},{"location":"classes/snowmobile/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class snowmobile and other classes.

Here are those concepts: Concept 3 is similar to the concept 6 of bison (347) Concept 3 is similar to the concept 2 of bighorn (349) Concept 4 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 8 of canoe (472) Concept 4 is similar to the concept 1 of church (497) Concept 1 is similar to the concept 1 of dogsled (537) Concept 3 is similar to the concept 2 of dogsled (537) Concept 2 is similar to the concept 3 of dogsled (537) Concept 8 is similar to the concept 5 of go-kart (573) Concept 3 is similar to the concept 4 of mountain bike (671) Concept 3 is similar to the concept 3 of mountain tent (672) Concept 1 is similar to the concept 1 of shovel (792) Concept 1 is similar to the concept 1 of ski (795) Concept 2 is similar to the concept 3 of ski (795) Concept 3 is similar to the concept 5 of ski (795) Concept 1 is similar to the concept 1 of snowplow (803) Concept 9 is similar to the concept 5 of snowplow (803) Concept 3 is similar to the concept 1 of totem pole (863) Concept 3 is similar to the concept 2 of yurt (915) Concept 1 is similar to the concept 3 of alp (970) Concept 3 is similar to the concept 6 of alp (970) Concept 3 is similar to the concept 3 of geyser (974) Concept 3 is similar to the concept 4 of lakeside (975)"},{"location":"classes/snowplow/","title":"Snowplow (803)","text":"

Snowplow (class id 803) has 3 important concepts. The full class name is snowplow, snowplough.

"},{"location":"classes/snowplow/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Snowplow' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/snowplow/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 38%) Concept 1 (Importance 21%) Concept 6 (Importance 14%) Concept 4 (Importance 10%) Concept 5 (Importance 4%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 6 Concept 4 Concept 5 Concept 8 Concept 2 Concept 9 Concept 7 Concept 0"},{"location":"classes/snowplow/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class snowplow and other classes.

Here are those concepts: Concept 2 is similar to the concept 9 of boathouse (449) Concept 1 is similar to the concept 1 of dogsled (537) Concept 2 is similar to the concept 4 of megalith (649) Concept 2 is similar to the concept 3 of park bench (703) Concept 1 is similar to the concept 1 of shovel (792) Concept 1 is similar to the concept 1 of snowmobile (802) Concept 5 is similar to the concept 9 of snowmobile (802) Concept 2 is similar to the concept 4 of viaduct (888) Concept 2 is similar to the concept 5 of water tower (900) Concept 2 is similar to the concept 7 of worm fence (912)"},{"location":"classes/soap%20dispenser/","title":"Soap dispenser (804)","text":"

Soap dispenser (class id 804) has 3 important concepts. The full class name is soap dispenser.

"},{"location":"classes/soap%20dispenser/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Soap dispenser' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/soap%20dispenser/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 49%) Concept 3 (Importance 15%) Concept 0 (Importance 12%) Concept 5 (Importance 7%) Concept 8 (Importance 5%) Concept 6 (Importance 4%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 0 Concept 5 Concept 8 Concept 6 Concept 2 Concept 7 Concept 9 Concept 4"},{"location":"classes/soap%20dispenser/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class soap dispenser and other classes.

Here are those concepts: Concept 5 is similar to the concept 7 of cocktail shaker (503) Concept 5 is similar to the concept 0 of espresso maker (550) Concept 5 is similar to the concept 9 of lighter (626) Concept 1 is similar to the concept 1 of lotion (631) Concept 3 is similar to the concept 3 of washbasin (896)"},{"location":"classes/soccer%20ball/","title":"Soccer ball (805)","text":"

Soccer ball (class id 805) has 2 important concepts. The full class name is soccer ball.

"},{"location":"classes/soccer%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Soccer ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/soccer%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 81%) Concept 5 (Importance 12%) Concept 2 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 2 Concept 3 Concept 9 Concept 8 Concept 7 Concept 6 Concept 4 Concept 1"},{"location":"classes/soccer%20ball/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class soccer ball and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of chain saw (491) Concept 2 is similar to the concept 0 of croquet ball (522) Concept 3 is similar to the concept 2 of croquet ball (522) Concept 2 is similar to the concept 5 of football helmet (560) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 3 is similar to the concept 2 of swing (843) Concept 3 is similar to the concept 3 of tricycle (870) Concept 2 is similar to the concept 7 of ballplayer (981)"},{"location":"classes/sock/","title":"Sock (806)","text":"

Sock (class id 806) has 3 important concepts. The full class name is sock.

"},{"location":"classes/sock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 0 (Importance 29%) Concept 3 (Importance 21%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 5 (Importance 3%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 7 Concept 4 Concept 5 Concept 8 Concept 9 Concept 6 Concept 2"},{"location":"classes/sock/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/soft-coated%20wheaten%20terrier/","title":"Soft-coated wheaten terrier (202)","text":"

Soft-coated wheaten terrier (class id 202) has 2 important concepts. The full class name is soft-coated wheaten terrier.

"},{"location":"classes/soft-coated%20wheaten%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Soft-coated wheaten terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/soft-coated%20wheaten%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 51%) Concept 0 (Importance 19%) Concept 6 (Importance 9%) Concept 5 (Importance 9%) Concept 4 (Importance 4%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 6 Concept 5 Concept 4 Concept 2 Concept 8 Concept 9 Concept 7 Concept 1"},{"location":"classes/soft-coated%20wheaten%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class soft-coated wheaten terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of Shih-Tzu (155) Concept 5 is similar to the concept 2 of komondor (228) Concept 5 is similar to the concept 3 of Old English sheepdog (229)"},{"location":"classes/solar%20dish/","title":"Solar dish (807)","text":"

Solar dish (class id 807) has 2 important concepts. The full class name is solar dish, solar collector, solar furnace.

"},{"location":"classes/solar%20dish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Solar dish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/solar%20dish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 2 (Importance 30%) Concept 4 (Importance 5%) Concept 9 (Importance 4%) Concept 5 (Importance 4%) Concept 8 (Importance 3%) Concept 7 (Importance 1%) Concept 6 (Importance 1%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept alignment with classes Concept 1 Concept 2 Concept 4 Concept 9 Concept 5 Concept 8 Concept 7 Concept 6 Concept 3 Concept 0"},{"location":"classes/solar%20dish/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class solar dish and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of church (497)"},{"location":"classes/sombrero/","title":"Sombrero (808)","text":"

Sombrero (class id 808) has 1 important concepts. The full class name is sombrero.

"},{"location":"classes/sombrero/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sombrero' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sombrero/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 85%) Concept 5 (Importance 4%) Concept 9 (Importance 3%) Concept 8 (Importance 2%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 9 Concept 8 Concept 7 Concept 2 Concept 6 Concept 4 Concept 3 Concept 1"},{"location":"classes/sombrero/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class sombrero and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of Band Aid (419) Concept 0 is similar to the concept 1 of cowboy hat (515) Concept 2 is similar to the concept 8 of hair spray (585) Concept 2 is similar to the concept 1 of seat belt (785) Concept 2 is similar to the concept 3 of shower cap (793)"},{"location":"classes/sorrel/","title":"Sorrel (339)","text":"

Sorrel (class id 339) has 3 important concepts. The full class name is sorrel.

"},{"location":"classes/sorrel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sorrel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sorrel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 41%) Concept 5 (Importance 20%) Concept 1 (Importance 14%) Concept 0 (Importance 11%) Concept 8 (Importance 5%) Concept 7 (Importance 4%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 3 Concept 5 Concept 1 Concept 0 Concept 8 Concept 7 Concept 6 Concept 9 Concept 4 Concept 2"},{"location":"classes/sorrel/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class sorrel and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of hartebeest (351) Concept 6 is similar to the concept 1 of lawn mower (621) Concept 6 is similar to the concept 1 of plow (730)"},{"location":"classes/soup%20bowl/","title":"Soup bowl (809)","text":"

Soup bowl (class id 809) has 2 important concepts. The full class name is soup bowl.

"},{"location":"classes/soup%20bowl/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Soup bowl' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/soup%20bowl/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 8 (Importance 27%) Concept 4 (Importance 10%) Concept 1 (Importance 8%) Concept 3 (Importance 5%) Concept 0 (Importance 5%) Concept 7 (Importance 3%) Concept 9 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 4 Concept 1 Concept 3 Concept 0 Concept 7 Concept 9 Concept 6 Concept 5"},{"location":"classes/soup%20bowl/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class soup bowl and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of wok (909) Concept 8 is similar to the concept 0 of hot pot (926) Concept 0 is similar to the concept 9 of corn (987)"},{"location":"classes/space%20bar/","title":"Space bar (810)","text":"

Space bar (class id 810) has 2 important concepts. The full class name is space bar.

"},{"location":"classes/space%20bar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Space bar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/space%20bar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 34%) Concept 1 (Importance 31%) Concept 4 (Importance 16%) Concept 3 (Importance 6%) Concept 8 (Importance 3%) Concept 0 (Importance 3%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 4 Concept 3 Concept 8 Concept 0 Concept 6 Concept 9 Concept 5 Concept 2"},{"location":"classes/space%20bar/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class space bar and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of typewriter keyboard (878) Concept 4 is similar to the concept 5 of typewriter keyboard (878)"},{"location":"classes/space%20heater/","title":"Space heater (811)","text":"

Space heater (class id 811) has 4 important concepts. The full class name is space heater.

"},{"location":"classes/space%20heater/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Space heater' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/space%20heater/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 31%) Concept 0 (Importance 20%) Concept 4 (Importance 15%) Concept 2 (Importance 11%) Concept 3 (Importance 7%) Concept 8 (Importance 4%) Concept 7 (Importance 4%) Concept 9 (Importance 2%) Concept 5 (Importance 2%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 2 Concept 3 Concept 8 Concept 7 Concept 9 Concept 5 Concept 6"},{"location":"classes/space%20heater/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class space heater and other classes.

Here are those concepts: Concept 5 is similar to the concept 3 of ashcan (412) Concept 4 is similar to the concept 2 of loudspeaker (632)"},{"location":"classes/space%20shuttle/","title":"Space shuttle (812)","text":"

Space shuttle (class id 812) has 2 important concepts. The full class name is space shuttle.

"},{"location":"classes/space%20shuttle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Space shuttle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/space%20shuttle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 8 (Importance 16%) Concept 4 (Importance 6%) Concept 3 (Importance 6%) Concept 9 (Importance 5%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 0 (Importance 1%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 4 Concept 3 Concept 9 Concept 7 Concept 5 Concept 0 Concept 6 Concept 2"},{"location":"classes/space%20shuttle/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class space shuttle and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of church (497) Concept 3 is similar to the concept 6 of pirate (724)"},{"location":"classes/spaghetti%20squash/","title":"Spaghetti squash (940)","text":"

Spaghetti squash (class id 940) has 3 important concepts. The full class name is spaghetti squash.

"},{"location":"classes/spaghetti%20squash/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spaghetti squash' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spaghetti%20squash/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 34%) Concept 1 (Importance 25%) Concept 6 (Importance 23%) Concept 9 (Importance 6%) Concept 7 (Importance 6%) Concept 5 (Importance 2%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 4 Concept 1 Concept 6 Concept 9 Concept 7 Concept 5 Concept 3 Concept 8 Concept 2 Concept 0"},{"location":"classes/spaghetti%20squash/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class spaghetti squash and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of butternut squash (942) Concept 3 is similar to the concept 2 of cucumber (943)"},{"location":"classes/spatula/","title":"Spatula (813)","text":"

Spatula (class id 813) has 2 important concepts. The full class name is spatula.

"},{"location":"classes/spatula/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spatula' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spatula/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 0 (Importance 28%) Concept 4 (Importance 3%) Concept 7 (Importance 2%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 7 Concept 6 Concept 9 Concept 3 Concept 8 Concept 5 Concept 2"},{"location":"classes/spatula/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class spatula and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of hand blower (589) Concept 3 is similar to the concept 2 of laptop (620) Concept 3 is similar to the concept 2 of maraca (641) Concept 3 is similar to the concept 2 of plunger (731) Concept 3 is similar to the concept 3 of whistle (902)"},{"location":"classes/speedboat/","title":"Speedboat (814)","text":"

Speedboat (class id 814) has 2 important concepts. The full class name is speedboat.

"},{"location":"classes/speedboat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Speedboat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/speedboat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 4 (Importance 28%) Concept 3 (Importance 11%) Concept 9 (Importance 5%) Concept 7 (Importance 3%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 3 Concept 9 Concept 7 Concept 1 Concept 5 Concept 8 Concept 6 Concept 2"},{"location":"classes/speedboat/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class speedboat and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of African crocodile (49) Concept 5 is similar to the concept 1 of drake (97) Concept 5 is similar to the concept 0 of red-breasted merganser (98) Concept 5 is similar to the concept 1 of little blue heron (131) Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 5 is similar to the concept 1 of canoe (472) Concept 3 is similar to the concept 8 of dam (525) Concept 1 is similar to the concept 1 of paddle (693) Concept 1 is similar to the concept 3 of pier (718) Concept 1 is similar to the concept 1 of lakeside (975) Concept 5 is similar to the concept 5 of lakeside (975)"},{"location":"classes/spider%20monkey/","title":"Spider monkey (381)","text":"

Spider monkey (class id 381) has 2 important concepts. The full class name is spider monkey, Ateles geoffroyi.

"},{"location":"classes/spider%20monkey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spider monkey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spider%20monkey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 8 (Importance 28%) Concept 3 (Importance 13%) Concept 0 (Importance 7%) Concept 9 (Importance 5%) Concept 5 (Importance 2%) Concept 1 (Importance 2%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 8 Concept 3 Concept 0 Concept 9 Concept 5 Concept 1 Concept 4 Concept 7 Concept 6"},{"location":"classes/spider%20monkey/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class spider monkey and other classes.

Here are those concepts: Concept 0 is similar to the concept 8 of langur (374) Concept 1 is similar to the concept 7 of indri (384) Concept 1 is similar to the concept 2 of jackfruit (955)"},{"location":"classes/spider%20web/","title":"Spider web (815)","text":"

Spider web (class id 815) has 2 important concepts. The full class name is spider web, spider web.

"},{"location":"classes/spider%20web/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spider web' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spider%20web/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 58%) Concept 2 (Importance 15%) Concept 6 (Importance 6%) Concept 7 (Importance 5%) Concept 4 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 7 Concept 4 Concept 9 Concept 8 Concept 5 Concept 1 Concept 3"},{"location":"classes/spider%20web/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class spider web and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of black and gold garden spider (72) Concept 0 is similar to the concept 1 of barn spider (73) Concept 0 is similar to the concept 0 of garden spider (74) Concept 0 is similar to the concept 3 of black widow (75) Concept 5 is similar to the concept 4 of suspension bridge (839)"},{"location":"classes/spindle/","title":"Spindle (816)","text":"

Spindle (class id 816) has 4 important concepts. The full class name is spindle.

"},{"location":"classes/spindle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spindle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spindle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 30%) Concept 0 (Importance 27%) Concept 3 (Importance 20%) Concept 2 (Importance 11%) Concept 7 (Importance 6%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 2 Concept 7 Concept 4 Concept 9 Concept 8 Concept 6 Concept 5"},{"location":"classes/spindle/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class spindle and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of plunger (731) Concept 3 is similar to the concept 2 of wooden spoon (910)"},{"location":"classes/spiny%20lobster/","title":"Spiny lobster (123)","text":"

Spiny lobster (class id 123) has 1 important concepts. The full class name is spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish.

"},{"location":"classes/spiny%20lobster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spiny lobster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spiny%20lobster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 5 (Importance 8%) Concept 4 (Importance 6%) Concept 2 (Importance 5%) Concept 1 (Importance 4%) Concept 9 (Importance 3%) Concept 6 (Importance 3%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 4 Concept 2 Concept 1 Concept 9 Concept 6 Concept 8 Concept 7 Concept 3"},{"location":"classes/spiny%20lobster/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class spiny lobster and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of sea cucumber (329) Concept 1 is similar to the concept 9 of puffer (397)"},{"location":"classes/spoonbill/","title":"Spoonbill (129)","text":"

Spoonbill (class id 129) has 3 important concepts. The full class name is spoonbill.

"},{"location":"classes/spoonbill/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spoonbill' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spoonbill/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 39%) Concept 7 (Importance 26%) Concept 4 (Importance 13%) Concept 0 (Importance 10%) Concept 2 (Importance 7%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 7 Concept 4 Concept 0 Concept 2 Concept 1 Concept 9 Concept 8 Concept 6 Concept 3"},{"location":"classes/spoonbill/#similar-concepts","title":"Similar concepts","text":"

We have found 18 similar concepts between the class spoonbill and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 2 of water snake (58) Concept 2 is similar to the concept 3 of sulphur-crested cockatoo (89) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 5 is similar to the concept 2 of white stork (127) Concept 0 is similar to the concept 9 of white stork (127) Concept 1 is similar to the concept 1 of little blue heron (131) Concept 4 is similar to the concept 3 of little blue heron (131) Concept 0 is similar to the concept 0 of American egret (132) Concept 4 is similar to the concept 4 of American egret (132) Concept 4 is similar to the concept 2 of crane (134) Concept 4 is similar to the concept 6 of limpkin (135) Concept 4 is similar to the concept 2 of red-backed sandpiper (140) Concept 4 is similar to the concept 4 of dowitcher (142) Concept 1 is similar to the concept 2 of paddle (693) Concept 1 is similar to the concept 5 of lakeside (975)"},{"location":"classes/sports%20car/","title":"Sports car (817)","text":"

Sports car (class id 817) has 3 important concepts. The full class name is sports car, sport car.

"},{"location":"classes/sports%20car/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sports car' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sports%20car/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 31%) Concept 9 (Importance 24%) Concept 0 (Importance 21%) Concept 3 (Importance 12%) Concept 4 (Importance 4%) Concept 8 (Importance 3%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 9 Concept 0 Concept 3 Concept 4 Concept 8 Concept 6 Concept 2 Concept 7 Concept 5"},{"location":"classes/sports%20car/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class sports car and other classes.

Here are those concepts: Concept 1 is similar to the concept 4 of beach wagon (436) Concept 3 is similar to the concept 6 of cab (468) Concept 1 is similar to the concept 1 of convertible (511) Concept 2 is similar to the concept 6 of grille (581) Concept 3 is similar to the concept 5 of limousine (627) Concept 9 is similar to the concept 5 of pickup (717) Concept 4 is similar to the concept 8 of pickup (717) Concept 1 is similar to the concept 2 of racer (751) Concept 2 is similar to the concept 7 of racer (751) Concept 4 is similar to the concept 9 of racer (751)"},{"location":"classes/spotlight/","title":"Spotlight (818)","text":"

Spotlight (class id 818) has 4 important concepts. The full class name is spotlight, spot.

"},{"location":"classes/spotlight/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spotlight' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spotlight/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 29%) Concept 5 (Importance 22%) Concept 8 (Importance 11%) Concept 2 (Importance 10%) Concept 7 (Importance 8%) Concept 3 (Importance 6%) Concept 6 (Importance 5%) Concept 9 (Importance 2%) Concept 4 (Importance 1%) Concept 0 (Importance 1%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 2 Concept 7 Concept 3 Concept 6 Concept 9 Concept 4 Concept 0"},{"location":"classes/spotlight/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class spotlight and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of projector (745) Concept 7 is similar to the concept 0 of waffle iron (891) Concept 0 is similar to the concept 5 of web site (916)"},{"location":"classes/spotted%20salamander/","title":"Spotted salamander (28)","text":"

Spotted salamander (class id 28) has 2 important concepts. The full class name is spotted salamander, Ambystoma maculatum.

"},{"location":"classes/spotted%20salamander/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Spotted salamander' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/spotted%20salamander/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 73%) Concept 2 (Importance 13%) Concept 3 (Importance 6%) Concept 7 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 3 Concept 7 Concept 9 Concept 8 Concept 6 Concept 5 Concept 4 Concept 1"},{"location":"classes/spotted%20salamander/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class spotted salamander and other classes.

Here are those concepts: Concept 0 is similar to the concept 7 of European fire salamander (25) Concept 6 is similar to the concept 3 of ringneck snake (53) Concept 6 is similar to the concept 6 of walking stick (313) Concept 8 is similar to the concept 1 of coral fungus (991) Concept 8 is similar to the concept 5 of gyromitra (993) Concept 8 is similar to the concept 2 of earthstar (995) Concept 8 is similar to the concept 1 of bolete (997)"},{"location":"classes/squirrel%20monkey/","title":"Squirrel monkey (382)","text":"

Squirrel monkey (class id 382) has 2 important concepts. The full class name is squirrel monkey, Saimiri sciureus.

"},{"location":"classes/squirrel%20monkey/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Squirrel monkey' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/squirrel%20monkey/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 54%) Concept 3 (Importance 22%) Concept 8 (Importance 9%) Concept 4 (Importance 6%) Concept 7 (Importance 2%) Concept 1 (Importance 2%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 8 Concept 4 Concept 7 Concept 1 Concept 0 Concept 9 Concept 6 Concept 5"},{"location":"classes/squirrel%20monkey/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class squirrel monkey and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of wallaby (104) Concept 4 is similar to the concept 6 of tabby (281) Concept 4 is similar to the concept 4 of fox squirrel (335) Concept 1 is similar to the concept 1 of three-toed sloth (364) Concept 1 is similar to the concept 3 of howler monkey (379) Concept 1 is similar to the concept 2 of custard apple (956)"},{"location":"classes/stage/","title":"Stage (819)","text":"

Stage (class id 819) has 4 important concepts. The full class name is stage.

"},{"location":"classes/stage/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stage' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stage/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 30%) Concept 1 (Importance 19%) Concept 3 (Importance 13%) Concept 4 (Importance 12%) Concept 8 (Importance 7%) Concept 7 (Importance 6%) Concept 2 (Importance 4%) Concept 5 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 3 Concept 4 Concept 8 Concept 7 Concept 2 Concept 5 Concept 0 Concept 6"},{"location":"classes/stage/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class stage and other classes.

Here are those concepts: Concept 8 is similar to the concept 0 of acoustic guitar (402) Concept 8 is similar to the concept 0 of banjo (420) Concept 4 is similar to the concept 5 of bassoon (432) Concept 8 is similar to the concept 0 of electric guitar (546)"},{"location":"classes/standard%20poodle/","title":"Standard poodle (267)","text":"

Standard poodle (class id 267) has 5 important concepts. The full class name is standard poodle.

"},{"location":"classes/standard%20poodle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Standard poodle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/standard%20poodle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 27%) Concept 2 (Importance 24%) Concept 9 (Importance 16%) Concept 3 (Importance 15%) Concept 0 (Importance 10%) Concept 1 (Importance 3%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 9 Concept 3 Concept 0 Concept 1 Concept 6 Concept 5 Concept 8 Concept 7"},{"location":"classes/standard%20poodle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class standard poodle and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of wire-haired fox terrier (188) Concept 1 is similar to the concept 0 of Sealyham terrier (190) Concept 5 is similar to the concept 0 of toy poodle (265) Concept 4 is similar to the concept 6 of toy poodle (265) Concept 2 is similar to the concept 7 of toy poodle (265) Concept 0 is similar to the concept 1 of miniature poodle (266) Concept 4 is similar to the concept 5 of miniature poodle (266)"},{"location":"classes/standard%20schnauzer/","title":"Standard schnauzer (198)","text":"

Standard schnauzer (class id 198) has 3 important concepts. The full class name is standard schnauzer.

"},{"location":"classes/standard%20schnauzer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Standard schnauzer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/standard%20schnauzer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 40%) Concept 3 (Importance 16%) Concept 9 (Importance 15%) Concept 2 (Importance 13%) Concept 8 (Importance 8%) Concept 5 (Importance 3%) Concept 4 (Importance 1%) Concept 0 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 9 Concept 2 Concept 8 Concept 5 Concept 4 Concept 0 Concept 7 Concept 6"},{"location":"classes/standard%20schnauzer/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class standard schnauzer and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of miniature schnauzer (196) Concept 3 is similar to the concept 3 of miniature schnauzer (196) Concept 7 is similar to the concept 1 of lawn mower (621)"},{"location":"classes/starfish/","title":"Starfish (327)","text":"

Starfish (class id 327) has 1 important concepts. The full class name is starfish, sea star.

"},{"location":"classes/starfish/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Starfish' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/starfish/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 87%) Concept 9 (Importance 4%) Concept 5 (Importance 2%) Concept 2 (Importance 2%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 5 Concept 2 Concept 7 Concept 8 Concept 6 Concept 4 Concept 3 Concept 1"},{"location":"classes/starfish/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class starfish and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of lionfish (396) Concept 5 is similar to the concept 9 of puffer (397)"},{"location":"classes/steam%20locomotive/","title":"Steam locomotive (820)","text":"

Steam locomotive (class id 820) has 3 important concepts. The full class name is steam locomotive.

"},{"location":"classes/steam%20locomotive/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Steam locomotive' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/steam%20locomotive/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 51%) Concept 4 (Importance 15%) Concept 1 (Importance 15%) Concept 3 (Importance 8%) Concept 5 (Importance 5%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 4 Concept 1 Concept 3 Concept 5 Concept 8 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/steam%20locomotive/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class steam locomotive and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of electric locomotive (547) Concept 1 is similar to the concept 1 of freight car (565) Concept 1 is similar to the concept 1 of passenger car (705) Concept 1 is similar to the concept 2 of streetcar (829) Concept 9 is similar to the concept 3 of thresher (856) Concept 3 is similar to the concept 0 of geyser (974) Concept 3 is similar to the concept 4 of volcano (980)"},{"location":"classes/steel%20arch%20bridge/","title":"Steel arch bridge (821)","text":"

Steel arch bridge (class id 821) has 2 important concepts. The full class name is steel arch bridge.

"},{"location":"classes/steel%20arch%20bridge/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Steel arch bridge' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/steel%20arch%20bridge/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 9 (Importance 15%) Concept 2 (Importance 7%) Concept 8 (Importance 3%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 9 Concept 2 Concept 8 Concept 7 Concept 4 Concept 3 Concept 1 Concept 6 Concept 5"},{"location":"classes/steel%20arch%20bridge/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class steel arch bridge and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 1 of crane (517) Concept 4 is similar to the concept 2 of dam (525) Concept 4 is similar to the concept 3 of paddlewheel (694) Concept 2 is similar to the concept 7 of pier (718) Concept 2 is similar to the concept 2 of radio telescope (755) Concept 2 is similar to the concept 8 of suspension bridge (839) Concept 6 is similar to the concept 2 of suspension bridge (839) Concept 2 is similar to the concept 7 of water tower (900) Concept 3 is similar to the concept 1 of seashore (978)"},{"location":"classes/steel%20drum/","title":"Steel drum (822)","text":"

Steel drum (class id 822) has 1 important concepts. The full class name is steel drum.

"},{"location":"classes/steel%20drum/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Steel drum' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/steel%20drum/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 84%) Concept 6 (Importance 4%) Concept 3 (Importance 3%) Concept 2 (Importance 3%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 3 Concept 2 Concept 5 Concept 7 Concept 9 Concept 8 Concept 4 Concept 0"},{"location":"classes/steel%20drum/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class steel drum and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of basketball (430) Concept 2 is similar to the concept 3 of marimba (642) Concept 2 is similar to the concept 5 of parallel bars (702) Concept 2 is similar to the concept 3 of rugby ball (768) Concept 2 is similar to the concept 5 of sarong (775) Concept 2 is similar to the concept 1 of vestment (887)"},{"location":"classes/stethoscope/","title":"Stethoscope (823)","text":"

Stethoscope (class id 823) has 3 important concepts. The full class name is stethoscope.

"},{"location":"classes/stethoscope/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stethoscope' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stethoscope/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 32%) Concept 4 (Importance 27%) Concept 2 (Importance 15%) Concept 0 (Importance 11%) Concept 5 (Importance 5%) Concept 1 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 8 Concept 4 Concept 2 Concept 0 Concept 5 Concept 1 Concept 9 Concept 7 Concept 6 Concept 3"},{"location":"classes/stethoscope/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class stethoscope and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of academic gown (400) Concept 1 is similar to the concept 4 of Band Aid (419) Concept 1 is similar to the concept 5 of brassiere (459) Concept 1 is similar to the concept 6 of flute (558) Concept 1 is similar to the concept 2 of jersey (610) Concept 1 is similar to the concept 2 of maraca (641) Concept 1 is similar to the concept 2 of oboe (683) Concept 1 is similar to the concept 0 of oxygen mask (691) Concept 1 is similar to the concept 2 of plunger (731) Concept 1 is similar to the concept 4 of stole (824) Concept 1 is similar to the concept 2 of suit (834) Concept 1 is similar to the concept 2 of violin (889) Concept 3 is similar to the concept 5 of web site (916) Concept 1 is similar to the concept 3 of bubble (971) Concept 1 is similar to the concept 2 of ear (998)"},{"location":"classes/stingray/","title":"Stingray (6)","text":"

Stingray (class id 6) has 3 important concepts. The full class name is stingray.

"},{"location":"classes/stingray/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stingray' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stingray/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 44%) Concept 2 (Importance 17%) Concept 8 (Importance 13%) Concept 5 (Importance 11%) Concept 7 (Importance 3%) Concept 4 (Importance 2%) Concept 1 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 8 Concept 5 Concept 7 Concept 4 Concept 1 Concept 0 Concept 9 Concept 6"},{"location":"classes/stingray/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class stingray and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of electric ray (5) Concept 0 is similar to the concept 3 of platypus (103) Concept 0 is similar to the concept 5 of gar (395)"},{"location":"classes/stinkhorn/","title":"Stinkhorn (994)","text":"

Stinkhorn (class id 994) has 2 important concepts. The full class name is stinkhorn, carrion fungus.

"},{"location":"classes/stinkhorn/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stinkhorn' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stinkhorn/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 50%) Concept 5 (Importance 27%) Concept 8 (Importance 7%) Concept 4 (Importance 6%) Concept 0 (Importance 5%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 4 Concept 0 Concept 2 Concept 9 Concept 7 Concept 6 Concept 3"},{"location":"classes/stinkhorn/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class stinkhorn and other classes.

Here are those concepts: Concept 0 is similar to the concept 1 of coral fungus (991) Concept 0 is similar to the concept 2 of earthstar (995)"},{"location":"classes/stole/","title":"Stole (824)","text":"

Stole (class id 824) has 2 important concepts. The full class name is stole.

"},{"location":"classes/stole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 33%) Concept 0 (Importance 25%) Concept 4 (Importance 12%) Concept 1 (Importance 10%) Concept 5 (Importance 6%) Concept 3 (Importance 5%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 4 Concept 1 Concept 5 Concept 3 Concept 8 Concept 6 Concept 9 Concept 7"},{"location":"classes/stole/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class stole and other classes.

Here are those concepts: Concept 4 is similar to the concept 5 of brassiere (459) Concept 4 is similar to the concept 1 of cardigan (474) Concept 4 is similar to the concept 1 of fur coat (568) Concept 2 is similar to the concept 9 of mitten (658) Concept 2 is similar to the concept 0 of poncho (735) Concept 4 is similar to the concept 1 of poncho (735) Concept 4 is similar to the concept 1 of stethoscope (823)"},{"location":"classes/stone%20wall/","title":"Stone wall (825)","text":"

Stone wall (class id 825) has 2 important concepts. The full class name is stone wall.

"},{"location":"classes/stone%20wall/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stone wall' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stone%20wall/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 54%) Concept 0 (Importance 29%) Concept 6 (Importance 7%) Concept 1 (Importance 4%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 6 Concept 1 Concept 7 Concept 4 Concept 9 Concept 8 Concept 5 Concept 3"},{"location":"classes/stone%20wall/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class stone wall and other classes.

Here are those concepts: Concept 1 is similar to the concept 7 of castle (483) Concept 1 is similar to the concept 3 of viaduct (888) Concept 1 is similar to the concept 0 of worm fence (912) Concept 4 is similar to the concept 7 of worm fence (912) Concept 1 is similar to the concept 8 of alp (970)"},{"location":"classes/stopwatch/","title":"Stopwatch (826)","text":"

Stopwatch (class id 826) has 3 important concepts. The full class name is stopwatch, stop watch.

"},{"location":"classes/stopwatch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stopwatch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stopwatch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 31%) Concept 2 (Importance 27%) Concept 1 (Importance 16%) Concept 6 (Importance 10%) Concept 3 (Importance 6%) Concept 4 (Importance 3%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 1 Concept 6 Concept 3 Concept 4 Concept 8 Concept 0 Concept 9 Concept 7"},{"location":"classes/stopwatch/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class stopwatch and other classes.

Here are those concepts: Concept 8 is similar to the concept 6 of walking stick (313) Concept 1 is similar to the concept 8 of analog clock (409) Concept 8 is similar to the concept 3 of Band Aid (419) Concept 1 is similar to the concept 4 of barometer (426) Concept 8 is similar to the concept 5 of cellular telephone (487) Concept 2 is similar to the concept 1 of digital watch (531) Concept 8 is similar to the concept 4 of hand-held computer (590) Concept 5 is similar to the concept 5 of magnetic compass (635) Concept 1 is similar to the concept 2 of odometer (685) Concept 2 is similar to the concept 3 of odometer (685) Concept 5 is similar to the concept 1 of scale (778) Concept 0 is similar to the concept 2 of wall clock (892) Concept 1 is similar to the concept 1 of wall clock (892) Concept 4 is similar to the concept 1 of whistle (902)"},{"location":"classes/stove/","title":"Stove (827)","text":"

Stove (class id 827) has 3 important concepts. The full class name is stove.

"},{"location":"classes/stove/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stove' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stove/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 3 (Importance 17%) Concept 2 (Importance 10%) Concept 0 (Importance 6%) Concept 9 (Importance 5%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 0 Concept 9 Concept 5 Concept 4 Concept 8 Concept 7 Concept 6"},{"location":"classes/stove/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class stove and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of espresso maker (550) Concept 1 is similar to the concept 2 of fire screen (556) Concept 4 is similar to the concept 5 of loudspeaker (632)"},{"location":"classes/strainer/","title":"Strainer (828)","text":"

Strainer (class id 828) has 3 important concepts. The full class name is strainer.

"},{"location":"classes/strainer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Strainer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/strainer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 46%) Concept 2 (Importance 29%) Concept 4 (Importance 10%) Concept 5 (Importance 5%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 1 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 5 Concept 8 Concept 6 Concept 1 Concept 9 Concept 7 Concept 3"},{"location":"classes/strainer/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/strawberry/","title":"Strawberry (949)","text":"

Strawberry (class id 949) has 2 important concepts. The full class name is strawberry.

"},{"location":"classes/strawberry/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Strawberry' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/strawberry/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 55%) Concept 2 (Importance 16%) Concept 9 (Importance 7%) Concept 3 (Importance 7%) Concept 6 (Importance 3%) Concept 5 (Importance 3%) Concept 4 (Importance 3%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 3 Concept 6 Concept 5 Concept 4 Concept 1 Concept 8 Concept 7"},{"location":"classes/strawberry/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/street%20sign/","title":"Street sign (919)","text":"

Street sign (class id 919) has 1 important concepts. The full class name is street sign.

"},{"location":"classes/street%20sign/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Street sign' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/street%20sign/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 68%) Concept 6 (Importance 10%) Concept 3 (Importance 5%) Concept 8 (Importance 4%) Concept 1 (Importance 3%) Concept 5 (Importance 2%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 3 Concept 8 Concept 1 Concept 5 Concept 4 Concept 2 Concept 9 Concept 7"},{"location":"classes/street%20sign/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class street sign and other classes.

Here are those concepts: Concept 6 is similar to the concept 2 of barbershop (424) Concept 4 is similar to the concept 5 of patio (706) Concept 6 is similar to the concept 2 of scoreboard (781)"},{"location":"classes/streetcar/","title":"Streetcar (829)","text":"

Streetcar (class id 829) has 2 important concepts. The full class name is streetcar, tram, tramcar, trolley, trolley car.

"},{"location":"classes/streetcar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Streetcar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/streetcar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 37%) Concept 0 (Importance 35%) Concept 2 (Importance 13%) Concept 6 (Importance 4%) Concept 5 (Importance 3%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 2 Concept 6 Concept 5 Concept 7 Concept 4 Concept 1 Concept 9 Concept 8"},{"location":"classes/streetcar/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class streetcar and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of cab (468) Concept 4 is similar to the concept 4 of car mirror (475) Concept 2 is similar to the concept 1 of freight car (565) Concept 4 is similar to the concept 1 of go-kart (573) Concept 6 is similar to the concept 5 of gondola (576) Concept 4 is similar to the concept 2 of jinrikisha (612) Concept 3 is similar to the concept 3 of minibus (654) Concept 4 is similar to the concept 8 of moped (665) Concept 4 is similar to the concept 1 of motor scooter (670) Concept 2 is similar to the concept 1 of steam locomotive (820) Concept 4 is similar to the concept 2 of tricycle (870) Concept 5 is similar to the concept 1 of trolleybus (874) Concept 4 is similar to the concept 2 of unicycle (880) Concept 4 is similar to the concept 7 of traffic light (920) Concept 5 is similar to the concept 2 of traffic light (920)"},{"location":"classes/stretcher/","title":"Stretcher (830)","text":"

Stretcher (class id 830) has 3 important concepts. The full class name is stretcher.

"},{"location":"classes/stretcher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stretcher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stretcher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 27%) Concept 0 (Importance 26%) Concept 2 (Importance 15%) Concept 6 (Importance 10%) Concept 9 (Importance 6%) Concept 1 (Importance 6%) Concept 5 (Importance 3%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 0 Concept 2 Concept 6 Concept 9 Concept 1 Concept 5 Concept 3 Concept 7 Concept 4"},{"location":"classes/stretcher/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class stretcher and other classes.

Here are those concepts: Concept 9 is similar to the concept 7 of mountain bike (671)"},{"location":"classes/studio%20couch/","title":"Studio couch (831)","text":"

Studio couch (class id 831) has 1 important concepts. The full class name is studio couch, day bed.

"},{"location":"classes/studio%20couch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Studio couch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/studio%20couch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 75%) Concept 2 (Importance 6%) Concept 3 (Importance 5%) Concept 8 (Importance 4%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 8 Concept 6 Concept 9 Concept 7 Concept 4 Concept 5 Concept 0"},{"location":"classes/studio%20couch/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class studio couch and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of crib (520) Concept 2 is similar to the concept 6 of desk (526) Concept 2 is similar to the concept 9 of entertainment center (548) Concept 2 is similar to the concept 7 of grand piano (579) Concept 1 is similar to the concept 2 of quilt (750) Concept 2 is similar to the concept 3 of quilt (750) Concept 3 is similar to the concept 1 of upright (881)"},{"location":"classes/stupa/","title":"Stupa (832)","text":"

Stupa (class id 832) has 2 important concepts. The full class name is stupa, tope.

"},{"location":"classes/stupa/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Stupa' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/stupa/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 61%) Concept 1 (Importance 15%) Concept 4 (Importance 7%) Concept 5 (Importance 6%) Concept 0 (Importance 6%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 9 Concept 1 Concept 4 Concept 5 Concept 0 Concept 8 Concept 7 Concept 6 Concept 3 Concept 2"},{"location":"classes/stupa/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class stupa and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 1 of church (497) Concept 7 is similar to the concept 9 of pole (733)"},{"location":"classes/sturgeon/","title":"Sturgeon (394)","text":"

Sturgeon (class id 394) has 2 important concepts. The full class name is sturgeon.

"},{"location":"classes/sturgeon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sturgeon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sturgeon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 53%) Concept 0 (Importance 30%) Concept 5 (Importance 3%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 5 Concept 2 Concept 8 Concept 7 Concept 4 Concept 9 Concept 6 Concept 3"},{"location":"classes/sturgeon/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class sturgeon and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of barracouta (389) Concept 5 is similar to the concept 1 of barracouta (389) Concept 5 is similar to the concept 1 of coho (391) Concept 4 is similar to the concept 3 of coho (391) Concept 0 is similar to the concept 0 of gar (395) Concept 7 is similar to the concept 5 of gar (395) Concept 4 is similar to the concept 1 of bikini (445) Concept 4 is similar to the concept 3 of paddlewheel (694) Concept 4 is similar to the concept 1 of reel (758) Concept 4 is similar to the concept 2 of swimming trunks (842) Concept 3 is similar to the concept 2 of swing (843)"},{"location":"classes/submarine/","title":"Submarine (833)","text":"

Submarine (class id 833) has 1 important concepts. The full class name is submarine, pigboat, sub, U-boat.

"},{"location":"classes/submarine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Submarine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/submarine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 68%) Concept 3 (Importance 15%) Concept 9 (Importance 3%) Concept 4 (Importance 3%) Concept 5 (Importance 2%) Concept 1 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 4 Concept 5 Concept 1 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/submarine/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class submarine and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of grey whale (147) Concept 1 is similar to the concept 1 of killer whale (148) Concept 1 is similar to the concept 1 of aircraft carrier (403) Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 9 is similar to the concept 8 of container ship (510) Concept 9 is similar to the concept 9 of lifeboat (625) Concept 1 is similar to the concept 1 of paddle (693) Concept 1 is similar to the concept 3 of pier (718) Concept 9 is similar to the concept 8 of trimaran (871) Concept 9 is similar to the concept 8 of wreck (913) Concept 1 is similar to the concept 1 of lakeside (975)"},{"location":"classes/suit/","title":"Suit (834)","text":"

Suit (class id 834) has 2 important concepts. The full class name is suit, suit of clothes.

"},{"location":"classes/suit/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Suit' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/suit/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 59%) Concept 0 (Importance 23%) Concept 3 (Importance 9%) Concept 2 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 2 Concept 7 Concept 9 Concept 8 Concept 6 Concept 5 Concept 4"},{"location":"classes/suit/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class suit and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of bow tie (457) Concept 2 is similar to the concept 2 of French horn (566) Concept 2 is similar to the concept 2 of oboe (683) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 2 is similar to the concept 2 of violin (889) Concept 1 is similar to the concept 2 of Windsor tie (906) Concept 1 is similar to the concept 1 of groom (982)"},{"location":"classes/sulphur%20butterfly/","title":"Sulphur butterfly (325)","text":"

Sulphur butterfly (class id 325) has 2 important concepts. The full class name is sulphur butterfly, sulfur butterfly.

"},{"location":"classes/sulphur%20butterfly/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sulphur butterfly' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sulphur%20butterfly/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 75%) Concept 8 (Importance 14%) Concept 4 (Importance 3%) Concept 1 (Importance 2%) Concept 5 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 4 Concept 1 Concept 5 Concept 3 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/sulphur%20butterfly/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class sulphur butterfly and other classes.

Here are those concepts: Concept 5 is similar to the concept 4 of walking stick (313) Concept 8 is similar to the concept 4 of lycaenid (326) Concept 5 is similar to the concept 2 of fig (952) Concept 5 is similar to the concept 2 of custard apple (956)"},{"location":"classes/sulphur-crested%20cockatoo/","title":"Sulphur-crested cockatoo (89)","text":"

Sulphur-crested cockatoo (class id 89) has 4 important concepts. The full class name is sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita.

"},{"location":"classes/sulphur-crested%20cockatoo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sulphur-crested cockatoo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sulphur-crested%20cockatoo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 38%) Concept 4 (Importance 23%) Concept 0 (Importance 20%) Concept 3 (Importance 8%) Concept 8 (Importance 4%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 2 Concept 4 Concept 0 Concept 3 Concept 8 Concept 9 Concept 7 Concept 1 Concept 6 Concept 5"},{"location":"classes/sulphur-crested%20cockatoo/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class sulphur-crested cockatoo and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of goose (99) Concept 3 is similar to the concept 2 of spoonbill (129) Concept 0 is similar to the concept 0 of American egret (132) Concept 3 is similar to the concept 8 of American egret (132) Concept 0 is similar to the concept 7 of crane (134)"},{"location":"classes/sundial/","title":"Sundial (835)","text":"

Sundial (class id 835) has 5 important concepts. The full class name is sundial.

"},{"location":"classes/sundial/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sundial' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sundial/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 40%) Concept 1 (Importance 13%) Concept 5 (Importance 12%) Concept 6 (Importance 11%) Concept 0 (Importance 10%) Concept 2 (Importance 4%) Concept 9 (Importance 3%) Concept 7 (Importance 1%) Concept 3 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 5 Concept 6 Concept 0 Concept 2 Concept 9 Concept 7 Concept 3 Concept 4"},{"location":"classes/sundial/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/sunglasses/","title":"Sunglasses (837)","text":"

Sunglasses (class id 837) has 1 important concepts. The full class name is sunglasses, dark glasses, shades.

"},{"location":"classes/sunglasses/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sunglasses' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sunglasses/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 88%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 8 Concept 9 Concept 7 Concept 4 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/sunglasses/#similar-concepts","title":"Similar concepts","text":"

We have found 36 similar concepts between the class sunglasses and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of apron (411) Concept 3 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 4 of Band Aid (419) Concept 2 is similar to the concept 4 of bathing cap (433) Concept 0 is similar to the concept 9 of bathing cap (433) Concept 3 is similar to the concept 1 of bath towel (434) Concept 2 is similar to the concept 2 of bow tie (457) Concept 3 is similar to the concept 2 of broom (462) Concept 3 is similar to the concept 1 of bucket (463) Concept 3 is similar to the concept 0 of carton (478) Concept 2 is similar to the concept 2 of cowboy hat (515) Concept 3 is similar to the concept 1 of desk (526) Concept 4 is similar to the concept 1 of hair slide (584) Concept 4 is similar to the concept 4 of hair spray (585) Concept 2 is similar to the concept 8 of hair spray (585) Concept 4 is similar to the concept 9 of hand blower (589) Concept 2 is similar to the concept 3 of lab coat (617) Concept 3 is similar to the concept 6 of magnetic compass (635) Concept 2 is similar to the concept 2 of mask (643) Concept 3 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 2 of mortarboard (667) Concept 3 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 4 of neck brace (678) Concept 3 is similar to the concept 3 of pajama (697) Concept 3 is similar to the concept 1 of safe (771) Concept 3 is similar to the concept 1 of sandal (774) Concept 3 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of seat belt (785) Concept 3 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 3 of shower cap (793) Concept 3 is similar to the concept 1 of sleeping bag (797) Concept 3 is similar to the concept 1 of swab (840) Concept 3 is similar to the concept 1 of tray (868) Concept 2 is similar to the concept 2 of wig (903) Concept 0 is similar to the concept 9 of ice lolly (929) Concept 2 is similar to the concept 3 of ice lolly (929)"},{"location":"classes/sunscreen/","title":"Sunscreen (838)","text":"

Sunscreen (class id 838) has 2 important concepts. The full class name is sunscreen, sunblock, sun blocker.

"},{"location":"classes/sunscreen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sunscreen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sunscreen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 53%) Concept 0 (Importance 13%) Concept 5 (Importance 11%) Concept 7 (Importance 6%) Concept 8 (Importance 5%) Concept 3 (Importance 5%) Concept 1 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 5 Concept 7 Concept 8 Concept 3 Concept 1 Concept 2 Concept 9 Concept 6"},{"location":"classes/sunscreen/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class sunscreen and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of shower cap (793)"},{"location":"classes/suspension%20bridge/","title":"Suspension bridge (839)","text":"

Suspension bridge (class id 839) has 1 important concepts. The full class name is suspension bridge.

"},{"location":"classes/suspension%20bridge/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Suspension bridge' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/suspension%20bridge/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 72%) Concept 2 (Importance 5%) Concept 0 (Importance 5%) Concept 4 (Importance 4%) Concept 7 (Importance 3%) Concept 5 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 4 Concept 7 Concept 5 Concept 8 Concept 9 Concept 3 Concept 6"},{"location":"classes/suspension%20bridge/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class suspension bridge and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 5 is similar to the concept 8 of catamaran (484) Concept 3 is similar to the concept 1 of church (497) Concept 4 is similar to the concept 2 of harp (594) Concept 1 is similar to the concept 1 of pier (718) Concept 7 is similar to the concept 5 of pier (718) Concept 8 is similar to the concept 7 of pier (718) Concept 5 is similar to the concept 4 of pirate (724) Concept 5 is similar to the concept 7 of schooner (780) Concept 4 is similar to the concept 5 of spider web (815) Concept 8 is similar to the concept 2 of steel arch bridge (821) Concept 2 is similar to the concept 6 of steel arch bridge (821)"},{"location":"classes/swab/","title":"Swab (840)","text":"

Swab (class id 840) has 2 important concepts. The full class name is swab, swob, mop.

"},{"location":"classes/swab/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Swab' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/swab/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 3 (Importance 35%) Concept 0 (Importance 9%) Concept 8 (Importance 3%) Concept 1 (Importance 3%) Concept 9 (Importance 2%) Concept 7 (Importance 2%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 8 Concept 1 Concept 9 Concept 7 Concept 6 Concept 5 Concept 4"},{"location":"classes/swab/#similar-concepts","title":"Similar concepts","text":"

We have found 46 similar concepts between the class swab and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of komondor (228) Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 3 is similar to the concept 6 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 5 is similar to the concept 3 of potter wheel (739) Concept 1 is similar to the concept 2 of purse (748) Concept 9 is similar to the concept 2 of rain barrel (756) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 5 is similar to the concept 4 of shoe shop (788) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 3 is similar to the concept 2 of shovel (792) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/sweatshirt/","title":"Sweatshirt (841)","text":"

Sweatshirt (class id 841) has 2 important concepts. The full class name is sweatshirt.

"},{"location":"classes/sweatshirt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Sweatshirt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/sweatshirt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 58%) Concept 1 (Importance 15%) Concept 6 (Importance 6%) Concept 7 (Importance 5%) Concept 2 (Importance 5%) Concept 8 (Importance 3%) Concept 0 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 6 Concept 7 Concept 2 Concept 8 Concept 0 Concept 5 Concept 9 Concept 4"},{"location":"classes/sweatshirt/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class sweatshirt and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of cloak (501) Concept 2 is similar to the concept 9 of jersey (610) Concept 6 is similar to the concept 9 of trench coat (869)"},{"location":"classes/swimming%20trunks/","title":"Swimming trunks (842)","text":"

Swimming trunks (class id 842) has 3 important concepts. The full class name is swimming trunks, bathing trunks.

"},{"location":"classes/swimming%20trunks/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Swimming trunks' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/swimming%20trunks/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 36%) Concept 3 (Importance 33%) Concept 1 (Importance 11%) Concept 4 (Importance 6%) Concept 2 (Importance 5%) Concept 6 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 1 Concept 4 Concept 2 Concept 6 Concept 9 Concept 7 Concept 8 Concept 5"},{"location":"classes/swimming%20trunks/#similar-concepts","title":"Similar concepts","text":"

We have found 15 similar concepts between the class swimming trunks and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of sea lion (150) Concept 2 is similar to the concept 3 of coho (391) Concept 2 is similar to the concept 4 of sturgeon (394) Concept 2 is similar to the concept 6 of bathing cap (433) Concept 2 is similar to the concept 1 of bikini (445) Concept 4 is similar to the concept 1 of brassiere (459) Concept 1 is similar to the concept 9 of brassiere (459) Concept 2 is similar to the concept 2 of maillot (639) Concept 1 is similar to the concept 5 of overskirt (689) Concept 6 is similar to the concept 5 of parallel bars (702) Concept 1 is similar to the concept 9 of plastic bag (728) Concept 2 is similar to the concept 1 of reel (758) Concept 1 is similar to the concept 9 of shopping basket (790) Concept 1 is similar to the concept 9 of shower cap (793) Concept 1 is similar to the concept 1 of velvet (885)"},{"location":"classes/swing/","title":"Swing (843)","text":"

Swing (class id 843) has 2 important concepts. The full class name is swing.

"},{"location":"classes/swing/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Swing' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/swing/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 52%) Concept 5 (Importance 20%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 4 (Importance 1%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 9 Concept 7 Concept 2 Concept 8 Concept 3 Concept 4 Concept 6 Concept 0"},{"location":"classes/swing/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class swing and other classes.

Here are those concepts: Concept 2 is similar to the concept 3 of sturgeon (394) Concept 3 is similar to the concept 3 of barn (425) Concept 2 is similar to the concept 4 of barrow (428) Concept 2 is similar to the concept 4 of chain saw (491) Concept 2 is similar to the concept 2 of croquet ball (522) Concept 3 is similar to the concept 1 of harvester (595) Concept 3 is similar to the concept 1 of lawn mower (621) Concept 2 is similar to the concept 5 of lawn mower (621) Concept 1 is similar to the concept 2 of necklace (679) Concept 4 is similar to the concept 5 of patio (706) Concept 3 is similar to the concept 1 of plow (730) Concept 2 is similar to the concept 3 of soccer ball (805) Concept 2 is similar to the concept 9 of violin (889) Concept 3 is similar to the concept 0 of worm fence (912)"},{"location":"classes/switch/","title":"Switch (844)","text":"

Switch (class id 844) has 2 important concepts. The full class name is switch, electric switch, electrical switch.

"},{"location":"classes/switch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Switch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/switch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 49%) Concept 4 (Importance 21%) Concept 8 (Importance 9%) Concept 5 (Importance 5%) Concept 7 (Importance 4%) Concept 3 (Importance 4%) Concept 6 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 8 Concept 5 Concept 7 Concept 3 Concept 6 Concept 2 Concept 9 Concept 0"},{"location":"classes/switch/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class switch and other classes.

Here are those concepts: Concept 6 is similar to the concept 4 of binder (446) Concept 9 is similar to the concept 0 of sliding door (799)"},{"location":"classes/syringe/","title":"Syringe (845)","text":"

Syringe (class id 845) has 4 important concepts. The full class name is syringe.

"},{"location":"classes/syringe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Syringe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/syringe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 35%) Concept 0 (Importance 22%) Concept 4 (Importance 15%) Concept 2 (Importance 15%) Concept 9 (Importance 4%) Concept 5 (Importance 2%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 6 Concept 0 Concept 4 Concept 2 Concept 9 Concept 5 Concept 3 Concept 1 Concept 8 Concept 7"},{"location":"classes/syringe/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/tabby/","title":"Tabby (281)","text":"

Tabby (class id 281) has 2 important concepts. The full class name is tabby, tabby cat.

"},{"location":"classes/tabby/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tabby' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tabby/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 41%) Concept 0 (Importance 40%) Concept 3 (Importance 4%) Concept 1 (Importance 4%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 3 Concept 1 Concept 9 Concept 6 Concept 7 Concept 2 Concept 8 Concept 4"},{"location":"classes/tabby/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class tabby and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of sea lion (150) Concept 0 is similar to the concept 0 of tiger cat (282) Concept 1 is similar to the concept 2 of tiger cat (282) Concept 3 is similar to the concept 4 of tiger cat (282) Concept 5 is similar to the concept 5 of tiger cat (282) Concept 1 is similar to the concept 2 of Persian cat (283) Concept 1 is similar to the concept 4 of Siamese cat (284) Concept 0 is similar to the concept 6 of Egyptian cat (285) Concept 1 is similar to the concept 4 of Egyptian cat (285) Concept 3 is similar to the concept 3 of Egyptian cat (285) Concept 5 is similar to the concept 0 of Egyptian cat (285) Concept 1 is similar to the concept 1 of cougar (286) Concept 1 is similar to the concept 4 of lynx (287) Concept 1 is similar to the concept 4 of leopard (288) Concept 1 is similar to the concept 2 of snow leopard (289) Concept 1 is similar to the concept 2 of jaguar (290) Concept 1 is similar to the concept 2 of tiger (292) Concept 1 is similar to the concept 3 of hamster (333) Concept 6 is similar to the concept 4 of fox squirrel (335) Concept 1 is similar to the concept 6 of guinea pig (338) Concept 1 is similar to the concept 2 of otter (360) Concept 6 is similar to the concept 4 of squirrel monkey (382) Concept 1 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/table%20lamp/","title":"Table lamp (846)","text":"

Table lamp (class id 846) has 2 important concepts. The full class name is table lamp.

"},{"location":"classes/table%20lamp/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Table lamp' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/table%20lamp/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 3 (Importance 17%) Concept 8 (Importance 2%) Concept 0 (Importance 2%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 8 Concept 0 Concept 6 Concept 5 Concept 4 Concept 9 Concept 7 Concept 2"},{"location":"classes/table%20lamp/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class table lamp and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of goblet (572) Concept 1 is similar to the concept 2 of lampshade (619)"},{"location":"classes/tailed%20frog/","title":"Tailed frog (32)","text":"

Tailed frog (class id 32) has 2 important concepts. The full class name is tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui.

"},{"location":"classes/tailed%20frog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tailed frog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tailed%20frog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 0 (Importance 36%) Concept 3 (Importance 6%) Concept 9 (Importance 5%) Concept 5 (Importance 4%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 9 Concept 5 Concept 4 Concept 8 Concept 7 Concept 6 Concept 2"},{"location":"classes/tailed%20frog/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class tailed frog and other classes.

Here are those concepts: Concept 5 is similar to the concept 0 of bullfrog (30) Concept 1 is similar to the concept 1 of bullfrog (30) Concept 4 is similar to the concept 2 of ant (310) Concept 7 is similar to the concept 1 of coral fungus (991) Concept 7 is similar to the concept 5 of gyromitra (993) Concept 7 is similar to the concept 2 of earthstar (995) Concept 7 is similar to the concept 1 of bolete (997)"},{"location":"classes/tank/","title":"Tank (847)","text":"

Tank (class id 847) has 2 important concepts. The full class name is tank, army tank, armored combat vehicle, armoured combat vehicle.

"},{"location":"classes/tank/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tank' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tank/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 43%) Concept 1 (Importance 32%) Concept 3 (Importance 10%) Concept 7 (Importance 7%) Concept 5 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 3 Concept 7 Concept 5 Concept 6 Concept 9 Concept 8 Concept 4 Concept 2"},{"location":"classes/tank/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class tank and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of amphibian (408) Concept 3 is similar to the concept 3 of cannon (471) Concept 1 is similar to the concept 3 of half track (586) Concept 0 is similar to the concept 8 of half track (586)"},{"location":"classes/tape%20player/","title":"Tape player (848)","text":"

Tape player (class id 848) has 1 important concepts. The full class name is tape player.

"},{"location":"classes/tape%20player/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tape player' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tape%20player/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 6 (Importance 9%) Concept 2 (Importance 7%) Concept 4 (Importance 5%) Concept 3 (Importance 5%) Concept 9 (Importance 2%) Concept 7 (Importance 2%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 2 Concept 4 Concept 3 Concept 9 Concept 7 Concept 8 Concept 5 Concept 0"},{"location":"classes/tape%20player/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class tape player and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of cassette player (482) Concept 1 is similar to the concept 1 of CD player (485) Concept 6 is similar to the concept 5 of oscilloscope (688) Concept 6 is similar to the concept 0 of radio (754)"},{"location":"classes/tarantula/","title":"Tarantula (76)","text":"

Tarantula (class id 76) has 1 important concepts. The full class name is tarantula.

"},{"location":"classes/tarantula/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tarantula' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tarantula/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 83%) Concept 3 (Importance 6%) Concept 7 (Importance 4%) Concept 9 (Importance 1%) Concept 2 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 7 Concept 9 Concept 2 Concept 8 Concept 6 Concept 5 Concept 4 Concept 1"},{"location":"classes/tarantula/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/teapot/","title":"Teapot (849)","text":"

Teapot (class id 849) has 2 important concepts. The full class name is teapot.

"},{"location":"classes/teapot/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Teapot' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/teapot/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 52%) Concept 2 (Importance 26%) Concept 0 (Importance 6%) Concept 3 (Importance 5%) Concept 9 (Importance 3%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 0 Concept 3 Concept 9 Concept 7 Concept 4 Concept 8 Concept 6 Concept 5"},{"location":"classes/teapot/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class teapot and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of coffee mug (504) Concept 1 is similar to the concept 1 of coffeepot (505) Concept 2 is similar to the concept 3 of coffeepot (505) Concept 3 is similar to the concept 3 of mixing bowl (659) Concept 3 is similar to the concept 6 of mortar (666) Concept 1 is similar to the concept 1 of pitcher (725) Concept 3 is similar to the concept 2 of pitcher (725) Concept 4 is similar to the concept 7 of pitcher (725) Concept 4 is similar to the concept 2 of vase (883) Concept 1 is similar to the concept 1 of water jug (899) Concept 1 is similar to the concept 1 of cup (968) Concept 4 is similar to the concept 4 of cup (968)"},{"location":"classes/teddy/","title":"Teddy (850)","text":"

Teddy (class id 850) has 2 important concepts. The full class name is teddy, teddy bear.

"},{"location":"classes/teddy/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Teddy' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/teddy/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 1 (Importance 27%) Concept 5 (Importance 4%) Concept 4 (Importance 4%) Concept 8 (Importance 3%) Concept 3 (Importance 2%) Concept 2 (Importance 2%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 5 Concept 4 Concept 8 Concept 3 Concept 2 Concept 9 Concept 7 Concept 6"},{"location":"classes/teddy/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class teddy and other classes.

Here are those concepts: Concept 5 is similar to the concept 5 of fur coat (568)"},{"location":"classes/television/","title":"Television (851)","text":"

Television (class id 851) has 2 important concepts. The full class name is television, television system.

"},{"location":"classes/television/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Television' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/television/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 67%) Concept 4 (Importance 16%) Concept 2 (Importance 5%) Concept 7 (Importance 4%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 2 Concept 7 Concept 8 Concept 6 Concept 5 Concept 9 Concept 3 Concept 0"},{"location":"classes/television/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class television and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of desktop computer (527) Concept 1 is similar to the concept 1 of entertainment center (548) Concept 7 is similar to the concept 2 of home theater (598) Concept 1 is similar to the concept 4 of monitor (664) Concept 8 is similar to the concept 4 of prison (743) Concept 1 is similar to the concept 5 of screen (782)"},{"location":"classes/tench/","title":"Tench (0)","text":"

Tench (class id 0) has 2 important concepts. The full class name is tench, Tinca tinca.

"},{"location":"classes/tench/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tench' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tench/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 66%) Concept 6 (Importance 16%) Concept 3 (Importance 6%) Concept 8 (Importance 3%) Concept 4 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 3 Concept 8 Concept 4 Concept 5 Concept 1 Concept 9 Concept 7 Concept 0"},{"location":"classes/tench/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class tench and other classes.

Here are those concepts: Concept 3 is similar to the concept 5 of barracouta (389) Concept 8 is similar to the concept 1 of barracouta (389) Concept 8 is similar to the concept 1 of coho (391) Concept 3 is similar to the concept 3 of puffer (397)"},{"location":"classes/tennis%20ball/","title":"Tennis ball (852)","text":"

Tennis ball (class id 852) has 1 important concepts. The full class name is tennis ball.

"},{"location":"classes/tennis%20ball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tennis ball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tennis%20ball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 85%) Concept 7 (Importance 6%) Concept 8 (Importance 2%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 8 Concept 6 Concept 2 Concept 9 Concept 5 Concept 4 Concept 3 Concept 1"},{"location":"classes/tennis%20ball/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/terrapin/","title":"Terrapin (36)","text":"

Terrapin (class id 36) has 1 important concepts. The full class name is terrapin.

"},{"location":"classes/terrapin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Terrapin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/terrapin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 7 (Importance 7%) Concept 8 (Importance 6%) Concept 0 (Importance 5%) Concept 3 (Importance 4%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 8 Concept 0 Concept 3 Concept 4 Concept 9 Concept 6 Concept 5 Concept 2"},{"location":"classes/terrapin/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class terrapin and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of bullfrog (30) Concept 1 is similar to the concept 1 of mud turtle (35) Concept 0 is similar to the concept 2 of mud turtle (35) Concept 4 is similar to the concept 8 of mud turtle (35) Concept 1 is similar to the concept 0 of box turtle (37) Concept 4 is similar to the concept 2 of American alligator (50) Concept 4 is similar to the concept 2 of water snake (58) Concept 4 is similar to the concept 1 of platypus (103) Concept 4 is similar to the concept 3 of flamingo (130) Concept 4 is similar to the concept 6 of pelican (144) Concept 4 is similar to the concept 1 of beaver (337) Concept 4 is similar to the concept 1 of otter (360)"},{"location":"classes/thatch/","title":"Thatch (853)","text":"

Thatch (class id 853) has 2 important concepts. The full class name is thatch, thatched roof.

"},{"location":"classes/thatch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Thatch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/thatch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 2 (Importance 12%) Concept 3 (Importance 8%) Concept 4 (Importance 4%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 3 Concept 4 Concept 7 Concept 9 Concept 8 Concept 6 Concept 5 Concept 0"},{"location":"classes/thatch/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class thatch and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of barn (425) Concept 8 is similar to the concept 2 of castle (483) Concept 5 is similar to the concept 5 of patio (706) Concept 4 is similar to the concept 3 of picket fence (716) Concept 6 is similar to the concept 8 of pole (733)"},{"location":"classes/theater%20curtain/","title":"Theater curtain (854)","text":"

Theater curtain (class id 854) has 1 important concepts. The full class name is theater curtain, theatre curtain.

"},{"location":"classes/theater%20curtain/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Theater curtain' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/theater%20curtain/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 67%) Concept 2 (Importance 7%) Concept 9 (Importance 6%) Concept 6 (Importance 4%) Concept 8 (Importance 3%) Concept 3 (Importance 3%) Concept 1 (Importance 3%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 9 Concept 6 Concept 8 Concept 3 Concept 1 Concept 7 Concept 5 Concept 4"},{"location":"classes/theater%20curtain/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class theater curtain and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of nematode (111) Concept 2 is similar to the concept 7 of cinema (498)"},{"location":"classes/thimble/","title":"Thimble (855)","text":"

Thimble (class id 855) has 2 important concepts. The full class name is thimble.

"},{"location":"classes/thimble/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Thimble' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/thimble/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 45%) Concept 1 (Importance 38%) Concept 9 (Importance 4%) Concept 5 (Importance 4%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 1 Concept 9 Concept 5 Concept 3 Concept 6 Concept 8 Concept 7 Concept 4 Concept 0"},{"location":"classes/thimble/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/three-toed%20sloth/","title":"Three-toed sloth (364)","text":"

Three-toed sloth (class id 364) has 2 important concepts. The full class name is three-toed sloth, ai, Bradypus tridactylus.

"},{"location":"classes/three-toed%20sloth/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Three-toed sloth' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/three-toed%20sloth/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 48%) Concept 2 (Importance 31%) Concept 5 (Importance 5%) Concept 1 (Importance 5%) Concept 8 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 1 Concept 8 Concept 4 Concept 9 Concept 7 Concept 6 Concept 3"},{"location":"classes/three-toed%20sloth/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class three-toed sloth and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of indigo bunting (14) Concept 1 is similar to the concept 3 of indigo bunting (14) Concept 1 is similar to the concept 4 of bulbul (16) Concept 4 is similar to the concept 6 of chickadee (19) Concept 1 is similar to the concept 3 of lorikeet (90) Concept 1 is similar to the concept 1 of coucal (91) Concept 1 is similar to the concept 1 of toucan (96) Concept 4 is similar to the concept 7 of toucan (96) Concept 1 is similar to the concept 1 of capuchin (378) Concept 1 is similar to the concept 3 of howler monkey (379) Concept 1 is similar to the concept 8 of titi (380) Concept 1 is similar to the concept 1 of squirrel monkey (382) Concept 1 is similar to the concept 5 of orange (950) Concept 1 is similar to the concept 2 of lemon (951) Concept 1 is similar to the concept 1 of jackfruit (955) Concept 1 is similar to the concept 2 of custard apple (956)"},{"location":"classes/thresher/","title":"Thresher (856)","text":"

Thresher (class id 856) has 4 important concepts. The full class name is thresher, thrasher, threshing machine.

"},{"location":"classes/thresher/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Thresher' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/thresher/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 29%) Concept 7 (Importance 24%) Concept 4 (Importance 12%) Concept 5 (Importance 9%) Concept 3 (Importance 6%) Concept 6 (Importance 5%) Concept 9 (Importance 4%) Concept 2 (Importance 4%) Concept 0 (Importance 2%) Concept 8 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 4 Concept 5 Concept 3 Concept 6 Concept 9 Concept 2 Concept 0 Concept 8"},{"location":"classes/thresher/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class thresher and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of ox (345) Concept 3 is similar to the concept 6 of amphibian (408) Concept 2 is similar to the concept 5 of apiary (410) Concept 2 is similar to the concept 7 of barrow (428) Concept 1 is similar to the concept 1 of cannon (471) Concept 2 is similar to the concept 2 of cannon (471) Concept 3 is similar to the concept 6 of fire engine (555) Concept 3 is similar to the concept 2 of garbage truck (569) Concept 3 is similar to the concept 6 of half track (586) Concept 2 is similar to the concept 9 of half track (586) Concept 2 is similar to the concept 1 of harvester (595) Concept 1 is similar to the concept 2 of horse cart (603) Concept 3 is similar to the concept 8 of jeep (609) Concept 2 is similar to the concept 4 of mobile home (660) Concept 2 is similar to the concept 1 of mountain tent (672) Concept 1 is similar to the concept 3 of oxcart (690) Concept 3 is similar to the concept 5 of paddlewheel (694) Concept 3 is similar to the concept 4 of passenger car (705) Concept 9 is similar to the concept 0 of plow (730) Concept 2 is similar to the concept 1 of plow (730) Concept 3 is similar to the concept 2 of plow (730) Concept 3 is similar to the concept 6 of school bus (779) Concept 3 is similar to the concept 9 of steam locomotive (820) Concept 2 is similar to the concept 7 of tractor (866) Concept 2 is similar to the concept 1 of yurt (915)"},{"location":"classes/throne/","title":"Throne (857)","text":"

Throne (class id 857) has 3 important concepts. The full class name is throne.

"},{"location":"classes/throne/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Throne' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/throne/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 42%) Concept 5 (Importance 21%) Concept 9 (Importance 20%) Concept 0 (Importance 4%) Concept 2 (Importance 3%) Concept 1 (Importance 3%) Concept 8 (Importance 2%) Concept 6 (Importance 2%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 5 Concept 9 Concept 0 Concept 2 Concept 1 Concept 8 Concept 6 Concept 4 Concept 3"},{"location":"classes/throne/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/thunder%20snake/","title":"Thunder snake (52)","text":"

Thunder snake (class id 52) has 3 important concepts. The full class name is thunder snake, worm snake, Carphophis amoenus.

"},{"location":"classes/thunder%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Thunder snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/thunder%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 41%) Concept 4 (Importance 30%) Concept 0 (Importance 12%) Concept 9 (Importance 6%) Concept 8 (Importance 3%) Concept 2 (Importance 2%) Concept 5 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 0 Concept 9 Concept 8 Concept 2 Concept 5 Concept 1 Concept 7 Concept 6"},{"location":"classes/thunder%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class thunder snake and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of whiptail (41) Concept 2 is similar to the concept 3 of ringneck snake (53) Concept 1 is similar to the concept 1 of fiddler crab (120) Concept 1 is similar to the concept 2 of ant (310) Concept 2 is similar to the concept 6 of walking stick (313) Concept 5 is similar to the concept 1 of coral fungus (991) Concept 5 is similar to the concept 5 of gyromitra (993) Concept 5 is similar to the concept 2 of earthstar (995) Concept 5 is similar to the concept 1 of bolete (997)"},{"location":"classes/tick/","title":"Tick (78)","text":"

Tick (class id 78) has 2 important concepts. The full class name is tick.

"},{"location":"classes/tick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 62%) Concept 0 (Importance 20%) Concept 2 (Importance 8%) Concept 4 (Importance 3%) Concept 8 (Importance 2%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 7 Concept 0 Concept 2 Concept 4 Concept 8 Concept 9 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/tick/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/tiger%20beetle/","title":"Tiger beetle (300)","text":"

Tiger beetle (class id 300) has 2 important concepts. The full class name is tiger beetle.

"},{"location":"classes/tiger%20beetle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tiger beetle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tiger%20beetle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 54%) Concept 5 (Importance 16%) Concept 9 (Importance 12%) Concept 2 (Importance 7%) Concept 0 (Importance 5%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 4 Concept 5 Concept 9 Concept 2 Concept 0 Concept 6 Concept 1 Concept 8 Concept 7 Concept 3"},{"location":"classes/tiger%20beetle/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class tiger beetle and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of whiptail (41) Concept 1 is similar to the concept 5 of scorpion (71) Concept 3 is similar to the concept 1 of black grouse (80) Concept 3 is similar to the concept 1 of prairie chicken (83) Concept 1 is similar to the concept 1 of fiddler crab (120)"},{"location":"classes/tiger%20cat/","title":"Tiger cat (282)","text":"

Tiger cat (class id 282) has 2 important concepts. The full class name is tiger cat.

"},{"location":"classes/tiger%20cat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tiger cat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tiger%20cat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 35%) Concept 0 (Importance 34%) Concept 7 (Importance 7%) Concept 1 (Importance 7%) Concept 4 (Importance 6%) Concept 2 (Importance 5%) Concept 6 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 7 Concept 1 Concept 4 Concept 2 Concept 6 Concept 9 Concept 8 Concept 3"},{"location":"classes/tiger%20cat/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class tiger cat and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of sea lion (150) Concept 4 is similar to the concept 4 of coyote (272) Concept 4 is similar to the concept 4 of grey fox (280) Concept 0 is similar to the concept 0 of tabby (281) Concept 2 is similar to the concept 1 of tabby (281) Concept 4 is similar to the concept 3 of tabby (281) Concept 5 is similar to the concept 5 of tabby (281) Concept 2 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 0 is similar to the concept 6 of Egyptian cat (285) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 4 is similar to the concept 3 of Egyptian cat (285) Concept 5 is similar to the concept 0 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of lynx (287) Concept 4 is similar to the concept 2 of lynx (287) Concept 2 is similar to the concept 4 of leopard (288) Concept 2 is similar to the concept 2 of snow leopard (289) Concept 2 is similar to the concept 2 of jaguar (290) Concept 2 is similar to the concept 2 of tiger (292) Concept 2 is similar to the concept 3 of hamster (333) Concept 2 is similar to the concept 6 of guinea pig (338) Concept 2 is similar to the concept 3 of black-footed ferret (359) Concept 2 is similar to the concept 2 of otter (360) Concept 2 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/tiger%20shark/","title":"Tiger shark (3)","text":"

Tiger shark (class id 3) has 3 important concepts. The full class name is tiger shark, Galeocerdo cuvieri.

"},{"location":"classes/tiger%20shark/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tiger shark' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tiger%20shark/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 55%) Concept 9 (Importance 18%) Concept 5 (Importance 17%) Concept 4 (Importance 2%) Concept 0 (Importance 2%) Concept 7 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 5 Concept 4 Concept 0 Concept 7 Concept 1 Concept 8 Concept 6 Concept 3"},{"location":"classes/tiger%20shark/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class tiger shark and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of hammerhead (4) Concept 1 is similar to the concept 1 of jellyfish (107) Concept 4 is similar to the concept 8 of jellyfish (107) Concept 8 is similar to the concept 7 of jellyfish (107)"},{"location":"classes/tiger/","title":"Tiger (292)","text":"

Tiger (class id 292) has 2 important concepts. The full class name is tiger, Panthera tigris.

"},{"location":"classes/tiger/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tiger' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tiger/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 6 (Importance 27%) Concept 4 (Importance 10%) Concept 8 (Importance 6%) Concept 5 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 4 Concept 8 Concept 5 Concept 2 Concept 9 Concept 7 Concept 3 Concept 1"},{"location":"classes/tiger/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class tiger and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of sea lion (150) Concept 2 is similar to the concept 1 of tabby (281) Concept 2 is similar to the concept 2 of tiger cat (282) Concept 2 is similar to the concept 2 of Persian cat (283) Concept 2 is similar to the concept 4 of Siamese cat (284) Concept 2 is similar to the concept 4 of Egyptian cat (285) Concept 2 is similar to the concept 1 of cougar (286) Concept 2 is similar to the concept 4 of lynx (287) Concept 2 is similar to the concept 4 of leopard (288) Concept 2 is similar to the concept 2 of snow leopard (289) Concept 2 is similar to the concept 2 of jaguar (290) Concept 2 is similar to the concept 7 of beaver (337) Concept 2 is similar to the concept 2 of otter (360) Concept 2 is similar to the concept 8 of lesser panda (387)"},{"location":"classes/tile%20roof/","title":"Tile roof (858)","text":"

Tile roof (class id 858) has 4 important concepts. The full class name is tile roof.

"},{"location":"classes/tile%20roof/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tile roof' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tile%20roof/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 29%) Concept 1 (Importance 28%) Concept 5 (Importance 13%) Concept 6 (Importance 10%) Concept 0 (Importance 7%) Concept 2 (Importance 4%) Concept 4 (Importance 2%) Concept 3 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 5 Concept 6 Concept 0 Concept 2 Concept 4 Concept 3 Concept 9 Concept 7"},{"location":"classes/tile%20roof/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/timber%20wolf/","title":"Timber wolf (269)","text":"

Timber wolf (class id 269) has 4 important concepts. The full class name is timber wolf, grey wolf, gray wolf, Canis lupus.

"},{"location":"classes/timber%20wolf/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Timber wolf' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/timber%20wolf/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 36%) Concept 0 (Importance 17%) Concept 7 (Importance 13%) Concept 5 (Importance 13%) Concept 2 (Importance 11%) Concept 1 (Importance 4%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 9 Concept 0 Concept 7 Concept 5 Concept 2 Concept 1 Concept 6 Concept 4 Concept 8 Concept 3"},{"location":"classes/timber%20wolf/#similar-concepts","title":"Similar concepts","text":"

We have found 19 similar concepts between the class timber wolf and other classes.

Here are those concepts: Concept 1 is similar to the concept 0 of toy terrier (158) Concept 1 is similar to the concept 3 of Walker hound (166) Concept 1 is similar to the concept 2 of English foxhound (167) Concept 1 is similar to the concept 2 of borzoi (169) Concept 2 is similar to the concept 2 of Italian greyhound (171) Concept 1 is similar to the concept 8 of Brittany spaniel (215) Concept 2 is similar to the concept 6 of Shetland sheepdog (230) Concept 2 is similar to the concept 1 of collie (231) Concept 5 is similar to the concept 6 of malamute (249) Concept 1 is similar to the concept 4 of Siberian husky (250) Concept 1 is similar to the concept 3 of dalmatian (251) Concept 1 is similar to the concept 0 of basenji (253) Concept 2 is similar to the concept 9 of Pembroke (263) Concept 1 is similar to the concept 4 of white wolf (270) Concept 2 is similar to the concept 2 of white wolf (270) Concept 7 is similar to the concept 0 of coyote (272) Concept 1 is similar to the concept 4 of dingo (273) Concept 2 is similar to the concept 3 of dingo (273) Concept 5 is similar to the concept 4 of grey fox (280)"},{"location":"classes/titi/","title":"Titi (380)","text":"

Titi (class id 380) has 2 important concepts. The full class name is titi, titi monkey.

"},{"location":"classes/titi/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Titi' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/titi/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 3 (Importance 23%) Concept 7 (Importance 12%) Concept 6 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 2%) Concept 1 (Importance 2%) Concept 0 (Importance 2%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 7 Concept 6 Concept 9 Concept 8 Concept 1 Concept 0 Concept 5 Concept 4"},{"location":"classes/titi/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class titi and other classes.

Here are those concepts: Concept 0 is similar to the concept 6 of lynx (287) Concept 7 is similar to the concept 0 of fox squirrel (335) Concept 8 is similar to the concept 1 of three-toed sloth (364) Concept 0 is similar to the concept 5 of baboon (372) Concept 9 is similar to the concept 4 of macaque (373) Concept 9 is similar to the concept 3 of langur (374) Concept 1 is similar to the concept 4 of marmoset (377) Concept 1 is similar to the concept 8 of howler monkey (379)"},{"location":"classes/toaster/","title":"Toaster (859)","text":"

Toaster (class id 859) has 3 important concepts. The full class name is toaster.

"},{"location":"classes/toaster/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toaster' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toaster/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 40%) Concept 0 (Importance 28%) Concept 1 (Importance 13%) Concept 8 (Importance 7%) Concept 4 (Importance 4%) Concept 9 (Importance 2%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 5 Concept 0 Concept 1 Concept 8 Concept 4 Concept 9 Concept 6 Concept 7 Concept 3 Concept 2"},{"location":"classes/toaster/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class toaster and other classes.

Here are those concepts: Concept 1 is similar to the concept 3 of espresso maker (550)"},{"location":"classes/tobacco%20shop/","title":"Tobacco shop (860)","text":"

Tobacco shop (class id 860) has 2 important concepts. The full class name is tobacco shop, tobacconist shop, tobacconist.

"},{"location":"classes/tobacco%20shop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tobacco shop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tobacco%20shop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 57%) Concept 1 (Importance 11%) Concept 9 (Importance 7%) Concept 7 (Importance 7%) Concept 6 (Importance 6%) Concept 8 (Importance 4%) Concept 3 (Importance 2%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 9 Concept 7 Concept 6 Concept 8 Concept 3 Concept 5 Concept 4 Concept 2"},{"location":"classes/tobacco%20shop/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class tobacco shop and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of barbershop (424) Concept 1 is similar to the concept 6 of bookshop (454) Concept 7 is similar to the concept 7 of bookshop (454) Concept 5 is similar to the concept 2 of bulletproof vest (465) Concept 6 is similar to the concept 0 of container ship (510) Concept 5 is similar to the concept 2 of laptop (620) Concept 6 is similar to the concept 8 of library (624) Concept 5 is similar to the concept 3 of potter wheel (739) Concept 5 is similar to the concept 4 of prison (743) Concept 5 is similar to the concept 4 of shoe shop (788)"},{"location":"classes/toilet%20seat/","title":"Toilet seat (861)","text":"

Toilet seat (class id 861) has 3 important concepts. The full class name is toilet seat.

"},{"location":"classes/toilet%20seat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toilet seat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toilet%20seat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 31%) Concept 5 (Importance 28%) Concept 0 (Importance 11%) Concept 9 (Importance 8%) Concept 2 (Importance 6%) Concept 4 (Importance 5%) Concept 1 (Importance 3%) Concept 7 (Importance 2%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 5 Concept 0 Concept 9 Concept 2 Concept 4 Concept 1 Concept 7 Concept 8 Concept 3"},{"location":"classes/toilet%20seat/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class toilet seat and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of bathtub (435) Concept 9 is similar to the concept 5 of mixing bowl (659) Concept 4 is similar to the concept 3 of plunger (731) Concept 4 is similar to the concept 4 of shower curtain (794) Concept 4 is similar to the concept 3 of tub (876) Concept 4 is similar to the concept 1 of washbasin (896) Concept 4 is similar to the concept 7 of toilet tissue (999)"},{"location":"classes/toilet%20tissue/","title":"Toilet tissue (999)","text":"

Toilet tissue (class id 999) has 2 important concepts. The full class name is toilet tissue, toilet paper, bathroom tissue.

"},{"location":"classes/toilet%20tissue/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toilet tissue' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toilet%20tissue/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 64%) Concept 3 (Importance 17%) Concept 2 (Importance 5%) Concept 9 (Importance 3%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 0 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 9 Concept 7 Concept 4 Concept 0 Concept 8 Concept 6 Concept 5"},{"location":"classes/toilet%20tissue/#similar-concepts","title":"Similar concepts","text":"

We have found 25 similar concepts between the class toilet tissue and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of apron (411) Concept 5 is similar to the concept 1 of backpack (414) Concept 5 is similar to the concept 1 of bath towel (434) Concept 5 is similar to the concept 2 of broom (462) Concept 5 is similar to the concept 1 of bucket (463) Concept 5 is similar to the concept 0 of carton (478) Concept 5 is similar to the concept 1 of desk (526) Concept 5 is similar to the concept 6 of magnetic compass (635) Concept 5 is similar to the concept 1 of monitor (664) Concept 5 is similar to the concept 1 of mosquito net (669) Concept 5 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 1 of paper towel (700) Concept 7 is similar to the concept 3 of plunger (731) Concept 5 is similar to the concept 1 of safe (771) Concept 5 is similar to the concept 1 of sandal (774) Concept 5 is similar to the concept 2 of scale (778) Concept 5 is similar to the concept 1 of shopping basket (790) Concept 7 is similar to the concept 4 of shower curtain (794) Concept 5 is similar to the concept 1 of sleeping bag (797) Concept 5 is similar to the concept 1 of swab (840) Concept 7 is similar to the concept 4 of toilet seat (861) Concept 5 is similar to the concept 1 of tray (868) Concept 7 is similar to the concept 3 of tub (876) Concept 7 is similar to the concept 1 of washbasin (896) Concept 4 is similar to the concept 8 of eggnog (969)"},{"location":"classes/torch/","title":"Torch (862)","text":"

Torch (class id 862) has 3 important concepts. The full class name is torch.

"},{"location":"classes/torch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Torch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/torch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 36%) Concept 0 (Importance 26%) Concept 2 (Importance 22%) Concept 8 (Importance 9%) Concept 5 (Importance 2%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 2 Concept 8 Concept 5 Concept 9 Concept 7 Concept 6 Concept 3 Concept 1"},{"location":"classes/torch/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class torch and other classes.

Here are those concepts: Concept 8 is similar to the concept 3 of basketball (430) Concept 2 is similar to the concept 2 of matchstick (644)"},{"location":"classes/totem%20pole/","title":"Totem pole (863)","text":"

Totem pole (class id 863) has 1 important concepts. The full class name is totem pole.

"},{"location":"classes/totem%20pole/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Totem pole' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/totem%20pole/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 90%) Concept 2 (Importance 3%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6 Concept 5 Concept 3 Concept 1"},{"location":"classes/totem%20pole/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class totem pole and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of dogsled (537) Concept 1 is similar to the concept 3 of mountain tent (672) Concept 1 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 3 of geyser (974) Concept 1 is similar to the concept 4 of lakeside (975) Concept 5 is similar to the concept 6 of lakeside (975)"},{"location":"classes/toucan/","title":"Toucan (96)","text":"

Toucan (class id 96) has 3 important concepts. The full class name is toucan.

"},{"location":"classes/toucan/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toucan' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toucan/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 42%) Concept 8 (Importance 27%) Concept 0 (Importance 18%) Concept 2 (Importance 7%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 8 Concept 0 Concept 2 Concept 7 Concept 4 Concept 9 Concept 6 Concept 3 Concept 1"},{"location":"classes/toucan/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class toucan and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of three-toed sloth (364) Concept 7 is similar to the concept 4 of three-toed sloth (364) Concept 1 is similar to the concept 2 of custard apple (956)"},{"location":"classes/tow%20truck/","title":"Tow truck (864)","text":"

Tow truck (class id 864) has 4 important concepts. The full class name is tow truck, tow car, wrecker.

"},{"location":"classes/tow%20truck/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tow truck' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tow%20truck/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 31%) Concept 6 (Importance 24%) Concept 5 (Importance 18%) Concept 0 (Importance 15%) Concept 3 (Importance 5%) Concept 1 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 6 Concept 5 Concept 0 Concept 3 Concept 1 Concept 7 Concept 9 Concept 4 Concept 2"},{"location":"classes/tow%20truck/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class tow truck and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of amphibian (408) Concept 8 is similar to the concept 3 of fire engine (555) Concept 5 is similar to the concept 8 of fire engine (555) Concept 5 is similar to the concept 1 of garbage truck (569) Concept 0 is similar to the concept 4 of garbage truck (569) Concept 5 is similar to the concept 2 of limousine (627) Concept 5 is similar to the concept 6 of police van (734) Concept 0 is similar to the concept 1 of trailer truck (867) Concept 5 is similar to the concept 7 of trailer truck (867) Concept 8 is similar to the concept 4 of trailer truck (867)"},{"location":"classes/toy%20poodle/","title":"Toy poodle (265)","text":"

Toy poodle (class id 265) has 5 important concepts. The full class name is toy poodle.

"},{"location":"classes/toy%20poodle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toy poodle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toy%20poodle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 35%) Concept 3 (Importance 20%) Concept 7 (Importance 17%) Concept 0 (Importance 8%) Concept 9 (Importance 7%) Concept 2 (Importance 6%) Concept 4 (Importance 3%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 6 Concept 3 Concept 7 Concept 0 Concept 9 Concept 2 Concept 4 Concept 8 Concept 5 Concept 1"},{"location":"classes/toy%20poodle/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class toy poodle and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of Lakeland terrier (189) Concept 0 is similar to the concept 0 of Airedale (191) Concept 0 is similar to the concept 0 of miniature poodle (266) Concept 3 is similar to the concept 3 of miniature poodle (266) Concept 4 is similar to the concept 6 of miniature poodle (266) Concept 6 is similar to the concept 5 of miniature poodle (266) Concept 0 is similar to the concept 5 of standard poodle (267) Concept 6 is similar to the concept 4 of standard poodle (267) Concept 7 is similar to the concept 2 of standard poodle (267)"},{"location":"classes/toy%20terrier/","title":"Toy terrier (158)","text":"

Toy terrier (class id 158) has 2 important concepts. The full class name is toy terrier.

"},{"location":"classes/toy%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toy terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toy%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 39%) Concept 2 (Importance 21%) Concept 4 (Importance 10%) Concept 9 (Importance 9%) Concept 3 (Importance 8%) Concept 0 (Importance 5%) Concept 5 (Importance 4%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 4 Concept 9 Concept 3 Concept 0 Concept 5 Concept 8 Concept 7 Concept 6"},{"location":"classes/toy%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 39 similar concepts between the class toy terrier and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of Chihuahua (151) Concept 5 is similar to the concept 2 of bluetick (164) Concept 5 is similar to the concept 1 of black-and-tan coonhound (165) Concept 0 is similar to the concept 3 of Walker hound (166) Concept 4 is similar to the concept 2 of Walker hound (166) Concept 9 is similar to the concept 9 of Walker hound (166) Concept 0 is similar to the concept 2 of English foxhound (167) Concept 0 is similar to the concept 2 of borzoi (169) Concept 2 is similar to the concept 4 of Ibizan hound (173) Concept 9 is similar to the concept 8 of Ibizan hound (173) Concept 0 is similar to the concept 4 of Boston bull (195) Concept 2 is similar to the concept 2 of Boston bull (195) Concept 0 is similar to the concept 8 of Brittany spaniel (215) Concept 2 is similar to the concept 3 of malinois (225) Concept 2 is similar to the concept 1 of kelpie (227) Concept 5 is similar to the concept 2 of kelpie (227) Concept 3 is similar to the concept 6 of Shetland sheepdog (230) Concept 5 is similar to the concept 0 of Rottweiler (234) Concept 2 is similar to the concept 1 of German shepherd (235) Concept 5 is similar to the concept 0 of Doberman (236) Concept 1 is similar to the concept 9 of miniature pinscher (237) Concept 2 is similar to the concept 2 of miniature pinscher (237) Concept 5 is similar to the concept 0 of miniature pinscher (237) Concept 5 is similar to the concept 6 of Greater Swiss Mountain dog (238) Concept 5 is similar to the concept 3 of Appenzeller (240) Concept 5 is similar to the concept 4 of EntleBucher (241) Concept 2 is similar to the concept 2 of French bulldog (245) Concept 0 is similar to the concept 2 of Saint Bernard (247) Concept 0 is similar to the concept 4 of Siberian husky (250) Concept 0 is similar to the concept 3 of dalmatian (251) Concept 0 is similar to the concept 0 of basenji (253) Concept 2 is similar to the concept 1 of basenji (253) Concept 3 is similar to the concept 9 of Pembroke (263) Concept 2 is similar to the concept 1 of Cardigan (264) Concept 2 is similar to the concept 4 of Mexican hairless (268) Concept 0 is similar to the concept 1 of timber wolf (269) Concept 2 is similar to the concept 2 of Siamese cat (284) Concept 4 is similar to the concept 6 of giant panda (388) Concept 2 is similar to the concept 8 of muzzle (676)"},{"location":"classes/toyshop/","title":"Toyshop (865)","text":"

Toyshop (class id 865) has 4 important concepts. The full class name is toyshop.

"},{"location":"classes/toyshop/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Toyshop' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/toyshop/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 27%) Concept 1 (Importance 24%) Concept 2 (Importance 19%) Concept 4 (Importance 9%) Concept 5 (Importance 7%) Concept 3 (Importance 4%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 2 Concept 4 Concept 5 Concept 3 Concept 9 Concept 6 Concept 8 Concept 7"},{"location":"classes/toyshop/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class toyshop and other classes.

Here are those concepts: Concept 1 is similar to the concept 2 of bookshop (454) Concept 1 is similar to the concept 0 of confectionery (509) Concept 1 is similar to the concept 0 of grocery store (582) Concept 6 is similar to the concept 3 of potter wheel (739) Concept 6 is similar to the concept 4 of shoe shop (788) Concept 1 is similar to the concept 8 of shoe shop (788)"},{"location":"classes/tractor/","title":"Tractor (866)","text":"

Tractor (class id 866) has 3 important concepts. The full class name is tractor.

"},{"location":"classes/tractor/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tractor' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tractor/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 47%) Concept 0 (Importance 23%) Concept 4 (Importance 10%) Concept 2 (Importance 9%) Concept 3 (Importance 5%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 4 Concept 2 Concept 3 Concept 8 Concept 5 Concept 9 Concept 7 Concept 6"},{"location":"classes/tractor/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class tractor and other classes.

Here are those concepts: Concept 7 is similar to the concept 5 of apiary (410) Concept 7 is similar to the concept 3 of barn (425) Concept 7 is similar to the concept 1 of harvester (595) Concept 9 is similar to the concept 5 of patio (706) Concept 7 is similar to the concept 1 of plow (730) Concept 7 is similar to the concept 2 of thresher (856) Concept 7 is similar to the concept 0 of worm fence (912)"},{"location":"classes/traffic%20light/","title":"Traffic light (920)","text":"

Traffic light (class id 920) has 3 important concepts. The full class name is traffic light, traffic signal, stoplight.

"},{"location":"classes/traffic%20light/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Traffic light' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/traffic%20light/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 60%) Concept 1 (Importance 17%) Concept 6 (Importance 7%) Concept 7 (Importance 4%) Concept 2 (Importance 3%) Concept 9 (Importance 1%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 6 Concept 7 Concept 2 Concept 9 Concept 5 Concept 4 Concept 8 Concept 3"},{"location":"classes/traffic%20light/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class traffic light and other classes.

Here are those concepts: Concept 7 is similar to the concept 4 of aircraft carrier (403) Concept 3 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 3 of cab (468) Concept 7 is similar to the concept 4 of car mirror (475) Concept 3 is similar to the concept 1 of church (497) Concept 7 is similar to the concept 7 of fire engine (555) Concept 7 is similar to the concept 7 of garbage truck (569) Concept 8 is similar to the concept 9 of pole (733) Concept 7 is similar to the concept 4 of streetcar (829) Concept 2 is similar to the concept 5 of streetcar (829) Concept 7 is similar to the concept 2 of trailer truck (867) Concept 2 is similar to the concept 1 of trolleybus (874)"},{"location":"classes/trailer%20truck/","title":"Trailer truck (867)","text":"

Trailer truck (class id 867) has 3 important concepts. The full class name is trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi.

"},{"location":"classes/trailer%20truck/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trailer truck' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trailer%20truck/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 4 (Importance 20%) Concept 3 (Importance 16%) Concept 0 (Importance 5%) Concept 7 (Importance 4%) Concept 8 (Importance 3%) Concept 5 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 3 Concept 0 Concept 7 Concept 8 Concept 5 Concept 2 Concept 9 Concept 6"},{"location":"classes/trailer%20truck/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class trailer truck and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of garbage truck (569) Concept 1 is similar to the concept 4 of garbage truck (569) Concept 7 is similar to the concept 2 of limousine (627) Concept 7 is similar to the concept 1 of moving van (675) Concept 7 is similar to the concept 6 of police van (734) Concept 1 is similar to the concept 0 of tow truck (864) Concept 7 is similar to the concept 5 of tow truck (864) Concept 4 is similar to the concept 8 of tow truck (864) Concept 2 is similar to the concept 7 of traffic light (920)"},{"location":"classes/tray/","title":"Tray (868)","text":"

Tray (class id 868) has 3 important concepts. The full class name is tray.

"},{"location":"classes/tray/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tray' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tray/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 29%) Concept 2 (Importance 27%) Concept 3 (Importance 9%) Concept 9 (Importance 7%) Concept 1 (Importance 7%) Concept 8 (Importance 6%) Concept 7 (Importance 5%) Concept 6 (Importance 3%) Concept 0 (Importance 3%) Concept 5 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 3 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 0 Concept 5"},{"location":"classes/tray/#similar-concepts","title":"Similar concepts","text":"

We have found 41 similar concepts between the class tray and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of apron (411) Concept 1 is similar to the concept 1 of backpack (414) Concept 1 is similar to the concept 1 of bath towel (434) Concept 1 is similar to the concept 6 of bathtub (435) Concept 1 is similar to the concept 2 of beaker (438) Concept 1 is similar to the concept 4 of bow tie (457) Concept 1 is similar to the concept 2 of broom (462) Concept 1 is similar to the concept 1 of bucket (463) Concept 1 is similar to the concept 7 of candle (470) Concept 1 is similar to the concept 2 of carpenter kit (477) Concept 1 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 2 of clog (502) Concept 7 is similar to the concept 8 of cradle (516) Concept 1 is similar to the concept 1 of desk (526) Concept 1 is similar to the concept 1 of dumbbell (543) Concept 1 is similar to the concept 5 of iron (606) Concept 1 is similar to the concept 6 of jean (608) Concept 1 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 2 of measuring cup (647) Concept 1 is similar to the concept 1 of monitor (664) Concept 1 is similar to the concept 7 of mortar (666) Concept 1 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 9 of Petri dish (712) Concept 1 is similar to the concept 2 of purse (748) Concept 1 is similar to the concept 5 of rubber eraser (767) Concept 1 is similar to the concept 3 of running shoe (770) Concept 1 is similar to the concept 1 of safe (771) Concept 1 is similar to the concept 1 of sandal (774) Concept 1 is similar to the concept 2 of scale (778) Concept 1 is similar to the concept 2 of screw (783) Concept 1 is similar to the concept 9 of screwdriver (784) Concept 1 is similar to the concept 1 of shopping basket (790) Concept 1 is similar to the concept 1 of shower cap (793) Concept 1 is similar to the concept 1 of sleeping bag (797) Concept 1 is similar to the concept 3 of sunglasses (837) Concept 1 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 5 of vase (883) Concept 1 is similar to the concept 7 of velvet (885) Concept 1 is similar to the concept 2 of water jug (899) Concept 1 is similar to the concept 5 of toilet tissue (999)"},{"location":"classes/tree%20frog/","title":"Tree frog (31)","text":"

Tree frog (class id 31) has 2 important concepts. The full class name is tree frog, tree-frog.

"},{"location":"classes/tree%20frog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tree frog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tree%20frog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 54%) Concept 2 (Importance 33%) Concept 7 (Importance 3%) Concept 3 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 2 Concept 7 Concept 3 Concept 0 Concept 6 Concept 9 Concept 5 Concept 4 Concept 1"},{"location":"classes/tree%20frog/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class tree frog and other classes.

Here are those concepts: Concept 8 is similar to the concept 8 of bullfrog (30) Concept 6 is similar to the concept 6 of American chameleon (40) Concept 6 is similar to the concept 9 of vine snake (59) Concept 9 is similar to the concept 1 of nematode (111) Concept 6 is similar to the concept 4 of walking stick (313)"},{"location":"classes/trench%20coat/","title":"Trench coat (869)","text":"

Trench coat (class id 869) has 1 important concepts. The full class name is trench coat.

"},{"location":"classes/trench%20coat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trench coat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trench%20coat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 70%) Concept 5 (Importance 9%) Concept 9 (Importance 7%) Concept 2 (Importance 6%) Concept 0 (Importance 3%) Concept 6 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 9 Concept 2 Concept 0 Concept 6 Concept 8 Concept 7 Concept 4 Concept 3"},{"location":"classes/trench%20coat/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class trench coat and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of bulletproof vest (465) Concept 6 is similar to the concept 3 of mailbag (636) Concept 9 is similar to the concept 6 of sweatshirt (841) Concept 6 is similar to the concept 1 of velvet (885)"},{"location":"classes/triceratops/","title":"Triceratops (51)","text":"

Triceratops (class id 51) has 2 important concepts. The full class name is triceratops.

"},{"location":"classes/triceratops/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Triceratops' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/triceratops/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 65%) Concept 3 (Importance 11%) Concept 2 (Importance 7%) Concept 6 (Importance 5%) Concept 5 (Importance 5%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 2 Concept 6 Concept 5 Concept 7 Concept 4 Concept 9 Concept 8 Concept 0"},{"location":"classes/triceratops/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/tricycle/","title":"Tricycle (870)","text":"

Tricycle (class id 870) has 4 important concepts. The full class name is tricycle, trike, velocipede.

"},{"location":"classes/tricycle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tricycle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tricycle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 30%) Concept 5 (Importance 24%) Concept 4 (Importance 16%) Concept 0 (Importance 14%) Concept 3 (Importance 6%) Concept 2 (Importance 4%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 4 Concept 0 Concept 3 Concept 2 Concept 8 Concept 6 Concept 9 Concept 7"},{"location":"classes/tricycle/#similar-concepts","title":"Similar concepts","text":"

We have found 31 similar concepts between the class tricycle and other classes.

Here are those concepts: Concept 3 is similar to the concept 4 of barrow (428) Concept 1 is similar to the concept 1 of bicycle-built-for-two (444) Concept 2 is similar to the concept 5 of bicycle-built-for-two (444) Concept 3 is similar to the concept 5 of carousel (476) Concept 2 is similar to the concept 7 of fire engine (555) Concept 2 is similar to the concept 7 of garbage truck (569) Concept 2 is similar to the concept 1 of go-kart (573) Concept 4 is similar to the concept 4 of go-kart (573) Concept 3 is similar to the concept 3 of golfcart (575) Concept 2 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 1 of jinrikisha (612) Concept 2 is similar to the concept 2 of jinrikisha (612) Concept 4 is similar to the concept 2 of lawn mower (621) Concept 2 is similar to the concept 3 of limousine (627) Concept 2 is similar to the concept 1 of mailbox (637) Concept 2 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 6 of Model T (661) Concept 1 is similar to the concept 1 of moped (665) Concept 2 is similar to the concept 8 of moped (665) Concept 2 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 0 of mountain bike (671) Concept 2 is similar to the concept 2 of parking meter (704) Concept 2 is similar to the concept 9 of police van (734) Concept 3 is similar to the concept 3 of potter wheel (739) Concept 2 is similar to the concept 9 of school bus (779) Concept 2 is similar to the concept 3 of shopping cart (791) Concept 3 is similar to the concept 5 of shopping cart (791) Concept 3 is similar to the concept 3 of soccer ball (805) Concept 2 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 1 of unicycle (880) Concept 2 is similar to the concept 2 of unicycle (880)"},{"location":"classes/trifle/","title":"Trifle (927)","text":"

Trifle (class id 927) has 1 important concepts. The full class name is trifle.

"},{"location":"classes/trifle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trifle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trifle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 77%) Concept 2 (Importance 6%) Concept 4 (Importance 5%) Concept 7 (Importance 4%) Concept 9 (Importance 2%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 4 Concept 7 Concept 9 Concept 8 Concept 3 Concept 6 Concept 5 Concept 0"},{"location":"classes/trifle/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/trilobite/","title":"Trilobite (69)","text":"

Trilobite (class id 69) has 1 important concepts. The full class name is trilobite.

"},{"location":"classes/trilobite/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trilobite' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trilobite/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 76%) Concept 8 (Importance 6%) Concept 9 (Importance 3%) Concept 7 (Importance 3%) Concept 3 (Importance 3%) Concept 0 (Importance 2%) Concept 6 (Importance 1%) Concept 2 (Importance 1%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 9 Concept 7 Concept 3 Concept 0 Concept 6 Concept 2 Concept 5 Concept 4"},{"location":"classes/trilobite/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/trimaran/","title":"Trimaran (871)","text":"

Trimaran (class id 871) has 2 important concepts. The full class name is trimaran.

"},{"location":"classes/trimaran/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trimaran' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trimaran/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 38%) Concept 1 (Importance 32%) Concept 6 (Importance 8%) Concept 7 (Importance 6%) Concept 9 (Importance 4%) Concept 8 (Importance 4%) Concept 3 (Importance 2%) Concept 2 (Importance 1%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 1 Concept 6 Concept 7 Concept 9 Concept 8 Concept 3 Concept 2 Concept 4 Concept 0"},{"location":"classes/trimaran/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class trimaran and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 3 of gar (395) Concept 3 is similar to the concept 1 of aircraft carrier (403) Concept 9 is similar to the concept 6 of airliner (404) Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 1 is similar to the concept 1 of catamaran (484) Concept 5 is similar to the concept 5 of catamaran (484) Concept 6 is similar to the concept 8 of catamaran (484) Concept 2 is similar to the concept 1 of church (497) Concept 8 is similar to the concept 8 of container ship (510) Concept 9 is similar to the concept 6 of lifeboat (625) Concept 3 is similar to the concept 1 of paddle (693) Concept 3 is similar to the concept 3 of pier (718) Concept 9 is similar to the concept 4 of pier (718) Concept 6 is similar to the concept 4 of pirate (724) Concept 1 is similar to the concept 0 of schooner (780) Concept 6 is similar to the concept 7 of schooner (780) Concept 8 is similar to the concept 9 of submarine (833) Concept 1 is similar to the concept 0 of yawl (914) Concept 3 is similar to the concept 1 of lakeside (975)"},{"location":"classes/tripod/","title":"Tripod (872)","text":"

Tripod (class id 872) has 2 important concepts. The full class name is tripod.

"},{"location":"classes/tripod/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tripod' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tripod/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 60%) Concept 6 (Importance 11%) Concept 9 (Importance 10%) Concept 5 (Importance 7%) Concept 2 (Importance 4%) Concept 0 (Importance 2%) Concept 4 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 6 Concept 9 Concept 5 Concept 2 Concept 0 Concept 4 Concept 8 Concept 7 Concept 3"},{"location":"classes/tripod/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/triumphal%20arch/","title":"Triumphal arch (873)","text":"

Triumphal arch (class id 873) has 2 important concepts. The full class name is triumphal arch.

"},{"location":"classes/triumphal%20arch/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Triumphal arch' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/triumphal%20arch/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 57%) Concept 0 (Importance 23%) Concept 6 (Importance 8%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 4 (Importance 2%) Concept 3 (Importance 1%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 6 Concept 8 Concept 7 Concept 4 Concept 3 Concept 2 Concept 9 Concept 5"},{"location":"classes/triumphal%20arch/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class triumphal arch and other classes.

Here are those concepts: Concept 7 is similar to the concept 8 of bell cote (442) Concept 7 is similar to the concept 5 of gondola (576) Concept 4 is similar to the concept 8 of monastery (663) Concept 1 is similar to the concept 6 of viaduct (888)"},{"location":"classes/trolleybus/","title":"Trolleybus (874)","text":"

Trolleybus (class id 874) has 3 important concepts. The full class name is trolleybus, trolley coach, trackless trolley.

"},{"location":"classes/trolleybus/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trolleybus' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trolleybus/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 40%) Concept 0 (Importance 25%) Concept 7 (Importance 18%) Concept 1 (Importance 5%) Concept 6 (Importance 3%) Concept 4 (Importance 2%) Concept 2 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept alignment with classes Concept 3 Concept 0 Concept 7 Concept 1 Concept 6 Concept 4 Concept 2 Concept 5 Concept 9 Concept 8"},{"location":"classes/trolleybus/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class trolleybus and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of cab (468) Concept 2 is similar to the concept 3 of cab (468) Concept 1 is similar to the concept 2 of electric locomotive (547) Concept 2 is similar to the concept 1 of go-kart (573) Concept 0 is similar to the concept 3 of minibus (654) Concept 2 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 5 of streetcar (829) Concept 2 is similar to the concept 2 of unicycle (880) Concept 1 is similar to the concept 2 of traffic light (920)"},{"location":"classes/trombone/","title":"Trombone (875)","text":"

Trombone (class id 875) has 2 important concepts. The full class name is trombone.

"},{"location":"classes/trombone/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Trombone' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/trombone/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 69%) Concept 9 (Importance 17%) Concept 3 (Importance 3%) Concept 8 (Importance 2%) Concept 5 (Importance 2%) Concept 1 (Importance 2%) Concept 4 (Importance 1%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 3 Concept 8 Concept 5 Concept 1 Concept 4 Concept 7 Concept 6 Concept 0"},{"location":"classes/trombone/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class trombone and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of bassoon (432) Concept 3 is similar to the concept 9 of cornet (513) Concept 8 is similar to the concept 8 of electric guitar (546) Concept 1 is similar to the concept 2 of oboe (683) Concept 1 is similar to the concept 2 of sax (776)"},{"location":"classes/tub/","title":"Tub (876)","text":"

Tub (class id 876) has 3 important concepts. The full class name is tub, vat.

"},{"location":"classes/tub/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tub' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tub/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 5 (Importance 20%) Concept 1 (Importance 15%) Concept 3 (Importance 8%) Concept 6 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 1 Concept 3 Concept 6 Concept 0 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/tub/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class tub and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of bathtub (435) Concept 3 is similar to the concept 3 of plunger (731) Concept 3 is similar to the concept 4 of shower curtain (794) Concept 3 is similar to the concept 4 of toilet seat (861) Concept 3 is similar to the concept 1 of washbasin (896) Concept 3 is similar to the concept 7 of toilet tissue (999)"},{"location":"classes/turnstile/","title":"Turnstile (877)","text":"

Turnstile (class id 877) has 4 important concepts. The full class name is turnstile.

"},{"location":"classes/turnstile/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Turnstile' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/turnstile/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 24%) Concept 5 (Importance 22%) Concept 2 (Importance 19%) Concept 6 (Importance 15%) Concept 4 (Importance 6%) Concept 3 (Importance 4%) Concept 0 (Importance 4%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 2 Concept 6 Concept 4 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7"},{"location":"classes/turnstile/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class turnstile and other classes.

Here are those concepts: Concept 4 is similar to the concept 3 of restaurant (762) Concept 7 is similar to the concept 4 of shoe shop (788) Concept 4 is similar to the concept 2 of sliding door (799)"},{"location":"classes/tusker/","title":"Tusker (101)","text":"

Tusker (class id 101) has 2 important concepts. The full class name is tusker.

"},{"location":"classes/tusker/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Tusker' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/tusker/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 2 (Importance 21%) Concept 5 (Importance 10%) Concept 3 (Importance 6%) Concept 9 (Importance 2%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 5 Concept 3 Concept 9 Concept 1 Concept 8 Concept 7 Concept 6 Concept 4"},{"location":"classes/tusker/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class tusker and other classes.

Here are those concepts: Concept 0 is similar to the concept 7 of Indian elephant (385) Concept 3 is similar to the concept 2 of Indian elephant (385) Concept 9 is similar to the concept 3 of Indian elephant (385) Concept 3 is similar to the concept 7 of African elephant (386) Concept 1 is similar to the concept 5 of patio (706)"},{"location":"classes/typewriter%20keyboard/","title":"Typewriter keyboard (878)","text":"

Typewriter keyboard (class id 878) has 3 important concepts. The full class name is typewriter keyboard.

"},{"location":"classes/typewriter%20keyboard/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Typewriter keyboard' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/typewriter%20keyboard/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 35%) Concept 6 (Importance 30%) Concept 3 (Importance 13%) Concept 5 (Importance 9%) Concept 1 (Importance 5%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 3 Concept 5 Concept 1 Concept 9 Concept 8 Concept 7 Concept 4 Concept 2"},{"location":"classes/typewriter%20keyboard/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class typewriter keyboard and other classes.

Here are those concepts: Concept 0 is similar to the concept 0 of computer keyboard (508) Concept 1 is similar to the concept 3 of space bar (810) Concept 5 is similar to the concept 4 of space bar (810)"},{"location":"classes/umbrella/","title":"Umbrella (879)","text":"

Umbrella (class id 879) has 2 important concepts. The full class name is umbrella.

"},{"location":"classes/umbrella/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Umbrella' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/umbrella/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 72%) Concept 2 (Importance 14%) Concept 1 (Importance 5%) Concept 5 (Importance 4%) Concept 4 (Importance 2%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 1 Concept 5 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6 Concept 3"},{"location":"classes/umbrella/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class umbrella and other classes.

Here are those concepts: Concept 5 is similar to the concept 2 of disk brake (535) Concept 4 is similar to the concept 2 of maraca (641) Concept 0 is similar to the concept 0 of mountain tent (672)"},{"location":"classes/unicycle/","title":"Unicycle (880)","text":"

Unicycle (class id 880) has 1 important concepts. The full class name is unicycle, monocycle.

"},{"location":"classes/unicycle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Unicycle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/unicycle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 81%) Concept 0 (Importance 9%) Concept 2 (Importance 3%) Concept 6 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 6 Concept 4 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5"},{"location":"classes/unicycle/#similar-concepts","title":"Similar concepts","text":"

We have found 24 similar concepts between the class unicycle and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bicycle-built-for-two (444) Concept 2 is similar to the concept 5 of bicycle-built-for-two (444) Concept 6 is similar to the concept 2 of bobsled (450) Concept 2 is similar to the concept 3 of cab (468) Concept 2 is similar to the concept 7 of fire engine (555) Concept 2 is similar to the concept 7 of garbage truck (569) Concept 2 is similar to the concept 1 of go-kart (573) Concept 2 is similar to the concept 5 of horse cart (603) Concept 1 is similar to the concept 1 of jinrikisha (612) Concept 2 is similar to the concept 2 of jinrikisha (612) Concept 2 is similar to the concept 3 of limousine (627) Concept 2 is similar to the concept 9 of minivan (656) Concept 1 is similar to the concept 1 of moped (665) Concept 2 is similar to the concept 8 of moped (665) Concept 2 is similar to the concept 1 of motor scooter (670) Concept 1 is similar to the concept 0 of mountain bike (671) Concept 0 is similar to the concept 1 of mountain bike (671) Concept 2 is similar to the concept 9 of police van (734) Concept 2 is similar to the concept 9 of school bus (779) Concept 2 is similar to the concept 3 of shopping cart (791) Concept 2 is similar to the concept 4 of streetcar (829) Concept 1 is similar to the concept 1 of tricycle (870) Concept 2 is similar to the concept 2 of tricycle (870) Concept 2 is similar to the concept 2 of trolleybus (874)"},{"location":"classes/upright/","title":"Upright (881)","text":"

Upright (class id 881) has 1 important concepts. The full class name is upright, upright piano.

"},{"location":"classes/upright/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Upright' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/upright/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 82%) Concept 6 (Importance 5%) Concept 2 (Importance 5%) Concept 3 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 2 Concept 3 Concept 9 Concept 8 Concept 1 Concept 7 Concept 5 Concept 4"},{"location":"classes/upright/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class upright and other classes.

Here are those concepts: Concept 1 is similar to the concept 8 of file (553) Concept 0 is similar to the concept 1 of grand piano (579) Concept 0 is similar to the concept 2 of organ (687) Concept 1 is similar to the concept 3 of studio couch (831)"},{"location":"classes/vacuum/","title":"Vacuum (882)","text":"

Vacuum (class id 882) has 5 important concepts. The full class name is vacuum, vacuum cleaner.

"},{"location":"classes/vacuum/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vacuum' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vacuum/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 24%) Concept 1 (Importance 22%) Concept 5 (Importance 14%) Concept 3 (Importance 14%) Concept 7 (Importance 11%) Concept 9 (Importance 5%) Concept 6 (Importance 2%) Concept 4 (Importance 2%) Concept 2 (Importance 2%) Concept 8 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 5 Concept 3 Concept 7 Concept 9 Concept 6 Concept 4 Concept 2 Concept 8"},{"location":"classes/vacuum/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class vacuum and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of centipede (79) Concept 1 is similar to the concept 2 of dial telephone (528) Concept 1 is similar to the concept 8 of gasmask (570) Concept 3 is similar to the concept 2 of hand blower (589) Concept 4 is similar to the concept 2 of laptop (620) Concept 1 is similar to the concept 1 of mousetrap (674) Concept 1 is similar to the concept 3 of oxygen mask (691) Concept 4 is similar to the concept 3 of potter wheel (739) Concept 1 is similar to the concept 0 of screw (783) Concept 4 is similar to the concept 4 of shoe shop (788) Concept 9 is similar to the concept 9 of water jug (899)"},{"location":"classes/valley/","title":"Valley (979)","text":"

Valley (class id 979) has 3 important concepts. The full class name is valley, vale.

"},{"location":"classes/valley/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Valley' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/valley/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 43%) Concept 5 (Importance 28%) Concept 8 (Importance 11%) Concept 6 (Importance 4%) Concept 4 (Importance 4%) Concept 2 (Importance 3%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 8 Concept 6 Concept 4 Concept 2 Concept 7 Concept 9 Concept 3 Concept 0"},{"location":"classes/valley/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class valley and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 2 of castle (483) Concept 3 is similar to the concept 1 of church (497) Concept 5 is similar to the concept 0 of alp (970) Concept 1 is similar to the concept 1 of alp (970) Concept 3 is similar to the concept 1 of seashore (978) Concept 1 is similar to the concept 0 of volcano (980)"},{"location":"classes/vase/","title":"Vase (883)","text":"

Vase (class id 883) has 3 important concepts. The full class name is vase.

"},{"location":"classes/vase/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vase' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vase/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 37%) Concept 3 (Importance 16%) Concept 1 (Importance 13%) Concept 6 (Importance 12%) Concept 4 (Importance 11%) Concept 2 (Importance 4%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept 7 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 9 Concept 3 Concept 1 Concept 6 Concept 4 Concept 2 Concept 8 Concept 5 Concept 7 Concept 0"},{"location":"classes/vase/#similar-concepts","title":"Similar concepts","text":"

We have found 22 similar concepts between the class vase and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of apron (411) Concept 5 is similar to the concept 1 of backpack (414) Concept 5 is similar to the concept 1 of bath towel (434) Concept 5 is similar to the concept 2 of broom (462) Concept 5 is similar to the concept 1 of bucket (463) Concept 5 is similar to the concept 0 of carton (478) Concept 3 is similar to the concept 0 of cocktail shaker (503) Concept 5 is similar to the concept 1 of desk (526) Concept 3 is similar to the concept 0 of goblet (572) Concept 5 is similar to the concept 6 of magnetic compass (635) Concept 5 is similar to the concept 1 of monitor (664) Concept 5 is similar to the concept 1 of mosquito net (669) Concept 5 is similar to the concept 3 of pajama (697) Concept 2 is similar to the concept 7 of pitcher (725) Concept 5 is similar to the concept 1 of safe (771) Concept 5 is similar to the concept 1 of sandal (774) Concept 5 is similar to the concept 2 of scale (778) Concept 5 is similar to the concept 1 of shopping basket (790) Concept 5 is similar to the concept 1 of sleeping bag (797) Concept 5 is similar to the concept 1 of swab (840) Concept 2 is similar to the concept 4 of teapot (849) Concept 5 is similar to the concept 1 of tray (868)"},{"location":"classes/vault/","title":"Vault (884)","text":"

Vault (class id 884) has 2 important concepts. The full class name is vault.

"},{"location":"classes/vault/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vault' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vault/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 60%) Concept 9 (Importance 9%) Concept 3 (Importance 6%) Concept 1 (Importance 6%) Concept 0 (Importance 5%) Concept 8 (Importance 4%) Concept 5 (Importance 4%) Concept 4 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 3 Concept 1 Concept 0 Concept 8 Concept 5 Concept 4 Concept 7 Concept 6"},{"location":"classes/vault/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/velvet/","title":"Velvet (885)","text":"

Velvet (class id 885) has 3 important concepts. The full class name is velvet.

"},{"location":"classes/velvet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Velvet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/velvet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 31%) Concept 1 (Importance 16%) Concept 3 (Importance 14%) Concept 6 (Importance 11%) Concept 0 (Importance 10%) Concept 9 (Importance 8%) Concept 4 (Importance 4%) Concept 7 (Importance 2%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 8 Concept 1 Concept 3 Concept 6 Concept 0 Concept 9 Concept 4 Concept 7 Concept 5 Concept 2"},{"location":"classes/velvet/#similar-concepts","title":"Similar concepts","text":"

We have found 21 similar concepts between the class velvet and other classes.

Here are those concepts: Concept 7 is similar to the concept 1 of apron (411) Concept 7 is similar to the concept 1 of backpack (414) Concept 7 is similar to the concept 1 of bath towel (434) Concept 7 is similar to the concept 2 of broom (462) Concept 7 is similar to the concept 1 of bucket (463) Concept 7 is similar to the concept 0 of carton (478) Concept 7 is similar to the concept 1 of desk (526) Concept 7 is similar to the concept 6 of magnetic compass (635) Concept 7 is similar to the concept 1 of monitor (664) Concept 7 is similar to the concept 1 of mosquito net (669) Concept 1 is similar to the concept 5 of overskirt (689) Concept 7 is similar to the concept 3 of pajama (697) Concept 7 is similar to the concept 1 of safe (771) Concept 7 is similar to the concept 1 of sandal (774) Concept 7 is similar to the concept 2 of scale (778) Concept 7 is similar to the concept 1 of shopping basket (790) Concept 7 is similar to the concept 1 of sleeping bag (797) Concept 7 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of swimming trunks (842) Concept 7 is similar to the concept 1 of tray (868) Concept 1 is similar to the concept 6 of trench coat (869)"},{"location":"classes/vending%20machine/","title":"Vending machine (886)","text":"

Vending machine (class id 886) has 4 important concepts. The full class name is vending machine.

"},{"location":"classes/vending%20machine/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vending machine' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vending%20machine/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 49%) Concept 0 (Importance 18%) Concept 3 (Importance 9%) Concept 2 (Importance 6%) Concept 5 (Importance 5%) Concept 7 (Importance 4%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 3 Concept 2 Concept 5 Concept 7 Concept 6 Concept 8 Concept 9 Concept 4"},{"location":"classes/vending%20machine/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/vestment/","title":"Vestment (887)","text":"

Vestment (class id 887) has 4 important concepts. The full class name is vestment.

"},{"location":"classes/vestment/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vestment' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vestment/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 34%) Concept 2 (Importance 20%) Concept 7 (Importance 16%) Concept 1 (Importance 9%) Concept 6 (Importance 6%) Concept 9 (Importance 4%) Concept 8 (Importance 2%) Concept 3 (Importance 2%) Concept 5 (Importance 1%) Concept 0 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 7 Concept 1 Concept 6 Concept 9 Concept 8 Concept 3 Concept 5 Concept 0"},{"location":"classes/vestment/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class vestment and other classes.

Here are those concepts: Concept 9 is similar to the concept 6 of academic gown (400) Concept 1 is similar to the concept 4 of jinrikisha (612) Concept 1 is similar to the concept 0 of racket (752) Concept 1 is similar to the concept 5 of sarong (775) Concept 1 is similar to the concept 2 of steel drum (822)"},{"location":"classes/viaduct/","title":"Viaduct (888)","text":"

Viaduct (class id 888) has 2 important concepts. The full class name is viaduct.

"},{"location":"classes/viaduct/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Viaduct' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/viaduct/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 69%) Concept 6 (Importance 22%) Concept 5 (Importance 2%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 5 Concept 3 Concept 1 Concept 9 Concept 8 Concept 7 Concept 4 Concept 2"},{"location":"classes/viaduct/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class viaduct and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 3 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 7 is similar to the concept 1 of dock (536) Concept 3 is similar to the concept 1 of megalith (649) Concept 4 is similar to the concept 3 of park bench (703) Concept 4 is similar to the concept 2 of snowplow (803) Concept 3 is similar to the concept 1 of stone wall (825) Concept 6 is similar to the concept 1 of triumphal arch (873)"},{"location":"classes/vine%20snake/","title":"Vine snake (59)","text":"

Vine snake (class id 59) has 3 important concepts. The full class name is vine snake.

"},{"location":"classes/vine%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vine snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vine%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 41%) Concept 0 (Importance 30%) Concept 5 (Importance 17%) Concept 9 (Importance 3%) Concept 7 (Importance 2%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 9 Concept 7 Concept 4 Concept 1 Concept 8 Concept 6 Concept 3"},{"location":"classes/vine%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class vine snake and other classes.

Here are those concepts: Concept 9 is similar to the concept 6 of tree frog (31) Concept 9 is similar to the concept 6 of American chameleon (40) Concept 9 is similar to the concept 8 of African chameleon (47) Concept 9 is similar to the concept 8 of green snake (55) Concept 0 is similar to the concept 0 of green mamba (64) Concept 9 is similar to the concept 7 of green mamba (64) Concept 4 is similar to the concept 1 of nematode (111) Concept 9 is similar to the concept 4 of walking stick (313) Concept 9 is similar to the concept 5 of mantis (315) Concept 9 is similar to the concept 6 of cicada (316) Concept 9 is similar to the concept 8 of dragonfly (319) Concept 9 is similar to the concept 1 of bell pepper (945)"},{"location":"classes/violin/","title":"Violin (889)","text":"

Violin (class id 889) has 1 important concepts. The full class name is violin, fiddle.

"},{"location":"classes/violin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Violin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/violin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 85%) Concept 6 (Importance 3%) Concept 3 (Importance 3%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 6 Concept 3 Concept 2 Concept 8 Concept 1 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/violin/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class violin and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of bassoon (432) Concept 0 is similar to the concept 0 of cello (486) Concept 2 is similar to the concept 2 of oboe (683) Concept 2 is similar to the concept 0 of oxygen mask (691) Concept 2 is similar to the concept 1 of stethoscope (823) Concept 2 is similar to the concept 2 of suit (834) Concept 9 is similar to the concept 2 of swing (843)"},{"location":"classes/vizsla/","title":"Vizsla (211)","text":"

Vizsla (class id 211) has 3 important concepts. The full class name is vizsla, Hungarian pointer.

"},{"location":"classes/vizsla/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vizsla' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vizsla/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 38%) Concept 2 (Importance 25%) Concept 0 (Importance 20%) Concept 3 (Importance 11%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 5 Concept 2 Concept 0 Concept 3 Concept 4 Concept 9 Concept 8 Concept 7 Concept 6 Concept 1"},{"location":"classes/vizsla/#similar-concepts","title":"Similar concepts","text":"

We have found 10 similar concepts between the class vizsla and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of Rhodesian ridgeback (159) Concept 0 is similar to the concept 8 of Rhodesian ridgeback (159) Concept 3 is similar to the concept 3 of bloodhound (163) Concept 4 is similar to the concept 9 of bloodhound (163) Concept 3 is similar to the concept 4 of redbone (168) Concept 2 is similar to the concept 1 of Chesapeake Bay retriever (209) Concept 3 is similar to the concept 2 of Doberman (236) Concept 3 is similar to the concept 4 of miniature pinscher (237) Concept 0 is similar to the concept 0 of boxer (242) Concept 0 is similar to the concept 3 of basenji (253)"},{"location":"classes/volcano/","title":"Volcano (980)","text":"

Volcano (class id 980) has 3 important concepts. The full class name is volcano.

"},{"location":"classes/volcano/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Volcano' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/volcano/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 60%) Concept 4 (Importance 16%) Concept 2 (Importance 10%) Concept 0 (Importance 7%) Concept 6 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 2 Concept 0 Concept 6 Concept 1 Concept 9 Concept 8 Concept 7 Concept 5"},{"location":"classes/volcano/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class volcano and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of jack-o-lantern (607) Concept 4 is similar to the concept 3 of steam locomotive (820) Concept 0 is similar to the concept 1 of alp (970) Concept 4 is similar to the concept 0 of geyser (974) Concept 0 is similar to the concept 1 of valley (979)"},{"location":"classes/volleyball/","title":"Volleyball (890)","text":"

Volleyball (class id 890) has 6 important concepts. The full class name is volleyball.

"},{"location":"classes/volleyball/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Volleyball' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/volleyball/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 9 (Importance 26%) Concept 5 (Importance 22%) Concept 0 (Importance 15%) Concept 2 (Importance 9%) Concept 1 (Importance 9%) Concept 8 (Importance 5%) Concept 7 (Importance 5%) Concept 4 (Importance 4%) Concept 6 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 9 Concept 5 Concept 0 Concept 2 Concept 1 Concept 8 Concept 7 Concept 4 Concept 6 Concept 3"},{"location":"classes/volleyball/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class volleyball and other classes.

Here are those concepts: Concept 4 is similar to the concept 1 of Arabian camel (354) Concept 2 is similar to the concept 0 of basketball (430) Concept 4 is similar to the concept 8 of bikini (445) Concept 4 is similar to the concept 9 of seashore (978)"},{"location":"classes/vulture/","title":"Vulture (23)","text":"

Vulture (class id 23) has 4 important concepts. The full class name is vulture.

"},{"location":"classes/vulture/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Vulture' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/vulture/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 34%) Concept 0 (Importance 24%) Concept 5 (Importance 23%) Concept 4 (Importance 11%) Concept 7 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 5 Concept 4 Concept 7 Concept 1 Concept 9 Concept 8 Concept 6 Concept 3"},{"location":"classes/vulture/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class vulture and other classes.

Here are those concepts: Concept 4 is similar to the concept 0 of bald eagle (22) Concept 5 is similar to the concept 6 of bald eagle (22) Concept 4 is similar to the concept 7 of white stork (127) Concept 4 is similar to the concept 9 of black stork (128) Concept 4 is similar to the concept 5 of pelican (144)"},{"location":"classes/waffle%20iron/","title":"Waffle iron (891)","text":"

Waffle iron (class id 891) has 3 important concepts. The full class name is waffle iron.

"},{"location":"classes/waffle%20iron/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Waffle iron' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/waffle%20iron/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 63%) Concept 5 (Importance 12%) Concept 9 (Importance 7%) Concept 3 (Importance 4%) Concept 2 (Importance 3%) Concept 8 (Importance 2%) Concept 7 (Importance 2%) Concept 0 (Importance 2%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 5 Concept 9 Concept 3 Concept 2 Concept 8 Concept 7 Concept 0 Concept 6 Concept 4"},{"location":"classes/waffle%20iron/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class waffle iron and other classes.

Here are those concepts: Concept 0 is similar to the concept 7 of spotlight (818)"},{"location":"classes/walking%20stick/","title":"Walking stick (313)","text":"

Walking stick (class id 313) has 2 important concepts. The full class name is walking stick, walkingstick, stick insect.

"},{"location":"classes/walking%20stick/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Walking stick' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/walking%20stick/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 54%) Concept 5 (Importance 23%) Concept 8 (Importance 7%) Concept 1 (Importance 5%) Concept 6 (Importance 3%) Concept 4 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 8 Concept 1 Concept 6 Concept 4 Concept 9 Concept 7 Concept 3 Concept 2"},{"location":"classes/walking%20stick/#similar-concepts","title":"Similar concepts","text":"

We have found 33 similar concepts between the class walking stick and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of eft (27) Concept 6 is similar to the concept 6 of spotted salamander (28) Concept 4 is similar to the concept 6 of tree frog (31) Concept 4 is similar to the concept 6 of American chameleon (40) Concept 6 is similar to the concept 7 of alligator lizard (44) Concept 4 is similar to the concept 8 of African chameleon (47) Concept 6 is similar to the concept 2 of thunder snake (52) Concept 6 is similar to the concept 3 of ringneck snake (53) Concept 4 is similar to the concept 8 of green snake (55) Concept 4 is similar to the concept 9 of vine snake (59) Concept 4 is similar to the concept 7 of green mamba (64) Concept 8 is similar to the concept 4 of harvestman (70) Concept 6 is similar to the concept 5 of crayfish (124) Concept 6 is similar to the concept 2 of hermit crab (125) Concept 7 is similar to the concept 2 of ant (310) Concept 5 is similar to the concept 3 of ant (310) Concept 8 is similar to the concept 3 of cockroach (314) Concept 4 is similar to the concept 5 of mantis (315) Concept 5 is similar to the concept 3 of mantis (315) Concept 4 is similar to the concept 6 of cicada (316) Concept 8 is similar to the concept 4 of lacewing (318) Concept 4 is similar to the concept 8 of dragonfly (319) Concept 4 is similar to the concept 1 of admiral (321) Concept 4 is similar to the concept 5 of monarch (323) Concept 4 is similar to the concept 5 of cabbage butterfly (324) Concept 4 is similar to the concept 5 of sulphur butterfly (325) Concept 4 is similar to the concept 7 of lycaenid (326) Concept 6 is similar to the concept 3 of Band Aid (419) Concept 8 is similar to the concept 2 of bow (456) Concept 6 is similar to the concept 5 of iPod (605) Concept 6 is similar to the concept 8 of stopwatch (826) Concept 4 is similar to the concept 2 of cucumber (943) Concept 4 is similar to the concept 1 of bell pepper (945)"},{"location":"classes/wall%20clock/","title":"Wall clock (892)","text":"

Wall clock (class id 892) has 1 important concepts. The full class name is wall clock.

"},{"location":"classes/wall%20clock/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wall clock' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wall%20clock/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 72%) Concept 0 (Importance 8%) Concept 2 (Importance 5%) Concept 7 (Importance 4%) Concept 4 (Importance 3%) Concept 3 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 2 Concept 7 Concept 4 Concept 3 Concept 5 Concept 9 Concept 8 Concept 6"},{"location":"classes/wall%20clock/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class wall clock and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of analog clock (409) Concept 1 is similar to the concept 8 of analog clock (409) Concept 1 is similar to the concept 4 of barometer (426) Concept 1 is similar to the concept 2 of odometer (685) Concept 2 is similar to the concept 0 of stopwatch (826) Concept 1 is similar to the concept 1 of stopwatch (826)"},{"location":"classes/wallaby/","title":"Wallaby (104)","text":"

Wallaby (class id 104) has 4 important concepts. The full class name is wallaby, brush kangaroo.

"},{"location":"classes/wallaby/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wallaby' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wallaby/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 29%) Concept 2 (Importance 27%) Concept 0 (Importance 16%) Concept 3 (Importance 13%) Concept 9 (Importance 8%) Concept 7 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 0 Concept 3 Concept 9 Concept 7 Concept 8 Concept 6 Concept 5 Concept 1"},{"location":"classes/wallaby/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class wallaby and other classes.

Here are those concepts: Concept 0 is similar to the concept 4 of fox squirrel (335) Concept 3 is similar to the concept 3 of patas (371) Concept 0 is similar to the concept 4 of squirrel monkey (382) Concept 1 is similar to the concept 1 of plow (730)"},{"location":"classes/wallet/","title":"Wallet (893)","text":"

Wallet (class id 893) has 2 important concepts. The full class name is wallet, billfold, notecase, pocketbook.

"},{"location":"classes/wallet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wallet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wallet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 45%) Concept 4 (Importance 12%) Concept 9 (Importance 10%) Concept 6 (Importance 9%) Concept 8 (Importance 6%) Concept 3 (Importance 6%) Concept 2 (Importance 5%) Concept 0 (Importance 2%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 9 Concept 6 Concept 8 Concept 3 Concept 2 Concept 0 Concept 7 Concept 5"},{"location":"classes/wallet/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class wallet and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of binder (446) Concept 3 is similar to the concept 7 of buckle (464) Concept 4 is similar to the concept 4 of envelope (549) Concept 4 is similar to the concept 5 of mailbag (636) Concept 4 is similar to the concept 0 of purse (748) Concept 1 is similar to the concept 3 of purse (748)"},{"location":"classes/wardrobe/","title":"Wardrobe (894)","text":"

Wardrobe (class id 894) has 4 important concepts. The full class name is wardrobe, closet, press.

"},{"location":"classes/wardrobe/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wardrobe' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wardrobe/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 44%) Concept 4 (Importance 16%) Concept 1 (Importance 9%) Concept 9 (Importance 8%) Concept 6 (Importance 5%) Concept 0 (Importance 5%) Concept 3 (Importance 4%) Concept 8 (Importance 2%) Concept 5 (Importance 2%) Concept 7 (Importance 1%) Concept alignment with classes Concept 2 Concept 4 Concept 1 Concept 9 Concept 6 Concept 0 Concept 3 Concept 8 Concept 5 Concept 7"},{"location":"classes/wardrobe/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class wardrobe and other classes.

Here are those concepts: Concept 9 is similar to the concept 2 of bookcase (453) Concept 6 is similar to the concept 1 of chiffonier (493) Concept 2 is similar to the concept 2 of entertainment center (548) Concept 6 is similar to the concept 1 of file (553) Concept 2 is similar to the concept 9 of microwave (651)"},{"location":"classes/warplane/","title":"Warplane (895)","text":"

Warplane (class id 895) has 1 important concepts. The full class name is warplane, military plane.

"},{"location":"classes/warplane/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Warplane' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/warplane/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 62%) Concept 5 (Importance 13%) Concept 8 (Importance 9%) Concept 3 (Importance 6%) Concept 6 (Importance 3%) Concept 7 (Importance 1%) Concept 2 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 8 Concept 3 Concept 6 Concept 7 Concept 2 Concept 1 Concept 9 Concept 4"},{"location":"classes/warplane/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class warplane and other classes.

Here are those concepts: Concept 7 is similar to the concept 2 of barn (425) Concept 7 is similar to the concept 2 of castle (483)"},{"location":"classes/warthog/","title":"Warthog (343)","text":"

Warthog (class id 343) has 3 important concepts. The full class name is warthog.

"},{"location":"classes/warthog/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Warthog' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/warthog/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 35%) Concept 0 (Importance 24%) Concept 7 (Importance 18%) Concept 2 (Importance 9%) Concept 3 (Importance 7%) Concept 9 (Importance 2%) Concept 6 (Importance 2%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 7 Concept 2 Concept 3 Concept 9 Concept 6 Concept 8 Concept 5 Concept 1"},{"location":"classes/warthog/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class warthog and other classes.

Here are those concepts: Concept 2 is similar to the concept 5 of hyena (276) Concept 2 is similar to the concept 2 of wild boar (342) Concept 2 is similar to the concept 7 of water buffalo (346) Concept 2 is similar to the concept 7 of bison (347) Concept 2 is similar to the concept 4 of ram (348) Concept 2 is similar to the concept 3 of ibex (350) Concept 1 is similar to the concept 1 of plow (730)"},{"location":"classes/washbasin/","title":"Washbasin (896)","text":"

Washbasin (class id 896) has 1 important concepts. The full class name is washbasin, handbasin, washbowl, lavabo, wash-hand basin.

"},{"location":"classes/washbasin/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Washbasin' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/washbasin/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 60%) Concept 3 (Importance 9%) Concept 0 (Importance 9%) Concept 5 (Importance 5%) Concept 1 (Importance 4%) Concept 9 (Importance 3%) Concept 4 (Importance 3%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 7 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 5 Concept 1 Concept 9 Concept 4 Concept 8 Concept 6 Concept 7"},{"location":"classes/washbasin/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class washbasin and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of bathtub (435) Concept 1 is similar to the concept 3 of plunger (731) Concept 1 is similar to the concept 4 of shower curtain (794) Concept 3 is similar to the concept 3 of soap dispenser (804) Concept 1 is similar to the concept 4 of toilet seat (861) Concept 1 is similar to the concept 3 of tub (876) Concept 1 is similar to the concept 7 of toilet tissue (999)"},{"location":"classes/washer/","title":"Washer (897)","text":"

Washer (class id 897) has 5 important concepts. The full class name is washer, automatic washer, washing machine.

"},{"location":"classes/washer/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Washer' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/washer/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 30%) Concept 1 (Importance 21%) Concept 2 (Importance 16%) Concept 0 (Importance 15%) Concept 7 (Importance 9%) Concept 8 (Importance 2%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 2 Concept 0 Concept 7 Concept 8 Concept 5 Concept 9 Concept 4 Concept 3"},{"location":"classes/washer/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/water%20bottle/","title":"Water bottle (898)","text":"

Water bottle (class id 898) has 4 important concepts. The full class name is water bottle.

"},{"location":"classes/water%20bottle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water bottle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20bottle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 35%) Concept 5 (Importance 18%) Concept 0 (Importance 18%) Concept 4 (Importance 13%) Concept 3 (Importance 8%) Concept 6 (Importance 3%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 4 Concept 3 Concept 6 Concept 7 Concept 9 Concept 8 Concept 1"},{"location":"classes/water%20bottle/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class water bottle and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of can opener (473) Concept 5 is similar to the concept 8 of measuring cup (647) Concept 5 is similar to the concept 8 of pop bottle (737) Concept 5 is similar to the concept 4 of water jug (899)"},{"location":"classes/water%20buffalo/","title":"Water buffalo (346)","text":"

Water buffalo (class id 346) has 2 important concepts. The full class name is water buffalo, water ox, Asiatic buffalo, Bubalus bubalis.

"},{"location":"classes/water%20buffalo/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water buffalo' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20buffalo/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 5 (Importance 22%) Concept 6 (Importance 12%) Concept 7 (Importance 6%) Concept 4 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 5 Concept 6 Concept 7 Concept 4 Concept 1 Concept 9 Concept 8 Concept 3 Concept 2"},{"location":"classes/water%20buffalo/#similar-concepts","title":"Similar concepts","text":"

We have found 20 similar concepts between the class water buffalo and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of African crocodile (49) Concept 4 is similar to the concept 2 of American alligator (50) Concept 4 is similar to the concept 1 of drake (97) Concept 4 is similar to the concept 1 of black swan (100) Concept 4 is similar to the concept 1 of little blue heron (131) Concept 4 is similar to the concept 1 of American coot (137) Concept 4 is similar to the concept 1 of beaver (337) Concept 7 is similar to the concept 2 of warthog (343) Concept 4 is similar to the concept 1 of hippopotamus (344) Concept 7 is similar to the concept 3 of ox (345) Concept 0 is similar to the concept 4 of ox (345) Concept 0 is similar to the concept 4 of bison (347) Concept 7 is similar to the concept 7 of bison (347) Concept 7 is similar to the concept 4 of ram (348) Concept 7 is similar to the concept 3 of ibex (350) Concept 4 is similar to the concept 1 of otter (360) Concept 4 is similar to the concept 1 of canoe (472) Concept 4 is similar to the concept 2 of paddle (693) Concept 8 is similar to the concept 5 of patio (706) Concept 1 is similar to the concept 1 of plow (730)"},{"location":"classes/water%20jug/","title":"Water jug (899)","text":"

Water jug (class id 899) has 2 important concepts. The full class name is water jug.

"},{"location":"classes/water%20jug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water jug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20jug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 34%) Concept 8 (Importance 19%) Concept 4 (Importance 19%) Concept 5 (Importance 9%) Concept 0 (Importance 8%) Concept 6 (Importance 3%) Concept 9 (Importance 2%) Concept 2 (Importance 1%) Concept 7 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 8 Concept 4 Concept 5 Concept 0 Concept 6 Concept 9 Concept 2 Concept 7 Concept 3"},{"location":"classes/water%20jug/#similar-concepts","title":"Similar concepts","text":"

We have found 31 similar concepts between the class water jug and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of apron (411) Concept 2 is similar to the concept 1 of backpack (414) Concept 2 is similar to the concept 1 of bath towel (434) Concept 4 is similar to the concept 7 of beaker (438) Concept 2 is similar to the concept 2 of broom (462) Concept 2 is similar to the concept 1 of bucket (463) Concept 2 is similar to the concept 0 of carton (478) Concept 1 is similar to the concept 1 of coffee mug (504) Concept 1 is similar to the concept 1 of coffeepot (505) Concept 2 is similar to the concept 1 of desk (526) Concept 4 is similar to the concept 3 of goblet (572) Concept 2 is similar to the concept 6 of magnetic compass (635) Concept 1 is similar to the concept 5 of measuring cup (647) Concept 4 is similar to the concept 8 of measuring cup (647) Concept 2 is similar to the concept 1 of monitor (664) Concept 2 is similar to the concept 1 of mosquito net (669) Concept 2 is similar to the concept 3 of pajama (697) Concept 1 is similar to the concept 1 of pitcher (725) Concept 2 is similar to the concept 1 of safe (771) Concept 4 is similar to the concept 0 of saltshaker (773) Concept 2 is similar to the concept 1 of sandal (774) Concept 2 is similar to the concept 2 of scale (778) Concept 2 is similar to the concept 1 of shopping basket (790) Concept 2 is similar to the concept 1 of sleeping bag (797) Concept 2 is similar to the concept 1 of swab (840) Concept 1 is similar to the concept 1 of teapot (849) Concept 2 is similar to the concept 1 of tray (868) Concept 9 is similar to the concept 9 of vacuum (882) Concept 4 is similar to the concept 5 of water bottle (898) Concept 1 is similar to the concept 2 of whiskey jug (901) Concept 1 is similar to the concept 1 of cup (968)"},{"location":"classes/water%20ouzel/","title":"Water ouzel (20)","text":"

Water ouzel (class id 20) has 3 important concepts. The full class name is water ouzel, dipper.

"},{"location":"classes/water%20ouzel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water ouzel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20ouzel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 30%) Concept 3 (Importance 30%) Concept 7 (Importance 13%) Concept 5 (Importance 9%) Concept 4 (Importance 6%) Concept 1 (Importance 4%) Concept 0 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 6 Concept 3 Concept 7 Concept 5 Concept 4 Concept 1 Concept 0 Concept 9 Concept 8 Concept 2"},{"location":"classes/water%20ouzel/#similar-concepts","title":"Similar concepts","text":"

We have found 16 similar concepts between the class water ouzel and other classes.

Here are those concepts: Concept 0 is similar to the concept 8 of robin (15) Concept 1 is similar to the concept 2 of African crocodile (49) Concept 1 is similar to the concept 2 of American alligator (50) Concept 1 is similar to the concept 1 of drake (97) Concept 1 is similar to the concept 0 of red-breasted merganser (98) Concept 1 is similar to the concept 1 of black swan (100) Concept 1 is similar to the concept 1 of platypus (103) Concept 1 is similar to the concept 3 of flamingo (130) Concept 1 is similar to the concept 1 of American egret (132) Concept 1 is similar to the concept 1 of American coot (137) Concept 0 is similar to the concept 5 of redshank (141) Concept 1 is similar to the concept 6 of pelican (144) Concept 1 is similar to the concept 1 of beaver (337) Concept 1 is similar to the concept 1 of hippopotamus (344) Concept 1 is similar to the concept 1 of otter (360) Concept 1 is similar to the concept 1 of canoe (472)"},{"location":"classes/water%20snake/","title":"Water snake (58)","text":"

Water snake (class id 58) has 4 important concepts. The full class name is water snake.

"},{"location":"classes/water%20snake/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water snake' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20snake/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 5 (Importance 28%) Concept 7 (Importance 26%) Concept 1 (Importance 24%) Concept 2 (Importance 10%) Concept 6 (Importance 7%) Concept 4 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 5 Concept 7 Concept 1 Concept 2 Concept 6 Concept 4 Concept 9 Concept 8 Concept 3 Concept 0"},{"location":"classes/water%20snake/#similar-concepts","title":"Similar concepts","text":"

We have found 23 similar concepts between the class water snake and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of terrapin (36) Concept 4 is similar to the concept 4 of agama (42) Concept 2 is similar to the concept 2 of African crocodile (49) Concept 2 is similar to the concept 2 of American alligator (50) Concept 7 is similar to the concept 4 of ringneck snake (53) Concept 1 is similar to the concept 0 of Indian cobra (63) Concept 2 is similar to the concept 1 of drake (97) Concept 2 is similar to the concept 1 of goose (99) Concept 2 is similar to the concept 1 of platypus (103) Concept 2 is similar to the concept 5 of black stork (128) Concept 2 is similar to the concept 1 of spoonbill (129) Concept 2 is similar to the concept 3 of flamingo (130) Concept 2 is similar to the concept 1 of little blue heron (131) Concept 2 is similar to the concept 3 of bittern (133) Concept 2 is similar to the concept 4 of limpkin (135) Concept 2 is similar to the concept 4 of European gallinule (136) Concept 2 is similar to the concept 1 of American coot (137) Concept 2 is similar to the concept 6 of pelican (144) Concept 2 is similar to the concept 1 of beaver (337) Concept 2 is similar to the concept 1 of hippopotamus (344) Concept 2 is similar to the concept 1 of otter (360) Concept 6 is similar to the concept 5 of gar (395) Concept 2 is similar to the concept 2 of paddle (693)"},{"location":"classes/water%20tower/","title":"Water tower (900)","text":"

Water tower (class id 900) has 2 important concepts. The full class name is water tower.

"},{"location":"classes/water%20tower/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Water tower' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/water%20tower/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 45%) Concept 2 (Importance 30%) Concept 6 (Importance 14%) Concept 8 (Importance 3%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 6 Concept 8 Concept 3 Concept 1 Concept 9 Concept 7 Concept 5 Concept 4"},{"location":"classes/water%20tower/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class water tower and other classes.

Here are those concepts: Concept 3 is similar to the concept 2 of barn (425) Concept 3 is similar to the concept 1 of church (497) Concept 5 is similar to the concept 3 of park bench (703) Concept 7 is similar to the concept 7 of pier (718) Concept 5 is similar to the concept 2 of snowplow (803) Concept 7 is similar to the concept 2 of steel arch bridge (821)"},{"location":"classes/weasel/","title":"Weasel (356)","text":"

Weasel (class id 356) has 3 important concepts. The full class name is weasel.

"},{"location":"classes/weasel/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Weasel' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/weasel/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 37%) Concept 6 (Importance 22%) Concept 8 (Importance 20%) Concept 0 (Importance 8%) Concept 3 (Importance 6%) Concept 7 (Importance 2%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 6 Concept 8 Concept 0 Concept 3 Concept 7 Concept 9 Concept 5 Concept 4 Concept 1"},{"location":"classes/weasel/#similar-concepts","title":"Similar concepts","text":"

We have found 3 similar concepts between the class weasel and other classes.

Here are those concepts: Concept 7 is similar to the concept 4 of agama (42) Concept 5 is similar to the concept 1 of black grouse (80) Concept 7 is similar to the concept 1 of marmot (336)"},{"location":"classes/web%20site/","title":"Web site (916)","text":"

Web site (class id 916) has 2 important concepts. The full class name is web site, website, internet site, site.

"},{"location":"classes/web%20site/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Web site' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/web%20site/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 50%) Concept 1 (Importance 15%) Concept 5 (Importance 9%) Concept 7 (Importance 8%) Concept 3 (Importance 8%) Concept 6 (Importance 3%) Concept 4 (Importance 3%) Concept 8 (Importance 1%) Concept 9 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 5 Concept 7 Concept 3 Concept 6 Concept 4 Concept 8 Concept 9 Concept 2"},{"location":"classes/web%20site/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class web site and other classes.

Here are those concepts: Concept 5 is similar to the concept 9 of abaya (399) Concept 5 is similar to the concept 9 of can opener (473) Concept 5 is similar to the concept 5 of cleaver (499) Concept 5 is similar to the concept 2 of corkscrew (512) Concept 5 is similar to the concept 4 of hair slide (584) Concept 5 is similar to the concept 6 of hatchet (596) Concept 5 is similar to the concept 8 of iron (606) Concept 5 is similar to the concept 1 of lighter (626) Concept 5 is similar to the concept 9 of lipstick (629) Concept 5 is similar to the concept 9 of power drill (740) Concept 5 is similar to the concept 0 of spotlight (818) Concept 5 is similar to the concept 3 of stethoscope (823) Concept 0 is similar to the concept 8 of menu (922)"},{"location":"classes/weevil/","title":"Weevil (307)","text":"

Weevil (class id 307) has 3 important concepts. The full class name is weevil.

"},{"location":"classes/weevil/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Weevil' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/weevil/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 50%) Concept 7 (Importance 23%) Concept 4 (Importance 17%) Concept 3 (Importance 2%) Concept 2 (Importance 2%) Concept 6 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 8 Concept 7 Concept 4 Concept 3 Concept 2 Concept 6 Concept 0 Concept 9 Concept 5 Concept 1"},{"location":"classes/weevil/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class weevil and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of ladybug (301) Concept 3 is similar to the concept 2 of leaf beetle (304) Concept 3 is similar to the concept 9 of ant (310) Concept 3 is similar to the concept 4 of leafhopper (317)"},{"location":"classes/whippet/","title":"Whippet (172)","text":"

Whippet (class id 172) has 6 important concepts. The full class name is whippet.

"},{"location":"classes/whippet/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Whippet' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/whippet/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 19%) Concept 4 (Importance 18%) Concept 6 (Importance 16%) Concept 9 (Importance 15%) Concept 2 (Importance 14%) Concept 5 (Importance 11%) Concept 0 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 3 Concept 4 Concept 6 Concept 9 Concept 2 Concept 5 Concept 0 Concept 8 Concept 7 Concept 1"},{"location":"classes/whippet/#similar-concepts","title":"Similar concepts","text":"

We have found 9 similar concepts between the class whippet and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of borzoi (169) Concept 3 is similar to the concept 2 of Italian greyhound (171) Concept 2 is similar to the concept 3 of Italian greyhound (171) Concept 2 is similar to the concept 2 of Ibizan hound (173) Concept 5 is similar to the concept 6 of Ibizan hound (173) Concept 2 is similar to the concept 8 of Saluki (176) Concept 3 is similar to the concept 3 of Saluki (176) Concept 5 is similar to the concept 0 of Great Dane (246) Concept 5 is similar to the concept 8 of impala (352)"},{"location":"classes/whiptail/","title":"Whiptail (41)","text":"

Whiptail (class id 41) has 4 important concepts. The full class name is whiptail, whiptail lizard.

"},{"location":"classes/whiptail/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Whiptail' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/whiptail/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 37%) Concept 2 (Importance 26%) Concept 7 (Importance 13%) Concept 5 (Importance 10%) Concept 8 (Importance 6%) Concept 3 (Importance 3%) Concept 6 (Importance 1%) Concept 9 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 2 Concept 7 Concept 5 Concept 8 Concept 3 Concept 6 Concept 9 Concept 4 Concept 0"},{"location":"classes/whiptail/#similar-concepts","title":"Similar concepts","text":"

We have found 14 similar concepts between the class whiptail and other classes.

Here are those concepts: Concept 2 is similar to the concept 4 of common newt (26) Concept 2 is similar to the concept 5 of agama (42) Concept 2 is similar to the concept 3 of alligator lizard (44) Concept 3 is similar to the concept 6 of alligator lizard (44) Concept 3 is similar to the concept 4 of Gila monster (45) Concept 3 is similar to the concept 1 of thunder snake (52) Concept 3 is similar to the concept 1 of ringneck snake (53) Concept 3 is similar to the concept 5 of garter snake (57) Concept 3 is similar to the concept 1 of rock crab (119) Concept 3 is similar to the concept 1 of tiger beetle (300) Concept 3 is similar to the concept 9 of dung beetle (305) Concept 6 is similar to the concept 5 of gyromitra (993) Concept 6 is similar to the concept 2 of earthstar (995) Concept 6 is similar to the concept 1 of bolete (997)"},{"location":"classes/whiskey%20jug/","title":"Whiskey jug (901)","text":"

Whiskey jug (class id 901) has 3 important concepts. The full class name is whiskey jug.

"},{"location":"classes/whiskey%20jug/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Whiskey jug' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/whiskey%20jug/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 44%) Concept 0 (Importance 16%) Concept 2 (Importance 14%) Concept 7 (Importance 9%) Concept 9 (Importance 5%) Concept 5 (Importance 4%) Concept 8 (Importance 3%) Concept 1 (Importance 1%) Concept 6 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 4 Concept 0 Concept 2 Concept 7 Concept 9 Concept 5 Concept 8 Concept 1 Concept 6 Concept 3"},{"location":"classes/whiskey%20jug/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class whiskey jug and other classes.

Here are those concepts: Concept 2 is similar to the concept 1 of coffeepot (505) Concept 9 is similar to the concept 6 of measuring cup (647) Concept 5 is similar to the concept 6 of ocarina (684) Concept 2 is similar to the concept 1 of pitcher (725) Concept 2 is similar to the concept 1 of water jug (899)"},{"location":"classes/whistle/","title":"Whistle (902)","text":"

Whistle (class id 902) has 4 important concepts. The full class name is whistle.

"},{"location":"classes/whistle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Whistle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/whistle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 29%) Concept 5 (Importance 24%) Concept 0 (Importance 24%) Concept 1 (Importance 10%) Concept 8 (Importance 4%) Concept 3 (Importance 3%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 4 Concept 5 Concept 0 Concept 1 Concept 8 Concept 3 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/whistle/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class whistle and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of binoculars (447) Concept 1 is similar to the concept 5 of bolo tie (451) Concept 3 is similar to the concept 1 of cellular telephone (487) Concept 3 is similar to the concept 1 of cornet (513) Concept 3 is similar to the concept 5 of microphone (650) Concept 3 is similar to the concept 3 of spatula (813) Concept 1 is similar to the concept 4 of stopwatch (826)"},{"location":"classes/white%20stork/","title":"White stork (127)","text":"

White stork (class id 127) has 2 important concepts. The full class name is white stork, Ciconia ciconia.

"},{"location":"classes/white%20stork/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'White stork' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/white%20stork/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 37%) Concept 2 (Importance 28%) Concept 4 (Importance 13%) Concept 9 (Importance 8%) Concept 5 (Importance 4%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 3 (Importance 1%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 2 Concept 4 Concept 9 Concept 5 Concept 7 Concept 8 Concept 3 Concept 6 Concept 1"},{"location":"classes/white%20stork/#similar-concepts","title":"Similar concepts","text":"

We have found 12 similar concepts between the class white stork and other classes.

Here are those concepts: Concept 7 is similar to the concept 0 of bald eagle (22) Concept 7 is similar to the concept 4 of vulture (23) Concept 2 is similar to the concept 3 of black stork (128) Concept 4 is similar to the concept 2 of black stork (128) Concept 7 is similar to the concept 9 of black stork (128) Concept 2 is similar to the concept 5 of spoonbill (129) Concept 9 is similar to the concept 0 of spoonbill (129) Concept 4 is similar to the concept 2 of flamingo (130) Concept 9 is similar to the concept 6 of flamingo (130) Concept 4 is similar to the concept 2 of European gallinule (136) Concept 4 is similar to the concept 2 of redshank (141) Concept 7 is similar to the concept 5 of pelican (144)"},{"location":"classes/white%20wolf/","title":"White wolf (270)","text":"

White wolf (class id 270) has 2 important concepts. The full class name is white wolf, Arctic wolf, Canis lupus tundrarum.

"},{"location":"classes/white%20wolf/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'White wolf' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/white%20wolf/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 7 (Importance 46%) Concept 1 (Importance 17%) Concept 6 (Importance 12%) Concept 2 (Importance 9%) Concept 4 (Importance 6%) Concept 5 (Importance 2%) Concept 0 (Importance 2%) Concept 9 (Importance 1%) Concept 8 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 7 Concept 1 Concept 6 Concept 2 Concept 4 Concept 5 Concept 0 Concept 9 Concept 8 Concept 3"},{"location":"classes/white%20wolf/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class white wolf and other classes.

Here are those concepts: Concept 4 is similar to the concept 2 of English foxhound (167) Concept 4 is similar to the concept 2 of borzoi (169) Concept 4 is similar to the concept 4 of Norwegian elkhound (174) Concept 4 is similar to the concept 8 of Brittany spaniel (215) Concept 2 is similar to the concept 2 of malamute (249) Concept 4 is similar to the concept 4 of malamute (249) Concept 2 is similar to the concept 2 of Siberian husky (250) Concept 4 is similar to the concept 4 of Siberian husky (250) Concept 5 is similar to the concept 8 of Great Pyrenees (257) Concept 5 is similar to the concept 0 of chow (260) Concept 2 is similar to the concept 9 of Pembroke (263) Concept 4 is similar to the concept 1 of timber wolf (269) Concept 2 is similar to the concept 2 of timber wolf (269)"},{"location":"classes/wig/","title":"Wig (903)","text":"

Wig (class id 903) has 2 important concepts. The full class name is wig.

"},{"location":"classes/wig/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wig' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wig/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 67%) Concept 1 (Importance 14%) Concept 2 (Importance 7%) Concept 0 (Importance 5%) Concept 6 (Importance 2%) Concept 7 (Importance 1%) Concept 5 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 1 Concept 2 Concept 0 Concept 6 Concept 7 Concept 5 Concept 9 Concept 8 Concept 4"},{"location":"classes/wig/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class wig and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of bow tie (457) Concept 2 is similar to the concept 2 of cowboy hat (515) Concept 2 is similar to the concept 3 of feather boa (552) Concept 2 is similar to the concept 8 of hair spray (585) Concept 2 is similar to the concept 2 of mortarboard (667) Concept 2 is similar to the concept 4 of neck brace (678) Concept 2 is similar to the concept 1 of seat belt (785) Concept 1 is similar to the concept 7 of seat belt (785) Concept 2 is similar to the concept 3 of shower cap (793) Concept 2 is similar to the concept 2 of sunglasses (837) Concept 2 is similar to the concept 3 of ice lolly (929)"},{"location":"classes/wild%20boar/","title":"Wild boar (342)","text":"

Wild boar (class id 342) has 3 important concepts. The full class name is wild boar, boar, Sus scrofa.

"},{"location":"classes/wild%20boar/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wild boar' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wild%20boar/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 3 (Importance 49%) Concept 2 (Importance 20%) Concept 5 (Importance 15%) Concept 0 (Importance 6%) Concept 7 (Importance 3%) Concept 8 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 3 Concept 2 Concept 5 Concept 0 Concept 7 Concept 8 Concept 1 Concept 9 Concept 6 Concept 4"},{"location":"classes/wild%20boar/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class wild boar and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of warthog (343)"},{"location":"classes/window%20screen/","title":"Window screen (904)","text":"

Window screen (class id 904) has 2 important concepts. The full class name is window screen.

"},{"location":"classes/window%20screen/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Window screen' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/window%20screen/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 66%) Concept 0 (Importance 9%) Concept 9 (Importance 7%) Concept 4 (Importance 4%) Concept 7 (Importance 3%) Concept 2 (Importance 2%) Concept 8 (Importance 1%) Concept 6 (Importance 1%) Concept 5 (Importance 1%) Concept 3 (Importance 0%) Concept alignment with classes Concept 1 Concept 0 Concept 9 Concept 4 Concept 7 Concept 2 Concept 8 Concept 6 Concept 5 Concept 3"},{"location":"classes/window%20screen/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/window%20shade/","title":"Window shade (905)","text":"

Window shade (class id 905) has 4 important concepts. The full class name is window shade.

"},{"location":"classes/window%20shade/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Window shade' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/window%20shade/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 40%) Concept 9 (Importance 23%) Concept 3 (Importance 10%) Concept 2 (Importance 9%) Concept 7 (Importance 3%) Concept 4 (Importance 3%) Concept 1 (Importance 3%) Concept 6 (Importance 2%) Concept 8 (Importance 1%) Concept 5 (Importance 1%) Concept alignment with classes Concept 0 Concept 9 Concept 3 Concept 2 Concept 7 Concept 4 Concept 1 Concept 6 Concept 8 Concept 5"},{"location":"classes/window%20shade/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class window shade and other classes.

Here are those concepts: Concept 6 is similar to the concept 3 of ashcan (412)"},{"location":"classes/wine%20bottle/","title":"Wine bottle (907)","text":"

Wine bottle (class id 907) has 4 important concepts. The full class name is wine bottle.

"},{"location":"classes/wine%20bottle/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wine bottle' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wine%20bottle/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 46%) Concept 7 (Importance 24%) Concept 2 (Importance 11%) Concept 3 (Importance 6%) Concept 9 (Importance 4%) Concept 0 (Importance 3%) Concept 5 (Importance 1%) Concept 8 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 1 Concept 7 Concept 2 Concept 3 Concept 9 Concept 0 Concept 5 Concept 8 Concept 6 Concept 4"},{"location":"classes/wine%20bottle/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class wine bottle and other classes.

Here are those concepts: Concept 1 is similar to the concept 1 of beer bottle (440) Concept 1 is similar to the concept 1 of pop bottle (737) Concept 1 is similar to the concept 8 of red wine (966) Concept 2 is similar to the concept 6 of red wine (966)"},{"location":"classes/wing/","title":"Wing (908)","text":"

Wing (class id 908) has 2 important concepts. The full class name is wing.

"},{"location":"classes/wing/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wing' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wing/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 48%) Concept 9 (Importance 30%) Concept 6 (Importance 10%) Concept 1 (Importance 4%) Concept 3 (Importance 2%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 2 Concept 9 Concept 6 Concept 1 Concept 3 Concept 8 Concept 7 Concept 5 Concept 4 Concept 0"},{"location":"classes/wing/#similar-concepts","title":"Similar concepts","text":"

This class does not share any similar concepts with other classes.

"},{"location":"classes/wire-haired%20fox%20terrier/","title":"Wire-haired fox terrier (188)","text":"

Wire-haired fox terrier (class id 188) has 4 important concepts. The full class name is wire-haired fox terrier.

"},{"location":"classes/wire-haired%20fox%20terrier/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wire-haired fox terrier' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wire-haired%20fox%20terrier/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 28%) Concept 3 (Importance 21%) Concept 0 (Importance 20%) Concept 6 (Importance 17%) Concept 9 (Importance 8%) Concept 7 (Importance 2%) Concept 8 (Importance 0%) Concept 5 (Importance 0%) Concept 4 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 3 Concept 0 Concept 6 Concept 9 Concept 7 Concept 8 Concept 5 Concept 4 Concept 1"},{"location":"classes/wire-haired%20fox%20terrier/#similar-concepts","title":"Similar concepts","text":"

We have found 6 similar concepts between the class wire-haired fox terrier and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of Bedlington terrier (181) Concept 2 is similar to the concept 8 of Irish terrier (184) Concept 9 is similar to the concept 0 of Lakeland terrier (189) Concept 2 is similar to the concept 6 of Airedale (191) Concept 0 is similar to the concept 3 of Old English sheepdog (229) Concept 7 is similar to the concept 1 of standard poodle (267)"},{"location":"classes/wok/","title":"Wok (909)","text":"

Wok (class id 909) has 2 important concepts. The full class name is wok.

"},{"location":"classes/wok/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wok' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wok/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 55%) Concept 0 (Importance 12%) Concept 1 (Importance 11%) Concept 3 (Importance 8%) Concept 6 (Importance 7%) Concept 5 (Importance 4%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 2 Concept 0 Concept 1 Concept 3 Concept 6 Concept 5 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/wok/#similar-concepts","title":"Similar concepts","text":"

We have found 4 similar concepts between the class wok and other classes.

Here are those concepts: Concept 2 is similar to the concept 0 of frying pan (567) Concept 1 is similar to the concept 0 of soup bowl (809) Concept 1 is similar to the concept 7 of plate (923) Concept 1 is similar to the concept 5 of cauliflower (938)"},{"location":"classes/wolf%20spider/","title":"Wolf spider (77)","text":"

Wolf spider (class id 77) has 3 important concepts. The full class name is wolf spider, hunting spider.

"},{"location":"classes/wolf%20spider/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wolf spider' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wolf%20spider/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 47%) Concept 7 (Importance 27%) Concept 5 (Importance 16%) Concept 8 (Importance 3%) Concept 2 (Importance 3%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 5 Concept 8 Concept 2 Concept 9 Concept 6 Concept 4 Concept 3 Concept 1"},{"location":"classes/wolf%20spider/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class wolf spider and other classes.

Here are those concepts: Concept 9 is similar to the concept 2 of ant (310)"},{"location":"classes/wombat/","title":"Wombat (106)","text":"

Wombat (class id 106) has 2 important concepts. The full class name is wombat.

"},{"location":"classes/wombat/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wombat' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wombat/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 2 (Importance 52%) Concept 5 (Importance 21%) Concept 0 (Importance 9%) Concept 8 (Importance 7%) Concept 4 (Importance 4%) Concept 3 (Importance 2%) Concept 7 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 2 Concept 5 Concept 0 Concept 8 Concept 4 Concept 3 Concept 7 Concept 9 Concept 6 Concept 1"},{"location":"classes/wombat/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class wombat and other classes.

Here are those concepts: Concept 0 is similar to the concept 2 of grey fox (280)"},{"location":"classes/wood%20rabbit/","title":"Wood rabbit (330)","text":"

Wood rabbit (class id 330) has 2 important concepts. The full class name is wood rabbit, cottontail, cottontail rabbit.

"},{"location":"classes/wood%20rabbit/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wood rabbit' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wood%20rabbit/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 58%) Concept 3 (Importance 25%) Concept 9 (Importance 7%) Concept 8 (Importance 3%) Concept 4 (Importance 2%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept 0 (Importance 0%) Concept alignment with classes Concept 1 Concept 3 Concept 9 Concept 8 Concept 4 Concept 7 Concept 6 Concept 5 Concept 2 Concept 0"},{"location":"classes/wood%20rabbit/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class wood rabbit and other classes.

Here are those concepts: Concept 6 is similar to the concept 1 of black grouse (80) Concept 6 is similar to the concept 1 of prairie chicken (83) Concept 1 is similar to the concept 3 of hare (331) Concept 3 is similar to the concept 1 of hare (331) Concept 8 is similar to the concept 4 of fox squirrel (335) Concept 8 is similar to the concept 5 of marmot (336) Concept 8 is similar to the concept 5 of baboon (372)"},{"location":"classes/wooden%20spoon/","title":"Wooden spoon (910)","text":"

Wooden spoon (class id 910) has 2 important concepts. The full class name is wooden spoon.

"},{"location":"classes/wooden%20spoon/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wooden spoon' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wooden%20spoon/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 6 (Importance 45%) Concept 1 (Importance 39%) Concept 2 (Importance 8%) Concept 5 (Importance 2%) Concept 3 (Importance 1%) Concept 0 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 6 Concept 1 Concept 2 Concept 5 Concept 3 Concept 0 Concept 9 Concept 8 Concept 7 Concept 4"},{"location":"classes/wooden%20spoon/#similar-concepts","title":"Similar concepts","text":"

We have found 8 similar concepts between the class wooden spoon and other classes.

Here are those concepts: Concept 5 is similar to the concept 1 of Crock Pot (521) Concept 2 is similar to the concept 1 of drumstick (542) Concept 5 is similar to the concept 1 of frying pan (567) Concept 2 is similar to the concept 2 of hammer (587) Concept 2 is similar to the concept 3 of hatchet (596) Concept 7 is similar to the concept 2 of maraca (641) Concept 2 is similar to the concept 3 of spindle (816) Concept 0 is similar to the concept 5 of dough (961)"},{"location":"classes/wool/","title":"Wool (911)","text":"

Wool (class id 911) has 3 important concepts. The full class name is wool, woolen, woollen.

"},{"location":"classes/wool/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wool' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wool/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 52%) Concept 8 (Importance 11%) Concept 3 (Importance 10%) Concept 2 (Importance 10%) Concept 6 (Importance 6%) Concept 4 (Importance 4%) Concept 7 (Importance 2%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 3 Concept 2 Concept 6 Concept 4 Concept 7 Concept 1 Concept 9 Concept 5"},{"location":"classes/wool/#similar-concepts","title":"Similar concepts","text":"

We have found 1 similar concepts between the class wool and other classes.

Here are those concepts: Concept 8 is similar to the concept 2 of bonnet (452)"},{"location":"classes/worm%20fence/","title":"Worm fence (912)","text":"

Worm fence (class id 912) has 2 important concepts. The full class name is worm fence, snake fence, snake-rail fence, Virginia fence.

"},{"location":"classes/worm%20fence/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Worm fence' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/worm%20fence/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 4 (Importance 43%) Concept 2 (Importance 23%) Concept 0 (Importance 10%) Concept 5 (Importance 6%) Concept 6 (Importance 5%) Concept 8 (Importance 3%) Concept 7 (Importance 3%) Concept 9 (Importance 2%) Concept 3 (Importance 0%) Concept 1 (Importance 0%) Concept alignment with classes Concept 4 Concept 2 Concept 0 Concept 5 Concept 6 Concept 8 Concept 7 Concept 9 Concept 3 Concept 1"},{"location":"classes/worm%20fence/#similar-concepts","title":"Similar concepts","text":"

We have found 29 similar concepts between the class worm fence and other classes.

Here are those concepts: Concept 0 is similar to the concept 5 of Afghan hound (160) Concept 0 is similar to the concept 3 of borzoi (169) Concept 0 is similar to the concept 1 of Saluki (176) Concept 0 is similar to the concept 6 of Scottish deerhound (177) Concept 0 is similar to the concept 1 of Bouvier des Flandres (233) Concept 0 is similar to the concept 7 of Leonberg (255) Concept 0 is similar to the concept 3 of zebra (340) Concept 0 is similar to the concept 1 of ox (345) Concept 0 is similar to the concept 7 of llama (355) Concept 0 is similar to the concept 5 of apiary (410) Concept 0 is similar to the concept 3 of barn (425) Concept 0 is similar to the concept 7 of barrow (428) Concept 7 is similar to the concept 9 of boathouse (449) Concept 0 is similar to the concept 2 of cannon (471) Concept 0 is similar to the concept 2 of golfcart (575) Concept 0 is similar to the concept 9 of half track (586) Concept 0 is similar to the concept 1 of harvester (595) Concept 0 is similar to the concept 1 of lawn mower (621) Concept 0 is similar to the concept 4 of mobile home (660) Concept 0 is similar to the concept 7 of park bench (703) Concept 0 is similar to the concept 1 of plow (730) Concept 7 is similar to the concept 2 of snowplow (803) Concept 0 is similar to the concept 1 of stone wall (825) Concept 7 is similar to the concept 4 of stone wall (825) Concept 0 is similar to the concept 3 of swing (843) Concept 0 is similar to the concept 7 of tractor (866) Concept 0 is similar to the concept 1 of yurt (915) Concept 7 is similar to the concept 2 of yurt (915) Concept 0 is similar to the concept 6 of hay (958)"},{"location":"classes/wreck/","title":"Wreck (913)","text":"

Wreck (class id 913) has 1 important concepts. The full class name is wreck.

"},{"location":"classes/wreck/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Wreck' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/wreck/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 81%) Concept 1 (Importance 4%) Concept 9 (Importance 3%) Concept 5 (Importance 2%) Concept 3 (Importance 2%) Concept 8 (Importance 1%) Concept 7 (Importance 1%) Concept 4 (Importance 1%) Concept 2 (Importance 1%) Concept 6 (Importance 0%) Concept alignment with classes Concept 0 Concept 1 Concept 9 Concept 5 Concept 3 Concept 8 Concept 7 Concept 4 Concept 2 Concept 6"},{"location":"classes/wreck/#similar-concepts","title":"Similar concepts","text":"

We have found 7 similar concepts between the class wreck and other classes.

Here are those concepts: Concept 2 is similar to the concept 2 of barn (425) Concept 2 is similar to the concept 2 of castle (483) Concept 2 is similar to the concept 1 of church (497) Concept 8 is similar to the concept 3 of paddlewheel (694) Concept 5 is similar to the concept 7 of schooner (780) Concept 8 is similar to the concept 9 of submarine (833) Concept 1 is similar to the concept 2 of seashore (978)"},{"location":"classes/yawl/","title":"Yawl (914)","text":"

Yawl (class id 914) has 4 important concepts. The full class name is yawl.

"},{"location":"classes/yawl/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Yawl' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/yawl/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 8 (Importance 25%) Concept 5 (Importance 23%) Concept 0 (Importance 23%) Concept 7 (Importance 19%) Concept 3 (Importance 2%) Concept 1 (Importance 2%) Concept 2 (Importance 1%) Concept 9 (Importance 0%) Concept 6 (Importance 0%) Concept 4 (Importance 0%) Concept alignment with classes Concept 8 Concept 5 Concept 0 Concept 7 Concept 3 Concept 1 Concept 2 Concept 9 Concept 6 Concept 4"},{"location":"classes/yawl/#similar-concepts","title":"Similar concepts","text":"

We have found 11 similar concepts between the class yawl and other classes.

Here are those concepts: Concept 3 is similar to the concept 3 of grey whale (147) Concept 3 is similar to the concept 1 of killer whale (148) Concept 3 is similar to the concept 3 of gar (395) Concept 3 is similar to the concept 1 of aircraft carrier (403) Concept 0 is similar to the concept 1 of catamaran (484) Concept 3 is similar to the concept 1 of paddle (693) Concept 3 is similar to the concept 3 of pier (718) Concept 0 is similar to the concept 0 of schooner (780) Concept 5 is similar to the concept 5 of schooner (780) Concept 0 is similar to the concept 1 of trimaran (871) Concept 4 is similar to the concept 1 of seashore (978)"},{"location":"classes/yellow%20lady%20slipper/","title":"Yellow lady slipper (986)","text":"

Yellow lady slipper (class id 986) has 1 important concepts. The full class name is yellow lady slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum.

"},{"location":"classes/yellow%20lady%20slipper/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Yellow lady slipper' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/yellow%20lady%20slipper/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 1 (Importance 71%) Concept 4 (Importance 11%) Concept 0 (Importance 9%) Concept 6 (Importance 3%) Concept 3 (Importance 1%) Concept 9 (Importance 0%) Concept 8 (Importance 0%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 1 Concept 4 Concept 0 Concept 6 Concept 3 Concept 9 Concept 8 Concept 7 Concept 5 Concept 2"},{"location":"classes/yellow%20lady%20slipper/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class yellow lady slipper and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of bell pepper (945) Concept 3 is similar to the concept 3 of ear (998)"},{"location":"classes/yurt/","title":"Yurt (915)","text":"

Yurt (class id 915) has 1 important concepts. The full class name is yurt.

"},{"location":"classes/yurt/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Yurt' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/yurt/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 87%) Concept 8 (Importance 3%) Concept 5 (Importance 1%) Concept 4 (Importance 1%) Concept 3 (Importance 1%) Concept 1 (Importance 1%) Concept 9 (Importance 0%) Concept 7 (Importance 0%) Concept 6 (Importance 0%) Concept 2 (Importance 0%) Concept alignment with classes Concept 0 Concept 8 Concept 5 Concept 4 Concept 3 Concept 1 Concept 9 Concept 7 Concept 6 Concept 2"},{"location":"classes/yurt/#similar-concepts","title":"Similar concepts","text":"

We have found 13 similar concepts between the class yurt and other classes.

Here are those concepts: Concept 1 is similar to the concept 5 of apiary (410) Concept 6 is similar to the concept 2 of barn (425) Concept 1 is similar to the concept 3 of barn (425) Concept 6 is similar to the concept 2 of castle (483) Concept 6 is similar to the concept 1 of church (497) Concept 2 is similar to the concept 2 of dogsled (537) Concept 1 is similar to the concept 1 of megalith (649) Concept 2 is similar to the concept 3 of mountain tent (672) Concept 9 is similar to the concept 5 of patio (706) Concept 2 is similar to the concept 3 of snowmobile (802) Concept 1 is similar to the concept 2 of thresher (856) Concept 1 is similar to the concept 0 of worm fence (912) Concept 2 is similar to the concept 7 of worm fence (912)"},{"location":"classes/zebra/","title":"Zebra (340)","text":"

Zebra (class id 340) has 1 important concepts. The full class name is zebra.

"},{"location":"classes/zebra/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Zebra' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/zebra/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 78%) Concept 7 (Importance 4%) Concept 4 (Importance 4%) Concept 2 (Importance 4%) Concept 1 (Importance 3%) Concept 9 (Importance 1%) Concept 8 (Importance 1%) Concept 6 (Importance 0%) Concept 5 (Importance 0%) Concept 3 (Importance 0%) Concept alignment with classes Concept 0 Concept 7 Concept 4 Concept 2 Concept 1 Concept 9 Concept 8 Concept 6 Concept 5 Concept 3"},{"location":"classes/zebra/#similar-concepts","title":"Similar concepts","text":"

We have found 2 similar concepts between the class zebra and other classes.

Here are those concepts: Concept 3 is similar to the concept 1 of plow (730) Concept 3 is similar to the concept 0 of worm fence (912)"},{"location":"classes/zucchini/","title":"Zucchini (939)","text":"

Zucchini (class id 939) has 2 important concepts. The full class name is zucchini, courgette.

"},{"location":"classes/zucchini/#strategic-cluster-graph","title":"Strategic cluster graph","text":"

This graph displays the points classified as 'Zucchini' projected in 2D (using T-SNE) based on the importance of their concepts. Therefore, two points are close if they have been classified for the same concepts. The color of each point (image) is determined by the 'most important' concept. Thus, points with the same color share the same 'most important' concept.

Please refer to the following section for visualizations of the concepts.

"},{"location":"classes/zucchini/#concepts-visualization","title":"Concepts visualization","text":"

Below, you'll find a visualization of the class concepts. Simply Click on a concept to see natural images that strongly activate that specific concept. The important concepts are highlighted in color and are the ones that are the most important for at least 10 points (images).

Concept 0 (Importance 66%) Concept 3 (Importance 10%) Concept 9 (Importance 9%) Concept 4 (Importance 5%) Concept 8 (Importance 2%) Concept 2 (Importance 2%) Concept 6 (Importance 1%) Concept 1 (Importance 1%) Concept 7 (Importance 0%) Concept 5 (Importance 0%) Concept alignment with classes Concept 0 Concept 3 Concept 9 Concept 4 Concept 8 Concept 2 Concept 6 Concept 1 Concept 7 Concept 5"},{"location":"classes/zucchini/#similar-concepts","title":"Similar concepts","text":"

We have found 5 similar concepts between the class zucchini and other classes.

Here are those concepts: Concept 2 is similar to the concept 7 of pot (738) Concept 3 is similar to the concept 1 of acorn squash (941) Concept 0 is similar to the concept 1 of cucumber (943) Concept 2 is similar to the concept 2 of cucumber (943) Concept 9 is similar to the concept 0 of cucumber (943)"}]}