How to show topics of reuters dataset in Keras?
Asked Answered
B

1

11

I use reuters dataset in Keras.

And I want to know the 46 topics' names.

How can I show topics of reuters dataset in Keras?

https://keras.io/datasets/#reuters-newswire-topics-classification

Burnoose answered 17/7, 2017 at 7:27 Comment(0)
B
2

Associated mapping of topic labels as per original Reuters Dataset with the topic indexes in Keras version is:

['cocoa','grain','veg-oil','earn','acq','wheat','copper','housing','money-supply',
 'coffee','sugar','trade','reserves','ship','cotton','carcass','crude','nat-gas',
 'cpi','money-fx','interest','gnp','meal-feed','alum','oilseed','gold','tin',
 'strategic-metal','livestock','retail','ipi','iron-steel','rubber','heat','jobs',
 'lei','bop','zinc','orange','pet-chem','dlr','gas','silver','wpi','hog','lead']

To understand the approach of extracting the above mapping, please follow this thread comment.

Boreal answered 30/1, 2019 at 7:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.