├── README.md ├── new_tfrun.py ├── pca_grnn.py ├── test8.zip ├── tf_kmeans.py ├── tf_rbf.py ├── totaldata.zip ├── utils.py ├── valid8.zip └── 说明.txt /README.md: -------------------------------------------------------------------------------- 1 | # NIRS-regression-model 2 | 近红外光谱 用grnn做组分识别 3 | -------------------------------------------------------------------------------- /new_tfrun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/new_tfrun.py -------------------------------------------------------------------------------- /pca_grnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/pca_grnn.py -------------------------------------------------------------------------------- /test8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/test8.zip -------------------------------------------------------------------------------- /tf_kmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/tf_kmeans.py -------------------------------------------------------------------------------- /tf_rbf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/tf_rbf.py -------------------------------------------------------------------------------- /totaldata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/totaldata.zip -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/utils.py -------------------------------------------------------------------------------- /valid8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/valid8.zip -------------------------------------------------------------------------------- /说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyan-du/NIRS-regression-model/HEAD/说明.txt --------------------------------------------------------------------------------