English

AU-NN: ANFIS Unit Neural Network

Machine Learning 2022-04-27 v1 Artificial Intelligence

Abstract

In this paper is described the ANFIS Unit Neural Network, a deep neural network where each neuron is an independent ANFIS. Two use cases of this network are shown to test the capability of the network. (i) Classification of five imagined words. (ii) Incremental learning in the task of detecting Imagined Word Segments vs. Idle State Segments. In both cases, the proposed network outperforms the conventional methods. Additionally, is described a process of classification where instead of taking the whole instance as one example, each instance is decomposed into a set of smaller instances, and the classification is done by a majority vote over all the predictions of the set. The codes to build the AU-NN used in this paper, are available on the github repository https://github.com/tonahdztoro/AU_NN.

Keywords

Cite

@article{arxiv.2204.11839,
  title  = {AU-NN: ANFIS Unit Neural Network},
  author = {Tonatiuh Hernández-del-Toro and Carlos A. Reyes-García and Luis Villaseñor-Pineda},
  journal= {arXiv preprint arXiv:2204.11839},
  year   = {2022}
}

Comments

9 pages, 4 figures

R2 v1 2026-06-24T10:58:07.754Z