Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 694 Bytes

ReadMe.md

File metadata and controls

32 lines (19 loc) · 694 Bytes

TEAM

A novel spectra standardization algorithm entitled Transfer via Extreme learning machine Auto-encoder Method (TEAM) has been proposed. Compared with commonly used method like PDS and CCA, the TEAM is a more stable method and can significantly reduce prediction errors. The programming language is Python.

System diagram of TEAM

##Installation

###Install Python Python 2.7 is recommended

https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi

###Install dependent packages

  1. Numpy:

  2. Scipy:

  3. Matplotlib:

pip install numpy
pip install scipy
pip install matplotlib

##Contact Chen WoRuo: chenworuo@csu.edu.cn