Best Project Center Defines Meta-Classifier There are several ways to ensemble the classifiers: bootstrap aggregating (bagging), boosting, majority voting, weighted voting, simple averaging, and stacking. Most of the winners of different data challenge competitions use ensemble methods. In ensemble learning, the performance of ensemble often better than the performance of individual methods in the ensemble. There are different variations of CNN as described. CNN-rand uses random word embeddings for initializing the word vectors used in CNN model. CNN-static uses static pretrained word embeddings in which weights are not updated in learning, whereas weights are updated through back-propagation in CNNnonstatic. Task-specific word embeddings are learned in CNN-nonstatic. Now, a new data set is created by the predictions of five CNNs and one feature-based method. A best project center in nagercoil neural network-based metaclassifier is applied to the newly created data set to classify the given tweet to spam or non-spam. This neural network has two hidden layers with six nodes each. Activation function relu is used in the hidden layers, and sigmoid is used in the output layer. We use sigmoid activation function in the output layer to make sure that the output ranges between 0 and 1.