The source code is written in c language. The corresponding executable files are kept in the 'exe' directory.

To run the executable from 'exe' directory, the following steps are to be followed;
1. Keep the input files in a directory named 'input' outside the 'exe' directory, where the executables are present.
2. Write the input parameters of the D2CCA architecture in the 'input.txt' file.
3. Type the following command in command prompt,
   
   chmod 777 master_D2CCA.out learning_D2CCA.out greedy_layerwise_pretraining.out
   ./master_D2CCA.out input.txt
   
The output generated files, including 'accuracy.ods', will be saved in the 'output' directory.
