GithubHelp home page GithubHelp logo

matrixsample's Introduction

MatrixSample

Matrix Sampling Algorithms

Updates:

  • All recent work is being done in the svm_multiclass folder.
  • svm_multiclass/Experiments_Data_BinarySVM.csv contains the test errors for all the methods. where NT denotes no change in datamatrix and M-NT denotes Mean test error on NT method and V-NT denotes variance of test error on NT method. Similarly CW denotes Clarkson Woodruff method and M-CW and V-CW denote the mean and variance in CW method respectively.
  • For now methods SS and ABSS have not been run. So, M-SS and M-ABSS have been kept 100.0.
  • svm_multiclass/Experiments_Data_Norm.csv contains the error in the norm of the original vector and the projected vector. Here also the header denote the same thing as in svm_multiclass/Experiments_Data_BinarySVM.csv. Also, SS and ABSS have not been run and kept at 100.0 for now.
  • PlotWrapper_Norm() is used for obtaining svm_multiclass/Experiments_Data_Norm.csv. It calls experiments_norm.m which calls find_norm_error.m. Fix these 3 files if you want to change some thing for norm error things.

matrixsample's People

Contributors

biswajitsc avatar kumarkrishna avatar prithm avatar

Watchers

 avatar  avatar  avatar  avatar

matrixsample's Issues

Generate Plots.

Generate plots from svm_multiclass/Experiments_Data_BinarySVM.csv and svm_multiclass/Experiments_Data_Norm.csv in the following way.

  1. Vary N keeping D same.
  2. Vary D keeping N same.

GenData2.m

Problem here is n << D. So rank of S < n, So. when we are choosing 0.8*d as subspace, we are getting error.

SS and ABSS not running.

The methods SS and ABSS and taking too long to run. Please run them and get the results both for classification error and norm error using PlotWrapper,m and PlotWrapper_Norm.m respecively.

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.