Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
ANONYMOUS wrote
Please see slide 8 of sequential decision problems. Machine learning was covered as part of learning agents. All up-to-date slides are available on LMS
Some solutions to midterm exams are available here https teaching.csse.uwa.edu.au units CITS3001
Only material covered in the lectures in 2022 will be part of the syllabus for exam
Yes, DFS is a better choice.
For the image classification, you needed to mention what type of problem it was. It was a supervised learning problem because class labels are available,
The allowable items are 1 and 4 ( 1,0,0,1 ), i.e., item with weight 3 and item with weight 5.
In the second last row the correct numbers are 0,0,0,2,3,4,4,5,6
In the last row the correct numbers are 0,0,0,2,3,4,4,5,6
Make sure to first order your wei...
The total points for paper are 100.
There are 20 multiple choice questions, each carrying 2 points(total points for MCQs 40)
There are 4-5 short-answer questions, each testing a particular area of the unit e.g., optimisation, search etc. Each such qu...
One partner should submit.
The project was due at 17 00 hrs. To cater for any unforeseen technical issues (at the server client side), I will accept projects until 11 59.
Hi,
the sample papers are already available on LMS.
There will questions from theory and conceptual questions.
there will be a quiz on 21st October. I suggest you take the quiz to prepare for the exam.
I have already extended the deadline from 13th to 17th October. I would like to send out the grades before the final exams. In case of an extension it would not be possible. Please try to submit as much work as possible by the deadline.
Cheers
ANONYMOUS wrote
Hi
Face to Face students cannot take online exams. The exam has been designed in a way that it will not put online students at an advantage. The exam consists of 20 MCQs, followed by short-answer questions. The exam does not have long ...
You can define your own uncertainty interval. In the beginning you have to start somewhere, so need some interval to generate random numbers for uncertainties, after that, in each interaction update the uncertainty by a value (mu, a random variable o...
ANONYMOUS wrote
Hi,
I answered some FAQs yesterday. I believe you will find the answer there. If you need more clarity then please speak to me after the lecture tomorrow or set up a meeting time on teams.
Cheers
Why does the red team have their own uncertainty?
I explained this concept in the class, giving examples of android vs apple phone users. The red team has an uncertainty variable because we need to quantify whether it can pursue a green node to ch...
Please find my answers inline with your queries.
ANONYMOUS wrote
- blue agent dead
- red agent lost all followers
- you can keep a check on the number of simulations, e.g., run 100 500 or 1000 simulations and then capture the state of the game. That can...
That is a very good reply Ryan
Those of you who would like to jump to implementing your agents first and then solving the initialisation stuff, can use the files that I have uploaded on LMS Project2022 (also available on teams).
Erdos-Renyi is indee...
The input is a maze, with some clear path and some solids (can be represented as dots and hash)
The output is the next move i.e., the x and y coordinates. You need to think over the lines of creating a 2D matrix with some dots and hashes and then star...
You can submit labs 3-6 in Python. There are 2 questions in each lab, one requires a python solution and the other a java solution. You got to attempt only one of them.
Project is designed in such a way that a student can attempt it on their own. However, I want to encourage students to learn to work in pairs as it enhances creativity and improves problem solving skills. Students will be marked on the same scale whe...
First of all, attempt this question in your IDE first.
For testing purpose, populate a table of say 4 or 5 cities and call this function from your main program. Once you are sure that the program is working as expected, you can copy paste the code an...
ANONYMOUS wrote
Thanks for letting me know. I have uploaded the pseudocode under Week1 in LMS. Happy to answer further questions in the class.
Cheers
Mehwish
Attendance in labs is not compulsory, though it will be highly useful to attend the lab sessions. However, you can complete the labs at home through moodle.