jarinosuke blog

about software engineering, mostly about iOS

Swift for TensorFlow

Swift for TensorFlow の randomUniform を読む

モチベーション 以下の Swift for TensorFlow のスレッドで Chris が発言した https://groups.google.com/a/tensorflow.org/forum/#!topic/swift/IQcQIOslt-I Take a look at Tensor.swift in the TensorFlow module. We implemented this with the standard…

swift-models の MNIST.swift を読む

swift-models TensorFlow for Swift で実際に使うことができる機械学習のモデルを集めたレポジトリ https://github.com/tensorflow/swift-models 2018/4/30 現在だと MNIST だけがある MNIST についての説明は省略するが、MNIST 自体についてのチュートリア…

Swift for TensorFlow で MNIST を実行する

Swift for TensorFlow 少し前に TensorFlow Dev Summit 2018 でアナウンスされた Swift for TensorFlow の動画は以下 Swift for TensorFlow - TFiwS (TensorFlow Dev Summit 2018) ついにそれが先週が OSS になった https://github.com/tensorflow/swift htt…