6 Questions 5 Answers 0 Followers
Questions related from Lokesh Gagnani
I want to compare the SI techniques such as ACO, PSO, FA, TLBO,SA, DEM ABC,HS,ICA,IWO,CA,IFA,CS,SSO. For comparison I am using becnhmark functions as sphere,rosenbrock and ackley. Further I am...
04 March 2017 3,678 7 View
I read several papers on this topic. I can change parameters C and epsilon manually so that optimised result can be obtained BUT I found that there is parameter optimization of SVM by PSO (or any...
09 June 2016 7,761 11 View
I am unable to find data sets with all positive values from UCI. Values can be fraction but not negative. Thanks
06 May 2016 2,986 2 View
I am implementing clustering using BFO with dataset. However I have matlab code for it. But I want to find the cost function in java specially the parameters of J. The code is attached. X is the...
08 April 2016 8,634 3 View
I implemented the FCM and KFCM in java for clustering of dataset. However I obtained same results for Obj Function:Code in KFCM: object += 2*(Math.pow(u[i * pattern+j], m) * K(v1, v2, dimension) *...
05 April 2016 9,921 1 View
I implemented the FCM method in java. It generates centroid file, matrix file and objective function. I have taken cluster=2 as assumption. Now I want values that fall in cluster 1 and values that...
29 March 2016 7,424 1 View