https://github.com/rahulbhalley/deep-learning-in-s4tf
Get started with Swift for TensorFlow by examples
https://github.com/rahulbhalley/deep-learning-in-s4tf
deep-learning deep-neural-networks generative-adversarial-network machine-learning neural-networks s4tf swift swift-examples swift-for-tensorflow tensorflow tensorflow-examples tensorflow-tutorials visualization
Last synced: 3 months ago
JSON representation
Get started with Swift for TensorFlow by examples
- Host: GitHub
- URL: https://github.com/rahulbhalley/deep-learning-in-s4tf
- Owner: RahulBhalley
- License: mit
- Created: 2019-04-28T17:14:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T13:33:44.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T03:12:13.866Z (3 months ago)
- Topics: deep-learning, deep-neural-networks, generative-adversarial-network, machine-learning, neural-networks, s4tf, swift, swift-examples, swift-for-tensorflow, tensorflow, tensorflow-examples, tensorflow-tutorials, visualization
- Language: Jupyter Notebook
- Size: 81.1 KB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift for TensorFlow Examples
#### Get started with Swift for TensorFlow by examplesI have written a couple of things like neural networks, visualizations, etc. in [Swift for TensorFlow](https://www.tensorflow.org/swift) and I am writing more of these just for fun!
### Neural Networks
- [Wasserstein GAN](https://github.com/rahulbhalley/swift-for-tensorflow-examples/tree/master/NeuralNetworks/WassersteinGAN) - First time ever implemented in S4TF!### Matplotlib
- [Oscillations](https://github.com/rahulbhalley/swift-for-tensorflow-examples/blob/master/Visualization/Oscillations.swift)