Tagged Test Images Network

Bipartite network of tags and images

Bipartite network of ExampleData images from the "TestImage" collection, with manually added tags. The vertices are either strings (tags) or integers (images). The ExampleData name of each image is stored in the vertex annotation "Title".

(71 vertices, 188 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Tagged Test Images Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Tagged Test Images Network", All]["Summary"]
Out[2]=

Basic Applications

Find the images of women from the data:

In[3]:=
g = ResourceData["Tagged Test Images Network"];
In[4]:=
AnnotationValue[{g, #}, VertexShape] & /@ AdjacencyList[g, "Woman"]
Out[4]=

Find the facial features of a woman from the data:

In[5]:=
woman = Last[
  AnnotationValue[{g, #}, VertexShape] & /@ AdjacencyList[g, "Woman"]]
Out[5]=
In[6]:=
FacialFeatures[woman] // Dataset
Out[7]=

Wolfram Research, "Tagged Test Images Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information