Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 429 Bytes

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.