[go: nahoru, domu]

Jump to content

FastText: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
added popular Gensim implementation of fastText
Updating infobox tocurrent release to v0.2.0
Line 7: Line 7:
| developer = [[Facebook]]'s AI Research (FAIR) lab<ref>{{cite web|last1=Mannes|first1=John|title=Facebook’s fastText library is now optimized for mobile|url=https://techcrunch.com/2017/05/02/facebooks-fasttext-library-is-now-optimized-for-mobile/|website=[[TechCrunch]]|accessdate=12 January 2018}}</ref>
| developer = [[Facebook]]'s AI Research (FAIR) lab<ref>{{cite web|last1=Mannes|first1=John|title=Facebook’s fastText library is now optimized for mobile|url=https://techcrunch.com/2017/05/02/facebooks-fasttext-library-is-now-optimized-for-mobile/|website=[[TechCrunch]]|accessdate=12 January 2018}}</ref>
| released = {{Start date and age|2015|11|09}}
| released = {{Start date and age|2015|11|09}}
| latest release version = 0.1<ref name="gith_face">{{Cite web | title = facebookresearch/fastText/releases/tag/v0.1.0 | author = Joel Marcey | work = Facebook | date = 2017-12-01 | accessdate = 2018-05-11 | url = https://github.com/facebookresearch/fastText/releases/tag/v0.1.0 | quote = First official 0.1 release }}</ref>
| latest release version = 0.2.0<ref name="gith_face_v0.2.0">{{Cite web | title = facebookresearch/fastText/releases/tag/v0.2.0 | author = Onur Çelebi | work = Facebook | date = 2018-12-19 | accessdate = 2019-03-18 | url = https://github.com/facebookresearch/fastText/releases/tag/v0.2.0 | quote = }}</ref>
| latest release date = {{Start date and age|2017|12|01}}
| latest release date = {{Start date and age|2018|12|19}}
| repo = {{URL|https://github.com/facebookresearch/fastText}}
| repo = {{URL|https://github.com/facebookresearch/fastText}}
| programming language = [[C++]], [[Python (programming language)|Python]]
| programming language = [[C++]], [[Python (programming language)|Python]]

Revision as of 18:00, 18 March 2019


fastText
Developer(s)Facebook's AI Research (FAIR) lab[1]
Initial releaseNovember 9, 2015; 8 years ago (2015-11-09)
Stable release
0.2.0[2] / December 19, 2018; 5 years ago (2018-12-19)
Repositorygithub.com/facebookresearch/fastText
Written inC++, Python
PlatformLinux, macOS, Windows
TypeMachine learning library
LicenseBSD License
Websitefasttext.cc

fastText is a library for learning of word embeddings and text classification created by Facebook's AI Research (FAIR) lab[3][4][5][6]. The model allows to create an unsupervised learning or supervised learning algorithm for obtaining vector representations for words. Facebook makes available pretrained models for 294 languages.[7]fastText uses a neural network for word embedding.


See also

References

  1. ^ Mannes, John. "Facebook's fastText library is now optimized for mobile". TechCrunch. Retrieved 12 January 2018.
  2. ^ Onur Çelebi (2018-12-19). "facebookresearch/fastText/releases/tag/v0.2.0". Facebook. Retrieved 2019-03-18.
  3. ^ Mannes, John. "Facebook's fastText library is now optimized for mobile". TechCrunch. Retrieved 12 January 2018.
  4. ^ Ryan, Kevin J. "Facebook's New Open Source Software Can Learn 1 Billion Words in 10 Minutes". Inc. Retrieved 12 January 2018.
  5. ^ Low, Cherlynn. "Facebook is open-sourcing its AI bot-building research". Engadget. Retrieved 12 January 2018.
  6. ^ Mannes, John. "Facebook's Artificial Intelligence Research lab releases open source fastText on GitHub". TechCrunch. Retrieved 12 January 2018.
  7. ^ Sabin, Dyani. "Facebook Makes A.I. Program Available in 294 Languages". Inverse. Retrieved 12 January 2018.

External links