自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 x pieces

Is integer multiplication really same speed as addition on modern CPU Why is division so much more complex than other arithmetic operations?

2016-04-25 17:29:08 267

原创 plotting pieces

plotting multivariate function in python/matlab/R

2016-04-23 10:19:10 82

原创 latex pieces

math equation multiline alignment minimize f0(x)=x21+x22f_0(x) = x_{1}^2 + x_2^2 subject to f1(x)=x1/(1+x22)f_1(x) = x_1/(1+x_2^2) ​ h1(x)=(x1+x2)2h_1(x) = (x_1 + x_2)^2

2016-04-23 10:00:44 295

原创 markdown pieces

Blockquotes &ensp List items

2016-04-22 20:20:41 275

原创 dm pieces

stochastic gradient descent

2016-04-22 16:15:18 297

原创 math pieces

Jensens’s inequality f(EX) <= Ef(x) f(y+t(x-y)) <= f(y) + t*(f(x)-f(y))

2016-04-22 15:56:26 298

原创 R pieces

set.seed(seed, kind = NULL, normal.kind = NULL), the recommended way to specify seeds.

2016-04-22 11:54:22 289

原创 python pieces

create partial sum of sequence using generator. ref: def partial_sums(iterable): total = 0 for i in iterable: total += i yield total

2016-04-21 23:08:48 943

原创 differences in python 2 and python 3

differences in python 2 and 3

2016-04-21 20:33:34 250

空空如也

空空如也

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

TA关注的人

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