GithubHelp home page GithubHelp logo

Comments (4)

huan avatar huan commented on June 17, 2024

Reviews from @pyu10055:

Overall looks great, couple suggestions.

  1. can you add the WeChat plugin support in the overview
  2. the converter params have changed, please check 1.x doc
  3. please also check node doc
  4. the performance numbers are old I will send you a new one.

Thanks for the reviews, I'll looking into them and looking forward to receiving your new performance charts!

from tensorflow-handbook.

huan avatar huan commented on June 17, 2024

Reviews from @snowkylin

JavaScript

  • Use code reference in RST file instead of hardcoded. (submodule for huan's repo?)
  • Code example segment explanation
  • Replace the full example code with a link to repo/web
  • Make the chapter shorter by moving minor contents into tips box
  • Important to tell reader: J's can use to train model: linear regression
  • Compare lite(in edge) and serving(in server) with js(in browser)
  • JavaScript ES6 Syntax Introduction
    • Fat arrow explanation.
    • import explanation.
  • JavaScript in Browser Introduction
    • How to use camera
    • how to animate video
    • how to capture image,
  • Mini progromming move to 推荐阅读
  • Add a camera demo: interactive on phone.
  • Add source link to each image
  • The meaning of the JS performance numbers is milliseconds, not 100% percentage.

from tensorflow-handbook.

snowkylin avatar snowkylin commented on June 17, 2024

训练一节

  1. 介绍一下链式表达式,这一块和Python区别很大,是必须要用链式表达式吗,还是说一般的表达式也可以用(比如tf.add(a, b))?
  2. 关于取值,介绍一下.dataSync()和.arraySync(),还有其他类似的.XXXSync的API吗,看起来是对应于传统的sess.run()或者eager execution的.numpy(),这一块可以系统介绍一下。

from tensorflow-handbook.

huan avatar huan commented on June 17, 2024
  1. xsRaw.sub(...).div(...) 可以被改写成
    1. tf.sub(xsRaw, ...) https://js.tensorflow.org/api/latest/#sub
    2. tf.div(a, b) https://js.tensorflow.org/api/latest/#div
  2. 有三个: dataSync / arraySync / bufferSync 。他们的作用就是把数据从 GPU 里面取回来,和 session.run / .numpy() 的确是一类功能。
    1. A good article: The perils of tensor.dataSync()

我这两个都加一下。

from tensorflow-handbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.