Skip to content

Coursera Guided Projects resources with all source codes and datasets

Notifications You must be signed in to change notification settings

rajithst/coursera-projects

Repository files navigation

coursera-projects

Coursera Guided Projects Resources

  1. Hyperparameter Tuning with Neural Network Intelligence ( Project Link )
    Hyperparameter tuning using Microsoft's Neural Network Intelligence (NNI) AutoML toolkit created by Microsoft.Neural Network Intelligence (NNI) which can help machine learning practitioners automate Feature engineering, Hyperparameter tuning, Neural Architecture search and Model compression.
  1. Image Data Augmentation with Keras ( Project Link )
    Image Augmentation using the ImageDataGenerator class from Keras’ image preprocessing package

  2. Siamese Network with Triplet Loss in Keras ( Project Link )
    Implement a Triplet Loss function, create a Siamese Network, and train the network with the Triplet Loss function. With this training process, the network will learn to produce Embedding of different classes from a given dataset in a way that Embedding of examples from different classes will start to move away from each other in the vector space.