Sequential Data Classification in the Space of Liquid State Machines

Abstract

This paper proposes a novel classification approach to carrying out sequential data classification. In this approach, each sequence in a data stream is approximated and represented by one state space model – liquid state machine. Each sequence is mapped into the state space of the approximating model. Instead of carrying out classification on the sequences directly, we discuss measuring the dissimilarity between models under different hypotheses. The classification experiment on binary synthetic data demonstrates robustness using appropriate measurement. The classifications on benchmark univariate and multivariate data confirm the advantages of the proposed approach compared with several common algorithms. The software related to this paper is available at https://github.com/jyhong836/LSMModelSpace .

Cite

Text

Li et al. "Sequential Data Classification in the Space of Liquid State Machines." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2016. doi:10.1007/978-3-319-46128-1_20

Markdown

[Li et al. "Sequential Data Classification in the Space of Liquid State Machines." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2016.](https://mlanthology.org/ecmlpkdd/2016/li2016ecmlpkdd-sequential/) doi:10.1007/978-3-319-46128-1_20

BibTeX

@inproceedings{li2016ecmlpkdd-sequential,
  title     = {{Sequential Data Classification in the Space of Liquid State Machines}},
  author    = {Li, Yang and Hong, Junyuan and Chen, Huanhuan},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2016},
  pages     = {313-328},
  doi       = {10.1007/978-3-319-46128-1_20},
  url       = {https://mlanthology.org/ecmlpkdd/2016/li2016ecmlpkdd-sequential/}
}