Department of Computer Science (UG)
Permanent URI for this communityhttps://dspace.psgrkcw.com/handle/123456789/150
Browse
4 results
Search Results
Item PASSWORD STRENGTH PREDICTION USING SUPERVISED MACHINE LEARNING TECHNIQUES(International Conference on Advances in Computing, Control and Telecommunication Technologies, ACT 2009 archived in IEEE Xplore and IEEE CS Digital Library., 2009) Karpagavalli S; Jamuna K S; Vijaya M SPasswords are a vital component of system security. Though there are many alternatives to passwords for access control, password is the more compellingly authenticating the identity in many applications. They provide a simple, direct means of protecting a system and they represent the identity of an individual for a system. The big vulnerability of passwords lies in their nature. Users are consistently told that a strong password is essential these days to protect private data as there are so many ways for an unauthorized person with little technical knowledge or skill to learn the passwords of legitimate users. Thus it is important for organizations to recognize the vulnerabilities to which passwords are subjected, and develop strong policies governing the creation and use of passwords to ensure that those vulnerabilities are not exploited. In this work password strength prediction is modeled as classification task and supervised machine learning techniques were employed. Widely used supervised machine learning techniques namely C 4.5 decision tree classifier, multilayer perceptron, naive Bayes classifier and support vector machine were used for learning the model. The results of the models were compared and observed that SVM performs well. The results of the models were also compared with the existing password strength checking tools. The findings show that machine learning approach has substantial capability to classify the extreme cases - Strong and weak passwords.Item A NOVEL APPROACH FOR PASSWORD STRENGTH ANALYSIS THROUGH SUPPORT VECTOR MACHINE(Academy Publishers, Finland, 2009-11) Karpagavalli S; Jamuna K S; Vijaya M SPasswords are ubiquitous authentication methods and they represent the identity of an individual for a system. Users are consistently told that a strong password is essential these days to protect private data. Despite the existence of more secure methods of authenticating users, including smart cards and biometrics, password authentication continues to be the most common means in use. Thus it is important for organizations to recognize the vulnerabilities to which passwords are subjected, and develop strong policies governing the creation and use of passwords to ensure that those vulnerabilities are not exploited. This work employs machine Learning technique to analyze the strength of the password to facilitate organizations launch a multi-faceted defense against password breach and provide a highly secure environment. A supervised learning algorithm namely Support Vector Machine is used for classification of password. The linear and nonlinear SVM classification models are trained using the features extracted from the password dataset. The trained model shows the prediction accuracy of about 98% for 10-fold cross validationItem MACHINE LEARNING APPROACH FOR PREOPERATIVE ANAESTHETIC RISK PREDICTION(Academy Publishers, Finland, 2009-05) Karpagavalli S; Jamuna K S; Vijaya M SRisk is ubiquitous in medicine but anaesthesia is an unusual speciality as it routinely involves deliberately placing the patient in a situation that is intrinsically full of risk. Patient safety depends on management of those risks; consequently, anaesthetist has been at the forefront of clinical risk management. Anaesthetic risk classification is of prime importance not only in carrying out the day-to-day anaesthetic practice but coincides with surgical risks and morbidity condition. The preoperative assessment is made to identify the patients risk level based on American Society of Anesthesiologists (ASA) score that is widely used in anaesthetic practice. This helps the anaesthetist to make timely clinical decision. Machine Learning techniques can help the integration of computer-based systems in the healthcare environment providing opportunities to facilitate and enhance the work of medical experts and ultimately to improve the efficiency and quality of medical care. This paper presents the implementation of three supervised learning algorithms, C4.5 Decision tree classifier, Naive Bayes and Multilayer Perceptron in WEKA environment, on the preoperative assessment dataset. The classification models were trained using the data collected from 362 patients. The trained models were then used for predicting the anaesthetic risk of the patients. The prediction accuracy of the classifiers was evaluated using 10-fold cross validation and the results were compared.Item AN EFFICIENT HIERARCHICAL CLUSTERING ALGORITHM FOR PROTEIN SEQUENCING(Government College of Technology, Coimbatore, 2009-02-22) Arunpriya C; Meera S; Balasaravanan TClustering is the division of data into groups of similar objects. The main objective of this unsupervised leaming technique is to find a meaningful partition by using a distance or similarity function. This paper discusses about the incremental clustering algorithm-Leaders and Sub leaders- an extension of leader algorithm, suitable for protein sequences of bioinformatics is proposed for effective clustering and prototype selection for pattern classification .It is a simple and efficient technique to generate a hierarchical structure for finding the sub clusters within each cluster. The experimental results of the proposed algorithm are compared with that of the Nearest Neighbour Classifier (NNC) methods. It is found to be computationally efficient when compared to NNC. Classification accuracy obtained using the representatives generated by Leader - Sub leader method is found to be better than that of using the Leaders method and NNC method. Even if more number of prototypes is generated classification time is less when compared to NNC methods