<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fasttext - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/fasttext/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 11 Aug 2020 06:15:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>FastText文本分类</title>
		<link>https://www.coder4.com/archives/7058</link>
					<comments>https://www.coder4.com/archives/7058#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 04:49:02 +0000</pubDate>
				<category><![CDATA[机器学习]]></category>
		<category><![CDATA[fasttext]]></category>
		<category><![CDATA[文本分类]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7058</guid>

					<description><![CDATA[《FastText：快速的文本分类器》 《FastText原理和文本分类实战，看这一篇就够了》 1. 安装 brew install fasttext 2. 区分数据集 cat ./label_data_fasttxt.txt &#124; sort -R &#62; tmp tail -n 1300 ./tmp &#62; fasttext_data.train tail -n 200 ./tmp &#62; fasttext_data.valid 文件格式如下，注意标记那列一定有__[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7058/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
