Using LSTM for multi label classification
I am trying to use LSTMs to train and predict authors using reviews data and metadata
author phone country day review
james iphone chile tuesday the book was really amazing
How do I pass all these features into the network?
Topic lstm keras multilabel-classification deep-learning python
Category Data Science