├── BP.m ├── RBF.m ├── RBFPSO.m ├── README.md ├── data.mat ├── data.xlsx └── img-folder ├── 1.png ├── 2.png ├── 3.png └── 4.png /BP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/BP.m -------------------------------------------------------------------------------- /RBF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/RBF.m -------------------------------------------------------------------------------- /RBFPSO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/RBFPSO.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/data.mat -------------------------------------------------------------------------------- /data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/data.xlsx -------------------------------------------------------------------------------- /img-folder/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/img-folder/1.png -------------------------------------------------------------------------------- /img-folder/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/img-folder/2.png -------------------------------------------------------------------------------- /img-folder/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/img-folder/3.png -------------------------------------------------------------------------------- /img-folder/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/BP-RBF-Prediction/HEAD/img-folder/4.png --------------------------------------------------------------------------------