GithubHelp home page GithubHelp logo

Comments (5)

huan avatar huan commented on June 17, 2024

Todo-list:

  • [ ] Add static shape mismatch checking example
  • Make a clean MNIST example code like Julia
  • Change all example code: replace them to the code inside the clean example

from tensorflow-handbook.

huan avatar huan commented on June 17, 2024

Reviews from @snowkylin

Swift

  • 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
  • Swift base syntax introduction 1-2 page with the objective: a Python programmer can understand what swift is doing.
    • & Mutable explaination
    • Swift specific syntax intro
  • Swift Dataset intro
  • Add source link to each image

from tensorflow-handbook.

snowkylin avatar snowkylin commented on June 17, 2024
  • Data API和后文的Dataset是什么,只要import tensorflow就可以使用吗,对应于tf.data?
  • 使用 Docker 执行 Swift 本地代码文件如果不复杂的话就直接写出方法吧,我瞄了一眼 https://github.com/huan/docker-swift-tensorflow 好像没看到怎样做
  • •这个符号要怎么用键盘打出来?
  • 在restructedtext中双反引号是inline标记,单反引号是斜体,劳烦autobuild一下再检查一下格式,JS部分我大部分改过来了
  • public func callAsFunction(_ input: Input)的下划线是什么意思,以及input.sequenced(through: flatten, dense)是一个什么用法,sequenced方法和through参数分别代表什么意思,和keras的sequential类似吗,我可以input.sequenced(through: flatten, dense1, dense2)
  • 代码加上一定的注释,比如声明全连接层和其他层的时候说一下这个层是什么
  • optimizer.update(&model.self, along: grads)似乎直接传入了整个模型,along参数也没有见过。这个地方具体是一个怎样的操作,比如我有办法通过这种方式更新模型的部分参数吗

from tensorflow-handbook.

snowkylin avatar snowkylin commented on June 17, 2024

外加两点:

from tensorflow-handbook.

huan avatar huan commented on June 17, 2024

Ok. Working on those comments now.

  • Input BULLET(•) on Mac: Option + 8. However, I believe it will be better to be replaced by the TensorFlow.matmul(a, b), which will be more clear for the readers.

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.