Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Rajasekar Venkatesan is active.

Publication


Featured researches published by Rajasekar Venkatesan.


international conference on artificial intelligence and soft computing | 2015

Aspects of Structure and Parameters Selection of Control Systems Using Selected Multi-Population Algorithms

Krystian Łapa; Jacek Szczypta; Rajasekar Venkatesan

In this paper a new approach for automatic design of control systems is presented. It is based on multi-population algorithms and allows to select not only parameters of control systems, but also its structure. Proposed approach was tested on a problem of stabilization of double spring-mass-damp object.


Evolving Systems | 2017

A novel online multi-label classifier for high-speed streaming data applications

Rajasekar Venkatesan; Meng Joo Er; Mihika Dave; Mahardhika Pratama; Shiqian Wu

In this paper, a high-speed online neural network classifier based on extreme learning machines for multi-label classification is proposed. In multi-label classification, each of the input data sample belongs to one or more than one of the target labels. The traditional binary and multi-class classification where each sample belongs to only one target class forms the subset of multi-label classification. Multi-label classification problems are far more complex than binary and multi-class classification problems, as both the number of target labels and each of the target labels corresponding to each of the input samples are to be identified. The proposed work exploits the high-speed nature of the extreme learning machines to achieve real-time multi-label classification of streaming data. A new threshold-based online sequential learning algorithm is proposed for high speed and streaming data classification of multi-label problems. The proposed method is experimented with six different datasets from different application domains such as multimedia, text, and biology. The hamming loss, accuracy, training time and testing time of the proposed technique is compared with nine different state-of-the-art methods. Experimental studies shows that the proposed technique outperforms the existing multi-label classifiers in terms of performance and speed.


international joint conference on neural network | 2016

Sentiment classification using Comprehensive Attention Recurrent models

Yong Zhang; Meng Joo Er; Rajasekar Venkatesan; Ning Wang; Mahardhika Pratama

Sentiment classification has been a very hot topic in the field of natural language processing (NLP) and understanding in recent years. Recurrent neural networks (RNN) is a widely used tool to deal with the classification problem of variable-length sentences. The standard RNN can only access the preceding context of a sentence. In this paper, a new architecture termed Comprehensive Attention Recurrent Neural Networks (CA-RNN) which can store preceding, succeeding and local contexts of any position in a sequence is developed. The bidirectional recurrent neural networks (BRNN) is used to access the past and future information while a convolutional layer is employed to capture local information. The standard RNN is also replaced by two recently emerged RNN variants, namely long short-term memory (LSTM) and gated recurrent unit (GRU), to enhance the effectiveness of the new architecture. Another salient feature of the proposed model is that it can be trained end-to-end without any human intervention. It is very easy to be implemented. We conduct experiments on several sentiment-labeled datasets and analysis tasks. Experiment results demonstrate that capturing comprehensive contextual information can significantly enhance the classification accuracy compared with the standard recurrent models and the new models can achieve competitive performance compared with the state-of-the-art approaches.


Neurocomputing | 2016

A novel progressive learning technique for multi-class classification

Rajasekar Venkatesan; Meng Joo Er

In this paper, a progressive learning technique for multi-class classification is proposed. This newly developed learning technique is independent of the number of class constraints and it can learn new classes while still retaining the knowledge of previous classes. Whenever a new class (non-native to the knowledge learnt thus far) is encountered, the neural network structure gets remodeled automatically by facilitating new neurons and interconnections, and the parameters are calculated in such a way that it retains the knowledge learnt thus far. This technique is suitable for real-world applications where the number of classes is often unknown and online learning from real-time data is required. The consistency and the complexity of the progressive learning technique are analyzed. Several standard datasets are used to evaluate the performance of the developed technique. A comparative study shows that the developed technique is superior.


international symposium on neural networks | 2016

A Novel Incremental Class Learning Technique for Multi-class Classification

Meng Joo Er; Vijaya Krishna Yalavarthi; Ning Wang; Rajasekar Venkatesan

In this paper, a novel technique for multi-class classification, which is independent of the number of class constraints and can learn the new classes it encounters, is developed. The developed technique enables remodelling of the network to adapt to the dynamic nature of non-stationary input samples. It not only can learn the new classes, but also the new patterns created in the input. The proposed algorithm is evaluated using various benchmark datasets and a comparative study of classification performance shows that the proposed algorithm is superior.


systems, man and cybernetics | 2016

A novel progressive multi-label classifier for class-incremental data

Mihika Dave; Sahil Tapiawala; Meng Joo Er; Rajasekar Venkatesan

In this paper, a progressive learning algorithm for multi-label classification to learn new labels while retaining the knowledge of previous labels is designed. New output neurons corresponding to new labels are added and the neural network connections and parameters are automatically restructured as if the label has been introduced from the beginning. This work is the first of the kind in multi-label classifier for class-incremental learning. It is useful for real-world applications such as robotics where streaming data are available and the number of labels is often unknown. Based on the Extreme Learning Machine framework, a novel universal classifier with plug and play capabilities for progressive multi-label classification is developed. Experimental results on various benchmark synthetic and real datasets validate the efficiency and effectiveness of our proposed algorithm.


systems, man and cybernetics | 2016

An online universal classifier for binary, multi-class and multi-label classification

Meng Joo Er; Rajasekar Venkatesan; Ning Wang

Classification involves the learning of the mapping function that associates input samples to corresponding target label. There are two major categories of classification problems: Single-label classification and Multi-label classification. Traditional binary and multi-class classifications are sub-categories of single-label classification. Several classifiers are developed for binary, multi-class and multi-label classification problems, but there are no classifiers available in the literature capable of performing all three types of classification. In this paper, a novel online universal classifier capable of performing all the three types of classification is proposed. Being a high speed online classifier, the proposed technique can be applied to streaming data applications. The performance of the developed classifier is evaluated using datasets from binary, multi-class and multi-label problems. The results obtained are compared with state-of-the-art techniques from each of the classification types.


international joint conference on neural network | 2016

A novel online real-time classifier for multi-label data streams.

Rajasekar Venkatesan; Meng Joo Er; Shiqian Wu; Mahardhika Pratama

In this paper, a novel extreme learning machine based online multi-label classifier for real-time data streams is proposed. Multi-label classification is one of the actively researched machine learning paradigm that has gained much attention in the recent years due to its rapidly increasing real world applications. In contrast to traditional binary and multi-class classification, multi-label classification involves association of each of the input samples with a set of target labels simultaneously. There are no real-time online neural network based multi-label classifier available in the literature. In this paper, we exploit the inherent nature of high speed exhibited by the extreme learning machines to develop a novel online real-time classifier for multi-label data streams. The developed classifier is experimented with datasets from different application domains for consistency, performance and speed. The experimental studies show that the proposed method outperforms the existing state-of-the-art techniques in terms of speed and accuracy and can classify multi-label data streams in real-time.


arXiv: Learning | 2016

A High Speed Multi-label Classifier Based on Extreme Learning Machines

Meng Joo Er; Rajasekar Venkatesan; Ning Wang

In this paper a high speed neural network classifier based on extreme learning machines for multi-label classification problem is proposed and discussed. Multi-label classification is a superset of traditional binary and multi-class classification problems. The proposed work extends the extreme learning machine technique to adapt to the multi-label problems. As opposed to the single-label problem, both the number of labels the sample belongs to, and each of those target labels are to be identified for multi-label classification resulting in increased complexity. The proposed high speed multi-label classifier is applied to six benchmark datasets comprising of different application areas such as multimedia, text and biology. The training time and testing time of the classifier are compared with those of the state-of-the-arts methods. Experimental studies show that for all the six datasets, our proposed technique have faster execution speed and better performance, thereby outperforming all the existing multi-label classification methods.


ieee international conference on fuzzy systems | 2015

A study of experiential learning theory using fuzzy inference system

Sayantan Mandal; Er Meng Joo; Yiik Diew Wong; Rajasekar Venkatesan

In this work, we discuss how the Lewinian model of experiential learning theory can be modeled in the framework of fuzzy logic. Fuzzy inference mechanism has been used to model the Lewinian model. Each stage of the Lewinian model has been modeled by appropriate step of a fuzzy inference mechanism.

Collaboration


Dive into the Rajasekar Venkatesan's collaboration.

Top Co-Authors

Avatar

Meng Joo Er

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Ning Wang

Dalian Maritime University

View shared research outputs
Top Co-Authors

Avatar

Mahardhika Pratama

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Shiqian Wu

Wuhan University of Science and Technology

View shared research outputs
Top Co-Authors

Avatar

Meng Joo Er

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Er Meng Joo

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Mihika Dave

Birla Institute of Technology and Science

View shared research outputs
Top Co-Authors

Avatar

Vijaya Krishna Yalavarthi

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Yiik Diew Wong

Nanyang Technological University

View shared research outputs
Top Co-Authors

Avatar

Yong Zhang

Nanyang Technological University

View shared research outputs
Researchain Logo
Decentralizing Knowledge