By Karan Mehta, PhD in Electrical Engineering, Georgia Tech Updated Feb 6 · Upvoted by Yasha Berchenko-Kogan, graduate student at MIT in math. The sol ...
分类:
其他好文 时间:
2020-02-13 16:43:56
阅读次数:
68
今天主要学习了实验 7 Spark 机器学习库 MLlib 编程实践, 主要代码: import org.apache.spark.ml.feature.PCA import org.apache.spark.sql.Row import org.apache.spark.ml.linalg.{Ve ...
分类:
其他好文 时间:
2020-02-10 16:34:34
阅读次数:
132
描述: 项目使用了Cucumber,对着 feature 文件内部右键运行的时候,有时候会出现右键菜单不可用且无法消除的情况,必须切换窗口来消除这个菜单。 这个不知道是 IDEA 还是它自带的 Gherkin 插件的一个bug,不是一个大问题,但是总是会误操作点出来。 bug复现: 当在 featu ...
分类:
其他好文 时间:
2020-02-09 09:25:15
阅读次数:
330
https://software.intel.com/en-us/mpi-developer-reference-windows-main-thread-pinning Main Thread Pinning Use this feature to pin a particular MPI thre ...
分类:
其他好文 时间:
2020-02-07 15:04:47
阅读次数:
66
https://software.intel.com/en-us/mpi-developer-reference-linux-process-pinning Process Pinning Use this feature to pin a particular MPI process to a c ...
分类:
其他好文 时间:
2020-02-07 14:27:14
阅读次数:
70
DenseNet "论文传送门" ,这篇论文是CVPR 2017的最佳论文. "resnet一文" 里说了,resnet是具有里程碑意义的.densenet就是受resnet的启发提出的模型. resnet中是把不同层的feature map相应元素的值直接相加.而densenet是将channel ...
分类:
Web程序 时间:
2020-02-06 19:47:42
阅读次数:
135
全局就是针对常用的平均池化而言,平均池化会有它的filter size,比如 2 * 2,全局平均池化就没有size,它针对的是整张feature map. 把一整张特征图取平均得到一个值, 全连接的目的,因为传统的网络我们的输出都是分类,也就是几个类别的概率甚至就是一个数--类别号,那么全连接层就 ...
分类:
其他好文 时间:
2020-02-06 14:44:10
阅读次数:
92
Feature: 标注主要功能模块 Story: 标注Features功能模块下的分支功能 Severity: 标注测试用例的重要级别 Step: 标注测试用例的重要步骤 Issue和TestCase: 标注Issue、Case,可加入URL # -*- coding: utf-8 -*- # @T ...
分类:
其他好文 时间:
2020-02-04 09:13:11
阅读次数:
169
https://arxiv.org/pdf/1911.09070.pdf Efficientnet的延续,提出了更快、更容易的多尺度融合BiFPN;提出了在backbone,feature network,box/class prediction上, 统一扩展模型的方式(仍然是调整width, re ...
分类:
其他好文 时间:
2020-02-02 18:11:27
阅读次数:
130
Client-Side Attacks - Social Engineering Tool: The FAT RAT Just like Veil, it generates Undetectable Metasploit backdoors. Uses a different method to ...
分类:
数据库 时间:
2020-02-01 00:38:55
阅读次数:
88