You need create input file try
C++ Neural Networks and Fuzzy Logic:The Kohonen Self-Organizing Map
avg_dist_per_pattern << “ <—-\n”;
cout << “——————>total cycles = “ << total_cycles << “ <—-\n”; cout << “——————>total patterns = “ << total_patterns << “ <—- \n”;
cout << “—————————————————————————-\n”;
// close the input file
fclose(input_file_ptr);
}
C++ Neural Networks and Fuzzy Logic:The Kohonen Self-Organizing Map
|
---|
Results from Running the Kohonen Program
Once you compile the program, you need to create an input file to try it. We will first use a very simple input file and examine the results.
0.5 0.22 0.8 0.9
Please enter initial values for:
alpha (0.01-1.0),