Journal Articles
Permanent URI for this collectionhttps://idr.nitk.ac.in/handle/123456789/19884
Browse
31 results
Search Results
Item Fault diagnosis of helical gear box using decision tree through vibration signals(RAMS Consultants, 2013) Sugumaran, V.; Jain, D.; Amarnath, M.; Kumar, H.This paper uses vibration signals acquired from gears in good and simulated faulty conditions for the purpose of fault diagnosis through machine learning approach. The descriptive statistical features were extracted from vibration signals and the important ones were selected using decision tree (dimensionality reduction). The selected features were then used for classification using J48 decision tree algorithm. The paper also discusses the effect of various parameters on classification accuracy. © RAMS Consultants.Item Web sessions clustering using hybrid sequence alignment measure (HSAM)(Springer-Verlag Wien michaela.bolli@springer.at, 2013) Poornalatha, G.; Raghavendra, S.R.Web usage mining inspects the navigation patterns in web access logs and extracts previously unknown and useful information. This may lead to strategies for various web-oriented applications like web site restructure, recommender system, web page prediction and so on. The current work demonstrates clustering of user sessions of uneven lengths to discover the access patterns by proposing a distance method to group user sessions. The proposed hybrid distance measure uses the access path information to find the distance between any two sessions without altering the order in which web pages are visited. R2 is used to make a decision regarding the number of clusters to be constructed. Jaccard Index and Davies–Bouldin validity index are employed to assess the clustering done. The results obtained by these two standard statistic measures are encouraging and illustrate the goodness of the clusters created. © 2012, Springer-Verlag.Item Fault diagnosis of deep groove ball bearing through discrete wavelet features using support vector machine(COMADEM International rajbknrao@btinternet.com, 2014) Vernekar, K.; Kumar, H.; Gangadharan, K.V.Bearings are the most important and frequently used machine components in most of the rotating machinery. In industry, breakdown of such crucial components causes heavy losses. So prevention of failure of such components is very essential. This paper presents an online fault detection of a bearing used in an internal combustion engine through machine learning approach using vibration signals of bearing in healthy and simulated faulty conditions. Vibration signals are acquired from bearing in healthy as well as different simulated fault conditions of bearing. The Discrete Wavelet Transform (DWT) features were extracted from vibration signals using MATLAB program. Decision tree technique (J48 algorithm) has been used for important feature selection out of extracted DWT features. Support vector machine is being used as a classifier and obtained results found with classification accuracy of 98.67%.The advantage of machine learning technique for fault diagnosis over conventional vibration analysis approach has demonstrated in this paper.Item A novel sentiment analysis of social networks using supervised learning(Springer-Verlag Wien michaela.bolli@springer.at, 2014) Anjaria, M.; Guddeti, R.M.R.Online microblog-based social networks have been used for expressing public opinions through short messages. Among popular microblogs, Twitter has attracted the attention of several researchers in areas like predicting the consumer brands, democratic electoral events, movie box office, popularity of celebrities, the stock market, etc. Sentiment analysis over a Twitter-based social network offers a fast and efficient way of monitoring the public sentiment. This paper studies the sentiment prediction task over Twitter using machine-learning techniques, with the consideration of Twitter-specific social network structure such as retweet. We also concentrate on finding both direct and extended terms related to the event and thereby understanding its effect. We employed supervised machine-learning techniques such as support vector machines (SVM), Naive Bayes, maximum entropy and artificial neural networks to classify the Twitter data using unigram, bigram and unigram + bigram (hybrid) feature extraction model for the case study of US Presidential Elections 2012 and Karnataka State Assembly Elections (India) 2013. Further, we combined the results of sentiment analysis with the influence factor generated from the retweet count to improve the prediction accuracy of the task. Experimental results demonstrate that SVM outperforms all other classifiers with maximum accuracy of 88 % in predicting the outcome of US Elections 2012, and 68 % for Indian State Assembly Elections 2013. © 2014, Springer-Verlag Wien.Item Fault diagnosis studies of face milling cutter using machine learning approach(Multi-Science Publishing Co. Ltd claims@sagepub.com, 2016) Madhusudana, C.K.; Budati, S.; Gangadhar, N.; Kumar, H.; Narendranath, S.Successful automation of a machining process system requires an effective and efficient tool condition monitoring system to ensure high productivity, products of desired dimensions, and long machine tool life. As such the component's processing quality and increased system reliability will be guaranteed. This paper presents a classification of healthy and faulty conditions of the face milling tool by using the Naive Bayes technique. A set of descriptive statistical parameters is extracted from the vibration signals. The decision tree technique is used to select significant features out of all statistical extracted features. The selected features are fed to the Naive Bayes algorithm. The output of the algorithm is used to study and classify the milling tool condition and it is found that the Naive Bayes model is able to give 96.9% classification accuracy. Also the performances of the different classifiers are compared. Based on the results obtained, the Naive Bayes technique can be recommended for online monitoring and fault diagnosis of the face milling tool. © 2016 The Author(s).Item Prediction model for peninsular Indian summer monsoon rainfall using data mining and statistical approaches(Elsevier Ltd, 2017) Vathsala, H.; Koolagudi, S.G.In this paper we discuss a data mining application for predicting peninsular Indian summer monsoon rainfall, and propose an algorithm that combine data mining and statistical techniques. We select likely predictors based on association rules that have the highest confidence levels. We then cluster the selected predictors to reduce their dimensions and use cluster membership values for classification. We derive the predictors from local conditions in southern India, including mean sea level pressure, wind speed, and maximum and minimum temperatures. The global condition variables include southern oscillation and Indian Ocean dipole conditions. The algorithm predicts rainfall in five categories: Flood, Excess, Normal, Deficit and Drought. We use closed itemset mining, cluster membership calculations and a multilayer perceptron function in the algorithm to predict monsoon rainfall in peninsular India. Using Indian Institute of Tropical Meteorology data, we found the prediction accuracy of our proposed approach to be exceptionally good. © 2016 Elsevier LtdItem Condition monitoring of roller bearing by K-star classifier and K-nearest neighborhood classifier using sound signal(Tech Science Press sale@techscience.com, 2017) Sharma, R.K.; Sugumaran, V.; Kumar, H.; Amarnath, M.Most of the machineries in small or large scale industry have rotating element supported by bearings for rigid support and accurate movement. For proper functioning of machinery, condition monitoring of the bearing is very important. In present study sound signal is used to continuously monitor bearing health as sound signals of rotating machineries carry dynamic information of components. There are numerous studies in literature that are reporting superiority of vibration signal of bearing fault diagnosis. However, there are very few studies done using sound signal. The cost associated with condition monitoring using sound signal (Microphone) is less than the cost of transducer used to acquire vibration signal (Accelerometer). This paper employs sound signal for condition monitoring of roller bearing by K-star classifier and k-nearest neighborhood classifier. The statistical feature extraction is performed from acquired sound signals. Then two layer feature selection is done using J48 decision tree algorithm and random tree algorithm. These selected features were classified using K-star classifier and k-nearest neighborhood classifier and parametric optimization is performed to achieve the maximum classification accuracy. The classification results for both K-star classifier and k-nearest neighborhood classifier for condition monitoring of roller bearing using sound signals were compared. © Copyright 2017 Tech Science Press.Item Engine gearbox fault diagnosis using empirical mode decomposition method and Naïve Bayes algorithm(Springer India sanjiv.goswami@springer.co.in, 2017) Vernekar, K.; Kumar, H.; Gangadharan, K.V.This paper presents engine gearbox fault diagnosis based on empirical mode decomposition (EMD) and Naïve Bayes algorithm. In this study, vibration signals from a gear box are acquired with healthy and different simulated faulty conditions of gear and bearing. The vibration signals are decomposed into a finite number of intrinsic mode functions using the EMD method. Decision tree technique (J48 algorithm) is used for important feature selection out of extracted features. Naïve Bayes algorithm is applied as a fault classifier to know the status of an engine. The experimental result (classification accuracy 98.88%) demonstrates that the proposed approach is an effective method for engine fault diagnosis. © 2017, Indian Academy of Sciences.Item Discovering suspicious behavior in multilayer social networks(Elsevier Ltd, 2017) Bindu, P.V.; Santhi Thilagam, P.S.; Ahuja, D.Discovering suspicious and illicit behavior in social networks is a significant problem in social network analysis. The patterns of interactions of suspicious users are quite different from their peers and can be identified by using anomaly detection techniques. The existing anomaly detection techniques on social networks focus on networks with only one type of interaction among the users. However, human interactions are inherently multiplex in nature with multiple types of relationships existing among the users, leading to the formation of multilayer social networks. In this paper, we investigate the problem of anomaly detection on multilayer social networks by combining the rich information available in multiple network layers. We propose a pioneer approach namely ADOMS (Anomaly Detection On Multilayer Social networks), an unsupervised, parameter-free, and network feature-based methodology, that automatically detects anomalous users in a multilayer social network and rank them according to their anomalousness. We consider the two well-known anomalous patterns of clique/near-clique and star/near-star anomalies in social networks, and users are ranked according to the degree of similarity of their neighborhoods in different layers to stars or cliques. Experimental results on several real-world multilayer network datasets demonstrate that our approach can effectively detect anomalous nodes in multilayer social networks. © 2017 Elsevier LtdItem A novel mathematical morphology based algorithm for shoreline extraction from satellite images(Taylor and Francis Ltd., 2017) Rishikeshan, C.A.; Ramesh, H.Shoreline extraction is fundamental and inevitable for several studies. Ascertaining the precise spatial location of the shoreline is crucial. Recently, the need for using remote sensing data to accomplish the complex task of automatic extraction of features, such as shoreline, has considerably increased. Automated feature extraction can drastically minimize the time and cost of data acquisition and database updating. Effective and fast approaches are essential to monitor coastline retreat and update shoreline maps. Here, we present a flexible mathematical morphology-driven approach for shoreline extraction algorithm from satellite imageries. The salient features of this work are the preservation of actual size and shape of the shorelines, run-time structuring element definition, semi-automation, faster processing, and single band adaptability. The proposed approach is tested with various sensor-driven images with low to high resolutions. Accuracy of the developed methodology has been assessed with manually prepared ground truths of the study area and compared with an existing shoreline classification approach. The proposed approach is found successful in shoreline extraction from the wide variety of satellite images based on the results drawn from visual and quantitative assessments. © 2017 Wuhan University. Published by Informa UK Limited, trading as Taylor & Francis Group.
