Y
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
cmarschner
3286 days ago
The closest is to use an LSTM with pretrained word embeddings like GloVe.
link