YangYangKang's blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 搜索
close

Hello World

发表于 2018-12-15

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

scons usage

发表于 2018-01-05

清空编译内容

scons -c 相当于 make clean

NLP相关学习资料

发表于 2017-12-29

2017年深度学习在NLP领域的新进展

  • 2017年深度学习NLP重大进展与趋势
  • Deep Learning for NLP, advancements and trends in 2017
  • Recent Trends in Deep Learning Based Natural Language Processing

强化学习

  • 深度强化学习综述
  • CS11-747 Neural Networks for NLP

语言模型

学习论文

  • Character-Aware Neural Language Models

Attention

  • Attention用于NLP比较好的一篇总结文档
  • Attention学习总结

Hexo Guideline

发表于 2017-12-29

新建文章

1
$ hexo new "article name"
  • 注意,这里article name需要用英文
  • 文章路径 blog/source/_posts
  • More info: Writing

本地启动服务

1
$ hexo server
  • hexo s (完整:hexo server) 启动服务,可以本地查看修改内容 http://localhost:4000/
  • More info: Server

生成静态文件

1
$ hexo generate
  • More info: Generating

发布文章

1
$ hexo deploy
  • 先hexo g(hexo generate),再hexo d(hexo deploy)。或者一条命令hexo g -d
  • More info: Deployment
yangyangkang

yangyangkang

4 日志
github
© 2018 yangyangkang
由 Hexo 强力驱动
主题 - NexT.Mist