Remaining Posts move to:

by arkaan on 19/01/2020

WordPress is being wongky and annoying. It won’t let me properly update posts so I moved.

https://2101718425arkaan.weebly.com/

No Comments

Week 6 Apriori

by arkaan on 19/01/2020

An Algorithm to find set of items that are frequently associated with one another. An example use of the algorithm would be to find items that are frequently bought together in a store.

From a given data set, the frequency of each item is first calculated, based on a determined minimum support, the items that are above the minimum support will be used on the next iteration.

The items that are passed on the the next iteration is then combined into all possible sets. The frequency of those sets are then calculated again. The sets that are above the minimum support is then passed on to the next iteration.

The first and second step is then repeated until there are no longer any sets that pass the minimum support.

From the last iteration that has sets that are above the minimum support, those sets are then used to calculate the confidence of the set.

No Comments

Week 5

by arkaan on 17/01/2020

For week 5 we were refreshed with what was AI and the different types of AI. The main study topic was clustering.

We learnt two methods of clustering: K-Means, and Hierarchical.

K-Means is a method to cluster data using centroids. Through multiple iterations data is clustered based on their distance from a given centroid.

No Comments

COMP6345 – Intelligent Systems

by arkaan on 24/10/2019

COMP6345 – Intelligent Systems

 

Initial Post for Intelligent System class

In this class we learn about AI, how to process data, and algorithms used, etc.

No Comments

MHCI Final Project

by arkaan on 19/11/2018

Course: COMP6341- Multimedia and Human Computer Interaction

Project name “Chemical Escape”

Google Drive link of project files: https://drive.google.com/open?id=19ZWN71fqUXoNSij5BZ0IM-awEOumCvQU

(Contains Construct 2 files and documentation)

Members:

  • Arkaan Nofarditya Ashadi (2101718425)
  • Fiolisya Faustine Ambadar  (2101704615)
  • William Raharja (2101731351)

Images of game

                 

The game is an escape game where the player will need to exit the final room to win the game. At the beginning of the game there is a tutorial to show the player how to play the game. The game will have chemistry related questions or hints that will be spread through out the game.

 

The controls available to the player are mouse controls, since there will be buttons the player will have to interact with in the game, and as for the keyboard the player can move with the arrow keys and interact with the “E” key.

 

Contributions:

  • Arkaan
    • Made most of the layouts and event sheets for the game
    • Made the tutorial and level 1 of the game
    • Added events for level 2
    • Debug
  • Fiolisya
    • Gathering or making resources (Images or audio)
    • Made the textures for the sprites and background of the game
    • Searched for free to use audio for the game
  • William
    • Designed the layout for level 2
    • Made questions for level 2
    • Made the documentation

 

The resources made:

  • Sprite textures
  • Background textures

The resources used from the internet:

No Comments

MHCI Final Project Proposal

by arkaan on 28/10/2018

Course: COMP6341 Multimedia and Human Computer Interaction

Members:

  • Arkaan Nofarditya Ashadi (2101718425)
  • Fiolisya Faustine Ambadar (2101704615)
  • William Raharja (2101731351)

In this project we are to make a construct 2 game that relates to chemistry or biology, the game is meant to be able to help people study chemistry or biology in a more fun and interactive way.

 

Proposal:

Our idea is to make a maze or puzzle game where the player is put in situations where they will need to calculate or conduct chemical reactions to progress through the game. We intend to implement high school level chemistry into the game, such as Stoichiometry, electrolysis, and other chemical reactions.

My role in this project is to contribute to making the construct 2 game itself the “coding” like aspect.

No Comments

Link to Project Files

by arkaan on 10/07/2018

Google Drive link (containing ERD, SQL file, VB.net program): https://drive.google.com/open?id=1bwiGmJVTr1uJBVLQ65JhI2IXpzPYYsgK

No Comments

Documentation

by arkaan on 10/07/2018

This documentation (contains ERD, Relational Schema, User Manual): https://2101718425arkaan.files.wordpress.com/2018/07/database_system_arkaanashadi2101718425_documentation.pdf

No Comments

Database System Final Project

by arkaan on 10/07/2018

Course: COMP6339 Database System

Members:

  • Arkaan Nofarditya Ashadi (2101718425)
  • Farras Yamin (2101704584)
  • Jason Christopher Chandra (2101725033)

In this project we are to make a windows forms application that implements a database. The application should be useful to a small business, we chose to make an application that would be useful for a restaurant.

 

Proposal:

Our idea is to design a simple application where employees can input customer orders, and the manager could manage the employees, such as add more or remove employees. The idea was inspired by the new (at the time of this project) kebab store at FX, we thought it would have been somewhat simple to design a system for a small restaurant business such as the kebab store.

My role in this project is to make code the windows application forms using the VB.net programming language, and to edit or revise the database.

No Comments