Search Results - (( java implementation path algorithm ) OR ( voting system learning algorithm ))

  • Showing 1 - 18 results of 18
Refine Results
  1. 1

    Heavy Transportation Shortest Route using Dijkstra’s algorithm (HETRO) / Nurul Aqilah Ahmad Nezer by Ahmad Nezer, Nurul Aqilah

    Published 2017
    “…The development tools used in developing this project is NetBeans by using Java for the implementation of the coding. The methodology that used for developing this system is the Dijkstra’s algorithm. …”
    Get full text
    Get full text
    Thesis
  2. 2

    Embedded system for indoor guidance parking with Dijkstra’s algorithm and ant colony optimization by Mohammad Ata, Karimeh Ibrahim

    Published 2019
    “…BST inserts the nodes in the way that the Dijkstra’s can find the empty parking in fastest way. Dijkstra’s algorithm initials the paths to finding the shortest path while ACO optimizes the paths. …”
    Get full text
    Get full text
    Thesis
  3. 3

    Path planning for unmanned aerial vehicle (UAV) using rotated accelerated method in static outdoor environment by Shaliza Hayati A. Wahab, Nordin Saad, Azali Saudi, Ali Chekima

    Published 2021
    “…In this study, a fast iterative method known as Rotated Successive Over-Relaxation (RSOR) is introduced. The algorithm is implemented in a self-developed 2D Java tool, UAV Planner. …”
    Get full text
    Get full text
    Get full text
    Get full text
    Article
  4. 4

    Improved voting technique for ensemble of MLP system applied on various classification data / Saodah Omar, Iza Sazanita Isa and Junita Mohd Saleh. by Omar, Saodah, Isa, Iza Sazanita, Mohd Saleh, Junita

    Published 2010
    “…Therefore, this project intends to investigate the capability of multiple MLP system with majority voting technique. It is a system which consists of all the best-performed MLPs and a single final output from these MLPs is selected by the voting system. …”
    Get full text
    Get full text
    Research Reports
  5. 5

    Smart appointment organizer for mobile application / Mohd Syafiq Adam by Adam, Mohd Syafiq

    Published 2009
    “…The main component of this prototype is the use of Dijkstra algorithm to compute the shortest path from source of appointment to the 6 points of destinations within UiTM Shah Alam. …”
    Get full text
    Get full text
    Thesis
  6. 6

    K-gen phishguard: an ensemble approach for phishing detection with k-means and genetic algorithm by Al-Hafiz, Ali Raheem, Jabir, Adnan J., Subramaniam, Shamala

    Published 2025
    “…In the first phase, the best set of features is identified by the Genetic algorithm and is utilised by the K-means clustering algorithm to divide the dataset into groups with similar traits. …”
    Get full text
    Get full text
    Get full text
    Article
  7. 7

    Genetic ensemble biased ARTMAP method of ECG-Based emotion classification by Loo, C.K., Liew, W.S., Sayeed, M.S.

    Published 2012
    “…This study is an attempt to design a method for an autonomous pattern classification and recognition system for emotion recognition. The proposed system utilizes Biased ARTMAP for pattern learning and classification. …”
    Get full text
    Get full text
    Conference or Workshop Item
  8. 8

    Condition diagnosis of bearing system using multiple classifiers of ANNs and adaptive probabilities in genetic algorithms by Wulandhari, Lili A., Wibowo, Antoni, Desa, Mohammad I.

    Published 2014
    “…Therefore, finding the best weights in learning process is an important task for obtaining good performance of ANNs.Previous researchers have proposed some methods to get the best weights such as simple average and majority voting.However, these methods have some limitations in providing the best weights especially in condition diagnosis of bearing systems.In this paper, we propose a hybrid technique of multiple classifier-ANNs (mANNs) and adaptive probabilities in genetic algorithms (APGAs) to obtain the best weights of ANNs in order to increase the classification performance of ANNs in condition diagnosis of bearing systems. …”
    Get full text
    Get full text
    Get full text
    Article
  9. 9

    Classification of Mental Health Level of Students Using SMOTE and Soft Voting Ensemble Classifier and the DASS-21 Profile by Muhammad Imron, Rosadi, Khoirun, Nisa, Nanik, Kholifah

    “…These findings support the use of ensemble learning and SMOTE for developing effective college student mental health screening systems, ultimately enabling timely intervention and support…”
    Get full text
    Get full text
    Get full text
    Get full text
    Article
  10. 10

    Hotel recommendation system using machine learning by Wong, Wai On

    Published 2025
    “…The methodology includes data scraping, preprocessing, implementation of machine learning techniques such as Naïve Bayes, Random Forest, and Support Vector Machine (SVM), and proposes a recommendation system. …”
    Get full text
    Get full text
    Final Year Project / Dissertation / Thesis
  11. 11

    A hybrid approach for artificial immune recognition system / Mahmoud Reza Saybani by Mahmoud Reza, Saybani

    Published 2016
    “…The proposed algorithms have been tested on a variety of datasets from the UCI machine learning repository. …”
    Get full text
    Get full text
    Thesis
  12. 12
  13. 13
  14. 14

    Developing an ensembled machine learning prediction model for marine fish and aquaculture production by Rahman L.F., Marufuzzaman M., Alam L., Bari M.A., Sumaila U.R., Sidek L.M.

    Published 2023
    “…Global changes in climatic variables have impacted and continue to impact marine fish and aquaculture production, where machine learning (ML) methods are yet to be extensively used to study aquatic systems in Malaysia. …”
    Article
  15. 15

    Evolutionary cost-cognizant regression test case prioritization for object-oriented programs by Bello, AbdulKarim

    Published 2019
    “…Therefore, this study proposed a cost-cognizant TCP approach for object-oriented software that uses path-based integration testing to identify the possible execution path extracted from the Java System Dependence Graph (JSDG) model of the source code using forward slicing technique. …”
    Get full text
    Get full text
    Thesis
  16. 16
  17. 17

    Development of a hybrid machine learning model for rockfall source and hazard assessment using laser scanning data and GIS by Fanos, Ali Mutar

    Published 2019
    “…This is based on highresolution Light Detection and Ranging (LiDAR) techniques both airborne and terrestrial (ALS and TLS). Different machine learning algorithms (Artificial Neural Network [ANN], K Nearest Neighbor [KNN] and Support Vector Machine [SVM]) were tested individually and with various ensemble models (bagging, voting, and boosting) to detect the probability of the landslide and rockfall occurrences. …”
    Get full text
    Get full text
    Thesis
  18. 18

    A comparative study between rough and decision tree classifiers by Mohamad Mohsin, Mohamad Farhan

    Published 2008
    “…Theoretically, a good set of knowledge should provide good accuracy when dealing with new cases.Besides accuracy, a good rule set must also has a minimum number of rules and each rule should be short as possible.It is often that a rule set contains smaller quantity of rules but they usually have more conditions.An ideal model should be able to produces fewer, shorter rule and classify new data with good accuracy.Consequently, the quality and compact knowledge will contribute manager with a good decision model.Because of that, the search for appropriate data mining approach which can provide quality knowledge is important.Rough classifier (RC) and decision tree classifier (DTC) are categorized as RBC.The purpose of this study is to investigate the capability of RC and DTC in generating quality knowledge which leads to the good accuracy.To achieve that, both classifiers are compared based on four measurements that are accuracy of the classification, the number of rule, the length of rule, and the coverage of rule.Five dataset from UCI Machine Learning namely United States Congressional Voting Records, Credit Approval, Wisconsin Diagnostic Breast Cancer, Pima Indians Diabetes Database, and Vehicle Silhouettes are chosen as data experiment.All datasets were mined using RC toolkit namely ROSETTA while C4.5 algorithm in WEKA application was chosen as DTC rule generator.The experimental results indicated that both classifiers produced good classification result and had generated quality rule in different types of model – higher accuracy, fewer rule, shorter rule, and higher coverage.In term of accuracy, RC obtained higher accuracy in average while DTC significantly generated lower number of rule than RC.In term of rule length, RC produced compact and shorter rule than DTC and the length is not significantly different.Meanwhile, RC has better coverage than DTC.Final conclusion can be decided as follows “If the user interested at a variety of rule pattern with a good accuracy and the number of rule is not important, RC is the best solution whereas if the user looks for fewer nr, DTC might be the best choice”…”
    Get full text
    Get full text
    Get full text
    Get full text
    Monograph