Giter Site home page Giter Site logo

torch-svm's Introduction

torch-svm

SVM packages for Torch7.

torch-svm/sgd

Reimplementation of Leon Bottou's svmsgd and svmasgd (http://leon.bottou.org/projects/sgd). This implementation is 2-10 times slower depending on the sparsity of the input.

torch-svm/liblinear

This is wrapper around the well known LIBLINEAR library (http://www.csie.ntu.edu.tw/~cjlin/liblinear/).

Requirements

Only Torch7 (http://github.com/torch/torch7)

Building

git clone git://github.com/koraykv/torch-svm.git
luarocks make

Using

require 'svm'

d = svm.ascread('liblinear/liblinear/heart_scale')
model = liblinear.train(d)
labels,accuracy,dec = liblinear.predict(d,model)

Status

  • svmsgd and svmasgd implementations are supposed to be complete.
  • LIBLINEAR interface is supposed to be complete, I did not check all the possible flags. If you find that something is not working, let me know.
  • LIBSVM interface is mostly complete, but as of now passing in a precomputed kernel option is missing.

torch-svm's People

Contributors

koraykv avatar malcolmreynolds avatar soumith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

torch-svm's Issues

Build failure with new split torch

To fix:

  1. remove the ADD_TORCH_DOK line from the top-level CMakeLists.txt

  2. add lua to dependencies of svmutil, i.e change line 15 in top-level CMakeLists.txt to

    TARGET_LINK_LIBRARIES(svmutil lua luaT TH)

error when building

When I execute "luarocks install svm-0.1-0.rockspec" to implement SVM, then I met the error:
_Using svm-0.1-0.rockspec... switching to 'build' mode

Error: File not found: [email protected]:koraykv/torch-svm.git_

Please help me to fix it. Thank you

Probability estimation using liblinear

Hi,
I'm trying to estimate probabilities using liblinear by passing '-b 1' as an option but getting a nil error.

  • - liblinear.predict(test_data,model ['-b 1']) like this. Am I writing the syntax correctly or missing something?

Implementation of scale() function missing.

Nice to have a scale() function for libsmv and liblinear like the original. Would do it but in very early "nob" stage with all this and requires c-programming which i do not know currently. Oh, the technical jargon. LOL

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.