Remaining Posts move to:
by arkaan on 19/01/2020WordPress is being wongky and annoying. It won’t let me properly update posts so I moved.
Just another Binusian blog site
WordPress is being wongky and annoying. It won’t let me properly update posts so I moved.
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.
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.
COMP6345 – Intelligent Systems
Initial Post for Intelligent System class
In this class we learn about AI, how to process data, and algorithms used, etc.
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:
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:
The resources made:
The resources used from the internet:
Course: COMP6341 Multimedia and Human Computer Interaction
Members:
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.
Google Drive link (containing ERD, SQL file, VB.net program): https://drive.google.com/open?id=1bwiGmJVTr1uJBVLQ65JhI2IXpzPYYsgK
This documentation (contains ERD, Relational Schema, User Manual): https://2101718425arkaan.files.wordpress.com/2018/07/database_system_arkaanashadi2101718425_documentation.pdf
Course: COMP6339 Database System
Members:
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.