GithubHelp home page GithubHelp logo

khanajmal007 / coursera-advanced-machine-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from englianhu/coursera-advanced-machine-learning

0.0 0.0 0.0 195.18 MB

Coursera Advanced Machine Learning Specialization: Code Implementation and Corresponding Papers

Home Page: https://www.coursera.org/specializations/aml

Shell 0.01% Python 0.55% Jupyter Notebook 99.43% Dockerfile 0.02%

coursera-advanced-machine-learning's Introduction

Coursera-Advanced-Machine-Learning

The goal of setting up this repo is to make full use of Coursera Advanced Machine Learning Specialization.

Main Features

This repo mainly provides the following features:

  1. For review purpose : A more convenient visualization of jupyter notebooks without setting up notebook server locally.
  2. The references of papers which appear in the courses as well as some notes about the papers
  3. Nicely commented code from helper functions to project architecture as well as a guideline of how to go through them
  4. Extend the project to end to end system: from data labeling to research diary (Ongoing)

Recourse collection contributors: Michael Wang

Beyond the assignments

I want to fully utilize all the projects in this specialization. However, since each project will focus on a specific course topic, not all of them have a standard procedure. I believe that setting up standard procedures for different ML/DL problems will speed up research and development. Therefore, for each of the course project, I set up a seperate jupyter notebook to faciliate my research diary which has the following stucture:

1. Data Aquisition

  • The goal is to make full use of gpu on Google Colab or Kaggle Kernel, so it is very important to retrive data and put it in corresponding folders. A setup script is at required at the start at each notebook for easy data aquisition.

2. What does raw data look like?

  • Maybe our raw data is completely unreadable from human's perspective. But I think it is always desirable to get an intuition of how these data distributes and looks like. Maybe some plottings.

3. Data preprocessing to get X_train, y_train (supervised only), etc...

  • Preprocessing should be seperated from model related staff. The seperation will make the debugging easier.

4. VISUALIZE THE DATA just before they go to the model! (Super Important!)

  • For example, plot images and corresponding labels before going to the training stage!

5. Postprocessing

  • data normalization, multi-crops...

6. Model Building

  • Check if non-linear activations, regularization, flatten layer, last softmax etc.. are properly arranged

7. Model Training

  • Learn and apply different callback funtions
  • Learn and apply different metrics (especially for the multi-label case)
  • Save every model or save best model

8. Training Stats Reporting Dashboard

  • Train / Val Curves
  • Metrics display

9. Model Evaluation

  • Evaluation Metrics Report
  • FORWARD PASS ON ORIGINAL DATA (end2end, including of processing steps)

Paper References

Course 6 Week 1 :

[1] Syntactic Parsing

[2] An Adversarial Review of “Adversarial Generation of Natural Language

[3] Graph-powered Machine Learning at Google

[4] "Linguistic Knowledge as Memory for Recurrent Neural Networks"[pdf]

[5] "Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank"[pdf]

[6] "Learning document embeddings by predicting n-grams for sentiment classification of long movie reviews"[pdf]

[7] "Feature Hashing for Large Scale Multitask Learning"[pdf]

[8] "A Reliable Effective Terascale Linear Learning System"[pdf]

[9] Vowpal Wabbit

[10] "Convolutional Neural Networks for Sentence Classification"[pdf]

[11] "Natural Language Processing (Almost) from Scratch"[pdf]

[12] "Character-level Convolutional Networks for Text Classification∗"[pdf]

coursera-advanced-machine-learning's People

Contributors

michaelyxwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.