期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
A State of Art Analysis of Telecommunication Data by k-Means and k-Medoids Clustering Algorithms
1
作者 T. Velmurugan 《Journal of Computer and Communications》 2018年第1期190-202,共13页
Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-clus... Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-cluster similarity and low inter-cluster similarity. Clustering techniques are applied in different domains to predict future trends of available data and its uses for the real world. This research work is carried out to find the performance of two of the most delegated, partition based clustering algorithms namely k-Means and k-Medoids. A state of art analysis of these two algorithms is implemented and performance is analyzed based on their clustering result quality by means of its execution time and other components. Telecommunication data is the source data for this analysis. The connection oriented broadband data is given as input to find the clustering quality of the algorithms. Distance between the server locations and their connection is considered for clustering. Execution time for each algorithm is analyzed and the results are compared with one another. Results found in comparison study are satisfactory for the chosen application. 展开更多
关键词 K-MEANS ALGORITHM k-Medoids ALGORITHM DATA CLUSTERING Time COMPLEXITY TELECOMMUNICATION DATA
下载PDF
Effective Return Rate Prediction of Blockchain Financial Products Using Machine Learning
2
作者 K.Kalyani Velmurugan Subbiah Parvathy +4 位作者 Hikmat A.M.Abdeljaber T.Satyanarayana Murthy Srijana Acharya Gyanendra Prasad Joshi Sung Won Kim 《Computers, Materials & Continua》 SCIE EI 2023年第1期2303-2316,共14页
In recent times,financial globalization has drastically increased in different ways to improve the quality of services with advanced resources.The successful applications of bitcoin Blockchain(BC)techniques enable the... In recent times,financial globalization has drastically increased in different ways to improve the quality of services with advanced resources.The successful applications of bitcoin Blockchain(BC)techniques enable the stockholders to worry about the return and risk of financial products.The stockholders focused on the prediction of return rate and risk rate of financial products.Therefore,an automatic return rate bitcoin prediction model becomes essential for BC financial products.The newly designed machine learning(ML)and deep learning(DL)approaches pave the way for return rate predictive method.This study introduces a novel Jellyfish search optimization based extreme learning machine with autoencoder(JSO-ELMAE)for return rate prediction of BC financial products.The presented JSO-ELMAE model designs a new ELMAE model for predicting the return rate of financial products.Besides,the JSO algorithm is exploited to tune the parameters related to the ELMAE model which in turn boosts the classification results.The application of JSO technique assists in optimal parameter adjustment of the ELMAE model to predict the bitcoin return rates.The experimental validation of the JSO-ELMAE model was executed and the outcomes are inspected in many aspects.The experimental values demonstrated the enhanced performance of the JSO-ELMAE model over recent state of art approaches with minimal RMSE of 0.1562. 展开更多
关键词 Financial products blockchain return rate prediction model machine learning parameter optimization
下载PDF
Improving QoS Using Mobility-Based Optimized Multipath Routing Protocol in MANET
3
作者 S.J.Sangeetha T.Rajendran 《Computer Systems Science & Engineering》 SCIE EI 2023年第7期1169-1181,共13页
Mobile Ad-hoc Networks(MANETs)connect numerous nodes to communicate data from the sender node to the target node.Due to the lack of an infrastructure network,mobile nodes communicate through wireless without an access... Mobile Ad-hoc Networks(MANETs)connect numerous nodes to communicate data from the sender node to the target node.Due to the lack of an infrastructure network,mobile nodes communicate through wireless without an access point.MANET does not have a centralized controller and has a dynamic network topology,which increases link failure and energy consumption resulting in excessive path delay,loss of Quality of service(QoS),and reduced throughput during data communication.Congestion is a significant problem when the QoS of the link carrying the data is degraded.Routing is one of the vital challenges of MANET due to the very dynamic and distributed nature of MANET.This article introduces a Mobility-Based Optimized Multipath Routing Protocol(MBOMRP)and an Efficient Reliable Link-State Transmission(ERLST)algorithm to overcome these problems.The proposed Mobility-Based Optimized Multipath Routing Protocol(MBOMRP)is utilized for route discovery and maintenance to efficiently avoid traffic and sleeping nodes.ERLST algorithm is used for efficient data transmission to increase QoS measurement parameters like throughput,Packet Delivery Ratio(PDR),and minimize the latency performance.The proposed MBOMRP-ERLST algorithm improves data communication network lifetime,avoids link failures,and provides efficient results compared with previous algorithms. 展开更多
关键词 MANET QOS link failure improve data communication avoid traffic network lifetime MBOMRP-ERLST
下载PDF
Emotion Deduction from Social Media Text Data Using Machine Learning Algorithm
4
作者 Thambusamy Velmurugan Baskaran Jayapradha 《Journal of Computer and Communications》 2023年第11期183-196,共14页
Emotion represents the feeling of an individual in a given situation. There are various ways to express the emotions of an individual. It can be categorized into verbal expressions, written expressions, facial express... Emotion represents the feeling of an individual in a given situation. There are various ways to express the emotions of an individual. It can be categorized into verbal expressions, written expressions, facial expressions and gestures. Among these various ways of expressing the emotion, the written method is a challenging task to extract the emotions, as the data is in the form of textual dat. Finding the different kinds of emotions is also a tedious task as it requires a lot of pre preparations of the textual data taken for the research. This research work is carried out to analyse and extract the emotions hidden in text data. The text data taken for the analysis is from the social media dataset. Using the raw text data directly from the social media will not serve the purpose. Therefore, the text data has to be pre-processed and then utilised for further processing. Pre-processing makes the text data more efficient and would infer valuable insights of the emotions hidden in it. The preprocessing steps also help to manage the text data for identifying the emotions conveyed in the text. This work proposes to deduct the emotions taken from the social media text data by applying the machine learning algorithm. Finally, the usefulness of the emotions is suggested for various stake holders, to find the attitude of individuals at that moment, the data is produced. . 展开更多
关键词 Data Pre-Processing Machine Learning Algorithms Emotion Deduction Sentiment Analysis
下载PDF
Optimizing Facial Expression Recognition through Effective Preprocessing Techniques
5
作者 Lakshminarayanan Meena Thambusamy Velmurugan 《Journal of Computer and Communications》 2023年第12期86-101,共16页
Analyzing human facial expressions using machine vision systems is indeed a challenging yet fascinating problem in the field of computer vision and artificial intelligence. Facial expressions are a primary means throu... Analyzing human facial expressions using machine vision systems is indeed a challenging yet fascinating problem in the field of computer vision and artificial intelligence. Facial expressions are a primary means through which humans convey emotions, making their automated recognition valuable for various applications including man-computer interaction, affective computing, and psychological research. Pre-processing techniques are applied to every image with the aim of standardizing the images. Frequently used techniques include scaling, blurring, rotating, altering the contour of the image, changing the color to grayscale and normalization. Followed by feature extraction and then the traditional classifiers are applied to infer facial expressions. Increasing the performance of the system is difficult in the typical machine learning approach because feature extraction and classification phases are separate. But in Deep Neural Networks (DNN), the two phases are combined into a single phase. Therefore, the Convolutional Neural Network (CNN) models give better accuracy in Facial Expression Recognition than the traditional classifiers. But still the performance of CNN is hampered by noisy and deviated images in the dataset. This work utilized the preprocessing methods such as resizing, gray-scale conversion and normalization. Also, this research work is motivated by these drawbacks to study the use of image pre-processing techniques to enhance the performance of deep learning methods to implement facial expression recognition. Also, this research aims to recognize emotions using deep learning and show the influences of data pre-processing for further processing of images. The accuracy of each pre-processing methods is compared, then combination between them is analysed and the appropriate preprocessing techniques are identified and implemented to see the variability of accuracies in predicting facial expressions. . 展开更多
关键词 Facial Expression Recognition Preprocessing Techniques NORMALIZATION Convolutional Neural Network (CNN) Deep Neural Networks (DNN)
下载PDF
Classifying Heart Disease in Medical Data Using Deep Learning Methods
6
作者 T. Velmurugan U. Latha 《Journal of Computer and Communications》 2021年第1期66-79,共14页
<div style="text-align:justify;"> Recent days, heart ailments assume a fundamental role in the world. The physician gives different name for heart disease, for example, cardiovascular failure, heart fa... <div style="text-align:justify;"> Recent days, heart ailments assume a fundamental role in the world. The physician gives different name for heart disease, for example, cardiovascular failure, heart failure and so on. Among the automated techniques to discover the coronary illness, this research work uses Named Entity Recognition (NER) algorithm to discover the equivalent words for the coronary illness content to mine the significance in clinical reports and different applications. The Heart sickness text information given by the physician is taken for the preprocessing and changes the text information to the ideal meaning, at that point the resultant text data taken as input for the prediction of heart disease. This experimental work utilizes the NER to discover the equivalent words of the coronary illness text data and currently uses the two strategies namely Optimal Deep Learning and Whale Optimization which are consolidated and proposed another strategy Optimal Deep Neural Network (ODNN) for predicting the illness. For the prediction, weights and ranges of the patient affected information by means of chosen attributes are picked for the experiment. The outcome is then characterized with the Deep Neural Network and Artificial Neural Network to discover the accuracy of the algorithms. The performance of the ODNN is assessed by means for classification methods, for example, precision, recall and f-measure values. </div> 展开更多
关键词 Named Entity Recognition Algorithm Neural Network Methods Whale Optimization Algorithm F-MEASURE RECALL PRECISION
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部