COMP6685 Deep LearningR

Java Python COMP6685 Deep Learning

RETRIEVAL ASSESSMENT

INDIVIDUAL (100% of total mark)

Deliverables:                      1x Jupyter notebook

Task: You are required to develop a phyton code using TensorFlow (Keras) with additional comments to answer the question in the next section. Your code should be able to run on CPUs.

Create a code, in the provided template in Moodle, to train a Recurrent Neural Network (RNN) on the public benchmark dataset named Poker Handavailable at https://archive.ics.uci.edu/ml/datasets/Poker+Hand .

Poker Hand dataset is composed of one training set named “poker-hand- training-true.data” and one testing set named “poker-hand-testing.data” .

You will need to download both training and testing sets into your local disk by clicking the Download hyperlink (in the top right button of the page).

In Poker Hand dataset, each data sample (row) is an example of a hand  consisting of five playing cards drawn from a standard deck of 52. Each card is described using two attributes (suit and rank), for a total of 10 predictive attributes. There is one Class attribute that describes the "Poker Hand". You can find more information about this dataset from:

https://www.kaggle.com/datasets/rasvob/uci-poker-hand-dataset

The dataset should be imported in the code. An example on how to import the dataset to your code can be found from the link below:

https://www.kaggle.com/code/rasvob/uci-poker-dataset-classification

In this assignment, you are required to implement a single vanilla RNN (not

LSTM nor GRU) and add a comment in each of the parameters chosen. The

RNN should be trained with the training set and its performance should be evaluated on the testing set.

You can determine the setting of the RNN (including, the number of layers, number of recurrent neurons in each layer, regularization, dropout, optimiser, activation function, learning rate, etc.) according to your own preference. However, it is important that the RNN can achieve good classification performance in terms of accuracy on the testing set after being trained on the training set for no more than 40 epochs.

An acceptable classification accuracy rate on the testing set should be above 65%, namely, more than 65% of the testing data samples are correctly classified by the RNN model. You are also required to present the confusion matrix along with the classification accuracy as the final prediction result.

All main settings should be commented in the line code. The output of each code block and the training progresses of the RNN models should be kept in the submitted jupyter notebook file. A question about final remarks on the results will be answered on the markdown defined in the template.

Submission:

•    by Moodle within the deadline of Monday, 5th August 2024, before the cutoff at 23.55

•   Submit only a jupyter notebook file. Use the template provided. The comments should be included in the file as comments in code or in the markdown space allocated.

•   Your jupyter notebook file name should include your Student ID, Name

Marking Scheme (100 marks for the assessment that corresponds to 25% of the total mark of the module):

•    Importing the dataset (both training set and testing set)         

  • 22
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值