Giter VIP home page Giter VIP logo

xmlwithmfa's Introduction

Extreme Multi-label Learning Using Mixture of Factor Analyzers

Undergraduate Project, Autumn 2016
Vikas Jain
Under the guidance of Prof Piyush Rai
Department of Computer Science and Engineering, IIT Kanpur, India


##Project Idea To develop a probabilistic model using mixture of factor analyzers for extreme multi-label learning. The MFA model used is adapted from the work by Montrari et al. "Dimensionally reduced mixtures of regression models" (paper link).
The purpose of the project is to scale the learning of the model and incorporating 0-1 labelling instead of continuous values. To achieve this, online EM algorithm and EM algorithm for binary logistic regression are used based on the work by James G. Scott et al. "Expectation-maximization for logistic regression" (paper link).

##Code Source From https://cran.r-project.org/web/packages/FactMixtAnalysis/

##Modifications ####Online EM Added a new function onlinefma() for online EM algorithm.
How to use:

fit = onlinefma(y,k,r,x.z=NULL,x.w=NULL,it=1,eps=0.0001,seed=4,scaling=FALSE,init=NULL,no_iter=100,batch_size=1000)

Refer to the document here for details of the variables.

EM algorithm for binary logistic regression

TODO

##Experiments TODO

xmlwithmfa's People

Contributors

vikasjiitk avatar

Watchers

 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.