99爱在线视频这里只有精品_窝窝午夜看片成人精品_日韩精品久久久毛片一区二区_亚洲一区二区久久

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

代寫COSC2673、代做Python編程設計

時間:2024-05-15  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



RMIT Classification: Trusted
COSC26** MACHINE LEARNING 2024
Assignment 2
Machine Learning Project
Weight: 50% of the final course mark
Due Date: 5:00 pm 15th of May 2024
Learning Outcomes: This assignment contributes to CLOs: 1, 2, 3, 4, 6
In this assignment you will design and create an end-to-end machine learning system for a real-world problem.
This assignment is designed for you to apply and practice skills of critical analysis and evaluation to
circumstances similar to those found in real-world problems. This is a group project (max 2 students).
In this assignment you will:
• Design and Create an end-to-end machine learning system
• Apply multiple algorithms to a real-world machine learning problem
• Analyse and Evaluate the output of the algorithms
• Research into extending techniques that are taught in class
• Provide an ultimate judgement of the final trained model(s) that you would use in a real-world setting
This assignment has the following deliverables:
1. A report (of no more than 5 pages, plus up to 2 pages for appendices) critically analysing your approach
and ultimate judgement.
2. An independent evaluation of your model and ultimate judgement (to be included in the report).
3. Your Python scripts, Jupyter notebooks, and software used to build your learning system and produce
the models and results.
To complete this assignment, you will require skills and knowledge from lecture and lab material for Weeks
1 to 12 (inclusive). You may find that you will be unable to complete some of the activities until you have
completed the relevant lab work. However, you will be able to commence work on some sections. Thus, do the
work you can initially, and continue to build in new features as you learn the relevant skills. A machine
learning learning model cannot be developed within a day or two. Therefore, start
early.
2
RMIT Classification: Trusted
This assignment contributes to the following course CLOs:
• CLO 1: Understand the fundamental concepts and algorithms of machine learning and applications.
• CLO 2: Understand a range of machine learning methods and the kinds of problem to which they are
suited.
• CLO 3: Set up a machine learning configuration, including processing data and performing feature
engineering, for a range of applications.
• CLO 4: Apply machine learning software and toolkits for diverse applications.
• CLO 6: Understand the ethical considerations involved in the application of machine learning.
You may optionally conduct this assignment in pairs (groups of 2). This is because many of the interesting
problems can be far more thoroughly investigated by working in pairs. The marking rubric does not evaluate
group work or differentiate between those working individually or in groups.
If you work in a group, both members will receive the same mark. Groups must be formed by no later than
Friday 19th of April Week 6 and registered on Canvas.If there are issues with group work, you must inform the
course coordinator by no later than 5.00pm Monday of Week 10 (13th of May), otherwise both group members
will receive the same grade, with no exceptions.
The mark each member receives depends on their contribution to the project. Peer evaluation and self
evaluation forms will be released and discussed on Week 6. These forms will be filled by each group member
and affect your marks.
Academic integrity is about honest presentation of your academic work. It means acknowledging the work of
others while developing your own insights, knowledge and ideas. You should take extreme care that you have:
• Acknowledged words, data, diagrams, models, frameworks and/or ideas of others you have quoted (i.e.
directly copied), summarised, paraphrased, discussed or mentioned in your assessment through the appropriate referencing methods
• Provided a reference list of the publication details so your reader can locate the source if necessary. This
includes material taken from Internet sites. If you do not acknowledge the sources of your material, you
may be accused of plagiarism because you have passed off the work and ideas of another person without
appropriate referencing, as if they were your own.
RMIT University treats plagiarism as a very serious offence constituting misconduct. Plagiarism covers a variety
of inappropriate behaviours, including:
• Failure to properly document a source
• Copyright material from the internet or databases
• Collusion between students
For further information on our policies and procedures, please refer to the following: https://www.rmit.edu.au/
students/student-essentials/rights-and-responsibilities/academic-integrity.
3
RMIT Classification: Trusted
Using machine learning in real-world settings involves a more than just running a data set through a particular
algorithm. In this assignment, you will design, analyse and evaluate a complete machine learning system.
For this assignment you have a choice of your project. You may select this project from the list in Section 3, or
you may negotiate a project with the course co-ordinator.
Regardless of the problem you choose, you must conduct the following tasks:
1. You need to come up with an approach, where each element of the system is justi
ed using data analysis, performance analysis and/or knowledge from relevant literature.
2. Investigate various Machine Learning solutions to the problem
3. Make an ultimate judgement
4. Evaluate your ultimate judgement against independent testing data
5. Produce a report of your design, investigation, evaluation and findings
Your investigation will require you to design, use, analyse and evaluate an end-to-end machine learning system.
You should consider a variety of techniques that have been discussed in class, and techniques you have researched.
Your end-to-end system may consist of elements such as:
• A well justified evaluation framework.
• Pre-processing the data set to make it suitable for providing to various machine learning algorithms.
• Carefully selected and justified baseline model(s).
• Hyper-parameter setting and tuning to refine the model.
• Evaluating the trained models, analysing and interpreting the results.
Each project features many of these above aspects. Each project also has unique aspects which cover a sample of
issues from across machine learning. Additionally, each project has unique mandatory requirement(s), detailed
for each project. The details of each project are listed in Section 3.
You must make an ultimate judgement of the "best" model that you would use and recommend for your
particular project. It is up to you to determine the criteria by which you evaluate your model and determine
what is means to be "the best model".
You need to conduct an independent evaluation of your ultimate judgement, using data collected completly
outside of the scope of your original training and evaluation. This evaluation simulates how your ultimate
judgement would perform if it were deployed in a real-world setting,where you are unable to re-train and adjust
the model.
The key aspect of this assignment is the design, analysis, and evaluation of your methodology, investigation, and results. This assignmentfocuses on both the accuracy of your model, and your understanding
of your approach and model.
The details in this spec are the minimum requirements. A thorough investigation must consider more
that the minimum to receive high grades.
4
RMIT Classification: Trusted
You must compile a report analysing the approach you have taken in your investigation. Your report:
• Must be no longer that 5 pages of text
• May contain an additional 2 pages for appendices
• Use a single-column layout with no less than size 11pt font
• The appendices may only contain citations, figures, diagrams, or data tables that provide evidence to
support the statements in your report.
• Include the name(s) and student id's of the student(s) who wrote the report.
In this report you should analyse elements such as:
• Machine learning algorithms that you considered
• Why you selected these approaches
• Evaluations of the performance of trained model(s)
• Your ultimate judgement with supporting analysis and evidence
This will allow us to understand your rationale. We encourage you to explore this problem and not just focus
on maximising a single performance metric. By the end of your report, we should be convinced that of your
ultimate judgement and that you have considered all reasonable aspects in investigating your chosen problem.
Remember that good analysis provides factual statements, evidence and justifications for conclusions that you
draw. A statements such as:
"I did <xyz> because I elt that it was good"
is not analysis. This is an unjustified opinion. Instead, you should aim for statements such as:
"I did <xyz> because it is more efficient. It is more efficient because . . . "
For your project:
1. You may choose from one of the below 3 suggested projects. Each project has unique aspects and will
allow you to explore different aspects of the ML field.
2. You may negotiate your own project. Note the special requirements and timeline fornegotiating a project.
Each project has different requirements, so ensure you are aware of these differences.
Project 1: Classify Images of Road Traffic Signs
This project is to train a model to classify images of European road traffic signs. You will be using a modified
version of the Belgium Traffic Sign Classification Benchmark. These are images of road traffic signs taken from
real-world vehicles. Note, this dataset, along with it's sister German TSC dataset, appear in many different
forms on various research and ML online resources. The data set for you to use in this assignment has been
specifically prepared for you, and is provided on Canvas.
The dataset consists of 28x28 gray-scale images and you are expected to use the dataset to perform two tasks:
• Classify images according to sign-shape, such as diamond, hex, rectangle, round, triangle.
• Classify images according to sign-type, such as stop, speed, warning, parking, etc.
Any over length content, or content outside of these requirements will not be marked. For example, if
you report is too long, ONLY the first 5 pages pages of text will be read and marked.
The key aspect of this assignment isn't your code or model, but the thought process behind your work.
5
RMIT Classification: Trusted
The correct classification of the images is given by the image sub-directories. Images are first sub-divided by
their shape, and then by their sign type. You should also note that some sign types have different individual
signs. For example, the speed-sign type has examples of signs of speeds from 10 - 70 mph. You are not required
to further sub-divide these signs, but consider all of the different signs as being of the sample type. Your tasks
is to investigate classifying the signs using both categories.
REQUIREMENTS
• You must investigate at least one supervised machine learning algorithms or each of the two categories
(Tasks). That is, you must build at least one model capable of classified the shape of the sign, and at least
one model capable of classifying the type of the sign.
• You are not required to use separate type(s) of machine learning algorithms, however, a thorough instigations should consider different types of algorithms.
• You are required to ully train your own algorithms. You may not use pre-trained systems.
• You may NOT augment this data set with additional data.
• Your final report must conduct an analysis and comparison between classifying the two categories.
INDEPENDENT EVALUATION
• Your independent evaluation should consist of classifying images of traffic signs that you have collected.
You will need to either take your own digital photographs of traffic signs, and/or source suitable signs
from internet resources. You will need to process these images so they may be used with your trained
algorithms.
• As part of your evaluation, you should discuss challenges you face in combining this independent data and
your models.
Project 2: Predict Energy Use
This project is to predict the energy use of lights and appliances in a low-energy building using the UCI data
set collected in 2017. The dataset for this project is available on Canvas. You should note, the target variable
is the total energy use.
REQUIREMENTS
• You must investigate, at a minimum, two completely separate types of supervised machine learning algorithms, of which at least one method must be a non neural network based algorithm.
• You are required to ully train your own algorithms. You may not use pre-trained systems.
• Unlike other projects, this data set contains time-series information. To improve your model you may find
it necessary to construct additional features to represent the time series information.
• You may use feature selection and ensemble learning method, however, these do not count towards the
above requirement.
INDEPENDENT EVALUATION
• As you don't have access a low-energy house, the independent evaluation of this project is different to the
other projects. A fundamental feature of the scientific process is reproducing existing work, and comparing
new results against exist work.
• The original data set was published publicly as part of the following paper:
Luis M. Candanedo, Veronique Feldheim, Dominique Deramaix, Data driven prediction models
o energy use o appliances in a low-energy house, Energy and Buildings, Volume 140, 1 April 2017,
Pages 8**97, ISSN 0378-7788
Since publication, a number of papers, and online resources, have been published that use this data set.
• Your independent evaluation is to research a number of these published works. Then you must evaluate,
compare and contrast your results to these other works.
• As part of your evaluation, you should discuss challenges you face in your independent comparison.
Project 3: Learning to Switch Traffic Lights
This project is to use reinforcement learning to improve the throughput of traffic at an intersection with traffic
lights. Most traffic lights operate on a predetermined phasing (that is, a timing when the lights change), which
does not take into account the number of vehicles that are waiting at, or approaching, the intersection. This
leads to a sub-optimal throughput of vehicles. For example, some vehicles may be waiting at a red light while
the intersection is otherwise clear. A more intelligent policy, can increase the throughput.
This project is to use reinforcement learning to find a policy to control the switching of traffic lights at a
simulated intersection, to improve the traffic throughput. You will need to demonstrate and compare your
6
RMIT Classification: Trusted
learnt policy to a more traditional static phasing policy.
REQUIREMENTS
• This project will require you to build a simple simulation to conduct the reinforcement learning. It is
advisable to build a simulation system that has configurable parameters for the flow of traffic.
• The simulated intersection must include at least one right turning lane. An example intersection would
be the intersection at Victoria Street - Lygon Street.
• Due to above work, you only need to use a single form of reinforcement learning to train an optimal policy.
• However, you will need to also test the throughput of a static policy, and devise a suitable static policy
that might be employed at a real-world intersection.
INDEPENDENT EVALUATION
• For your independent evaluation you must model a real-world intersection.
• You will need to observe the intersection and collect basic information, such as the average throughput,
and the rate at which traffic arrives at the intersection.
• You will need to approximate the static control policy of the lights.
• You will need to simulate both the static control policy, and learn a suitable policy for this intersection.
• We suggest choosing a simple intersection, and observing it over a short window of around 10-15 minutes.
You may also wish to simplify the problem by excluding right-turn signals.
• In case the social distancing measures do not allow you to observe a simple intersection, some statistics
or a test intersection will be provided to you.
You may propose and negotiate a project and machine learning problem to investigate, with the course coordinator. This project must meet a number of constraints:
• The project must be of a suitable complexity and challenge that is similar to the suggested projects. As
part of the negotiation, the scope and deliverables of the project will be set.
• If the project is using an existing data set, the problem should be phrased in a manner that can be solved
by multiple machine learning methods, of which at least two methods will be investigated.
• If the project requires a data set to be generated, devised, or collected, this collection should require
sufficient effort. In these cases, especially for reinforcement learning tasks, only one machine learning
method may need to be investigated.
• The proposed project must be independent of previously or concurrently assessed work.
In general, negotiations will take place via email, during consultation hours, or by appointment. Please note,
that the course co-ordinator is not available outside of business hours.
All negotiated projects must be finalised by no later than 5pm, Friday 9 May . This is the absolute deadline.
If you wish to conduct a negotiated project, begin the negotiation process early . A negotiated project may
be denied be ore the deadline if there is insufficient time for the negotiation process.
Most questions should be asked onCanvas, however, please do not post any code. There is aFAQ, and anything
in the FAQ will override what is specified in this specifications, if there is ambiguity.
Your lecturer is happy to discuss questions and your results with you. Please feel free to come talk to us during
consultation, or even a quick question, during lecture break.
You may not conduct a project if you have already been assessed on the work, or are concurrently being
assessed on the work.
7
RMIT Classification: Trusted
A detailed rubric is attached on canvas. In summary:
• Approach 60%;
• Ultimate Judgment & Analysis (Independent Evaluation) 20%;
• Report Presentation 20%.
You must submit all the relevant material as listed below via Canvas.
1. A report (of no more than 5 pages, plus up to 2 pages for appendices) critically analysing your approach
and ultimate judgement
2. An independent evaluation of your model and ultimate judgement (included in the report).
3. Your Python scripts, Jupyter notebooks, and software used to build your learning system and produce
the models and results.
The submission portal on canvas consists of two sub-pages. First page for report submission, the second page for
code submission. More information is provided on Canvas. Include only source code in a zip file containing your
name. We strongly recommend you to attach a README file with instructions on how to run your application.
Make sure that your assignment can run only with the code included in your zip file!
A penalty of 10% of the maximum mark per day (including weekends) will apply to late assignments up to a
maximum of five days. Assignments will not be marked after this time.

請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp








 

掃一掃在手機打開當前頁
  • 上一篇:COMP2003J代做、代寫Java設計程序
  • 下一篇:代做DTS204TC、代寫Java編程語言
  • 無相關信息
    合肥生活資訊

    合肥圖文信息
    2025年10月份更新拼多多改銷助手小象助手多多出評軟件
    2025年10月份更新拼多多改銷助手小象助手多
    有限元分析 CAE仿真分析服務-企業/產品研發/客戶要求/設計優化
    有限元分析 CAE仿真分析服務-企業/產品研發
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    出評 開團工具
    出評 開團工具
    挖掘機濾芯提升發動機性能
    挖掘機濾芯提升發動機性能
    海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
    海信羅馬假日洗衣機亮相AWE 復古美學與現代
    合肥機場巴士4號線
    合肥機場巴士4號線
    合肥機場巴士3號線
    合肥機場巴士3號線
  • 短信驗證碼 trae 豆包網頁版入口 目錄網 排行網

    關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    99爱在线视频这里只有精品_窝窝午夜看片成人精品_日韩精品久久久毛片一区二区_亚洲一区二区久久

          9000px;">

                欧美日本国产一区| 色婷婷av一区二区三区之一色屋| 精品少妇一区二区三区在线播放| 在线国产电影不卡| 91亚洲精品久久久蜜桃网站 | 欧美成人精品1314www| 91精品国产一区二区| 欧美日韩在线免费视频| 在线观看一区不卡| 欧美午夜精品免费| 欧美日韩国产美| 欧美日韩免费视频| 欧美日韩国产综合一区二区三区| 在线观看精品一区| 欧美片在线播放| 日韩欧美一二三四区| 精品免费一区二区三区| 久久九九久精品国产免费直播| 国产网站一区二区三区| 国产精品久久久久久久久快鸭| 亚洲情趣在线观看| 一区二区久久久| 日韩高清在线电影| 精品一区二区三区免费| 成人av免费在线播放| 色哟哟精品一区| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 欧美人体做爰大胆视频| 日韩美女主播在线视频一区二区三区 | 欧美三级资源在线| 91精品国产色综合久久久蜜香臀| 欧美一区二区美女| 国产精品色婷婷久久58| 亚洲美女在线国产| 日韩av电影免费观看高清完整版在线观看| 蜜桃av噜噜一区二区三区小说| 极品美女销魂一区二区三区 | 亚洲欧洲综合另类在线 | 成人教育av在线| 色婷婷av一区二区三区软件| 5858s免费视频成人| 国产女同互慰高潮91漫画| 亚洲小说春色综合另类电影| 樱桃国产成人精品视频| 久色婷婷小香蕉久久| 91蜜桃免费观看视频| 欧美xxxxx裸体时装秀| 亚洲欧美国产毛片在线| 日本成人中文字幕在线视频| youjizz久久| 日韩一级视频免费观看在线| 亚洲精品视频免费看| 狠狠狠色丁香婷婷综合久久五月| 粉嫩一区二区三区性色av| 欧美日韩你懂的| 中文一区二区在线观看| 爽爽淫人综合网网站| 成人午夜电影网站| 日韩精品一区二区在线观看| 亚洲一线二线三线久久久| 国产精品一区免费在线观看| 欧美日韩一区三区四区| 国产日韩欧美高清在线| 久久国产三级精品| 欧美一卡二卡三卡四卡| 同产精品九九九| 欧美在线小视频| 中文字幕一区在线| 国产在线视频一区二区三区| 日韩欧美成人激情| 午夜精品一区二区三区免费视频| 亚洲国产人成综合网站| 94色蜜桃网一区二区三区| 久久久综合激的五月天| 国产在线麻豆精品观看| 久久婷婷成人综合色| 美腿丝袜亚洲三区| 91精品国产入口| 日韩电影在线免费| 欧美女孩性生活视频| 亚洲素人一区二区| 成人av电影免费观看| 中文字幕第一区二区| 成人午夜视频在线| 日本一区二区电影| 国产成人一区二区精品非洲| 26uuu色噜噜精品一区| 蜜臀av在线播放一区二区三区| 在线观看日韩电影| 亚洲香肠在线观看| 色哦色哦哦色天天综合| 亚洲最大的成人av| 91成人在线精品| 一区二区免费在线播放| 欧美性一区二区| 男人的天堂亚洲一区| 久久日一线二线三线suv| 国产精品毛片无遮挡高清| 国产一区二区三区不卡在线观看| 欧美一级专区免费大片| 久久99精品国产.久久久久| wwwwww.欧美系列| 久久精品99久久久| 国产无人区一区二区三区| 91免费在线播放| 三级久久三级久久久| 国产亚洲精品精华液| 色婷婷亚洲综合| 日韩高清在线观看| 中文字幕乱码日本亚洲一区二区| 91在线看国产| 日韩av电影天堂| av欧美精品.com| 亚洲欧美偷拍三级| 欧美精品色一区二区三区| 免费在线成人网| 国产精品久99| 777午夜精品视频在线播放| 韩国av一区二区| 亚洲第一激情av| 在线91免费看| 激情小说亚洲一区| 亚洲免费av观看| 26uuu欧美日本| 97成人超碰视| 久久99久久99| 中文字幕中文字幕中文字幕亚洲无线| 欧美网站一区二区| 热久久久久久久| 国产精品无码永久免费888| 色94色欧美sute亚洲线路二| 国内成人精品2018免费看| 亚洲国产精品一区二区尤物区| 欧美一区二区在线播放| 成人av电影在线播放| 久久www免费人成看片高清| 国产日产精品1区| 欧美日韩三级一区| 成人一区二区视频| 亚洲无人区一区| 欧美激情综合网| 欧美一区午夜精品| 91丨九色丨蝌蚪富婆spa| 韩国精品久久久| 亚洲第一av色| 久久一区二区视频| 88在线观看91蜜桃国自产| 国产999精品久久| 蜜桃视频在线观看一区| 性欧美疯狂xxxxbbbb| 亚洲啪啪综合av一区二区三区| 久久午夜电影网| 欧美精品久久99久久在免费线| 一本色道综合亚洲| 97精品久久久久中文字幕| 粉嫩av一区二区三区粉嫩| 国产精选一区二区三区| 久久国产成人午夜av影院| 美女在线一区二区| 美女精品一区二区| 国内外成人在线| 国产精品99久久久久久宅男| 国模大尺度一区二区三区| 国产综合久久久久久久久久久久| 麻豆精品久久久| 国产精品亚洲人在线观看| 国产黑丝在线一区二区三区| 精品在线一区二区| 韩国一区二区三区| 国产馆精品极品| 99精品国产91久久久久久| jizz一区二区| 色综合久久天天综合网| 94色蜜桃网一区二区三区| 色天天综合色天天久久| 欧美色大人视频| 日韩一级大片在线观看| 亚洲精品在线免费观看视频| 久久综合狠狠综合久久激情| 日本一区二区三区视频视频| 国产精品对白交换视频| 一区二区三区四区不卡在线| 亚洲福利一区二区| 麻豆精品国产传媒mv男同| 国产精品1区2区3区| 91在线视频官网| 91精品一区二区三区久久久久久| 欧美大白屁股肥臀xxxxxx| 国产精品三级久久久久三级| 亚洲综合色成人| 美洲天堂一区二卡三卡四卡视频| 丁香六月综合激情| 欧美伊人精品成人久久综合97| 91精品欧美综合在线观看最新| 欧美成人福利视频| 国产精品免费免费| 日韩主播视频在线| 成人动漫视频在线| 欧美疯狂性受xxxxx喷水图片| 亚洲国产精品av|