Pls. Help me regarding to prepare the format of input and output data file.i am also attaching my file in attachment. How I will make it in proper format for enforce data file?
Dear jain,
You can prepare data file in excell. The data should be as columns and the output should be the last column.
Vineet Jain
the format of your compiled data is good as per requirement. Go ahead, compile a big data-base and then start with the anfis training
collect input and output data from simulation.
for example take 'e' and 'ce' are input data for anfis and 'm' is the output for anfis.
>> e=[1;2;3;4;]
e =
1
2
3
4
>> ce=[4;3;4;5;]
ce =
5
>> m=[0.1;0.2;0.4;0.5;]
m =
0.1000
0.2000
0.4000
0.5000
>> data=[e ce m]
data =
1.0000 4.0000 0.1000
2.0000 3.0000 0.2000
3.0000 4.0000 0.4000
4.0000 5.0000 0.5000
>>
then load the "data" into the anfisedit toolbox and train them
To
04 May 2017 3,506 1 View
Regarding programming, Population, Generation etc.
31 December 2014 9,160 4 View
What are the study of flexibility techniques in FMS (Flexible Manufacturing System)?
08 September 2014 6,903 10 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I am developing a predictive model for a water supply network that involves 20 influencing points. However, I only have historical data for 10 out of these 20 points. I would like to know how to...
10 August 2024 4,005 2 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
Hello all, I wanted to know, can I use galaxy (USA, Europe or Australia) platform for analyzing the shotgun data, and can it be used for publication purpose as well? Thanks :)
06 August 2024 6,610 4 View
Do experts have journals in the field of artificial intelligence and big data that are not indexed by SCI or EI?
05 August 2024 8,836 2 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Better ways to analyze the qualitative and quantitative data in a sequential explanatory mixed method approaches
04 August 2024 2,703 6 View
How can I interpret the data gathered without solving?
03 August 2024 9,054 3 View
Only Journals make money from the articles we have worked on for years. Academics do not earn money from their refereeing. Then shouldn't the solution be a system in which academics can earn...
01 August 2024 6,469 6 View
I am attempting to conjugate PEG to an amino acid at the C-terminus, for the purposes of producing nanoparticles. I have been told that PEG modified with amine groups can be used for this purpose,...
31 July 2024 2,033 1 View