use the project proposal provided and data to complete the report. The report should include but not limited to the following parts. 1. Title and author(s). The title should specific enough to describe your project topic and main methods. It should NOT be something general like “CSCI 5673 Course Project”. 2. Abstract. Give a brief summary of research questions, methodology and results in one paragraph. 3. Introduction. Introduce the background, understanding and analysis of the task. Explain the context and why the problem matters. Why are they worth computing? What difference would the answers make? Any creativity of the project? 4. Problem Statement. Describe or formulate your specific research question(s) in detail. 5. Methodology. Introduce details of the algorithms or methodology you used to solve the problems. When introducing algorithms using puesdocode, please clarify steps, input and output. Write a complete, clear, unambiguous description of the analysis you performed. It should be written to be read by a scientist or engineer, not by a programmer. It should be sufficient for someone else to write a program that reproduces your results, without access to your source code. 6. Experiment. Dataset. Describe in detail the data that you used in the experiment. Include the data source, such as URLs. The report must include clear instructions that anyone can follow to download the data themselves. If the data is not currently publicly available (for example, it is data from some activity you are involved in), then you may make it publicly available. One way to do t…
use the project proposal provided and data to complete the report.The report should include but not limited to the following parts.1. Title and author(s). The title should specific enough to describe your project topic and main methods. It should NOT be something general like “CSCI 5673 Course Project”.2. Abstract. Give a brief summary of research …
use the project proposal provided and data to complete the report. The report should include but not limited to the following parts. 1. Title and author(s). The title should specific enough to describe your project topic and main methods. It should NOT be something general like “CSCI 5673 Course Project”. 2. Abstract. Give a brief summary of research questions, methodology and results in one paragraph. 3. Introduction. Introduce the background, understanding and analysis of the task. Explain the context and why the problem matters. Why are they worth computing? What difference would the answers make? Any creativity of the project? 4. Problem Statement. Describe or formulate your specific research question(s) in detail. 5. Methodology. Introduce details of the algorithms or methodology you used to solve the problems. When introducing algorithms using puesdocode, please clarify steps, input and output. Write a complete, clear, unambiguous description of the analysis you performed. It should be written to be read by a scientist or engineer, not by a programmer. It should be sufficient for someone else to write a program that reproduces your results, without access to your source code. 6. Experiment. Dataset. Describe in detail the data that you used in the experiment. Include the data source, such as URLs. The report must include clear instructions that anyone can follow to download the data themselves. If the data is not currently publicly available (for example, it is data from some activity you are involved in), then you may make it publicly available. One way to do this is to host it on some public website (Dropbox or Google drive). Do not use a dataset that cannot be shared, such as one that contains confidential medical information or intellectual property. Do not manually perform any data cleaning steps — all data cleaning should be done programmatically. Read More »
