码迷,mamicode.com
首页 >  
搜索关键字:review    ( 1706个结果
keras_3-1
0. Review 1. Computation graph TensorFlow separates definition of computations from their execution Phase 1: assemble a graph Phase 2: use a session t ...
分类:其他好文   时间:2019-02-12 19:03:41    阅读次数:142
[Math Review] Statistics Basics: A/B Testing
I learned A/B testing from a Youtube vedio. The link is https://www.youtube.com/watch?v=Bu7OqjYk0jM. True Predict ...
分类:其他好文   时间:2019-02-12 13:04:10    阅读次数:169
每周学算法/读英文/知识点心得分享 2.4 - 2.8
每周一个 Algorithm,Review 一篇英文文章,总结一个工作中的技术 Tip,以及 Share 一个传递价值观的东西! Algorithm: 学习算法 题目:https://leetcode.com/problems/zigzag-conversion/ 解题过程: 刚开始没看懂什么意思, ...
分类:编程语言   时间:2019-02-11 15:34:51    阅读次数:171
[Math Review] Statistics Basic: Estimation
Two Types of Estimation One of the major applications of statistics is estimating population parameters from sample statistics. There are types of est ...
分类:其他好文   时间:2019-02-07 09:26:38    阅读次数:153
[Math Review] Statistics Basic: Sampling Distribution
Inferential Statistics Generalizing from a sample to a population that involves determining how far sample statistics are likely to vary from each oth ...
分类:其他好文   时间:2019-02-07 09:14:56    阅读次数:140
每周学算法/读英文/知识点心得分享 1.28 - 2.1
每周一个 Algorithm,Review 一篇英文文章,总结一个工作中的技术 Tip,以及 Share 一个传递价值观的东西! Algorithm: 学习算法 题目:String to Integer (atoi) 解题过程: 这题主要考虑异常情况,比如空字符串,开头 +/- ,非数字字符,空格, ...
分类:编程语言   时间:2019-02-02 17:28:37    阅读次数:244
idou老师教你学Istio 16:如何用 Istio 实现微服务间的访问控制
使用 Istio 可以很方便地实现微服务间的访问控制。本文演示了使用 Denier 适配器实现拒绝访问,和 Listchecker 适配器实现黑白名单两种方法。
分类:其他好文   时间:2019-02-01 11:24:35    阅读次数:206
UA Curry 6 Performance Review
The Under Armour Curry 6 is put through its paces with this performance review by Duke4005. After waiting over a year for promise of HOVR cushioning t ...
分类:其他好文   时间:2019-01-30 23:11:46    阅读次数:132
程序员如何科学地记日志
无论是哪种程序员,日常开发中都离不开记日志。但是通过最近的review会,发现很多程序员在记日志的时候,还是会有些问题。那么如何科学地记录日志呢? 为什么要记日志 在寻求方法前,我们先看看我们记日志的目标。日志是程序运行时的x光,能够追踪到程序运行的状态,通过日志,程序员能够加速调试速度,还原异常情 ...
分类:其他好文   时间:2019-01-30 22:16:59    阅读次数:174
Shell算术运算
算术运算: 运算符1: + - * / %(取余) 运算命令1: expr 7 + 3 expr直接输出计算结果(区别于下边的运算命令) 注意中间的空格(如果没有会当成一个整体)且只能用于整数计算(区别于小数),另外使用来做乘法运算时要记得转义,因为有特殊的含义(通配符)。 [root@iLor s... ...
分类:系统相关   时间:2019-01-30 18:40:17    阅读次数:177
1706条   上一页 1 ... 44 45 46 47 48 ... 171 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!