<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TextCNN on KK's Blog (fromkk)</title><link>https://fromkk.com/tags/textcnn/</link><description>Recent content in TextCNN on KK's Blog (fromkk)</description><generator>Hugo</generator><language>en</language><managingEditor>bebound@gmail.com (KK)</managingEditor><webMaster>bebound@gmail.com (KK)</webMaster><lastBuildDate>Sun, 10 Aug 2025 18:44:05 +0800</lastBuildDate><atom:link href="https://fromkk.com/tags/textcnn/index.xml" rel="self" type="application/rss+xml"/><item><title>TextCNN with PyTorch and Torchtext on Colab</title><link>https://fromkk.com/posts/textcnn-with-pytorch-and-torchtext-on-colab/</link><pubDate>Mon, 03 Dec 2018 15:47:00 +0800</pubDate><author>bebound@gmail.com (KK)</author><guid>https://fromkk.com/posts/textcnn-with-pytorch-and-torchtext-on-colab/</guid><description>&lt;p&gt;&lt;a href="https://pytorch.org" target="_blank" rel="noopener noreffer "&gt;PyTorch&lt;/a&gt; is a really powerful framework to build the machine learning models. Although some features is missing when compared with TensorFlow (For example, the early stop function, History to draw plot), its code style is more intuitive.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/pytorch/text" target="_blank" rel="noopener noreffer "&gt;Torchtext&lt;/a&gt; is a NLP package which is also made by &lt;code&gt;pytorch&lt;/code&gt; team. It provide a way to read text, processing and iterate the texts.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://colab.research.google.com" target="_blank" rel="noopener noreffer "&gt;Google Colab&lt;/a&gt; is a Jupyter notebook environment host by Google, you can use free GPU and TPU to run your modal.&lt;/p&gt;</description></item></channel></rss>