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.
Python 2.7 and Python 3.7 are recommended.
- Numpy:
- Scipy:
- Matplotlib:
pip install numpy
pip install scipy
pip install matplotlib
git clone https://github.com/zmzhang/TEAM.git
Zhi-Min Zhang: zmzhang@csu.edu.cn