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.
- Host: GitHub
- URL: https://github.com/gokulnpc/ecommerce-text-classification-fasttext
- Owner: gokulnpc
- Created: 2024-06-09T05:51:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T05:53:04.000Z (12 months ago)
- Last Synced: 2025-02-02T03:44:51.503Z (4 months ago)
- Language: Jupyter Notebook
- Size: 15.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.