![]() ![]() |
|
Department of Machine Learning
|
Transduction and Semi-Supervised Learning Structured Output Learning Universum-based Learning Online Learning Large Scale Transduction
Transduction and semi-supervised learning methods can help
improve generalization ability in learning problems through
the use of the test labels, or unlabeled data, during learning.
However, many
algorithms are unfeasibly slow. We investigate how to make
large scale algorithms in this domain.
Face Detection
We investigate algorithms for detecting human face and headpose, eyes,
and head pose. We focus on a neural network based architecture.
Machine Translation
Machine translation is the problem of converting from one human language to another,
typically at the sentence level. We focus on an end-to-end machine learning approach,
which is an instance of structured output learning.
Semantic Extraction Mass Spectroscopy Analysis Protein Classification and Ranking Torch Torch 5 provides a matlab-like environment
for state-of-the-art machine
learning algorithms. It is easy to use and provides a very efficient
implementation,
thanks to a easy and fast scripting language (Lua) and a underlying
C implementation.
Spider
Matlab Toolbox for Kernel Methods: The Spider. We are designing and developing a matlab toolbox for kernel methods. The goals of this project are: to build a general purpose kernel methods library including different induction principles such as (but not limited to) online/batch learning, active learning, etc., and to build a platform with different datasets and a code repository where researchers could exchange results and reproduce experiments.The spider is intended to be a complete object orientated environment for machine learning in Matlab.
(
Project home page )
UniverSVM
UniverSVM : A SVM Implementation for Large Scale Transduction and Inference with a Universum
The UniverSVM is a SVM implementation written in C++. Its functionality comprises large scale
transduction (as described in
Large Scale Transductive SVMs), sparse solutions (as described in
Trading Convexity for Scalability)
and inference with a universum
(as described in
Inference with the Universum).
LaSVM
LaSVM is an online SVM algorithm based on a single pass through the data.
LASVM yields competitive misclassification rates after a single pass over
the training examples, outspeeding state-of-the-art SVM solvers.
It can also use active example selection to
yield faster training, higher accuracies, and simpler models,
using only a fraction of the training example labels.
Main Project Page
SENNA
SENNA is a fast neural-network architecture for semantic extraction from text.
SVM-FOLD
SVM-FOLD is a web server that makes predictions of family, superfamily and fold level
classifications of proteins based on the Structural Classification of Proteins
(SCOP) hierarchy using the
SVM learning algorithm.
RankProp |
|