<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h1{ background: -webkit-linear-gradient(top,dodgerblue,whi ...
分类:
其他好文 时间:
2017-11-12 16:25:26
阅读次数:
1258
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>家用电器分类</title> <style type="text/css"> div{ width: 250px; background:-webkit-linear-gradien ...
分类:
其他好文 时间:
2017-11-11 23:48:21
阅读次数:
185
1、画小风车 参考自:作者:爱喝酸奶的吃货 出处:http://www.cnblogs.com/yingzi1028/ windmill.html 2、z-index示例 ...
分类:
Web程序 时间:
2017-11-11 14:18:24
阅读次数:
215
XLA(Accelerated Linear Algebra),线性代数领域专用编译器(demain-specific compiler),优化TensorFlow计算。即时(just-in-time,JIT)编译或提前(ahead-of-time,AOT)编译实现XLA,有助于硬件加速。XLA还在 ...
分类:
其他好文 时间:
2017-11-11 13:19:00
阅读次数:
194
其中x,y为插值点,yi为在被插值点xi处的插值结果;x,y为向量, 'method'表示采用的插值方法,MATLAB提供的插值方法有几种: 'method'是最邻近插值, 'linear'线性插值; 'spline'三次样条插值; 'cubic'立方插值.缺省时表示线性插值 注意:所有的插值方法都 ...
分类:
其他好文 时间:
2017-11-10 12:45:09
阅读次数:
194
1、向中间:background: -webkit-radial-gradient(50% 6%, circle farthest-side, #CAD06C 0, #297141100%); 2、向下:background: linear-gradient(to bottom, #0084c9 0 ...
分类:
Web程序 时间:
2017-11-10 10:56:18
阅读次数:
140
1. Build a logistic regression model, structured as a shallow neural network2. Implement the main steps of an ML algorithm, including making predictio ...
分类:
其他好文 时间:
2017-11-09 19:47:59
阅读次数:
174
Linear Discriminant Analysis(LDA线性判别分析) 用途:数据预处理中的降维,分类任务 目标:LDA关心的是能够最大化类间区分度的坐标轴成分,将特征空间(数据集中的多维样本)投影到一个维度更小的k维子空间中,同时保持区分类别的信息。 原理:投影到维度更低的空间中,使得投影 ...
分类:
其他好文 时间:
2017-11-08 15:56:09
阅读次数:
232
.but1{ padding: 10px 20px; font-size: 16px; text-shadow: 2px 2px 3px rgba(0,0,0,0.8); border-radius: 20px; background: linear-gradient(to left,orange, ...
分类:
Web程序 时间:
2017-11-07 22:07:50
阅读次数:
185