自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Forgive Me

博客迁移到:blog.youran.ai

  • 博客(23)
  • 收藏
  • 关注

原创 2018-01-26-ubuntu-format-and-mount-disk

title category layout tags date Ubuntu下格式化和挂载硬盘 other post other ubuntu 2018-01-26 20:20:24 本文介绍如何在ubuntu下格式化和挂载硬盘。首先执行df -h命令查看系统的硬盘...

2018-01-26 12:44:00 129

原创 2018-01-25-ubuntu-set-ip

title category layout tags date Ubuntu命令行下设置IP other post other ubuntu 2018-01-25 21:20:24 本文介绍通过命令行设置IP、网关的方法。首先通过ifconfig命令查看系统的网卡。...

2018-01-25 13:44:16 96

原创 2018-01-25-ubuntu-video-driver

title category layout tags date Ubuntu命令行安装nvidia显卡驱动 other post other ubuntu 2018-01-25 21:30:24 执行下面的命令:sudo add-apt-repository ppa...

2018-01-25 13:44:16 85

原创 2018-01-25-ubuntu-virtualbax-usb

title category layout tags date Ubuntu下Virtualbox添加usb支持 other post other ubuntu 2018-01-25 14:00:24 在宿主机上安装了一个免驱摄像头,但是想要在虚拟机中使用的话应该怎么...

2018-01-25 06:15:19 78 1

原创 2018-01-08-pytorch-rnn

title category layout tags date 3.RNN模型 dl post Pytorch dl 2018-01-08 17:10:24 本文的目标是实现Elman RNN模型。Elman RNN模型模型结构用数学公式表示很简单:$$h_t=...

2018-01-15 12:45:14 65

原创 links

layout title tags page 交换链接说明 链接 友情 交换 一.说明交换请联系邮箱lingyunzi09#gmail.com

2018-01-14 15:29:06 50

原创 2018-01-10-net-monitor

title category layout tags date Ubuntu下的网络监控 other post other ubuntu 2018-01-10 21:00:24 Nethogs 是一个终端下的网络流量监控工具,它的特别之处在于可以显示每个进程的带宽占用...

2018-01-10 13:34:37 64

原创 2017-12-29-pytorch-detect-language

title category layout tags date 2.Detect Language with MLP dl post Pytorch dl 2017-12-29 18:10:24 import torchimport torch.nn as nni...

2018-01-09 06:03:05 62

原创 2018-01-08-other-copy-ssh-pubkey-to-server

title category layout tags date 如何添加新的pub key到远程服务器 other post other ssh 2018-01-08 11:00:24 在新的机器上使用git提交代码或者ssh登陆远程服务器的时候往往需要远程服务器密码...

2018-01-08 07:29:37 79

原创 2018-01-08-other-config-jupyter-pub-server

title category layout tags date 如何开启jupyter的远程服务 other post other jupyter 2018-01-08 15:00:24 本文介绍如何开放jupyter的远程功能。设置jupyter notebook...

2018-01-08 07:29:37 57

原创 2018-01-07-other-build-git-server

title category layout tags date 如何搭建自己的GIT服务器 other post git other 2018-01-07 14:00:24 基本上的程序员都会有一个自己github帐号,帐号下都有若干个项目.有些项目适合公开,有些项目...

2018-01-07 06:22:14 88 1

原创 2018-01-06-nlp-mitie

title category layout tags date MITIE的简易教程之wordrep nlp post mitie nlp 2018-01-06 17:00:24 MITIE是在dlib机器学习库之上开发的NLP工具包,支持分布式词嵌入和结构化SVM。...

2018-01-06 10:26:20 110

原创 2018-01-06-fix-postgresql-9-5-install-error

title category layout tags date 解决postgresql 9.5安装失败的问题 other post postgresql 问题 2018-01-06 14:00:24 在低版本的Ubuntu系统中安装postgresql 9.5遇到下...

2018-01-06 06:17:05 82

原创 2017-12-24-gensim-introduction

title category layout tags date 1.Introduction nlp post Gensim nlp 2017-12-24 18:16:24 Gensim提供对计算机和调用者友好,自动从文档中抽取语义主题的免费Python库。Gens...

2018-01-05 16:54:28 75

原创 2017-12-25-gensim-Topic-and-Transformations

title category layout tags date 3.Topic and Transformations nlp post Gensim nlp 2017-12-25 20:56:24 import logginglogging.basicConfig...

2018-01-05 16:54:28 56

原创 2017-12-25-gensim-similarity-Queries

title category layout tags date 4.Similarity and Queries nlp post Gensim nlp 2017-12-25 21:27:24 import logginglogging.basicConfig(...

2018-01-05 16:54:28 80

原创 2018-01-05-dl-in-nlp-for-2017

layout category title tags date post translation 2017年深度学习在NLP领域的进展和趋势 翻译 dl nlp 2018-01-05 21:00:24 本文翻译的是这篇文章在过去的很多年里,深度学习架构和算法在...

2018-01-05 16:47:07 187

原创 2018-01-05-simple-intent-detection

layout category title tags date post nlp 意图分类是怎么实现的 nlp 2018-01-05 20:00:24 如何进行意图分析之前开始做语义理解的时候,笔者采用的是比较粗暴的方法进行匹配。随着语料的积累,语料库的规模变得越来越大...

2018-01-05 16:47:07 105

原创 2017-12-24-gensim-Corpora-and-Vector-Spaces

title category layout tags date 2.Corpora and Vector Spaces nlp post Gensim nlp 2017-12-24 19:16:24 import logginglogging.basicConf...

2018-01-05 16:47:07 58

原创 kg

layout category category kg

2018-01-05 16:47:07 100

原创 2017-12-29-pytorch-cuda

title category layout tags date 1.Training on GPU dl post Pytorch dl 2017-12-29 18:00:24 import torchimport torch.nn as nnimport tor...

2018-01-05 16:47:07 35

原创 nlp

layout category category nlp

2018-01-05 12:02:47 83

翻译 2017年深度学习在NLP领域的进展和趋势

本文翻译的是这篇文章在过去的很多年里,深度学习架构和算法在某些领域,比如图像识别和语音处理,取得了令人印象深刻的进展。最初,深度学习架构和算法在NLP领域并没能取得大的进展,但是最近深度学习在普通NLP任务上的取得的结果显示深度学习也能取得显著的效果。命名实体识别、词性标注和情感分析就即是神经网络模型优于传统方法的地方。而机器翻译是所有进展中是最值得纪念的。从自己训练word2ve

2018-01-04 21:59:19 6955

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除