├── README.md ├── data.csv ├── funbp2.m ├── funpred.m ├── funrbf2.m ├── img-folder ├── 1.png ├── 2.png └── 3.png ├── run2.m └── runpred.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/README.md -------------------------------------------------------------------------------- /data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/data.csv -------------------------------------------------------------------------------- /funbp2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/funbp2.m -------------------------------------------------------------------------------- /funpred.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/funpred.m -------------------------------------------------------------------------------- /funrbf2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/funrbf2.m -------------------------------------------------------------------------------- /img-folder/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/img-folder/1.png -------------------------------------------------------------------------------- /img-folder/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/img-folder/2.png -------------------------------------------------------------------------------- /img-folder/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/img-folder/3.png -------------------------------------------------------------------------------- /run2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/run2.m -------------------------------------------------------------------------------- /runpred.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stxupengyu/RBF-BP-MATLAB/HEAD/runpred.m --------------------------------------------------------------------------------