内容简介:TensorFlow.js 是一个开源硬件加速 JavaScript 库,用于训练和部署机器学习模型。 TensorFlow.js 0.10.3 已发布,包含大量更新: Core (0.7.1 ==> 0.8.4) Add tf.toPixels Add tf.erf op Add tf.movingAverage Ad...
TensorFlow.js 是一个开源硬件加速 JavaScript 库,用于训练和部署机器学习模型。
TensorFlow.js 0.10.3 已发布,包含大量更新:
Core (0.7.1 ==> 0.8.4)
Add tf.toPixels
Add tf.erf op
Add tf.movingAverage
Add tf.resizeNearestNeighbor
Add slice ergonomics
Finish gradient for tf.pow
Add gradients for tf.batchNormalization4d
Finish gradient for tf.matMul
Add tf.logSigmoid and tf.softplus and gradients
Breaking changes
Require shape in tensor2d/3d/4d(flatValues, shape)
Align API with TF
Align webgl and cpu backend to be closer to TF
Bug fixes
Implement floordiv for integer division & update CONTRIBUTING.md
Performance
Make CPU matmul 100x faster
TypeScript
Modify tf.split signature to preserve rank
Development
Add yarn "link-local" and yarn "publish-local"
Add quotemark rule to tslint
Make core tests reusable by other packages
更多内容和下载地址可查阅发行列表。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 浏览器中的JavaScript:文档对象模型与 DOM 操作
- TensorFlow.js 0.11.1 发布,在浏览器中训练 ML 模型
- 恶意网站可利用浏览器扩展 API,窃取浏览器数据
- 360 浏览器:中国为什么没有自主研发的浏览器内核?
- 新版 Edge 浏览器或将拥有两个不同的浏览器内核
- [浏览器安全漏洞二] hao123桔子浏览器 – 页面欺骗漏洞
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The C Programming Language
Brian W. Kernighan、Dennis M. Ritchie / Prentice Hall / 1988-4-1 / USD 67.00
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to ta......一起来看看 《The C Programming Language》 这本书的介绍吧!