自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

QZQ

Never lose my passion

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

原创 Word Vectors详解(2)

3.3 Skip-Gram ModelAnother approach is to create a model such that use the center word to generate the context.Let’s discuss the Skip-Gram model above. The setup is largely the same but we essentially

2017-06-21 19:12:05 1553

原创 更改jupyter notebook的主题颜色(theme) 包括pycharm

在用jupyter notebook时,想到一个问题,能不能更改jupyter notebook的主题颜色,总是看着白色的默认主题,有些乏味,也不够酷炫。 使用之后: 除此之外,在pycharm中的jupyter notebook,颜色上也有一些问题。我不知道是特例还是普遍现象,在pycharm中,jupyter notebook的背景颜色很多时候不能根据IDE的主题来一起更改,很多时候

2017-06-17 19:47:47 73976 20

原创 Word Vectors详解(1)

We want to represent a word with a vector in NLP. There are many methods.1 one-hot VectorRepresent every word as an ℝ|V|∗1\mathbb{R}^{|\it{V}|*1} vector with all 0s and one 1 at the index of that word

2017-06-16 00:52:04 1108

空空如也

空空如也

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

TA关注的人

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