
TensorFlow
文章平均质量分 73
tfdev
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Continuous Output - The sigmoid function(sigmoid函数)
Given Summed Input:x = Instead of threshold, and fire/not fire,we could have continuous output y according to the sigmoid function:Note e and its properties. As x goes to转载 2017-03-23 15:26:28 · 689 阅读 · 0 评论 -
TensorFlow 源码分析之内存管理BFC算法—DeepReve
TensorFlow的内存分配器实现了一个叫做best-fitwith coalescing(BFC)的算法,它本质上是Doug Lea's malloc(dlmalloc)的一个非常简单的版本。转载 2017-03-22 17:57:40 · 1793 阅读 · 0 评论