Pinned Repositories
Catapult-War_Network-Programming_Final-Project
Catapult War is a 2 players game to find a castle inside blocks or simply a memorize puzzle game. The problem is sometimes 'the thing' inside the block is a bomb. So must avoid to find a bomb. We make this game using PyGame and try to implement packet send over the protocol of HTTP.
CBIR_Computer-Vision_Final-Project
We've made a Leave's Content Based Image Retrieval using MATLAB for this Computer Vision Class. The main purpose is to find a similiar leave from the user input. The main idea is to implement Correlation Based Feature Selection to make the program more efficient. The overall accuracy of the system is 96%.
dataPatient
A simple website connected to Python Classes to predict patient's diabetes diagnosis and BGL
EEG_Seizure_Classification
This is for my Biomedical Computation class in campus. The problem is for classifying EEG Dataset from Bonn University that contains seizure & non-seizure patients. Feature Extraction is using Weighted Permutation Entropy and for the classification method we are using Support Vector Machine. All codes are in Python 2.7 but it just for the feature extraction. The Classification technique is perform using RapidMiner Studio.
iEditor-Digital-Image-Processing
iEditor is just a simple image editor made using Visual Studio to be a windows program using C#. The features are just implementation of Histogram Equalization, Brightness, Old Film, Sepia, and Negative Effects.
INPIS_Project-Management_Final-Project
INPIS stands for Indonesia Navy Personnel Information System. We build this project using MVC Architecture and try to implement Agile Project Management Methodology. The documents over this project are includes contract documents, software requirements specification, software design document, project cost, and installation guidance
K-Means_GA_Optimization_Computational-Intelligence_Final-Project
For Computational Intelligence Class, I've made K-Means Clustering with Genetic Algorithm for the optimization of centroids to cluster Iris Data. The overall performance is 96.36%
Language-Processor_Information-Retrieval
This is an implementation of thesaurus's pre-processing step. The purpose is to find the relevant and important words of UUD 1945 (Indonesia's Constitution)
NetworkAndInformationSecurity_P2P-DES-SecureChatt
This is just a task on my Network and Information Security Class. The task is to build a secure P2P chatting over 2 clients using one of encryption algorithm. The encryption algorithm being used is DES.
CRTool
for asxioo
amazingharry95's Repositories
amazingharry95/EEG_Seizure_Classification
This is for my Biomedical Computation class in campus. The problem is for classifying EEG Dataset from Bonn University that contains seizure & non-seizure patients. Feature Extraction is using Weighted Permutation Entropy and for the classification method we are using Support Vector Machine. All codes are in Python 2.7 but it just for the feature extraction. The Classification technique is perform using RapidMiner Studio.
amazingharry95/CBIR_Computer-Vision_Final-Project
We've made a Leave's Content Based Image Retrieval using MATLAB for this Computer Vision Class. The main purpose is to find a similiar leave from the user input. The main idea is to implement Correlation Based Feature Selection to make the program more efficient. The overall accuracy of the system is 96%.
amazingharry95/K-Means_GA_Optimization_Computational-Intelligence_Final-Project
For Computational Intelligence Class, I've made K-Means Clustering with Genetic Algorithm for the optimization of centroids to cluster Iris Data. The overall performance is 96.36%
amazingharry95/NetworkAndInformationSecurity_P2P-DES-SecureChatt
This is just a task on my Network and Information Security Class. The task is to build a secure P2P chatting over 2 clients using one of encryption algorithm. The encryption algorithm being used is DES.
amazingharry95/Catapult-War_Network-Programming_Final-Project
Catapult War is a 2 players game to find a castle inside blocks or simply a memorize puzzle game. The problem is sometimes 'the thing' inside the block is a bomb. So must avoid to find a bomb. We make this game using PyGame and try to implement packet send over the protocol of HTTP.
amazingharry95/dataPatient
A simple website connected to Python Classes to predict patient's diabetes diagnosis and BGL
amazingharry95/iEditor-Digital-Image-Processing
iEditor is just a simple image editor made using Visual Studio to be a windows program using C#. The features are just implementation of Histogram Equalization, Brightness, Old Film, Sepia, and Negative Effects.
amazingharry95/INPIS_Project-Management_Final-Project
INPIS stands for Indonesia Navy Personnel Information System. We build this project using MVC Architecture and try to implement Agile Project Management Methodology. The documents over this project are includes contract documents, software requirements specification, software design document, project cost, and installation guidance
amazingharry95/Language-Processor_Information-Retrieval
This is an implementation of thesaurus's pre-processing step. The purpose is to find the relevant and important words of UUD 1945 (Indonesia's Constitution)
amazingharry95/SimplePaintSoftware_Software-Design_Final_Project
Simple Paint Software is a 'Paint like Software' on Windows System. The aim of this software is implementing a Factory Pattern Based Architecture to build an efficient program. We build this using Visual Studio using .NET Framework.