Libsvm jobs
Hello, I'm looking for an expert recruitment services. Requirement: We need 2 Data Scientists with machine learning for an initial 3 months on contract basis for Hyderabad location. If found suitable we on-board on permanent basis. Candidate Job Discription: - Use of cutting edge data mining, machine learning techniques for building advanced customer solutions. - Processing, cleansing, a...
I need a java application (GUI) that able to capture image from a webcam and classify the image based on features extracted (already developed in Matlab) automatically using LIBSVM (a model from Weka).
We are looking for someone to develop a model to be used in conjunction with an iphone app to detect screws. - The model needs to be of .mlmodel format (This can be converted from various well known platforms using a python tool provided by Apple) - The model will help detect bolts and holes in the live camera feed and identify the missing of bolts in case its not placed. - More details wil...
I have code and results done using MATLAB.. and libsvm . it is machine learning problem . now looking for enhancement by reviewing literature .. this should give results for journal paper .
I have a dataset of user interactions (click stream data) on a website. I need someone who can take this dataset, transform it to libsvm format and apply Random Forest algorithm for predicting the next best suited step using a sliding window of size 3. Technology: The code needs to be written in python using spark. This would be a starting task leading to more potential tasks in future.
Writing an algorithm for multiclass classification for libsvm using matlab.
Hi, I'm writing to you because I saw in your portfolio project "Age classification using Neural Networks" and I'm looking someone who can help me with similar or even identical work. I need only Matlab Code of application which recognize age of people. After reading some articles I tried to do it myself but my solution doesn't work besides Matlab makes me angry :) I don&...
Hi, I'm writing to you because I saw that one year ago you answer on project "Age Estimation using face recognition". I don't know who won this project but I'm looking someone who can help me with similar work. I need only Matlab Code of application which recognize age of people. After reading some articles I tried to do it myself but my solution doesn't work besides ...
classifying data sets in libsvm, must understand how to use support vector machines.
[login to view URL] this is software for classification . Need skills in matlab to compare the libsvm results with the deep learning.. DATA is MRI images in nifti format
classifying data sets and training sets through SVMs support vector machines. on Libsvm
1. Developing the Vietnamese Syntactic Dependency Paring System 5/2015 - 9/2015rnPosition: Capstone project - FPT Universityrn>Topic research: Dependency parsing, transition-based parsing, graph-based parsing, support vector machine, distributed word representations, LibLinear, LibSVM.rn>Contributions: Developing a dependency parser on the Vietnamese, using distributed word re...
I need to apply libsvm and /or Shark machine libraries SVM classifier to already existing features. Anyone with this skills , please apply
I have a database that consists of 560 instances. Each instance represents a dataset that has 7 features (attributes) and the order (rank) of the performance of 12 service names for that dataset. I would like to use a Ranking SVM to rank the services for each datasets based on the attributes values using any of Matlab, LIBSVM, SVMlight or Weka
I need a program in Java that uses Support vector machines as a meta-learner. The input information will be a database containing 100 given datasets with 5 meta-features for each dataset. The program will run 8 clustering algorithms on each dataset and rank those algorithms for each dataset based on the accuracy, latency and reliability. Afterwards, a new unfamiliar dataset is used and based on th...
Write a code in java using WEKA API to test support vector machines classifier (LIBSVM) using the sample dataset included in LIBSVM. I need the full Eclipse workspace as an end product. Should be ready to run so please include all necessary files or provide instructions.
Write a code in java using WEKA API to test support vector machines classifier (LIBSVM). Should be ready to run so please include all necessary files or provide instructions.
Click an image of handwritten equation using camera of mobile phone. Upload the image on server. Binarise and do segmentation of image. Identify the digits using libsvm library, ask for user confirmation of the digits and solve the equation using matlab solver. Display the results.
LibSVM is a popular implementation of the SVM machine learning algorithm. It can be downloaded here: [login to view URL]~cjlin/libsvm/ For this project, I need a developer to: 1. Compile LibSVM on iOS through Xcode in an app 2. Demonstrate the use of LibSVM through predictions on the wine quality dataset (https://archive.ics.uci.edu/ml/datasets/Wine+Quality) Step 1 above is easy: just...
I would like to use libSVM in an iOS app and need to make sure that I have a compatible library and example file from which to build off of.
I need to do some test using LIBSVM. using multi-class SVM. check the PDF
LibSVM is a popular implementation of the SVM machine learning algorithm. It can be downloaded here: [login to view URL]~cjlin/libsvm/ For this project, I need a developer to: 1. Compile LibSVM on iOS through Xcode in an app 2. Demonstrate the use of LibSVM through predictions on the wine quality dataset (https://archive.ics.uci.edu/ml/datasets/Wine+Quality) Step 1 above is easy: just...
I need someone to work for me with my Data mining project as described in this paper: http://arxiv.org/pdf/1010.3003& I have all the data needed (twitters and news,blogs), your work is to using these data to get the results using the method in the paper
We need LibSVM to read captcha for us. So I need someone who has good experience in LibSVM to teach me how to use it. 1, Transfer lots of captcha images to LibSVM format data. 2, Scale the data 3, Train the model base on the data scaled 4, Predict test captcha images base on the trained model 5, Teach us how to integrate libsvm with our C# program effectively. We've done most of thes...
We need LibSVM to read captcha for us. So I need someone who has good experience in LibSVM to teach me how to use it. 1, Transfer lots of captcha images to LibSVM format data. 2, Scale the data 3, Train the model base on the data scaled 4, Predict test captcha images base on the trained model 5, Teach us how to integrate libsvm with our C# program effectively. We've done most of thes...
Hi, I am looking to purchase or have developed a 50% Recaptcha OCR ([login to view URL]). LibSVM or SVM knowledge in general is definitely needed. We have source codes to multiple "in development" Recaptcha OCR's but we do not have enough LibSVM knowledge to make it work. Please contact me HealeyV3 if you think you can help!
Hi, I currently have multiple OCR Files that are loaded through LibSVM. I am looking for someone to hire hourly to teach me exactly how LibSVM works, and help me load the correct OCR files. Here are some specific areas we would cover: Subject : CAPTCHA solving with [login to view URL] Problem : It is impossible for me to find any documentation on how to use [login to view URL] in orde...
Need help installing and testing following SW: [login to view URL] Compile, install and test with the dataset of your choice, explain result and how executable works. Communication should be on Skype. Perfect for masters or PhD student. Please let me know if you have any questions. PS if you would like to use another open source SVM tool under windows and CUDA that may be ok, just let me know.
I need libsvm libraries to be integrated with my own C++ program in a way they will not load input data from files but would use the input data stored in variables by my own C++ program. Parameters for svm-predict, svm-scale, svm-train are also stored in variables by my C++ program. The integration should be made in a way that would facilitate fast computing.
Implement the Core Vector Machine algorithm as described in the attached PDF as a C++ library. The top-level API should be equivalent to the libsvm API (libsvm is attached). Only the RBF kernel needs to be implemented; you do not need to implement the linear, polynomial, or sigmoid kernels. Write programs similar to libsvm's svm-train and svm-predict to demonstrate that the Core Vector Machin...
Implement the Core Vector Machine algorithm as described at [login to view URL]%7Eivor/publication/[login to view URL] in C++. The top-level API should be equivalent to the libsvm ([login to view URL]%7Ecjlin/libsvm/) API. The algorithm must run at a speed comparable to that described in the PDF. The API must support probabalistic classification (i.e., libsvm's "-b" option). Sample ...