An open API service indexing awesome lists of open source software.

https://github.com/f20170604/s4tf-tutorials

Repository for reviews and evaluations of converted Swift Notebooks as part of GSoC '19 program
https://github.com/f20170604/s4tf-tutorials

gsoc-2019 s4tf swift tensorflow-examples

Last synced: 4 months ago
JSON representation

Repository for reviews and evaluations of converted Swift Notebooks as part of GSoC '19 program

Awesome Lists containing this project

README

        

# S4TF-Examples
Repository for reviews and evaluations of converted Swift Notebooks

The original notebooks can be found here : https://github.com/tensorflow/examples/tree/master/courses/udacity_intro_to_tensorflow_for_deep_learning

And for a closer look at the progress of the project you can take a look at my Medium Blogs : http://medium.com/gsoc-19

## Contents
1. [Introduction to Colab and Swift](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_1.ipynb)
2. [The Basics: Training Your First Model](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_2.ipynb)
3. [Classifying Images of Clothing](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_3.ipynb)
4. [Image Classification with Convolutional Neural Networks](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_4.ipynb)
5. [Dogs vs Cats Image Classification Without Image Augmentation](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_5.ipynb)
6. [Dogs vs Cats Image Classification With Image Augmentation](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_6.ipynb)
7. [Image Classification using Swift for TensorFlow (exercises)](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_7.ipynb)
8. [Image Classification using Swift for TensorFlow (solutions)](https://github.com/Ayush517/S4TF-Tutorials/blob/master/S4TF_Tutorial_8.ipynb)
* [Autoencoder](https://github.com/Ayush517/S4TF-Tutorials/blob/master/Autoencoder.ipynb)
* [GAN(Generative Adversarial Network)](https://github.com/Ayush517/S4TF-Tutorials/blob/master/GAN(Generative%20Adversarial%20Network).ipynb)