代做CSMAI21 Artificial Intelligence and Machine Learning代写Python编程

Department of Computer Science

Module Title

Artificial Intelligence and Machine Learning

Module Code

CSMAI21

Type of Assignment
(e.g., technical report, portfolio exercise, in-class test)

Coursework

Individual or Group Assignment

Individual

Weighting of the Assignment

50%

Word count/page limit

8 pages (maximum)

· Excluding the front/title page of information, references, and appendices.

· Including figures, diagrams, graphs, and tables.

· Times New Roman, 12pt., 1.15 line spacing.

· The report should be clearly structured with a separate section (with appropriate subsection) for each task and a final conclusion.

Expected hrs spent for the assignment (set by lecturer)

20 hours (beyond lab sessions and also provided you attend all the lab sessions to strengthen your AI concepts)

Items to be submitted

A single zip archive containing:

1) report (PDF or Word file)

2) dataset(s)

3) Python script(s) (PY or IPYNB files)

Work to be submitted on-line via Blackboard Learn by

8th March 2024 (12pm, noon)

Work will be marked and returned by

15 working days after the above deadline    

1. Assignment description

You are required to find a dataset other than the one used in lab sessions and provided in BlackBoard, formulate a problem you want to address with the dataset, build, evaluate and compare three different machine learning models that would address the problem, and draw conclusions and recommendations based on your findings. It is recommended not to use a very simple dataset (preferably of higher complexity than the ones used in lab sessions) as it would give you limited room for presenting the explanatory data analysis, preprocessing, results, and evaluation. One of the three models must be based on a deep learning architecture implemented using the TensorFlow/PyTorch in Python. The submission should include your report, dataset(s) and Python scripts with comments, all included in one zip-file. Your work should be original and produced by you. Copying whole tutorials, scripts or images from other sources is not allowed. Any material you borrow from other sources to build upon should be clearly referenced (use comments to reference in Python scripts); otherwise, it will be treated as plagiarism, which may lead to investigation and subsequent action.

You can use any open data, e.g.:

https://ieee-dataport.org/topic-tags/artificial-intelligence 

https://archive.ics.uci.edu/ml/datasets.php 

https://www.kaggle.com/datasets 

https://data.gov.uk/ 

Some examples:

Optical Image data:

1. Building Detection and Roof Type Classification

https://ieee-dataport.org/competitions/2023-ieee-grss-data-fusion-contest-large-scale-fine-grained-building-classification 

2. So2Sat LCZ42 Dataset for land cover classification

https://mediatum.ub.tum.de/1483140

3. DOTA: A Large-Scale Benchmark and Challenges for Object Detection in Aerial Images

https://captain-whu.github.io/DOTA/dataset.html 

Weather and Climate Data:

4. Daily 0900 GMT observations from the university weather stations (back to 1908; there was a site change in 1968):

https://metdata.reading.ac.uk/cgi-bin/climate_extract.cgi 

5. Five-minute/hourly data from our automatic weather station back to 1 Sept 2014 (has a few missing dates):

https://metdata.reading.ac.uk/cgi-bin/MODE3.cgi  http://www.met.reading.ac.uk/~sws09a/MODE3_help.html 

For some further inspiration (visualisation of current data) and information around the above two data sources, check these resources: https://www.met.reading.ac.uk/weatherdata/wall_display.html  https://research.reading.ac.uk/meteorology/atmospheric-observatory/atmospheric-observatorydata/  https://www.ecmwf.int/en/forecasts/charts/catalogue/ 

6. Daily energy demand over India by state, and (many) meteorological variables of interest averaged over each state (hourly/daily; 2013–present):

https://gws-access.jasmin.ac.uk/public/incompass/kieran/kovalchuk/energy-india/ 

7. Daily observed river discharge at five stations over the Indus and its tributaries, with catchment averaged meteorological and hydrological variables (Jan 2015 to Jan 2021):

https://gws-access.jasmin.ac.uk/public/incompass/kieran/kovalchuk/indus-river/  

Some notes on the provenance and metadata for the above two data sources:

· River data are from here: http://www.wapda.gov.pk/index.php/river-flow-data  

· Energy demand data are scraped from PDF publications on the POSOCO website, e.g.:

https://posoco.in/download/17-05-21_nldc_psp/?wpdmdl=37035

· Catchment- and state-averaged variables were computed using ERA5 data, for which descriptions are available here:

https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=overview 

2. Assignment submission requirements

Items to be submitted on-line through Blackboard Learn include a single zip archive containing:

1) report (PDF or Word file)

2) dataset(s)

3) Python script(s) (PY or IPYNB files)

Front page of the student’s submission 

(the following are compulsory)

           Module Code:  CSMAI21

                      Assignment report Title:   Coursework  

       Date (when the work completed):

   Actual hrs spent for the assignment:

We will use information about how long you spent on the assignment when we review and balance coursework between modules for later years. An exact answer is not necessary, but please try to give a reasonable approximation.

Recommended Report Structure 

1. Cover page with the title of your project; module code, title, convenor name; your name and student number; date.

2. Abstract (summarise your work and results)

3. Background and problem to be addressed (justify and support with references to literature)

4. Exploratory data analysis (dataset description and visualisation, support with relevant and important figures)

5. Data pre-processing and feature selection

6. Machine learning model N (iterate for each of the three models)

6.1. Summary of the approach (justify why this ML algorithm, support with references to literature)

6.2. Model training and evaluation  

6.3. Results and discussion (support with relevant and important tables/figures)

7. Performance measures and evaluation strategies

8. Results comparison across the models built (support with relevant and important tables/figures)

9. Conclusion, recommendations, and future work

10. References.

3. Assessment classification:

The table below shows what is typically expected of the work to obtain a given mark, each part of the assignment is marked according to the following criteria.

Classification Range

Typically, the work should meet these requirements

Distinction (≥=70%)

Outstanding/excellent work with correct results, a good presentation of the workflows, code and results, and a critical analysis of the results. An outstanding work will present fully automated solutions based on advanced techniques.

All parts of the assignment are completed correctly,

comprehensive discussions,

helpful & precise comments (in code),

deep & insightful analysis,

excellent & compelling presentation of the work in the form. of report writing.

Merit (60-69%)

Good work with mostly correct results and good discussions: most work has been carried out correctly. The presentation of work is good, well structured, clear, and complete with respect to the work done.

Pass (50-59%)

Achievement of the minimum requirements with little discussions: some significant part of the assignment is missing and/or has partially correct results. The presentation is, in general, accurate and complete, though it may lack some clarity and quality.

Fail (<50%)

Incomplete solutions to limited part of the assignment with very little or no discussions. Most tasks have not been carried out with sufficient accuracy. Results may not be correct or technically sound. The presentation is not accurate/complete and lacks clarity.

4. Marking Scheme:

Data Selection & Preprocessing (20%)

· [10 marks] Choice of dataset and workflow performing data understanding and preprocessing.

· [10 marks] Reporting each of the data understanding and preprocessing step, findings, and the corresponding discussions.

Modelling (40%)

· [10 marks] Workflow performing the classification, regression, forecasting, or other chosen task.

· [10 marks] Descriptions of the adopted algorithms and parameters.

· [10 marks] Discussions and justifications of your selection of algorithms and parameters.

· [10 marks] Presentation, explanation, and analysis of results, discussions, ablation, and justifications.

Evaluation (10%)

· [10 marks] Descriptions of performance measures and evaluation methods/strategies, discussions, and justifications.

Code (10%)

· [10 marks] Code quality, commenting, structure and organization, i.e., implemented in efficient way, with clear and accurate comments, and no errors in execution.

Report Quality (20%)

· [20 marks] Report structure, conclusion, references, quality of figures and tables. It is expected that no redundant or low-quality figures, or tables will be included.

 


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图