国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看

合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

COMP9727代做、代寫Java/Python設(shè)計(jì)程序

時(shí)間:2024-06-20  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



COMP9727: Recommender Systems
Project: Project Pitch and Design
Due Date (Design): Week 5, Sunday, June 30, 5:00 p.m.
Due Date (Pitch): Week 5, Friday, June 28, 5:00 p.m.
Value: 20% (Design)
The project design is Part 1 of the major assessment item for this course, a team-based project in
which students work in teams of 3–4 (possibly from different tutorial groups) to build and evaluate
a recommender system in a domain of your choice. The project design is an individual report
consisting of a project proposal, which is also presented briefly to the class as a “pitch” to assist in
the formation of teams. This means that not everyone’s individual proposal will be implemented,
but the idea is to form teams of students with similar proposals that can be combined. There are
no marks assigned to the pitch.
The project design should address all aspects of building and evaluating a recommender system,
ideally with time estimates and milestones of anticipated progress taking into account the time
available, though note that the design is only a proposal, so while some preliminary exploratory
data analysis is needed, no experimentation is required at this stage. Part 2 of the project is to
build and evaluate the recommender system as a team, and Part 3 (an individual report drawing
on the team’s work) involves analysis, evaluation and interpretation (possibly a small user study).
It is desirable that teams have a mix of skills and experience, for example machine learning, neural
networks/deep learning and/or human computer interaction.
Note that standard UNSW late penalties apply.
Project Design
The project design should be a concrete proposal addressing the following.
1. Scope. (5 marks) What is the domain of the recommender system, and who are its intended
users? How many items will be presented to the users at one time, and through what sort of
user interface (e.g. web or mobile)? The design should include some simple mockups of a possible
user interface and some description of the user interaction (including how user feedback is to be
obtained and used), but the user interface does not need to be built for the project implementation,
though you should be able to simulate user interactions in a user study, similar to the assignment.
If the system is to be used in a dynamic scenario, explain how the recommendation model will be
updated and how cold start problems will be addressed. Briefly consider the business model and
how the recommendations might generate revenue. Important: You cannot choose content-
based movie recommendation as a topic, and you cannot choose any topic or method
that you are using, or have used, in a major project in any other course.
2. Dataset(s). (5 marks) The aim is to use a realistic dataset for this recommendation problem.
However, you need a dataset of sufficiently good quality and quantity in order to build a good
recommendation model (compare Tutorial 3 where data is not of high quality – or quantity). You
can choose a dataset from sites such as Kaggle or Hugging Face (or elsewhere), but be aware of
the limitations of these datasets: (i) the dataset may be limited, and not reflect all the actual
data from the original site (the dataset may represent only a subset of users and/or interactions),
(ii) the dataset may be unrealistic (already sanitized) so may miss the full complexity of the real
problem, (iii) these sites are set up to host “competitions” that usually involve developing models
for predefined tasks with predefined metrics or training/test set splits, etc., and thus cover only
one aspect of recommendation, and encourage models that overfit the given data for that given
scenario. Especially note that performing well on a prediction task such as hosted on Kaggle is not
sufficient or even necessary for a good recommender system. Note also that you cannot propose
or use solution code from any such sites for use in your project, though you can use libraries that
implement general machine learning methods similar to scikit-learn, surprise, keras, etc.
3. Method(s). (5 marks) As in the assignment, the aim is to propose a number of methods
that you think are appropriate for the recommendation problem and user base as outlined above,
that will also work with the chosen dataset(s), and justify why you think these methods will
be suitable. Consider the different types of recommender system: content-based, collaborative
filtering, knowledge-based recommender systems and hybrid recommender systems (and if relevant,
sequential and context-aware recommendation). You should propose a basic approach with one
or more variants, as appropriate, perhaps three related methods or several ways of combining
methods to produce a hybrid recommender system, but bear in mind that your plan should allow
you enough time to evaluate the methods and the recommender system. It is not necessary at this
stage to have done any experimentation with the methods, and it is possible for you later to try
different methods in the actual project.
4. Evaluation. (5 marks) Discuss suitable metrics for assessing the performance of both the
recommendation model and resulting recommender system, taking into account how and when
recommendations will be presented to users. There should be a variety of metrics for both the
recommendation model (that focus on historical data) and the recommender system (that focus
on user feedback and/or interactions). It may be appropriate to use top-N metrics (for some N)
and/or per-user metrics, i.e. metrics averaged over a set of users. If there are multiple metrics, say
which are the most important or discuss the tradeoffs between the different metrics and how you
will choose the “best” model/system using the chosen metrics. Also consider the computational
requirements of the recommender system and especially any requirement for recommendations to
be computed in near-real time, or for the model to be dynamically updated/retrained. Also outline
the design of a user study (involving more than the assignment) for evaluating the recommender
system with real users, through a simulated user interface. Explain what user feedback you will
solicit about the recommender system (for example questionnaire). Note that this should be a
very informal study of a kind not requiring ethics approval.
Pitch
In the lecture sessions and some of the tutorial sessions in Week 5, students will present to the
class a **minute “pitch” of up to 3 slides outlining the basic ideas of the recommender system
as proposed in the report. The lecture theatre sessions will be hybrid so students can attend on
Zoom, however those present in the lecture theatre will be given the opportunity to present first.
Important: For those pitches held in the lecture theatre during scheduled class time,
the presentations will be recorded. This is standard practice for any assessment item.
Submission and Assessment
 Please include your name and zid at the start of the documents.
 Submit your design document and pitch as .pdf files using the following commands:
give cs9727 design design.pdf
give cs9727 pitch pitch.pdf
You can check that your submissions have been received using the commands:
9727 classrun -check design
9727 classrun -check pitch
 Assessment criteria include completeness of proposal and presentation quality.
Plagiarism
Remember that ALL work submitted for this assignment must be your own work and no sharing or
copying is allowed. You may discuss the assignment with other students but must not collaborate
on developing your project design or pitch. You may use datasets from the Internet only with
suitable attribution of the source. You may not use ChatGPT or any similar software to generate
any part of your design or pitch. Do not use public repositories on sites such as github or file
sharing sites such as Google Drive to save any part of your work – make sure your code repository
or cloud storage is private and do not share any links. This also applies after you have finished the
course, as we do not want next year’s students accessing your solution, and plagiarism penalties
can still apply after the course has finished.
All submitted assignments will be run through plagiarism detection software to detect similarities
to other submissions, including from past years. You should carefully read the UNSW policy on
academic integrity and plagiarism (linked from the course web page), noting, in particular, that
collusion (working together on an assignment, or sharing parts of assignment solutions) is a form
of plagiarism.
Finally, do not use any contract cheating “academies” or online “tutoring” services. This counts
as serious misconduct with heavy penalties up to automatic failure of the course with 0 marks,
and expulsion from the university for repeat offenders.

請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp






 

掃一掃在手機(jī)打開當(dāng)前頁(yè)
  • 上一篇:COMP4337代做、代寫Python設(shè)計(jì)編程
  • 下一篇:代寫CPT111、C++語(yǔ)言編程代做
  • 無相關(guān)信息
    合肥生活資訊

    合肥圖文信息
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科技CAE仿真
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科
    CAE仿真分析代做公司 CFD流體仿真服務(wù) 管路流場(chǎng)仿真外包
    CAE仿真分析代做公司 CFD流體仿真服務(wù) 管路
    流體CFD仿真分析_代做咨詢服務(wù)_Fluent 仿真技術(shù)服務(wù)
    流體CFD仿真分析_代做咨詢服務(wù)_Fluent 仿真
    結(jié)構(gòu)仿真分析服務(wù)_CAE代做咨詢外包_剛強(qiáng)度疲勞振動(dòng)
    結(jié)構(gòu)仿真分析服務(wù)_CAE代做咨詢外包_剛強(qiáng)度疲
    流體cfd仿真分析服務(wù) 7類仿真分析代做服務(wù)40個(gè)行業(yè)
    流體cfd仿真分析服務(wù) 7類仿真分析代做服務(wù)4
    超全面的拼多多電商運(yùn)營(yíng)技巧,多多開團(tuán)助手,多多出評(píng)軟件徽y1698861
    超全面的拼多多電商運(yùn)營(yíng)技巧,多多開團(tuán)助手
    CAE有限元仿真分析團(tuán)隊(duì),2026仿真代做咨詢服務(wù)平臺(tái)
    CAE有限元仿真分析團(tuán)隊(duì),2026仿真代做咨詢服
    釘釘簽到打卡位置修改神器,2026怎么修改定位在范圍內(nèi)
    釘釘簽到打卡位置修改神器,2026怎么修改定
  • 短信驗(yàn)證碼 豆包網(wǎng)頁(yè)版入口 破天一劍 目錄網(wǎng) 排行網(wǎng)

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
    ICP備06013414號(hào)-3 公安備 42010502001045

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    国产精品第一视频| 国产天堂在线播放| 久99久在线| 久久国产欧美精品| 久久久国内精品| 久久免费一级片| 久久精精品视频| 欧美精品久久久久久久久| 美女主播视频一区| 日韩视频在线观看国产| 狠狠久久综合婷婷不卡| 久久久女女女女999久久| 三级网在线观看| 欧美h视频在线观看| 国产精品一区二区三区在线| 久久精品magnetxturnbtih| 日本一区二区三区视频在线观看 | 欧美自拍视频在线| 国产美女久久久| 久久久精品国产亚洲| 中文字幕一区二区三区四区五区人| 日韩欧美三级一区二区| 97精品国产97久久久久久免费| 国产精品视频免费观看www| 日韩一级片免费视频| 免费av观看网址| 欧美精品video| 免费av网址在线| 亚洲一区精品视频| 国产美女精彩久久| 动漫一区二区在线| 久久精品视频免费播放| 国产女主播一区二区| 丁香六月激情网| 国产精品精品视频| 91精品国产91久久久久久不卡| 国产精品成人免费视频| 99免费视频观看| 欧美日韩不卡合集视频| 国产二区视频在线| 激情五月五月婷婷| 亚洲天堂第一区| 久久久国产视频| 97热精品视频官网| 激情欧美一区二区三区中文字幕| 欧美精品www在线观看| 久久久久久久久久久久久国产精品| 国产免费一区二区三区在线观看 | 91蜜桃网站免费观看| 欧美日韩一区二区三区免费| 一级一片免费播放| 国产成人免费av| 欧美一区视频在线| 久久久成人精品| 国产欧美精品一区二区三区| 日韩欧美一区二区视频在线播放| 九色91av视频| 国产欧美久久一区二区| 日本中文字幕在线视频观看| 久久亚洲春色中文字幕| 久久久久久噜噜噜久久久精品| 国产九色91| 欧美性资源免费| 视频一区国产精品| 久久99精品久久久久久噜噜 | 日韩中文字幕免费在线| 超在线视频97| 国产乱子伦精品| 日本午夜在线亚洲.国产| 久久久久国产一区二区三区| 国产精品美女xx| 国语自产精品视频在线看 | 欧美福利精品| 亚洲乱码一区二区三区| 国产欧美日韩视频| 日本三级中文字幕在线观看| 国产精品国产对白熟妇| 亚洲视频欧美在线| 久久精品xxx| 8050国产精品久久久久久| 高清在线观看免费| 亚洲综合av一区| 欧美成人精品一区| 国产精品日韩二区| 日韩中文娱乐网| 国产中文一区二区| 亚州国产精品久久久| 欧美日韩爱爱视频| 国产精品福利小视频| 国产精品美女主播在线观看纯欲| 国产成人精品一区二区三区福利| 日韩在线免费观看视频| 久久久久久久久久久综合| 久久99精品久久久水蜜桃| 国产成人av影视| 中文字幕精品一区日韩| 国产女主播av| 激情网站五月天| 精品免费国产| 久久精品视频免费播放| 91精品国产综合久久香蕉922| 日韩理论片在线观看| 亚洲激情电影在线| 欧美成人在线影院| 精品国产一区二区三区久久久狼 | 欧美激情一区二区久久久| 久久99视频免费| 97色在线播放视频| 国产日韩欧美综合精品| 日韩视频在线免费看| 欧美激情视频给我| 国产伦精品一区二区三区照片91| 日韩中文字幕一区二区| 久久无码高潮喷水| 久久久久在线观看| 永久久久久久| 国产伦理久久久| 久久精品国亚洲| 欧美亚洲一二三区| 国产精品免费网站| 日本亚洲欧美成人| 久久精品国产精品亚洲色婷婷| 久久亚洲精品视频| 欧美日韩精品综合| 日韩最新在线视频| 国产日韩视频在线播放| 久久久精品国产| 日韩欧美激情一区二区| 国产欧美精品va在线观看| 热久久美女精品天天吊色| 一本久久a久久精品vr综合| 国产成人av在线| 日韩久久在线| 午夜精品三级视频福利| 国产激情在线观看视频| 精品视频免费观看| 欧美在线一区二区三区四区| 欧美激情久久久久| 国产精选一区二区| 欧美一级免费视频| www.日韩视频| 国产精品亚洲自拍| 国产专区一区二区| 日韩精品一区在线视频| 熟女少妇在线视频播放| 精品九九九九| 久久久久久久久久久av| 国产精品自拍偷拍视频| 亚洲精品久久区二区三区蜜桃臀| 91精品国产99| 国产午夜大地久久| 日韩久久在线| 色中色综合成人| 中文字幕中文字幕在线中心一区| 久久视频免费在线| 国产欧美日本在线| 99精彩视频| 成人免费在线网址| 91精品国产高清久久久久久91| 麻豆一区区三区四区产品精品蜜桃| 亚洲三区视频| 久久精品国产亚洲精品2020| 九九热只有这里有精品| 99热一区二区三区| 欧美精品国产精品久久久| 日韩欧美一区二区在线观看| 日韩精品伦理第一区| 亚洲一区二区三区视频| 麻豆成人在线看| 亚洲精品日韩在线观看| 日韩中文字幕一区| 欧美一区二区视频在线| 欧美一级黄色影院| 亚洲高清视频一区| 中文字幕一区综合| 一区二区三区精品国产| 久久久久成人精品| 久久成人这里只有精品| 色噜噜狠狠色综合网图区| 久久久免费观看| 国产精欧美一区二区三区| 国产一级片91| 亚洲 国产 日韩 综合一区| 久久精品国产一区| 久久综合毛片| 亚洲高潮无码久久| 久久国产精品久久久久久| 久久噜噜噜精品国产亚洲综合| 久久久一二三四| 国产精品动漫网站| 日韩精品欧美一区二区三区| 7777奇米亚洲综合久久| 精品久久久久久乱码天堂| 欧美成人综合一区| 久久久久久久久影视| 日产日韩在线亚洲欧美| 91精品久久久久久久久中文字幕 | 日本一本a高清免费不卡| 国产精品亚洲激情| 麻豆国产va免费精品高清在线|