relational database every relation has a schema defining fields in columns a set of relations relation: a table with rows and columns schema: name of ...
分类:
数据库 时间:
2017-09-27 10:16:24
阅读次数:
223
本文为论文阅读笔记,不当之处,敬请指正。 A Review on Deep Learning Techniques Applied to Semantic Segmentation:原文链接 5.1度量标准 为何需要语义分割系统的评价标准? 为了衡量分割系统的作用及贡献,其性能需要经过严格评估。并且 ...
分类:
其他好文 时间:
2017-09-26 22:31:09
阅读次数:
254
http://blog.csdn.net/u014593748/article/details/71698246 本文为论文阅读笔记,不当之处,敬请指正。 A Review on Deep Learning Techniques Applied to Semantic Segmentation:原文 ...
分类:
其他好文 时间:
2017-09-26 22:28:06
阅读次数:
211
复杂矩阵问题求导方法:可以从小到大,从scalar到vector再到matrix。 x is a column vector, A is a matrix practice: ...
分类:
其他好文 时间:
2017-09-26 19:30:58
阅读次数:
125
代码评审在软件项目管理中是经常组织的活动,通过代码评审的工作也确实给我们的团队带来很多的益处,简单谈谈代码评审的感受,你们的团队是否也在进行代码评审(Code Review)的相关工作呢? 1.为什么要组织代码评审 组织代码评审其主要目的是保障我们的代码质量和软件产品质量,其次是团队的学习提高,共同 ...
分类:
其他好文 时间:
2017-09-25 15:16:49
阅读次数:
225
types of network LAN WAN -- figures /performances see the difference curcuit ->packet swithcing store-and-forward 2 alternative approaches to transmit ...
分类:
Web程序 时间:
2017-09-23 21:22:56
阅读次数:
243
1、标识符 用于命名程序的对象,如方法名,变量名,规则是: a、大小写敏感 b、由英文字符,文字字符,美元符号,下划线和数字组成,但不能以数字开头 c、不能是关键字 2、%:求余运算符 23%-4 结果为3 3、++i:先引用变量i,后再执行i+1赋值给i作为运算结果 i++:先执行i加1,然后再将 ...
分类:
编程语言 时间:
2017-09-23 20:10:53
阅读次数:
169
1、simplified-chinese-menu Atom的简体中文语言包,完整汉化,兼容所有已发布的版本Atom。 2、tree-view-finder 左边菜单栏显示方式,类似Mac OS下的finder。 3、minimap 类似sublim text右边的代码缩略图。 4、linter和l ...
分类:
其他好文 时间:
2017-09-23 16:16:10
阅读次数:
167
html代码: jquery代码: 转自黄者之风 ...
分类:
其他好文 时间:
2017-09-18 17:22:28
阅读次数:
182