Hacker News new | ask | show | jobs
by gabemart 3286 days ago
Does anyone know if there is any equivalent to a pre-trained network like Inception, but for text classification instead of image classification?
1 comments

The closest is to use an LSTM with pretrained word embeddings like GloVe.