最新 最热

css篇-面试题5-以下哪些设置可以使 z-index 生效?

z-index需要在相对定位中使用(排除position: static),就是对标签元素设置了position的属性,并且属性为:absolute/fixed/relative/ 值不一定就是absolute

2020-10-28
0

五. css 布局之 position(定位)

包含块( containing block ) 正常情况下: 包含块就是离当前元素最近的祖先块元素,

2020-10-26
0

codeforces 1144D(思维)

You are given an array a consisting of n integers. You can perform the following operations arbitrary number of times (possibly, zero):

2020-10-23
0

Array - 219. Contains Duplicate II

Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] and the absolute d...

2020-09-23
1

css应知应会 第五集

绝对定位的时候,将left/top/right/bottom 全部都都设置为0,配合 margin:auto

2020-08-17
0

机器学习|常见的损失函数

在学习过程中我们经常会接触到损失函数、代价函数、目标函数三个词语,本文让我们来总结一下机器学习中常见的损失函数和代价函数。

2020-07-21
0

6个孩子的爹,还想娶个猫娘:向火星扔核弹的Reddit天王49岁了!

这个男人,这个神话,这个传奇,可能是继基努 · 里维斯之后 Reddit 上最受欢迎的人,埃隆 · 马斯克就是一颗明珠!

2020-06-30
0

机器学习day3

针对不同问题,分类,排序,回归,序列预测,选择合适的评估方式。准确率Accuracy,精确率Precision,召回率Recall,均方根误差Root Mean Square Error,RMSE

2020-06-01
0

LOH杂合性缺失简介

以human为例,正常体细胞中有两个染色体组,一对等位基因的allel不同时,就可以说这个基因是杂合的。由于SNP的存在,正常体细胞中的基因都具备了成为杂合的可能性。...

2020-05-11
0

通俗易懂DenseNet

在博客《ResNet详解与分析》中,我们谈到ResNet不同层之间的信息流通隐含在“和”中,所以从信息流通的角度看并不彻底,相比ResNet,DenseNet最大的不同之处在于,并不对feature map求element-wise addition,而是通过concatenat...

2020-03-04
0