/deep/ :focus{ outline:0; } 当元素获得bai焦点的时候,焦点框为0.比如说当前du这个网页,zhi你用tab键切换的时候,文字dao链接、搜索框、按钮等的外面会有一个虚线框(或高亮框),此时当前的元素就获得了焦点,你可以对它进行操作。这个功能一般是为使用键盘操作的用户准备 ...
分类:
其他好文 时间:
2020-06-20 11:34:22
阅读次数:
157
NVIDIA GPUs上深度学习推荐模型的优化 Optimizing the Deep Learning Recommendation Model on NVIDIA GPUs 推荐系统帮助人在成倍增长的选项中找到想要的东西。是在许多在线平台上推动用户参与的关键组件。 随着工业数据集规模的迅速增长, ...
分类:
其他好文 时间:
2020-06-19 11:45:10
阅读次数:
115
用四叉树对图像分类,获取tag和key function getMid(num) { if(num%2 0){ return num/2 }else{ return (num+1)/2 } } function getFourTree(rect,[x1,y1,x2,y2],deep) { if(x2 ...
分类:
其他好文 时间:
2020-06-15 17:46:19
阅读次数:
81
If I have bunch of events and a bunch of probabilities, how likely is it those events happen based on the probabilities? If it is very likely then we ...
分类:
其他好文 时间:
2020-06-13 17:35:40
阅读次数:
66
本周对deep_sort做了一些练习,这是一个追踪算法,通过对连续帧物体的相似度和轨迹判断是否是同一个物体,通过这个算法与yolov3算法的结合,可以实现对视频中物体的类别检测并追踪,统计数量等,作用很大。 因为我们小组参加的软件杯赛题是这方面的,所以对这个算法进行了研究,也在网上找了一个可以运行的 ...
分类:
其他好文 时间:
2020-06-12 22:56:24
阅读次数:
96
The Softmax Function In the next video, we'll learn about the softmax function, which is the equivalent of the sigmoid activation function, but when t ...
分类:
其他好文 时间:
2020-06-11 09:15:58
阅读次数:
62
The sigmoid function is defined as sigmoid(x) = 1/(1+e-x). If the score is defined by 4x1 + 5x2 - 9 = score, then which of the following points has ex ...
分类:
其他好文 时间:
2020-06-11 09:12:55
阅读次数:
56
1. Gradient Checking 你被要求搭建一个Deep Learning model来检测欺诈,每当有人付款,你想知道是否该支付可能是欺诈,例如该用户的账户可能已经被黑客掉。 但是,反向传播实现起来非常有挑战,并且有时有一些bug,因为这是一个mission-critical应用,你公司 ...
分类:
其他好文 时间:
2020-06-10 12:52:53
阅读次数:
60
Regularization Deep Learning models have so much flexibility and capacity that overfitting can be a serious problem,if the training dataset is not big ...
分类:
其他好文 时间:
2020-06-09 18:29:42
阅读次数:
53
1.Book https://blog.floydhub.com/best-deep-learning-books-updated-for-2019/ grokking-deep-reinforcement-learning https://livebook.manning.com/book/gro ...
分类:
其他好文 时间:
2020-06-09 12:55:08
阅读次数:
74