自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 c++ const

warning: passing ‘const DependencyGraph’ as ‘this’ argument of ‘const std::vector DependencyGraph::get_head(int)’ discards qualifiers [-fpermissive]             vector hg = graph.get_head(i);

2016-04-18 17:19:06 234

翻译 wampserver和mysql administrator共同使用

英文原文:For those readers who do not develop PHP on Windows platform WampServer is probably the most popular Apache + MySQL + PHP package for Windows. MySQL Administrator on the other hand, is a part o

2016-03-01 16:54:00 462

原创 RNN学习笔记

RNN学习笔记参考cs224d Lecture 7:Recurrent Neural NetworksRNN层数RNN不是单隐层的神经网络,对于xt−1 x_{t-1}来说,其到输出yt+1y_{t+1}经过了3个隐层。仅对于xt−1x_{t-1}和yt+1y_{t+1}来说,当去掉其它的xx和yy,可以看作是原始的有3个隐层的神经网络。需要注意的是MLP中每个结点代表一个标量数据,而RNN中的xt

2015-11-13 16:29:08 1870

哈工大编译原理编译器C++

实现词法,语法,语义翻译器,程序中包含转移函数,生成四元式

2015-09-10

空空如也

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

TA关注的人

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