Chapter 4
- Vladimir Zolotov and David Kung 2017, Analysis and Optimization of fastText Linear Text Classifier, http://arxiv.org/abs/1702.05531
- Text classification of linear models, http://www.cs.umd.edu/class/fall2017/cmsc723/slides/slides_03.pdf
- What is text classification, Stanford, https://nlp.stanford.edu/IR-book/html/htmledition/the-text-classification-problem-1.html#sec:classificationproblem
- https://nlp.stanford.edu/IR-book/html/htmledition/text-classification-and-naive-bayes-1.html
- https://research.fb.com/fasttext/
- Bag of tricks for efficient classification, arXiv:1607.01759v3 [cs.CL] 9 Aug 2016
- https://github.com/poliglot/fasttext
- Joseph Turian, Lev Ratinov, and Yoshua Bengio, 2010, Word representations: A simple and general method for semi-supervised learning, In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL '10), Association for Computational Linguistics, Stroudsburg, PA, USA, 384-394.
- arXiv:1607.00570v1 [cs.IR] 2 Jul 2016
- [Weinberger et al.2009] Kilian Weinberger, Anirban Dasgupta, John Langford, Alex Smola, and Josh Attenberg, 2009, Feature hashing for large scale multitask learning. In ICML
- https://developers.googleblog.com/2018/04/text-embedding-models-contain-bias.html
- Softmax classifier in PyTorch: https://www.youtube.com/watch?v=lvNdl7yg4Pg
- Hierarchical loss for classification: arXiv:1709.01062v1 [cs.LG], 1 September 2017
- Svenstrup, Dan & Meinertz Hansen, Jonas & Winther, Ole. (2017), Hash Embeddings for Efficient Word Representations
- Explanation kernel trick, https://www.quora.com/How-does-Kernel-compute-inner-product-in-higher-dimensional-space-without-visiting-that-space/answer/Jeremy-McMinis
- https://medium.com/value-stream-design/introducing-one-of-the-best-hacks-in-machine-learning-the-hashing-trick-bf6a9c8af18f
- Extremely Fast Text Feature Extraction for Classification and Indexing by George Forman and Evan Kirshenbaum
- Armand Joulin, et. al. FastText.zip: Compressing text classification model, 2016, https://arxiv.org/abs/1612.03651
- Vector quantization, https://www.slideshare.net/rajanisharmaa/vector-quantization
- http://shodhganga.inflibnet.ac.in/bitstream/10603/132782/14/12_chapter%204.pdf
- Voronoi Projection-Based Fast Nearest-Neighbor Search Algorithms: Box-Search and Mapping Table-Based Search Techniques, V. Ramasubramanian, K.K. Paliwal. 1997, https://www.sciencedirect.com/science/article/pii/S1051200497903006
- How To Implement Learning Vector Quantization From Scratch With Python. Jason Brownie, 2016, https://machinelearningmastery.com/implement-learning-vector-quantization-scratch-python/
- Herve Jegou, Matthijs Douze, and Cordelia Schmid, Product quantization for nearest neighbor search, IEEE Trans. PAMI, January 2011.
- Song Han, Huizi Mao, and William J Dally. Deep compression: Compressing deep neural networks with pruning, trained quantization and huffman coding, In ICLR, 2016
- Tiezheng Ge, Kaiming He, Qifa Ke, and Jian Sun, Optimized product quantization for approximate nearest neighbor search. In CVPR, June 2013
- Expectation Maximisation, Joydeep Bhattacharjee. https://medium.com/technology-nineleaps/expectation-maximization-4bb203841757
- Chen, Wenlin, Wilson, James T., Tyree, Stephen, Weinberger, Kilian Q, and Chen, Yixin, Compressing neural networks with the hashing trick, arXiv:1504.04788, 2015
- Kai Zeng, Kun She, and Xinzheng Niu, Feature Selection with Neighborhood Entropy-Based Cooperative Game Theory, Computational Intelligence and Neuroscience, vol. 2014, Article ID 479289, 10 pages, 2014, https://doi.org/10.1155/2014/479289.