Skip to content

Learning Tensorflow Step by Step:: Credit: Tensorflow Specialization

Notifications You must be signed in to change notification settings

ignasineira/Learn-TensorFlow

 
 

Repository files navigation

Tutorials for TensorFlow

Influenced from the Tensorflow Specialization Course.

Many Extra Issues, Concepts and Visualizations are added.

  • Conv_Basic_with_TensorFlow: Start with building blocks of Deep Neural Networks and Slowly Build and Understand Convolutional Neural Network. Below is an example of how Conv and Max Pool layer understand features, training images are from MNIST Fashion Data-Set.
    Convunderstadning

  • im_generator: Learn to Preprocess Image Using Keras, 'flow_from_directory' and augemntation on the fly.

  • Multi_Class: Moving from binary classification to multi-class classification.

  • Transfer_Learning: Using VGG16 weights to train a model. 2800 images of cats and dogs are used for training and 600 images for validation. Example of classifying images downloaded randomly from internet catsdogs

  • NLP_Embedding: Moving on from computer vision tasks, here we discuss classifying IMDB movie reviews and visualizng how embedding can help cluster words (positive & negative).

  • NLP_LSTM_Glove: Using pretrained Glove to classify tweets of positve sentiments from the negative one. Dataset - 1.6M Tweets Word Cloud of 50 Negative Words-- wd_cld_neg Word Cloud of 50 Positive Words -- wd_cld_pos

  • Time_SeriesW#: Deal with time series data, starting from simple linear regression to RNN, LSTM, 1D Convolution were used to build deep networks. Example of predicting minimum temperature of Melbourne is shown below-- min_temp

About

Learning Tensorflow Step by Step:: Credit: Tensorflow Specialization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%