This a repository of code samples for a workshop conducted with Bucharest.AI, October 2018.
Workshop materials - Slides and Notebooks @Google Drive
Agenda
- Introduction to Colab, TensorFlow & Keras
- Introduction to word embeddings (Word2Vec)
- Pre-trained models
- Q&A
Notebooks
- 1.1 Introduction to TensorFlow notebook containing some basic usage of TensorFlow graph, as an example we implemented Logistic regression clasiffier as TF graph
- 1.2 Word Embeddings for IMDB here create word embeddings based on IMDB dataset from Keras
- 1.3 Embeddings Visualization here we have an example how we can visualize our embeddings in 2D or 3D using PCA or t-SNE
- 2.1 Pre-trained embeddings let's compare accuracy of our own word embeddings with one that can be found on the iternet, does it really help?
- [2.2 Sentence Embeddings]
- 3. Clasiffier & TF Hub let's benefit from Google research team and reuse pre-trained model deliverd as ready-to-use modules on TF Hub
- SGD axuilarry notebook with explanation of SGD