程序代写代做代考 chain If you are using any software package or anything not proposed by yourselves, please make sure you clearly clarify it in the final report, and cite the package or the original work in References.

If you are using any software package or anything not proposed by yourselves, please make sure you clearly clarify it in the final report, and cite the package or the original work in References.
1 Report Organization
For the organization, the major contents of final reports usually include:
1. Title with group information
2. Abstract
3. Introduction of the overall goal and background
4. Problem definition and formalization
5. Methods description (detailed steps)
6. Experiments design and Evaluation
7. Related work
8. Conclusion
9. References
10. Task and work load distribution
You may also include any discussions you feel essential.
2 Implementation and Codes
To test the repeatability of your project, all codes in this project should be submitted. To simplify the grading process, please provide a script to execute your codes as a chain. The script should be named as run.sh (a shell script in UNIX systems) or run.bat (a batch script in Windows). For example, run.sh with bash could be written as follows:

The above one is just for an example; your scripts could be much different, depending on your implementation and how you design the framework. You only need to make sure all results can be produced with this script. Please also provide a README.txt file to give the brief description for each file in case we may go through your codes.
3 Submission Format and Directory Structure
Please submit all files within a zip file to CCLE with the following directory structure

4 Grading Criteria
About grading, we will breakdown points into the following parts:
• Is the solution solid and reasonable (subtasks are well designed reasonable)?
• Is there comparison with alternative approaches with reasonable evaluation?
• Are experimental results reproducible?
• Report writing Quality