Git Product home page Git Product logo

ee378-lupi's Introduction

LUPI

Course Project for EE378A.

Intuition

The references 3,4 highlight the fact that one way of thinking about priviledged insformation is separating easy and hard training examples, and peanlizing the student less harshly for an incorrect output on the hard samples and vice-versa. The physical intuition behind this is that: say a teacher is teaching a class 2 student 2+2, 4+5, etc. and suddenly she gives a complicated integral to solve. Of course the student is going to find it very difficult to solve the integral as it is a hard problem for him. However, he should not be penalized significantly and his learning procedure should not be changed because of incorrect answer on the hard training example.

The main contribution in some sense of ref 3 is to obtain these hard/easy labels over the problems and incorporate that in the learning process. The Ref 4 (which I have not read yet) provides a theoretical backing to this idea of assigning weights to training examples and shows that weighted SVM will always perform better than SVM+ (which is exciting from the implementation point of view). Taking the idea of weighted samples further, I think we can generalize this to even neural networks:

a) Obtain weights using some way for training examples b) Use the weights for scaling learning rate in the stochastic descent methods (simple SGD?)

I think this could work.

There is one more intuition for LUPI, which I will confirm later.

References

  1. SVMPy
  2. Vapnik's papers
  3. Learning to Transfer Privileged Information
  4. Learning Using Privileged Information: SVM+ and Weighted SVM

Implementations

  1. SVM+ : svm_+ implementation in matlab
  2. Margin Transfer : A Variant of SVM+ algorithm which can be solved using standard SVM solvers

Datasets

  1. Adult income dataset: predicting income level
  2. Age of Wine: determining age of wine from composition ( find first the median and convert to regression problem )
  3. Iris dataset: Standard Iris dataset
  4. wine quality: wine quality
  5. Cancer Dataset: determining if the tumor is good/bad

ee378-lupi's People

Contributors

armmn avatar kedartatwawadi 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.