An open API service indexing awesome lists of open source software.

https://github.com/gokulnpc/ecommerce-text-classification-fasttext

FastText is a library for efficient learning of word representations and sentence classification. It was developed by Facebook's AI Research (FAIR) lab and is particularly known for its speed and accuracy. FastText can be used both as a command-line tool and through APIs in various programming languages such as Python.
https://github.com/gokulnpc/ecommerce-text-classification-fasttext

Last synced: about 2 months ago
JSON representation

FastText is a library for efficient learning of word representations and sentence classification. It was developed by Facebook's AI Research (FAIR) lab and is particularly known for its speed and accuracy. FastText can be used both as a command-line tool and through APIs in various programming languages such as Python.

Awesome Lists containing this project

README

        

# Ecommerce Text Classification using FastText

FastText is a library for efficient learning of word representations and sentence classification. It was developed by Facebook's AI Research (FAIR) lab and is particularly known for its speed and accuracy. FastText can be used both as a command-line tool and through APIs in various programming languages such as Python.