Abstract
Recent advancement in computational capabilities has accelerated the research and development of non-intrusive load disaggregation. Non-intrusive load monitoring (NILM) offers many promising applications in the context of energy efficiency and conservation. Load classification is a key component of NILM that relies on different artificial intelligence techniques, e.g., machine learning. This study employs different machine learning models for load classification and presents a comprehensive performance evaluation of the employed models along with their comparative analysis. Moreover, this study also analyzes the role of input feature space dimensionality in the context of classification performance. For the above purposes, an event-based NILM methodology is presented and comprehensive digital simulation studies are carried out on a low sampling real-world electricity load acquired from four different households. Based on the presented analysis, it is concluded that the presented methodology yields promising results and the employed machine learning models generalize well for the invisible diverse testing data. The multi-layer perceptron learning model based on the neural network approach emerges as the most promising classifier. Furthermore, it is also noted that it significantly facilitates the classification performance by reducing the input feature space dimensionality.
WITH the fast development pace of the electronics market, the energy demand has risen exponentially in the last two decades. Further, the variability and forecasting uncertainty of energy consumption patterns make it difficult for the utilities to maintain the equilibrium between demand and supply. In this context, effective energy monitoring is essential for modern power systems. Energy monitoring offers many promising solutions for the grid stability, including but not limited to energy forecasting, demand-side management, and fault diagnosis [
Numerous research works have been done based on the initial concept of NILM [
Feature extraction is a process of transforming raw data into meaningful information. In the NILM domain, feature refers to a unique consumption pattern of an appliance, which is used for its identification. Numerous load features are proposed based on power, current, and voltage. However, active and reactive power are the most widely-used load features in the NILM domain [
To identify individual loads based on the extracted features, numerous artificial-intelligence-based techniques are adopted by the research community. In this context, machine learning (ML) is widely employed, such as the k-nearest neighbors (k-NN) model, which is successfully deployed to disaggregate the air conditioning unit and electric vehicle charging [
In the existing literature, numerous studies present comparative analysis of different ML models. For example, [
Further, as mentioned above, most of the available NILM studies are based on high data granularity. However, to realize the practical potential of NILM, studies need to be more focused on low-sampling NILM systems rather than high-sampling ones. Based on the lower data granularity, the low-sampling NILM system is not only a more viable option for the existing metering infrastructure [
To address the mentioned shortcomings, this paper is primarily intended to evaluate the performance of different ML models in the context of low data granularity based NILM system. Hence, we focus on 1/60 Hz data granularity, whose sampling rate is 60 times lower than 1 Hz, which is mostly used in the context of low-sampling NILM systems. Moreover, to further realize a practical load scenario, this paper is based on a recently released practical load database: New Zealand GREEN Grid database [
1) An event-based NILM methodology is presented for low-sampling practical load measurements.
2) A comprehensive performance evaluation of different ML models is presented in the context of low-sampling NILM system. For the above purpose, ten different ML models are employed.
3) A new performance metric is introduced in the context of NILM evaluation along with other well-known evaluation criteria.
4) A comparative evaluation of the employed ML models is presented in combination with different input features.
This study not only contributes to the existing state-of-the-art ML models in NILM applications but also facilitates future research in the mentioned domain. The reminder of this paper is organized as follows. Section II presents the detailed research methodology of NILM system. Section III presents the simulation details and the corresponding results and analysis. Section IV concludes this paper.
This paper presents a low-sampling event-based NILM methodology, which comprises four key components, i.e., data acquisition/pre-processing, event detection, feature extraction, and load classification. Ten different supervised ML models, namely SVM, logistic regression (LR), decision tree (DT), random forest (RF), k-NN, Gaussian process (GP), multi-layer perceptron (MLP), naive Bayes (NB), quadratic discriminant analysis (QDA), and stochastic gradient descent (SGD), are employed and evaluated in the context of NILM applications.

Fig. 1 Flow of research methodology.
In this paper, the methodology presented in
In this study, load data are acquired from New Zealand GREEN Grid database [
For simulation purposes, load data are acquired from four different households with dedicated WH circuit installed in their premises, where other individual circuits may vary. The details can be found in [
Due to the low sampling rate, most of the waveform information, i.e., harmonic contents and reactive power, is lost except the active power information [
The extracted feature set, [
(1) |
where , , , , and are the transient width, peak-to-peak power magnitude, standard deviation, variance, and mean value of the event, respectively. These load features are computed for each detected event and the mathematical expressions of the features are given as:
(2) |
(3) |
(4) |
(5) |
(6) |
where and are the indices of the starting time and ending time of the event, respectively; and are the power magnitudes at the starting time and ending time of the event, respectively; is pre-processed active power values at time indices within the detected transient portion, i.e., event; and n is the total number of time indices that the transient portion lasts.
Another feature set is also extracted using feature reduction, which is the process that features are intelligently grouped to reduce the feature space dimensionality. The feature set is a combinatorial form of that contains all the (features) information of . However, the feature space has been reduced, i.e., it is composed of three distinct features rather than five, as given in (7).
(7) |
where and are the slope, coefficient of dispersion, and coefficient of variation of the detected events, respectively, as given in (8)-(10).
(8) |
(9) |
(10) |
The extracted load feature sets, and , given in (1) and (7), respectively, are used as input features to the ML models used in this study.
In the ML domain, no single model has superiority over others, and the quest is to identify the optimal model that provides the most accurate classification results under given conditions [
Furthermore, a brief methodological description of all the employed ML models is presented as follows.
SVM is a well-known classical supervised ML model based on a concept of a “margin”, i.e., either side of a hyperplane that separates two data classes [
LR, also known as the logit model or maximum entropy classifier, is widely used for classification purposes. It is based on statistical models where a logistic curve is fitted to a dataset [
DT is a powerful classification model that is simple to understand and easy to interpret. It is based on a recursive hierarchical structure comprising nodes (internal/leaf) and branches. Branches represent the decision rules, where internal and leaf nodes represent features (attributes) and outcomes, respectively.
RF is based on a combination of DTs’ prediction. Several DTs are trained and each DT votes for its preferred class. The class with a larger number of votes is taken as a final prediction. RF model is not only fast to be trained but also does not overfit regardless of the number of trees employed in combination [
k-NN stores the complete training set and assigns an unlabeled data point to the class of its nearest neighbors. To attain the nearest neighbors for each data point, k-NN generally employs Euclidean distance to measure the distance between the data points [
GP classifier is a generic supervised learning model designed to solve the problems of regression and classification. For classification purposes, the GP classifier implements the Gaussian processes to estimate the conditional probabilities from the given sample. In the given context, the two key approximation algorithms are Laplace and expectation-propagation [
MLP is the most widely-employed supervised learning model based on neural networks and has the capability to model complex functions [
NB is a probabilistic learning model based on Bayes theorem for conditional probabilities. It builds and optimizes a function, given that all attributes in a database are independent. Generally, the maximum likelihood algorithm is used for the training of NB model [
QDA is a standard supervised classifier, which uses the Gaussian distribution to model the likelihood of each class and later employs the posterior distributions to classify the given testing data [
SGD classifier executes a plain SGD learning routine supporting various loss functions and penalties for classification [
In this study, the employed ML models are comprehensively evaluated at three different levels: circuit level, household level, and global level, as depicted in
R is defined as the number of relevant items selected, while P is the number of relevant items within the selected items. R and P are mathematically given as in (11) and (12), respectively [
(11) |
(12) |
where TP, FP, and FN represent true positive, false positive, and false negative, respectively.
is defined as the harmonic mean of R and P, mathematically defined as in (13) [
(13) |
is another performance metric used for the evaluation of classification models and is defined as the prediction fraction the model classifies correctly [
(14) |
where TN represents true negative.
The terminologies of TP, FP, FN, and TN are well explained in the form of a confusion matrix, given in
Another performance metric introduced and employed in this study is the Kappa index . It is calculated using both the accuracy and expected accuracy, mathematically given as in (15) [
(15) |
where is the expected accuracy, which is defined as the accuracy that any random classifier would be expected to attain based on the confusion matrix, as given in
(16) |
, however, is the degree of agreement among two or more raters, so it is a more robust measure to evaluate the performance of ML model. Moreover, of one ML model is directly comparable to that of another ML model employed for a similar classification task. Reference [
Comprehensive digital simulations are carried out based on the research methodologies presented in Section II. For the above-mentioned purpose, a desktop computer with Intel Core i7 (8700) processor and 32 GB RAM is used, where MATLAB R2018b and Python 3.6.7 are employed as simulation tools.
All the employed ML models are independently evaluated in combination with input features, and , as given in (1) and (7), respectively. Further, all the employed ML models are independently trained with 20-day load data from a single household and later tested on a diverse set of testing data that are not known in the training phase. This strategy aims at validating the robustness of the given classifiers and identifying the most optimal one for the given problem.
All the employed ML models are fed with the input feature set , and simulations are carried out according to the details presented in
Under the given conditions,
Note: all results are in percentage.
In terms of diverse testing households, the worst circuit-level performance is recorded for rf_36. Further, it is worth noting that the WH circuit inference result presented as 0% for rf_31 in
As for circuit-level inference performance, it is also evident from

Fig. 2 Circuit-level classification results of MLP for different testing households. (a) rf_2. (b) rf_31. (c) rf_36. (d) rf_42.
In addition to the evaluation of ML models in terms of circuit-level and household-level, a global-level evaluation based on the entire set of testing households under consideration, is also carried out in this study. In this context,

Fig. 3 Comparison of ML models in combination with . (a) A. (b) .
All the employed ML models are further evaluated in combination with the reduced number of features, i.e., being an input feature set. This provides an opportunity to analyze the feature space dimensionality in the context of the performance of classification models.
Note: all results are in percentage.
The employed ML models in combination with are also evaluated at the household level. For the above-mentioned purposes, the and have been employed, and the extracted results are presented in
It is evident from
ML models in combination with , are also evaluated at the global level, where the corresponding comparative results in the form of a box plot are presented in

Fig. 4 Comparison of ML models in combination with . (a) A. (b) .
It is further validated from the results presented in
To underline the influence of feature space dimensionality, a comparative evaluation of the employed ML models in combination with and is carried out. For the above purposes, the results presented in Figs.
For further comparative analysis, the overall mean , based on the entire set of testing households, is also extracted for each employed ML model in combination with and .

Fig. 5 Comparative evaluation of ML models in combination with and .
It is also evident from
In terms of computational complexity, including time and space complexity, it is anticipated that reducing feature space dimensionality will facilitate the ML models. As feature space is directly proportional to the size of the input samples to ML models, consequently, there are fewer probabilities, weights, and distances to estimate, optimize, and compute, respectively. In this context, one of the key methodologies used is referred to as feature selection, which is a process to find the minimum subset of the most relevant features that retain the key information of the original set [
This paper presents a comprehensive comparative performance evaluation study of ten diverse ML models in the context of low-sampling NILM applications. The employed ML models are also evaluated in combination with different input feature space. For the above-mentioned purposes, an event-based NILM approach is adopted and digital simulations are carried out on practical load measurements acquired from four different households of the New Zealand GREEN Grid database.
It is worth noting from the analysis that the selection of an optimal ML model is not a case of “one size fits all”. In this context, for the given problem, i.e., low-sampling non-intrusive load inference, it is concluded that the MLP classifier based on the neural network outperforms other employed ML models for most of the cases. On the downside, the DT model attains the worst performance under the given conditions. It is also noted that for the given conditions, reducing the feature space dimensionality improves the performance of ML models in most cases.
Based on the presented study and corresponding analysis of the results, towards more robust NILM systems, the future research areas will be two-folded: ① explore ML: ensemble learning and deep learning techniques; and ② explore the feature engineering domain including feature selection methodologies.
References
S. S. Hosseini, K. Agbossou, S. Kelouwani et al., “Non-intrusive load monitoring through home energy management systems: a comprehensive review,” Renewable & Sustainable Energy Reviews, vol. 79, pp. 1266-1274, Nov. 2017. [Baidu Scholar]
N. Batra, R. Kukunuri, A. Pandey et al., “Towards reproducible state-of-the-art energy disaggregation,” in Proceedings of the 6th ACM International Conference on Systems for Energy-efficient Buildings, Cities, and Transportation, New York, USA, Nov. 2019, pp. 193-202. [Baidu Scholar]
A. Gabaldon, R. Molina, A. Marin-Parra et al., “Residential end-uses disaggregation and demand response evaluation using integral transforms,” Journal of Modern Power Systems and Clean Energy, vol. 5, no. 1, pp. 91-104, Jan. 2017. [Baidu Scholar]
G. W. Hart, “Nonintrusive appliance load monitoring,” Proceedings of the IEEE, vol. 80, no. 12, pp. 1870-1891, Dec. 1992. [Baidu Scholar]
A. Ruano, A. Hernandez, J. Urena et al., “NILM techniques for intelligent home energy management and ambient assisted living: a review,” Energies, vol. 12, no. 11, p. 2203, Jun. 2019. [Baidu Scholar]
R. Bonfigli, S. Squartini, M. Fagiani et al., “Unsupervised algorithms for non-intrusive load monitoring: an up-to-date overview,” in Proceedings of 15th International Conference on Environment and Electrical Engineering (EEEIC), Rome, Italy, Jun. 2015, pp. 1175-1180. [Baidu Scholar]
A. Faustine, N. H. Mvungi, S. Kaijage et al. (2017, Mar.). A survey on non-intrusive load monitoring methodies and techniques for energy disaggregation problem [Online]. Available: arXiv:1703.00785v3 [Baidu Scholar]
K. Basu, V. Debusschere, S. Bacha et al., “Nonintrusive load monitoring: a temporal multilabel classification approach,” IEEE Transactions on Industrial Informatics, vol. 11, no. 1, pp. 262-270, Feb. 2015. [Baidu Scholar]
A. Hernandez, A. Ruano, J. Urena et al., “Applications of NILM techniques to energy management and assisted living,” IFAC Papersonline, vol. 52, no. 11, pp. 164-171, Aug. 2019. [Baidu Scholar]
K. C. Armel, A. Gupta, G. Shrimali et al., “Is disaggregation the holy grail of energy efficiency? The case of electricity,” Energy Policy, vol. 52, no. C, pp. 213-234, Jan. 2013. [Baidu Scholar]
M. Sun, F. M. Nakoty, Q. Liu et al., “Non-intrusive load monitoring system framework and load disaggregation algorithms: a survey,” in Proceedings of 2019 International Conference on Advanced Mechatronic Systems (ICAMechS), Kusatsu, Japan, Aug. 2019, pp. 284-288. [Baidu Scholar]
J. Yu, Y. Gao, Y. Wu et al., “Non-intrusive load disaggregation by linear classifier group considering multi-feature integration,” Applied Sciences-Basel, vol. 9, no. 17, p. 3558, Sept. 2019. [Baidu Scholar]
S. M. Tabatabaei, S. Dick, and W. Xu, “Toward non-intrusive load monitoring via multi-label classification,” IEEE Transactions on Smart Grid, vol. 8, no. 1, pp. 26-40, Jan. 2017. [Baidu Scholar]
A. U. Rehman, T. T. Lie, B. Vallès et al., “Low complexity non-intrusive load disaggregation of air conditioning unit and electric vehicle charging,” in Proceedings of 2019 IEEE Innovative Smart Grid Technologies-Asia (ISGT Asia), Chengdu, China, May 2019, pp. 2607-2612. [Baidu Scholar]
S. Su, Y. Yan, H. Lu et al., “Non-intrusive load monitoring of air conditioning using low-resolution smart meter data,” in Proceedings of 2016 IEEE International Conference on Power System Technology (POWERCON), Wollongong, Australia, Sept. 2016, pp. 1-5. [Baidu Scholar]
M. Figueiredo, A. de Almeida, and B. Ribeiro, “Home electrical signal disaggregation for non-intrusive load monitoring (NILM) systems,” Neurocomputing, vol. 96, pp. 66-73, Nov. 2012. [Baidu Scholar]
T. Zia, D. Bruckner, and A. Zaidi, “A hidden Markov model based procedure for identifying household electric loads,” in Proceedings of IECON 2011-37th Annual Conference on IEEE Industrial Electronics Society, Melbourne, Australia, Nov. 2011, pp. 3218-3223. [Baidu Scholar]
J. Z. Kolter and T. Jaakkola, “Approximate inference in additive factorial HMMs with application to energy disaggregation,” Artificial Intelligence and Statistics, vol. 2012, pp. 1472-1482, Sept. 2012. [Baidu Scholar]
H. Kim, M. Marwah, M. Arlitt et al., “Unsupervised disaggregation of low frequency power measurements,” in Proceedings of the 2011 SIAM International Conference on Data Mining, Arizona, USA, Apr. 2011, pp. 747-758. [Baidu Scholar]
J. Cho, Z. Hu, and M. Sartipi, “Non-intrusive A/C load disaggregation using deep learning,” in Proceedings of 2018 IEEE/PES Transmission and Distribution Conference and Exposition (T&D), Denver, USA, Apr. 2018, pp. 1-5 . [Baidu Scholar]
J. Kelly and W. Knottenbelt, “Neural NILM: deep neural networks applied to energy disaggregation,” in Proceedings of the 2nd ACM International Conference on Embedded Systems for Energy-Efficient Built Environments, Seoul, South Korea, Nov. 2015, pp. 55-64. [Baidu Scholar]
L. Mauch and B. Yang, “A new approach for supervised power disaggregation by using a deep recurrent LSTM network,” in Proceedings of 2015 IEEE Global Conference on Signal and Information Processing (GlobalSIP), Orlando, USA, Dec. 2015, pp. 63-67. [Baidu Scholar]
L. de Baets, C. Develder, T. Dhaene et al., “Detection of unidentified appliances in non-intrusive load monitoring using siamese neural networks,” International Journal of Electrical Power & Energy Systems, vol. 104, pp. 645-653, Jan. 2019. [Baidu Scholar]
Y. Lin and Y. Hu, “Electrical energy management based on a hybrid artificial neural network-particle swarm optimization-integrated two-stage non-intrusive load monitoring process in smart homes,” Processes, vol. 6, no. 12, p. 236, Dec. 2018. [Baidu Scholar]
S. B. Kotsiantis, I. D. Zaharakis, and P. E. Pintelas, “Machine learning: a review of classification and combining techniques,” Artificial Intelligence Review, vol. 26, no. 3, pp. 159-190, Nov. 2006. [Baidu Scholar]
S. B. Kotsiantis, “Supervised machine learning: a review of classification techniques,” Emerging Artificial Intelligence Applications in Computer Engineering, vol. 160, no. 3, pp. 249-268, Oct. 2007. [Baidu Scholar]
X. D. Wu, V. Kumar, J. R. Quinlan et al., “Top 10 algorithms in data mining,” Knowledge and Information Systems, vol. 14, no. 1, pp. 1-37, Jan. 2008. [Baidu Scholar]
A. Singh, N. Thakur, and A. Sharma, “A review of supervised machine learning algorithms,” in Proceedings of 2016 3rd International Conference on Computing for Sustainable Global Development (INDIACom), New Delhi, India, Mar. 2016, pp. 1310-1315. [Baidu Scholar]
M. Azaza and F. Wallin, “Evaluation of classification methodologies and Features selection from smart meter data,” in Proceedings of the 9th International Conference on Applied Energy, Cardiff, UK, Aug. 2017, pp. 2250-2256. [Baidu Scholar]
K. Basu, V. Debusschere, S. Bacha et al., “A generic data driven approach for low sampling load disaggregation,” Sustainable Energy Grids & Networks, vol. 9, pp. 118-127, Mar. 2017. [Baidu Scholar]
B. Anderson, D. Eyers, R. Ford et al. (2018, Nov.). New Zealand GREEN Grid household electricity demand study 2014-2018. [Online]. Available: http://reshare.ukdataservice.ac.uk/853334/ [Baidu Scholar]
Electricity Authority. (2018, Nov.). Electricity in New Zealand, 2018. [Online]. Available: https://www.ea.govt.nz/about-us/media-and-publications/electricity-new-zealand/ [Baidu Scholar]
Y. Yang, Z. Mi, X. Zheng et al., “Accommodation of curtailed wind power by electric water heaters based on a new hybrid prediction approach,” Journal of Modern Power Systems and Clean Energy, vol. 7, no. 3, pp. 525-537, May 2019. [Baidu Scholar]
M. Wu, Y. Bao, J. Zhang et al., “Multi-objective optimization for electric water heater using mixed integer linear programming,” Journal of Modern Power Systems and Clean Energy, vol. 7, no. 5, pp. 1256-1266, Sept. 2019. [Baidu Scholar]
Z. M. Haider, K. K. Mehmood, M. K. Rafique et al., “Water-filling algorithm based approach for management of responsive residential loads,” Journal of Modern Power Systems and Clean Energy, vol. 6, no. 1, pp. 118-131, Jan. 2018. [Baidu Scholar]
M. Pipattanasomporn, M. Kuzlu, S. Rahman et al., “Load profiles of selected major household appliances and their demand response opportunities,” IEEE Transactions on Smart Grid, vol. 5, no. 2, pp. 742-750, Mar. 2014. [Baidu Scholar]
B. Anderson, D. Eyers, R. Ford et al. (2018, Nov.). NZ GREEN Grid household electricity demand study: 1 minute electricity power (version 1.0) Centre for Sustainability, University of Otago, Duned. [Online]. Available: http://www.otago.ac.nz/centre-sustainability/ [Baidu Scholar]
M. Liu, J. Yong, X. Wang et al., “A new event detection technique for residential load monitoring,” in Proceedings of 2018 18th International Conference on Harmonics and Quality of Power (ICHQP), Ljubljana, Slovenia, May 2018, pp. 1-6. [Baidu Scholar]
B. Wild, K. S. Barsim, and B. Yang, “A new unsupervised event detector for non-intrusive load monitoring,” in Proceedings of 2015 IEEE Global Conference on Signal and Information Processing (GlobalSIP), Orlando, USA, Dec. 2015, pp. 73-77. [Baidu Scholar]
L. Pereira, “NILMPEds: a performance evaluation dataset for event detection algorithms in non-intrusive load monitoring,” Data, vol. 4, no. 3, p. 127, Sept. 2019. [Baidu Scholar]
A. U. Rehman, T. T. Lie, B. Valles et al., “Event-detection algorithms for low sampling nonintrusive load monitoring systems based on low complexity statistical features,” IEEE Transactions on Instrumentation and Measurement, vol. 69, no. 3, pp. 751-759, Mar. 2020. [Baidu Scholar]
F. Pedregosa, G. Varoquaux, A. Gramfort et al., “Scikit-learn: machine learning in Python,” Journal of Machine Learning Research, vol. 12, pp. 2825-2830, Oct. 2011. [Baidu Scholar]
S. Dreiseitl and L. Ohno-Machado, “Logistic regression and artificial neural network classification models: a methodology review,” Journal of Biomedical Informatics, vol. 35, no. 5-6, pp. 352-359, Oct. 2002. [Baidu Scholar]
A. C. Lorena, L. F. O. Jacintho, M. F. Siqueira et al., “Comparing machine learning classifiers in potential distribution modelling,” Expert Systems with Applications, vol. 38, no. 5, pp. 5268-5275, May 2011. [Baidu Scholar]
W. Yan, “Application of random forest to aircraft engine fault diagnosis,” in Proceedings of the Multiconference on Computational Engineering in Systems Applications, Beijing, China, Oct. 2006, pp. 468-475. [Baidu Scholar]
P. Morales-Alvarez, A. Pérez-Suay, R. Molina et al., “Remote sensing image classification with large-scale Gaussian processes,” IEEE Transactions on Geoscience and Remote Sensing, vol. 56, no. 2, pp. 1103-1114, Oct. 2017. [Baidu Scholar]
T. N. A. Nguyen, A. Bouzerdoum, and S. L. Phung, “A scalable hierarchical Gaussian process classifier,” IEEE Transactions on Signal Processing, vol. 67, no. 11, pp. 3042-3057, Jun. 2019. [Baidu Scholar]
A. Subasi and E. Ercelebi, “Classification of EEG signals using neural network and logistic regression,” Computer Methods Programs Biomed, vol. 78, no. 2, pp. 87-99, May 2005. [Baidu Scholar]
A. Starzacher and B. Rinner, “Evaluating KNN, LDA and QDA classification for embedded online feature fusion,” in Proceedings of 2008 International Conference on Intelligent Sensors, Sensor Networks and Information Processing, Sydney, Australia, Dec. 2008, pp. 85-90. [Baidu Scholar]
R. G. Wijnhoven and P. de With, “Fast training of object detection using stochastic gradient descent,” in Proceedings of 2010 20th International Conference on Pattern Recognition, Istanbul, Turkey, Aug. 2010, pp. 424-427. [Baidu Scholar]
A. Zoha, A. Gluhak, M. A. Imran et al., “Non-intrusive load monitoring approaches for disaggregated energy sensing: a survey,” Sensors (Basel), vol. 12, no. 12, pp. 16838-66, Dec. 2012. [Baidu Scholar]
Y. Bazi and F. Melgani, “Gaussian process approach to remote sensing image classification,” IEEE Transactions on Geoscience and Remote Sensing, vol. 48, no. 1, pp. 186-197, Jan. 2010. [Baidu Scholar]
B. Wang, F. Wan, P. U. Mak et al., “EEG signals classification for brain computer interfaces based on Gaussian process classifier,” in Proceedings of 2009 7th International Conference on Information, Communications and Signal Processing (ICICS), Macau, China, Dec. 2009, pp. 1-5. [Baidu Scholar]
H. C. Kim, D. Kim, Z. Ghahramani et al., “Appearance-based gender classification with Gaussian processes,” Pattern Recognition Letters, vol. 27, no. 6, pp. 618-626, Apr. 2006. [Baidu Scholar]
I. D. Longstaff and J. F. Cross, “A pattern recognition approach to understanding the multi-layer perception,” Pattern Recognition Letters, vol. 5, no. 5, pp. 315-319, May 1987. [Baidu Scholar]
S. Srivastava, M. R. Gupta, and B. A. Frigyik, “Bayesian quadratic discriminant analysis,” Journal of Machine Learning Research, vol. 8, pp. 1277-1305, Jun. 2007. [Baidu Scholar]
J. Alcala, J. Urena, A. Hernandez et al., “Event-based energy disaggregation algorithm for activity monitoring from a single-point sensor,” IEEE Transactions on Instrumentation and Measurement, vol. 66, no. 10, pp. 2615-2626, Oct. 2017. [Baidu Scholar]
M. Aiad and P. H. Lee, “Unsupervised approach for load disaggregation with devices interactions,” Energy and Buildings, vol. 116, pp. 96-103, Mar. 2016. [Baidu Scholar]
Y. Sakiyama, H. Yuki, T. Moriya et al., “Predicting human liver microsomal stability with machine learning techniques,” Journal of Molecular Graphics & Modelling, vol. 26, no. 6, pp. 907-915, Feb. 2008. [Baidu Scholar]
J. R. Landis and G. G. Koch, “The measurement of observer agreement for categorical data,” Biometrics, vol. 33, no. 1, pp. 159-174, Mar. 1977. [Baidu Scholar]
N. Ghadimi, A. Akbarimajd, H. Shayeghi et al., “Two stage forecast engine with feature selection technique and improved meta-heuristic algorithm for electricity load forecasting,” Energy, vol. 161, pp. 130-142, Oct. 2018. [Baidu Scholar]