Onsig-Diploma-Thesis
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:My Master diploma thesis
Online Signature Verification, student project, Sándor Bordé and Kornél Csernai
===============================================================================

This is a project I made with one of my classmates. Documentation (other than some code comments) is mostly in Hungarian at this point.
The original data set and competition details can be found at http://www.forensic.to/webhome/afha/SigComp.html. We were told to only work on the Dutch Online dataset.

Required packages
=================
* python2
* python2-matplotlib
* python2-numpy
* bash
* gnuplot
* java-sdk
* java-jre

Contents
========

* Onsig/*: local, DTW based learner, a NetBeans project
* scripts/*.py: global learner
* scripts/predict.py: voting based prediction
* scripts/cross.py: cross validation framework
* scripts/anomaly.py: anomaly detection based solution, Gaussian distance
* scripts/anomaly-euc.py: anomaly detection based solution, Euclidean distance
* scripts/anomaly-mah.py: anomaly detection based solution, Mahalanobis distance (does not work)
* data-deriv: derived local dataset
* plots/: figures
* plots-sample/: example figures

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。