Projects
Dungeons and Dragon
Jan 2017 – May 2017
This is project is written in Java. It is making the mechanics of the game.
Stock Analyzer
Jan 2017 – Apr 2017
This project is a Web Service Java Project with the GUI. It receives the price of stock in certain amount of time which is selected by the user and after analyzing them by using moving average, suggest the user to buy or sell stock. In this software, the user can see the flow of price on different charts, select different moving average, and decide to buy or sell stock. It is helpful for business man.
Course Sequence Web Application
Sep 2016 – Dec 2016
This project was about designing and implementing an open source software system for Software
Engineering students from Concordia University.
It is a web application that will help students to follow the course sequences proposed by the ENCS department.
The principal function of the web application is to produce a full bachelor course sequence that will respect the student’s preferences. The students are be able to generate their own course sequence.
Technologies Used: PHP, Laravel, Github, HTML, CSS, JavaScript
Evaluating Social Influence
Jan 2016 – Apr 2016
This project is to identify the most influential users in citation networks of 93 nodes and 2555 nodes by implementing both the Topical Affinity Propagation and the Probability Propagation algorithms. The Topical Affinity propagation algorithm is implemented in C++ while the Probability Propagation is implemented in JAVA.
we demonstrated that finding influential users based on different aspects gives better results on who is the most influential in compare to distinguishing on which topic the user may be more prone to be influential.
We also conclude that Topical Affinity Propagation is a better algorithm for finding the most influential user.