/tfiws_snippet

code snippets of Swift for TensorFlow

Primary LanguageSwift

tfiws_snippet

This is the code of my Swift for TensorFlow talk on @Swift Conf 2018.

The repo contains two examples.

Prerequisite

install latest Swift for TensorFlow toolchain from: https://github.com/tensorflow/swift/blob/master/Installation.md

Logistic Regression

swift -O LC.swift

Collaborative Filtering

swift -O CF.swift

You can check the keynote of the talk for more information.