TensorFlow.js 0.10.3 发布,在浏览器中训练 ML 模型

栏目: 软件资讯 · 发布时间: 6年前

内容简介: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]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The  C Programming Language

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具