-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CTE2 | ||
A novel calibration transfer algorithm based on ensemble extreme learning machine auto-encoder (CTE2) has been proposed. Compared with commonly used method like PDS and CCA, the CTE2 is a more stable method and can significantly reduce prediction errors. | ||
The programming language is Python. | ||
|
||
##Installation | ||
|
||
###Install Python | ||
python 2.7 is recommended | ||
|
||
###Install dependent packages | ||
1. Numpy | ||
2. Scipy | ||
3. Matplotlib | ||
|
||
###Clone the repo and run it directly | ||
|
||
##Contact | ||
Zhi-Min Zhang:zmzhang@csu.edu.cn | ||
|
||
|
||
|