Package contains implementation of RBF and demo on Selwood data set.
RBF parameters have been selected after testing with the data set.
- Build the project using gradle
- Run Launcher class for the demo
- You can modify input parameters in resources directory
- numHiddenLayerNeurons
- numInputNeurons
- numOutputNeurons
- useBias
- biasValue
- learningRates
- sigmas
- maxIterations
- dataFile
- centresFile
- resultsFile
- weightsFile
- centreVectors.txt (Initial centers used)
- weights.txt
- results.txt