Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 296 Bytes

tfiws_snippet

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

The repo contains two examples.

Logistic Regression

swift -O LC.swift

Collaborative Filtering

swift -O CF.swift

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