spaCy/website/docs
Daniël de Kok 61471038f5 Add TextCatReduce.v1
This is a textcat classifier that pools the vectors generated by a
tok2vec implementation and then applies a classifier to the pooled
representation. Three reductions are supported for pooling: first, max,
and mean. When multiple reductions are enabled, the reductions are
concatenated before providing them to the classification layer.

This model is a generalization of the TextCatCNN model, which only
supports mean reductions and is a bit of a misnomer, because it can also
be used with transformers. This change also reimplements TextCatCNN.v2
using the new TextCatReduce.v1 layer.
2023-12-06 10:37:16 +01:00
..
api Add TextCatReduce.v1 2023-12-06 10:37:16 +01:00
images Inline displaCy visualizations in docs (#13050) [ci skip] 2023-10-06 14:22:43 +02:00
models Docs: update trf_data examples and pipeline design info (#13164) 2023-12-04 15:15:54 +01:00
usage Update TextCatBOW to use the fixed SparseLinear layer (#13149) 2023-11-29 09:11:54 +01:00
styleguide.mdx Website migration from Gatsby to Next (#12058) 2023-01-11 17:30:07 +01:00