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

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

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

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



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.

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






 

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

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

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

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

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    国产高清自拍一区| 秋霞午夜一区二区| 天堂一区二区三区| 国产一区二区三区免费不卡| 久久久久久www| 亚洲一区二区三区在线免费观看| 蜜桃视频成人| 日日狠狠久久偷偷四色综合免费| 亚洲精品国产精品国自产| 国产一区 在线播放| 久久久精品电影| 欧美久久电影| 久久精品国产精品| 欧美亚洲在线播放| 久久久人人爽| 日韩中文一区| 国产成人黄色av| 日本少妇高潮喷水视频| 国产成人一区二区三区| 天堂а√在线中文在线| 91精品国产综合久久香蕉922| 欧美精品xxx| 国产一区二区三区四区五区加勒比 | 在线天堂一区av电影| 欧美亚洲精品日韩| 久久综合伊人77777蜜臀| 欧洲亚洲免费视频| 久久久www成人免费精品| 欧美欧美一区二区| 久久亚洲国产精品| 国产日韩精品久久| 亚洲一区国产精品| 久久综合九色综合久99| 日韩欧美视频网站| 国产精品污www一区二区三区| 激情久久av| 精品蜜桃传媒| 91精品国产91久久久久久吃药| 亚洲91精品在线观看| 97精品国产97久久久久久粉红| 亚洲精品日韩av| 久久av综合网| 国内精品国产三级国产99| 久久福利视频网| 啊啊啊一区二区| 日本精品视频一区| 国产精品久久久久久av| 国产欧美日韩精品专区| 亚洲一区二区三区四区视频| 久久精品国产一区二区三区日韩| 欧美亚洲国产成人精品| 操91在线视频| 国产精品91一区| 欧美精品一区二区三区久久| 精品国产乱码久久久久久蜜柚 | 欧美日韩亚洲第一| 精品国产乱码久久久久久郑州公司| 北条麻妃在线一区| 全黄性性激高免费视频| 欧美成人在线网站| 91精品国产综合久久香蕉922 | 欧美一区二区综合| 欧美激情在线有限公司| 国产成人精品国内自产拍免费看| 精品日韩美女| 视频一区二区在线| 久久亚洲国产精品| 久久综合九色综合88i| 精品网站在线看| 日本一本a高清免费不卡| 国产精品精品一区二区三区午夜版| 国产精品亚洲欧美导航| 欧美综合在线观看视频| 一区一区视频| 国产成人精品最新| 成人一区二区av| 欧美日韩一区二区视频在线观看| 在线视频福利一区| 国产精品视频在线观看| 91国偷自产一区二区三区的观看方式 | 国产成人精品久久久| 高清不卡一区二区三区| 欧美视频在线第一页| 午夜精品一区二区三区视频免费看| 国产精品免费在线播放| 国产激情综合五月久久| 国产女主播一区二区三区| 日韩免费观看av| 在线视频不卡国产| 欧美成人中文字幕| 国产成人精品自拍| 国产福利不卡| 91久久精品www人人做人人爽| 国内一区在线| 热99精品只有里视频精品| 无码免费一区二区三区免费播放 | 美女日批免费视频| 青青草一区二区| 手机在线观看国产精品| 欧美激情在线观看视频| 日韩在线播放一区| 91精品国自产在线观看| 国产精品一 二 三| 国产亚洲精品网站| 欧美极品少妇无套实战| 日本免费黄视频| 日韩一区二区三区高清| 亚洲国产精品一区二区第一页| 欧美激情综合色| 欧美极品在线播放| 欧美激情亚洲一区| 萌白酱国产一区二区| 国产精品极品尤物在线观看| 国产精品视频网站在线观看| www.日韩欧美| 久久久久久久久久婷婷| 久久精精品视频| 国产成人av在线播放| 久久亚洲综合网| 国产极品精品在线观看| 91精品国产91久久久久青草| 91精品网站| 99久久免费观看| 91久久精品一区| 久久偷窥视频| 久久精品日产第一区二区三区乱码| 久热这里只精品99re8久| 久久久久九九九| 久久久久久美女| 视频在线一区二区| 日韩亚洲在线观看| 久久精品视频免费播放| 久久久精品网站| 国产精品美腿一区在线看| 久久婷婷国产麻豆91天堂| 美女av一区二区| 日韩中文字幕国产精品| 久久久久久久久久久免费精品| 高清国语自产拍免费一区二区三区| av在线不卡一区| 国产成人精品日本亚洲专区61| 日本精品一区二区三区在线| 午夜在线视频免费观看| 亚洲精品一区二区三区四区五区 | 国产精品国产亚洲精品看不卡 | 久久亚洲春色中文字幕| 欧美精品情趣视频| 国产成人免费av电影| 久久久久久精| 精品国产一区二区三区久久久狼 | 国产精品久久不能| 国产精品久久中文字幕| 国产精品乱码视频| 国产精品国三级国产av| 国产精品精品视频一区二区三区| 国产精品久久亚洲7777| 国产精品久久国产精品| 国产精品传媒毛片三区| 日韩一区二区高清视频| 99久久久精品免费观看国产| 97免费在线视频| 97精品在线观看| 久久美女福利视频| 国产成人福利网站| 国产成人久久精品| 久久伊人免费视频| 国产精品成人久久久久| 综合国产精品久久久| 国产成人一二三区| 日韩网站免费观看| 日韩在线欧美在线国产在线| 久久精品一本久久99精品| 国产精品国产三级国产aⅴ9色| 国产99在线|中文| 亚洲精蜜桃久在线| 少妇熟女一区二区| 日本在线观看一区| 欧美亚洲国产成人精品| 国产一级不卡视频| 91国内在线视频| www.欧美免费| 久久在精品线影院精品国产| 在线视频福利一区| 人体精品一二三区| 国产在线拍揄自揄视频不卡99| 国产美女精品免费电影| 91福利视频网| 国产精品无码专区av在线播放| 精品国产一区二区三区久久久久久 | 中文字幕在线中文| 色之综合天天综合色天天棕色| 青青在线视频免费观看| 国产欧美一区二区三区不卡高清| 91九色国产ts另类人妖| 日韩亚洲国产中文字幕| 欧美激情中文字幕在线| 欧美午夜精品久久久久免费视| 91精品国产成人www| 久久国产精品久久久久久久久久| 日韩欧美精品在线不卡|