# blog-codes **Repository Path**: buaachuanwang/blog-codes ## Basic Information - **Project Name**: blog-codes - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 博客代码 这是[我的博客](https://fancyerii.github.io)里文章相关的代码。 * 使用PyTorch实现Chatbot [博客文章](https://fancyerii.github.io/2019/02/14/chatbot/) [代码](./chatbot) * RNN示例 [博客文章](https://fancyerii.github.io/books/rnn-intro/) [代码](./rnn) * Stanford CoreNLP示例 [博客文章](https://fancyerii.github.io/books/rnn-intro/) [代码](./stanfordnlp) * 强化学习简介 [博客文章](https://fancyerii.github.io/books/rl1/) [代码](./rl) * 语音关键词识别 [博客文章](https://fancyerii.github.io/books/tf-keywords/) [代码](./tf-keywords) * 语言模型示例 [博客文章](https://fancyerii.github.io/books/lm/) [代码](./lm) * pdfbox示例 [博客文章](https://fancyerii.github.io/2019/03/12/1_pdfbox/) [代码](./testpdfbox) * Tesseract C++代码 [博客文章](https://fancyerii.github.io/2019/03/12/3_tesseract/#c%E6%8E%A5%E5%8F%A3%E7%A4%BA%E4%BE%8B) [代码](./test-tesseract-cpp) * Tesseract Java代码 [博客文章](https://fancyerii.github.io/2019/03/12/3_tesseract/#java%E6%8E%A5%E5%8F%A3) [代码](./test-tesseract-java) * HMM和WFST示例 [博客文章](https://fancyerii.github.io/books/wfst-codes/) [代码](./hmm-wfst) * mxGraph Java [博客文章](https://fancyerii.github.io/2019/03/26/mxgraph/) [代码](./mxgraphjava) * Deep Q-Learning代码 [博客文章](https://fancyerii.github.io/books/dqn) [代码](./dqn) * Policy Gradient代码 [博客文章](https://fancyerii.github.io/books/pg) [代码](./pg) * DeepFM模型CTR预估理论与实战 [博客文章](https://fancyerii.github.io/2019/12/19/deepfm) [代码](./ctr)