feed.xml 7.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0">
  3. <channel>
  4. <title>fastText Blog</title>
  5. <link>https://fasttext.cc/blog</link>
  6. <description>The best place to stay up-to-date with the latest fastText news and events.</description>
  7. <lastBuildDate>Tue, 25 Jun 2019 06:00:00 GMT</lastBuildDate>
  8. <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
  9. <generator>https://github.com/jpmonette/feed</generator>
  10. <image>
  11. <title>fastText Blog</title>
  12. <url>https://fasttext.cc/img/fasttext-icon-white-web.png</url>
  13. <link>https://fasttext.cc/blog</link>
  14. </image>
  15. <item>
  16. <title><![CDATA[New release of python module]]></title>
  17. <link>https://fasttext.cc/blog/2019/06/25/blog-post.html</link>
  18. <guid>https://fasttext.cc/blog/2019/06/25/blog-post.html</guid>
  19. <pubDate>Tue, 25 Jun 2019 06:00:00 GMT</pubDate>
  20. <description><![CDATA[<p>Today, we are happy to release a new version of the fastText python library. The main goal of this release is to merge two existing python modules: the official <code>fastText</code> module which was available on our github repository and the unofficial <code>fasttext</code> ...</p>]]></description>
  21. </item>
  22. <item>
  23. <title><![CDATA[Language identification]]></title>
  24. <link>https://fasttext.cc/blog/2017/10/02/blog-post.html</link>
  25. <guid>https://fasttext.cc/blog/2017/10/02/blog-post.html</guid>
  26. <pubDate>Mon, 02 Oct 2017 06:00:00 GMT</pubDate>
  27. <description><![CDATA[<h2><a class="anchor" aria-hidden="true" id="fast-and-accurate-language-identification-using-fasttext"></a><a href="#fast-and-accurate-language-identification-using-fasttext" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Fast and accurate language identification using fastText</h2>
  28. <p>We are excited to announce that we are publishing a fast and accurate tool for text-based language identification. It can recognize more than 170 languages, takes less than 1MB of memory and can classify thousands of documents per second. It is based on fastText library and is released <a href="https://fasttext.cc/docs/en/language-identification.html">here</a> as open source, free to use by everyone. We are releasing several versions of the model, each optimized for different memory usage, and compared them to the popular tool <a href="https://github.com/saffsd/langid.py">langid.py</a>.</p>
  29. ]]></description>
  30. </item>
  31. <item>
  32. <title><![CDATA[fastText on mobile]]></title>
  33. <link>https://fasttext.cc/blog/2017/05/02/blog-post.html</link>
  34. <guid>https://fasttext.cc/blog/2017/05/02/blog-post.html</guid>
  35. <pubDate>Tue, 02 May 2017 06:00:00 GMT</pubDate>
  36. <description><![CDATA[<p>Today, the Facebook AI Research (FAIR) team released pre-trained vectors in 294 languages, accompanied by two quick-start tutorials, to increase fastText’s accessibility to the large community of students, software developers, and researchers interested in machine learning. fastText’s models now fit on smartphones and small computers like Raspberry Pi devices thanks to a new functionality that reduces memory usage.</p>
  37. <p>First open-sourced last summer, <a href="https://github.com/facebookresearch/fastText">fastText</a> was designed to be accessible to anyone with generic hardware like notebooks and X86 cloud instances, or almost any platform with enough memory. Smartphone and small computer support extend fastText’s accessibility to an even larger community and a greater range of applications.</p>
  38. ]]></description>
  39. </item>
  40. <item>
  41. <title><![CDATA[Releasing fastText]]></title>
  42. <link>https://fasttext.cc/blog/2016/08/18/blog-post.html</link>
  43. <guid>https://fasttext.cc/blog/2016/08/18/blog-post.html</guid>
  44. <pubDate>Thu, 18 Aug 2016 06:00:00 GMT</pubDate>
  45. <description><![CDATA[<h2><a class="anchor" aria-hidden="true" id="faster-better-text-classification"></a><a href="#faster-better-text-classification" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Faster, better text classification!</h2>
  46. <p>Understanding the meaning of words that roll off your tongue as you talk, or your fingertips as you tap out posts is one of the biggest technical challenges facing artificial intelligence researchers. But it is an essential need. Automatic text processing forms a key part of the day-to-day interaction with your computer; it’s a critical component of everything from web search and content ranking to spam filtering, and when it works well, it’s completely invisible to you. With the growing amount of online data, there is a need for more flexible tools to better understand the content of very large datasets, in order to provide more accurate classification results.</p>
  47. <p>To address this need, the <a href="https://research.fb.com/category/facebook-ai-research-fair/">Facebook AI Research (FAIR) lab</a> is open-sourcing <a href="https://github.com/facebookresearch/fastText">fastText</a>, a library designed to help build scalable solutions for text representation and classification. Our ongoing commitment to collaboration and sharing with the community extends beyond just delivering code. We know it’s important to share our learnings to advance the field, so have also <a href="http://arxiv.org/abs/1607.04606">published</a> <a href="http://arxiv.org/abs/1607.01759">our research</a> relating to fastText.</p>
  48. <p>FastText combines some of the most successful concepts introduced by the natural language processing and machine learning communities in the last few decades. These include representing sentences with bag of words and bag of n-grams, as well as using subword information, and sharing information across classes through a hidden representation. We also employ a hierachical softmax that takes advantage of the unbalanced distribution of the classes to speed up computation. These different concepts are being used for two different tasks: efficient text classification and learning word vector representations.</p>
  49. ]]></description>
  50. </item>
  51. </channel>
  52. </rss>