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

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

INFS4203代做、Java/c++程序設(shè)計(jì)代寫
INFS4203代做、Java/c++程序設(shè)計(jì)代寫

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


INFS4203/7203 Project Semester 2, 2024 
Due dates: 
16:00 on 13th
 September 2024 for project proposal (Phase 1, 15%) 
16:00 on 25th
 October 2024 for project report (Phase 2, 20%) 
Important Assignment Submission Guidelines: 
1. All assignments must be submitted exclusively through the UQ Blackboard. No other forms of 
submission will be accepted. 
2. Failure to submit an assignment appropriately before the due date will result in a penalty, as 
outlined in the ECP. 
3. It is your responsibility to ensure that your assignment is successfully submitted before the 
designated deadline. 
4. Please note that email submissions will not be accepted under any circumstances. 
 
Overview 
The assignment aims to assess your ability to apply data mining techniques to solve real-world problems. 
This is an individual task, and completion should be based on your own design. 
For this assignment, you will individually complete a project proposal and implement it to develop data 
mining methods applicable to test data. You can choose either: 
• A data-oriented project, or 
• A competition-oriented project. 
To complete the project, you need to submit a comprehensive proposal in Phase 1, clearly describing the 
data pre-processing, tuning, model training, and evaluation techniques you plan to apply. Based on this 
proposal, in Phase 2, you will submit a project implementation and a report on the final test results. 
 
 
 
 V1.0 2 
 
Track 1: Data-oriented project 
In this data-oriented project, our dataset named DM_project_24.csv is designed to closely simulate realworld
 scenarios, reflecting the inherent complexities found in natural data. In real-world applications, 
many considerations revolve around deciding how and which data mining techniques to apply to the given 
data to benefit future predictions in the testing phase. The dataset exhibits a compelling resemblance to 
naturally occurring data, offering an excellent opportunity to study and develop robust solutions 
applicable to real-world data analysis. 
In this project, you will be provided with a dataset named DM_project_24.csv which is the training data 
we will use. Except for the first row, each row in the data file corresponds to one data point. There are 
1600 data points in this dataset, formed by micro-array expression data and functional data of 1600 genes 
of E. coli, a bacterium commonly found in the lower intestine of warm-blooded organisms. The first 103 
columns (“Num (Col 1)” to “Num (Col 103)”) are numerical features describing their expression levels. The 
following 2 columns (“Nom (Col 104)” and “Nom (Col 105)”) are nominal features describing the gene 
functions. If the gene has a special function, it will be denoted as 1; otherwise, 0. NaN denotes that the 
feature value is missing at the position. The final column “Target (Col 106)” is the label for the gene 
indicating whether the gene has the function “Cell communication”. In this column, the positive class is 
denoted as 1, and the negative class is 0. 
The main objective, based on the provided labeled data, is to develop a classifier capable of accurately 
classifying a data point into one of the three classes for unseen data. The classifier's performance will be 
evaluated by the teaching team using the test data released in Week 9, with the ground truth labels 
accessible only to the teaching team. 
Phase 1: project proposal (15 marks) 
In the initial phase of the project, you are required to submit a proposal by 16:00 on 13th September 2024. 
This proposal should outline your comprehensive plan for the project, detailing the learning process and 
the timeline for Phase 2. It is important to note that this proposal does not require the submission of any 
actual code or the reporting of training, validation, or test results. Furthermore, an abstract is not 
necessary for this phase. The emphasis should be on providing a clear and detailed outline of your 
approach and the planned timeline for Phase 2. 
The proposal, valued at a total of 15 marks, should be presented as a unified, coherent document that 
articulates your comprehensive strategy for the project. It is essential that the proposal is not formatted 
as a series of question-and-answer sections, but rather as a flowing narrative that integrates the following 
four key aspects seamlessly into the overall discussion. This format is crucial for demonstrating your ability 
to synthesize information and formulate a strategic plan. Note that you should ONLY use techniques 
covered in INFS4203/7203 from Week 2 to Week 8, specifically excluding any advanced content taught 
during these weeks. Techniques beyond those basic ones delivered in the specified weeks, as well as any 
advanced techniques, are NOT allowed. 
1. Pre-processing Techniques (3 marks): Based on your analysis of the dataset, discuss whether preprocessing
 techniques such as outlier detection, normalization, and imputation should be considered. 
Describe how to determine the appropriate techniques using cross-validation. Then, integrate this V1.0 3 
 
 discussion naturally into your overall project strategy by outlining how you will apply these techniques 
to the current data to optimize the predictive performance of your models. 
2. Application of Classification Techniques (5 marks): With the pre-processed data, outline the process 
for applying the four specified classification techniques learned in lectures—decision tree, random 
forest, k-nearest neighbor, and naïve bayes. Describe the necessary model selection and 
hyperparameter tuning via cross-validation. Integrate into your discussion the need to establish and 
provide reasonable ranges for hyperparameter searches, detailing how these ranges are determined 
and their relevance to the overall strategy. Additionally, consider an ensemble of the classification 
results from different models to enhance prediction accuracy. 
3. Model Evaluation (3 marks): Detail your approach for evaluating the models using cross-validation, 
specifically addressing how the chosen evaluation metric is suited to the data distribution of your 
project. This section should reflect a thoughtful analysis of why certain metrics are preferred, based 
on the characteristics of your dataset. 
4. Project Timeline (1 mark): Provide a detailed timeline for the implementation of your project during 
Phase 2. This timeline should not merely list milestones but must also include a justified explanation 
of the time allocated to each activity. Clearly articulate how each segment contributes to the overall 
project goal, ensuring that the timeline demonstrates a well-planned approach. It should reflect a 
succinct and feasible plan, showing how the implementation and testing phases can be completed on 
schedule, with all deliverables ready for submission by the due date of Phase 2. 
The remaining 3 marks will be awarded based on the presentation of the proposal. The proposal should 
be well-structured to facilitate understanding and presented in a neat and professional manner, including 
a correctly formatted bibliography as per the examples in the provided template. Marks will be deducted 
for formatting, spelling, grammar, bibliography, referencing, or punctuation errors that hinder the 
comprehension of the proposal. 
Hints: 
1. Focus on Application: In the proposal, avoid detailed explanations of the mechanics of each technique 
or how to calculate each metric, unless necessary. Instead, emphasize practical considerations such 
as the criteria for deciding which techniques to apply to your data. 
2. Conjugation of Techniques: The selection of pre-processing techniques should be directly tied to their 
impact on classification outcomes. It is crucial to use cross-validation to identify the most effective 
combination of pre-processing and classification techniques. Some combinations may yield better 
performance than others due to their synergistic effects. 
3. Evaluating Results: When assessing the effectiveness of different methods using cross-validation, 
consider both the mean and standard deviation to determine which result is superior. 
4. Ensemble Techniques: Consider the potential benefits of using an ensemble of ensembles, such as 
combining the outputs of a random forest and k-NN through majority voting. 
5. Consistency in Testing: Ensure that the same pre-processing techniques applied during the training 
phase are also used during the testing phase. 
Using of Generative AI 
Artificial Intelligence (AI), such as ChatGPT, provides emerging tools that may support students in 
completing this assessment task. Students may appropriately use AI in a revision of existing authentic V1.0 4 
 
assessments only. This may involve correcting grammar errors, improving sentence structures, enhancing 
clarity of expression, or making other relevant revisions. Students must clearly reference any use of AI in 
each instance to complete the assessment task. A failure to reference AI use or any other way of using 
AI beyond the revision of existing authentic assessment may constitute student misconduct under the 
Student Code of Conduct. 
Specifically, if you use generative AI tools to help revise your proposal, you should 
1. Acknowledgment Section: Include a dedicated section in your work where you acknowledge the use of 
AI tools and mention which parts of the content have been revised by AI. 
2. Documentation (not under the four page limit): Keep track of the AI interactions and any generated 
outputs during the revision process. This documentation can serve as evidence for the use of AI if needed. 
Students may be required to demonstrate detailed comprehension of their written submission 
independent of AI tools through an in-person interview. 
Format 
The proposal should follow the style of Proposal_Template.doc. The submission should be within four 
pages, including all references and illustrations (if needed). References should be properly provided once 
necessary, even if you use contents from lecture slides. Non-peer reviewed web sources could be used 
and should also be properly cited. 
Submission 
The proposal should be submitted 
• in PDF or Doc (Docx) format, other formats are not acceptable, and 
• through the “Proposal submission” Turnitin link provided at Blackboard -> Assessment -> Project -> 
Proposal submission before the deadline. 
You are allowed to submit the proposal multiple times before the due date. Only the last submitted 
version will be marked. A penalty of 10% of the maximum possible mark will be deducted per 24 hours 
from the time submission is due, for up to 7 days. After 7 days, you will receive a mark of 0 (see ECP for 
details). 
Do not submit codes in Phase 1, even if you have analyzed data by programming. 
Phase 2: Project report (20 marks) 
In this phase, you will implement the strategies outlined in your proposal to classify the test data, which 
will be available in Week 9. It is important to note that you are permitted to use only the techniques 
covered in INFS4203/7203 from Week 2 to Week 8, specifically excluding any advanced content 
introduced during these weeks. Additional details about the format, marking standards, and submission 
guidelines will be released in Week 9. 
Regarding the programming tools, you have the flexibility to choose any language that best meets the 
needs of your project for Phase 2. V1.0 5 
 
 
Track 2: Competition-oriented project 
In this project, you are required to participate in an online data mining competition that aligns with the 
learning objectives of this course. The competition must have a leaderboard, offer monetary rewards 
and conclude no later than October 24th, 2024. Additionally, it should have a minimum of ten 
competitors to ensure a competitive environment. 
If you identify a suitable competition, please express your interest by registering through this link: Express 
of Interest Form. Availability is limited to 10 students and will be determined based on the timeliness of 
your EOI submission and the relevance of the competition to the course's learning objectives. 
Please note that the competition must offer monetary rewards. Therefore, most entry-level Kaggle 
competitions labeled under the tags “Getting Started,” “Playground,” or “Community” are NOT eligible 
for this project. You can explore competitions outside these categories to find those that qualify. 
Since this project will be evaluated based on your position in the leaderboard, please format your Kaggle 
username as INFS4203_2024_sxxxxxxxx (where xxxxxxxx is your eight-digit UQ student number). Failure 
to do so will result in the project not being marked in Phase 2. 
 
Phase 1: project proposal (15 marks) 
In the first phase of this project, you are required to submit a proposal, which will contribute a total of 15 
marks to your overall score. You can earn up to 12 marks by clearly and comprehensively describing the 
following aspects and the processes based on them to achieve optimal generalization performance. In this 
track, you are permitted to use data mining techniques beyond those covered in INFS4203/7203, based 
on your own exploration of the subject. 
1. (2 marks) Provide a description of the competition task and outline the basic statistics of the 
provided dataset. 
2. (3 marks) Analyze the dataset to determine if the following pre-processing techniques should be 
considered: outlier detection, normalization, imputation, etc. Explain how to select appropriate 
techniques through cross-validation and their application to the current data. 
3. (5 marks) Describe the process of applying four classification techniques—learned in lectures or 
additional methods such as SVM, logistic regression, neural networks, and boosting—to the preprocessed
 data. Include details on model selection and hyperparameter tuning through crossvalidation.
 Also, consider integrating an ensemble of results from different classifiers at the end 
of the learning phase. 
4. (1 mark) Outline the method for evaluating the model using cross-validation on the current 
dataset. 
5. (1 mark) Provide a timeline for the second phase of your project, detailing a justified, 
comprehensive, and feasible list of milestones. 
The remaining 3 marks will be awarded based on the structure and presentation of your proposal. The 
proposal should be well-organized and easy to comprehend, neatly formatted, and professionally 
presented, including a properly formatted bibliography as per the example in the provided template. V1.** 
 
Deductions will be made for formatting, spelling, grammar, bibliography, referencing, or punctuation 
errors that impede the understanding of the proposal. 
Using of Generative AI 
Artificial Intelligence (AI), such as ChatGPT, provides emerging tools that may support students in 
completing this assessment task. Students may appropriately use AI in a revision of existing authentic 
assessments only. This may involve correcting grammar errors, improving sentence structures, enhancing 
clarity of expression, or making other relevant revisions. Students must clearly reference any use of AI in 
each instance to complete the assessment task. A failure to reference AI use or any other way of using 
AI beyond the revision of existing authentic assessment may constitute student misconduct under the 
Student Code of Conduct. 
Specifically, if you use generative AI tools to help revise your proposal, you should 
1. Acknowledgment Section: Include a dedicated section in your work where you acknowledge the use of 
AI tools and mention which parts of the content have been revised by AI. 
2. Documentation (not under the six page limit): Keep track of the AI interactions and any generated 
outputs during the revision process. This documentation can serve as evidence for the use of AI if needed. 
Students may be required to demonstrate detailed comprehension of their written submission 
independent of AI tools through an in-person interview. 
Format 
The proposal should follow the style of Proposal_Template.doc. The submission should be within six 
pages, including all references and illustrations (if needed). References should be properly provided once 
necessary, even if you use contents from lecture slides. Non-peer reviewed web sources could be used 
and should also be properly cited. 
Submission 
The proposal should be submitted 
• in PDF or Doc (Docx) format, other formats are not acceptable, and 
• through the “Proposal submission” Turnitin link provided at Blackboard -> Assessment -> Project -> 
Proposal submission before the deadline. 
You are allowed to submit the proposal multiple times before the due date. Only the last submitted 
version will be marked. A penalty of 10% of the maximum possible mark will be deducted per 24 hours 
from the time submission is due, for up to 7 days. After 7 days, you will receive a mark of 0 (see ECP for 
details). 
Do not submit codes in Phase 1, even if you have analyzed data by programming. 
 
Phase 2: Project report (20 marks) V1.0 7 
 
In this phase, you will implement the ideas outlined in your proposal and use the developed models to 
achieve a strong position on the competition's public leaderboard. 
There are no restrictions on the type of programming languages you can use in Phase 2; you may select 
any language with which you are comfortable. 
Since this project will be evaluated based on your position in the leaderboard, please format your Kaggle 
username as INFS4203_2024_sxxxxxxxx (where xxxxxxxx is your eight-digit UQ student number). Failure 
to do so will result in the project not being marked in Phase 2. 
Details regarding the marking standard, format and submission process will be released in Week 9. 


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




 

掃一掃在手機(jī)打開當(dāng)前頁
  • 上一篇:代寫COMP3702、python語言程序代做
  • 下一篇:代做4CM508、SQL編程語言代寫
  • 無相關(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代做咨詢外包_剛強(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)營技巧,多多開團(tuán)助手,多多出評軟件徽y1698861
    超全面的拼多多電商運(yùn)營技巧,多多開團(tuán)助手
    CAE有限元仿真分析團(tuán)隊(duì),2026仿真代做咨詢服務(wù)平臺
    CAE有限元仿真分析團(tuán)隊(duì),2026仿真代做咨詢服
    釘釘簽到打卡位置修改神器,2026怎么修改定位在范圍內(nèi)
    釘釘簽到打卡位置修改神器,2026怎么修改定
  • 短信驗(yàn)證碼 豆包網(wǎng)頁版入口 破天一劍 目錄網(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號-3 公安備 42010502001045

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    国产美女99p| 99伊人久久| 日韩精品一区二区三区丰满| 激情内射人妻1区2区3区| 俄罗斯精品一区二区| 日韩在线视频线视频免费网站| 国产精品电影观看| 亚洲午夜精品久久| 欧美日韩天天操| 91免费视频网站在线观看| 日韩在线播放视频| 亚洲精品欧洲精品| 国产欧美一区二区三区久久 | 日韩亚洲欧美视频| 国产伦精品一区| 国产精品久久久久久久一区探花| 日韩av电影在线免费播放| 国产伦精品一区二区三区| 国产精品三级美女白浆呻吟| 少妇性饥渴无码a区免费| 国产人妻互换一区二区| 久久久久久欧美| 色之综合天天综合色天天棕色| 国产精品一 二 三| 精品不卡一区二区三区| 欧美 日韩 国产 高清| 久久99精品久久久久久秒播放器| 亚洲一区 在线播放| 国产一区二区精品在线| 色噜噜久久综合伊人一本| 视频一区二区视频| 久久久免费精品| 亚洲最新免费视频| yy111111少妇影院日韩夜片| 久久av资源网站| 妓院一钑片免看黄大片| 国产精品日韩在线| 欧美 日韩 国产在线观看| 国产成人无码a区在线观看视频| 日韩精品欧美一区二区三区| 久久久久se| 日韩欧美三级一区二区| 久久精品午夜一区二区福利| 午夜精品视频在线观看一区二区| 国产伦理一区二区三区| 久久久久国产精品一区| 成人av电影免费| 亚洲一区免费看| 91福利视频在线观看| 婷婷久久五月天| 久久久久女教师免费一区| 欧洲精品一区二区三区久久| 国产精品视频免费观看www| 国内精品久久久久久影视8| 国产精品免费成人| 国产精品揄拍500视频| 中文字幕一区二区中文字幕| 高清国产一区| 中文网丁香综合网| 国产精品香蕉av| 亚洲精品免费在线看| 久久久综合香蕉尹人综合网 | 麻豆成人在线播放| 欧美人与性动交| 99久久99久久精品| 日韩av一区二区三区在线| 久久久久久久久91| 欧美日韩一道本| 精品免费国产一区二区| 91av在线播放| 欧美国产视频一区| 国产av第一区| 97久久精品人人澡人人爽缅北| 少妇高潮喷水久久久久久久久久| 久久人人爽人人爽人人片av高清| 日本成人精品在线| 久久成年人免费电影| 91免费国产精品| 日韩国产一区久久| 欧美巨猛xxxx猛交黑人97人| 国产精品99导航| 黄色影视在线观看| 亚洲v日韩v欧美v综合| 国产成人鲁鲁免费视频a| 国产在线精品91| 欧美一区二区视频17c| 国产精品视频精品| 国产精品自拍网| 日韩视频在线播放| 欧美精品福利视频| 深夜福利一区二区| 福利视频一二区| 欧美亚州在线观看| 亚洲一区三区在线观看| 国产精品欧美激情在线观看| 成人美女免费网站视频| 亚洲影院色在线观看免费| 日本高清+成人网在线观看| 国产夫妻自拍一区| 国产精品网站免费| 97国产在线视频| 国内揄拍国内精品少妇国语| 亚洲精品天堂成人片av在线播放| 久久久亚洲国产精品| 国产亚洲天堂网| 日韩无套无码精品| 亚洲色欲久久久综合网东京热| 国产精品区一区二区三在线播放| 成人久久久久久久| 日韩欧美一区二| 欧美激情一级欧美精品| 色妞久久福利网| 91精品成人久久| 国产区二精品视| 男人天堂新网址| 日本韩国欧美精品大片卡二| 亚洲伊人久久综合| 久久综合久中文字幕青草| 91高清免费视频| 国产九色porny| 精品视频免费观看| 欧美性天天影院| 日本国产高清不卡| 欧美一级片久久久久久久| 中文字幕在线亚洲精品| 两个人的视频www国产精品| 久久成人福利视频| 成人国产一区二区三区| 国产综合在线看| 欧美专区在线播放| 亚洲成色www久久网站| 久久97久久97精品免视看| 国产精品视频区| 国产成+人+综合+亚洲欧洲| 97久久精品国产| www日韩在线观看| 国产日韩欧美精品在线观看| 精品日产一区2区三区黄免费 | 国产在线观看福利| 欧美精品一区二区三区在线看午夜 | 欧美又大又粗又长| 午夜精品久久久久久久久久久久 | 极品粉嫩国产18尤物| 欧美在线播放cccc| 欧美中文在线视频| 日本精品久久久久久久| 性高潮久久久久久久久| 亚洲午夜精品久久久久久人妖| 欧美激情精品在线| 中文字幕欧美日韩一区二区| 欧美激情精品久久久久久久变态 | 国产欧美精品一区二区三区-老狼| 黄色一级片播放| 国产一区二区中文字幕免费看| 国产欧美日韩免费| 8050国产精品久久久久久| 久久久久久久亚洲精品| 国产精品男人爽免费视频1| 欧美精品在线观看91| 午夜精品一区二区在线观看| 欧美在线观看黄| 国产日韩中文字幕在线| 国产精品1区2区在线观看| 久久精品91久久香蕉加勒比| 欧美美最猛性xxxxxx| 亚洲精品在线免费| 欧美视频在线观看网站| 国产一区视频在线播放| 久久免费一级片| 久久夜色精品亚洲噜噜国产mv| 亚洲蜜桃av| 免费久久99精品国产自| 91高清免费视频| 久久天天躁狠狠躁夜夜av| 亚洲五码在线观看视频| 欧美日韩一区二区三区电影| 国产精品午夜av在线| 日韩视频免费大全中文字幕| 在线视频一区观看| 欧美亚洲国产免费| 国产精品aaa| 精品久久久久久久免费人妻| 日韩视频一二三| 超碰免费在线公开| 国产精品偷伦一区二区| 亚洲精品欧美极品| 精品一区二区三区日本| 久久艹中文字幕| 久久久久久av| 欧美激情精品久久久久久小说| av观看免费在线| 久久综合电影一区| 欧美婷婷久久| 久久久免费在线观看| 精品自在线视频| 国内精品一区二区三区四区| 丝袜一区二区三区| 亚州欧美日韩中文视频| 国产精品专区一| 国产精品成人av性教育|