码迷,mamicode.com
首页 >  
搜索关键字:outline    ( 839个结果
系统架构设计师考试知识点梳理一
大纲 Flynn分类法 CISC和RISC 计算机层次化存储结构 Cache 时间局部性和空间局部性 随机存储器和只读存储器 磁盘工作原理 结束语 未来公司里面有两种人,一种人是可有可无的人,随便在市场上就可以招到,可以替换。还有一种是合伙人,他的能力是公司不可或缺的。 ...
分类:其他好文   时间:2019-06-16 12:04:37    阅读次数:82
yocto 使用quilt进行打包
Using Quilt in Your Workflow¶ Using Quilt in Your Workflow¶ Quilt is a powerful tool that allows you to capture source code changes without having a c ...
分类:其他好文   时间:2019-06-14 12:14:32    阅读次数:126
页面修改
#myBtn { display: none; position: fixed; bottom: 50px; right: 30px; z-index: 99; border: none; outline: none; background:url("https://www.cnblogs.com/ ...
分类:其他好文   时间:2019-06-11 16:24:42    阅读次数:115
[Machine Learning for Trading] {ud501} Lesson 3: 01-02 Working with multiple stocks
Lesson outline Lesson outline Here's an overview of what you'll learn to do in this lesson. Documentation links are for reference. Read in multiple st ...
分类:系统相关   时间:2019-06-04 09:47:39    阅读次数:183
Python 将中文、字母转成数字
Outline 把中文汉字或者英文字母或者特殊字符转换成数字。 (实质是字符转成对应ASCII码) 转换 将中文汉字转成数字: 反转: 将英文字母转成数字: 转换 反转 将特殊符号转成数字: 转换 反转 ...
分类:编程语言   时间:2019-05-31 11:49:13    阅读次数:435
前端总结·基础篇·CSS
前端总结·基础篇·CSS 1 常用重置+重置插件(Normalize.css,IE8+) * {box-sizing:border-box;} /* IE8+ */body {margin:0;} /* 去除边距 */ul {margin:0;padding-left:0;} /* 去除边距和左填充 ...
分类:Web程序   时间:2019-05-30 22:04:47    阅读次数:170
GRU
Outline 1 GRU概述 2 前向传播 3 训练过程 1 GRU概述 GRU是LSTM网络的一种效果很好的变体,它较LSTM网络的结构更加简单,而且效果也很好,因此也是当前非常流形的一种网络。GRU既然是LSTM的变体,因此也是可以解决RNN网络中的长依赖问题。 在LSTM中引入了三个门函数: ...
分类:其他好文   时间:2019-05-29 11:55:21    阅读次数:804
[翻译] NumSharp的数组切片功能 [:]
原文地址:https://medium.com/scisharp/slicing-in-numsharp-e56c46826630 翻译初稿(英文水平有限,请多包涵): 由于Numsharp新推出了数组切片这个牛逼的功能,所以.NET社区距离拥有强大的开源机器学习平台又近了一步。 Python之所以 ...
分类:编程语言   时间:2019-05-26 09:30:12    阅读次数:203
css去除button、a、input标签的虚线边框
input,button,a { outline:0 none !important; blr:expression(this.onFocus=this.blur()); } ...
分类:Web程序   时间:2019-05-19 11:43:49    阅读次数:174
高阶操作
[TOC] Outline where scatter_nd meshgrid Where where(tensor) where获得以下表格中True的位置 1|2|3 | | True|False|False False|True|False False|False|True where(con ...
分类:其他好文   时间:2019-05-14 20:51:19    阅读次数:181
839条   上一页 1 ... 12 13 14 15 16 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!