COMP6345 – Intelligent Systems – Weekly Report

Week 1

On our first week class, we were told about the introduction of Intelligent Systems materials especially the basic concept of Artificial Intelligence and Machine Learning. Also the lecturer told us about the rundown or the whole schedule of this course, and ask us to form of group consist of max. 3 persons, and my member’s blog link is down below.

Team Members :
– Alifio Rasendriya Rasyid | 2201798295
– Jason Sianandar | 2201796440

Week 2

On our second week class, the lecturer taught us about Search Strategies in Artificial Intelligence. And those Search Strategies specified into two different techniques which is Uninformed Search and Informed Search.

Uninformed Search is a searching technique that has no additional information about the distance from the current state to the goal.

Informed Search is another technique that has additional information about the estimate distance from the current state to the goal.

The lecturer also give us an exercise about all search techniques to make us more proficient in this Search Strategies topic.

Week 3

On our third week class, the lecturer taught us more specific about the Informed Search. In Informed Search, the algorithms have information on their goal state, in which it make the searching process more efficient. This information is obtained by something called a heuristic. We also learnt about the algorithms of Informed Search, which is:

  • Greedy Search
  • A* Tree Search
  • A* Graph Search

At the end of the session the lecture give us an exercise about Informed Search‘s algorithms to make us more proficient in this topic.

Week 4

On our fourth week class, the lecturer taught us about Adversarial Search which is the search that an AI (Artificial Intelligence) used in game.

So, Adversarial Search is a search when there is an opponent changing the state of the problem every step in a direction you do not want.
Examples: Chess, business, trading, and war.

We also learnt about Minimax Algorithm, and Alpha-Beta Pruning on this week class.

Same as the previous weeks, at the end of the session the lecture give us an exercise about this week topics.

Posted in Intelligent Systems, Projects | Leave a comment

ISYS6169 – Database Systems – Final Project – Contribution

Course : ISYS6169 – Database Systems

Contribution :

– Alifio Rasendriya Rasyid | 2201798295 : Adding the UI effect, Make a graph/chart revenue on home menu, Back-end programming, Add convert PDF invoice code, Handle complex query, and final project report.

– Nicholas Michael Halim | 2201798761 : Adding the UI effect, Designing UI, Whole Back-end programming, and complex back-end, Making Database on PhpMyAdmin, Make Database relation, error handling & validation, and final project report.

– Muchsin Hisyam | 2201797430 : Most of UI Designs, Back-end programming, Making Database on PhpMyAdmin, Make Database relation, error handling  & validation, and final project report.

– Ricky Anderson |2201796636 : Make proposal, and final project report.

Posted in Database Systems, Projects | Leave a comment

ISYS6169 – Database Systems – Final Project – Proposal

Course : ISYS6169 – Database Systems

Lecturer : Nunung Nurul Qomariyah

Team Members :
– Alifio Rasendriya Rasyid | 2201798295
– Nicholas Michael Halim | 2201798761
– Muchsin Hisyam | 2201797430
– Ricky Anderson |2201796636

Description :

Introduction

We are going to make a database program for a bakery owner. We wanted to create this program with the goal of helping this bakery owner in keeping track of their company’s revenue, based on what they sell and the history of what they’re selling.  They can just write them down but it just takes too much time and effort, so why don’t we just help them making this database program to keep them track on their bakery.

Background
Bakery owners usually just sell their items, they don’t know how much they sell that day, this will make them unaware of whether they will be gaining profit or loss. They don’t know how much they sell and what revenue they get.

Solution
We are going to make a database program to help the bakery owner to keep track of their bakery selling revenue. Based on their input which will affect the database searching for the price that has been inputted and adding it into their revenue data while adding that item to the history.

Program Design
The project itself we are using MySQL for the database and for the interface we are using JavaFX. The database are using this ER Diagram as shown below. 

Posted in Database Systems, Projects | Leave a comment

COMP6341 – Multimedia and Human Computer Interaction – Final Project – Contribution

Course : COMP6341 – Multimedia and Human Computer Interaction

Description :

My contribution on our final project game is making the assets / images by using Corel Draw application. I used some references for the assets on Google. I also design each layouts of the game.

Posted in Multimedia, Projects | Leave a comment

COMP6341 – Multimedia and Human Computer Interaction – Final Project – Manual

Title : Use Your Head

Course : COMP6341 – Multimedia and Human Interaction

Lecturer : Raymond Bahana, ST., M.Sc.

Team Members :
Alifio Rasendriya Rasyid | 2201798295
– Jason Sianandar | 2201796440
– Muchsin Hisyam | 2201797430

Description :

There are 2 players in this game, this game is basically scoring the ball to the opposite goal. Player 1 use W, A, D, space to jump. move left, move right, kick the ball. Player 2 use up, right, left arrow key to jump, move right, and move left and “.” to kick the ball. The scoring system is based on points when the ball go in the goal. It will end until it reaches 9.

Evidence :

Image 1 – Title / Main Page

Image 2 – Help Page

Image 3 – Game Page

Posted in Multimedia, Projects | Leave a comment

COMP6341 – Multimedia and Human Computer Interaction – Final Project – Proposal

Title : Use Your Head! (Not confirmed yet)

Course : COMP6341 – Multimedia and Human Interaction

Lecturer : Raymond Bahana, ST., M.Sc.

Team Members :
Alifio Rasendriya Rasyid | 2201798295
– Jason Sianandar | 2201796440
– Muchsin Hisyam | 2201797430

Description :

In this team project, we decided to make a simple multiplayer game based on soccer theme. So, the game play is same like real soccer in which both player should defends their’s goal and score to their opponent’s goal but only using one character. So, the character can use their’s head or foot to score a goal. Also, one match will be split to two rounds/half, and each rounds will be limited by one and half minutes. There will be sudden-death when the times ends but both player have same score.

Posted in Multimedia, Projects | Leave a comment