REVIEW 4 major objections 4 minor 67 references
NFISiS: New Perspectives on Fuzzy Inference Systems for Renewable Energy Forecasting
T0 review · 4 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read The paper claims that genetic and ensemble fuzzy inference systems, especially GEN-NTSK and RF-NTSK, match or beat deep learning on photovoltaic forecasting while keeping rules interpretable.
desk verdict Clear model idea, shipped code, but the empirical claim is contradicted by the paper's own tables; evaluation protocol is too weak to support superiority. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the rule-generation scheme shared by NTSK and the new NMR: the target variable's observed range is split into $R_{\max}$ equally spaced intervals, each training sample is assigned to a rule by the interval its target value falls in, and Gaussian membership functions are fit to the antecedent attributes within each rule. The consequent of a rule is this target interval itself, so a rule reads as a statement of the form 'when the inputs resemble this cluster, the next-step power falls in this range'. The genetic wrapper evaluates candidate feature subsets by the fuzzy model's error, and the ensemble variants R-NMR, R-NTSK, and RF-NTSK average models built on randomized attribute subsets; RF-NTSK combines the random forest and R-NTSK outputs with weights inversely proportional to their training errors.
What would settle it
Re-run the four photovoltaic series with a fixed train/validation/test split, tune every model only on the validation set, and report errors over several random seeds; if GEN-NTSK and RF-NTSK no longer sit near the top of the NRMSE, NDEI, and MAPE tables, the comparative claim fails. A second check is whether the GA-selected feature subsets and final rule counts stay stable across seeds, since unstable selection would undercut the interpretability benefit.
Extended reading notes
Core claim
The central claim is that the proposed fuzzy models, in particular Genetic New Takagi-Sugeno-Kang (GEN-NTSK) and Random Forest New Takagi-Sugeno-Kang (RF-NTSK), achieve error metrics that match or beat both traditional machine learning and deep learning on the tested photovoltaic series while producing a simpler, rule-based structure. The paper reports that on the Alice Springs and Yulara datasets, GEN-NTSK (wRLS) and R-NTSK/RF-NTSK frequently appear among the lowest normalized root-mean-square errors, and the best fuzzy models often tie or exceed the best non-fuzzy baselines, which are LS-SVM among classical models and CNN or GRU among deep models. The rule-design mechanism, splitting the target's range into equally spaced intervals, assigning samples to rules by where their target falls, and fitting Gaussian fuzzy sets from those partitions, gives the user direct control over the number of rules and makes each consequent interpretable as a target-variation interval rather than a polynomial.
Load-bearing premise
The central performance claims rest on the assumption that the grid search used to set hyper-parameters was run on training or validation data only and never on the test portion that produced the reported error tables; the paper does not state the data split, the random seeds, or the number of repeated runs.
Editorial extensions
If this is right
- A practitioner who needs an interpretable solar-forecasting model can choose GEN-NTSK or RF-NTSK and expect errors near the best deep-learning results on daily photovoltaic series.
- Because the number of rules is a user-set hyperparameter, the same implementation can produce anything from a one-rule baseline to a nineteen-rule model, making the accuracy-interpretability tradeoff explicit.
- RF-NTSK's error-weighted blend of random forest and R-NTSK gives a reusable recipe for combining a tree ensemble with a fuzzy regressor.
- The genetic wrapper can shrink the input set, as in the reported Alice 1A case where six of twelve attributes were selected, which the paper links to better interpretability and reduced overfitting risk.
Reading between the lines
- Beyond the paper: the interval-based rule generation is not solar-specific, so the same models should transfer to other one-step-ahead forecasting targets such as wind power, electricity load, or prices; this is directly testable with the released library.
- Beyond the paper: because the paper reports no variance across runs, a repeated-seed benchmark would reveal whether GEN-NTSK's edge is stable or partly tuning luck.
- Beyond the paper: the un-evaluated NMR classifier sketched in the paper, one rule per class, could give an interpretable fuzzy classifier, but its accuracy is unknown.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a new Mamdani fuzzy regressor (NMR) and extends the authors' earlier New Takagi-Sugeno-Kang (NTSK) model with genetic-algorithm feature selection and ensemble variants (GEN-NMR, GEN-NTSK, R-NMR, R-NTSK, RF-NTSK). The models are described mathematically, and an experiment is reported on four photovoltaic power datasets (Alice 1A, Alice 38, Yulara 1, Yulara 5) comparing NRMSE, NDEI, and MAPE against a wide range of classical, deep-learning, and evolving-fuzzy baselines. The abstract and conclusion claim that the proposed genetic and ensemble fuzzy models, especially GEN-NTSK and RF-NTSK, achieve superior performance and often outperform traditional ML and DL models, while maintaining interpretability. The paper also reports rule-based interpretation via a table of extracted rules and provides a Python library (nfisis).
Significance. If the reported superiority were established, the paper would offer a practical interpretable alternative to deep learning for PV forecasting. The model formulations are simple and the release of the nfisis library is a useful contribution. However, the central empirical claim is not supported by the data presented in the paper and is in fact contradicted by the authors' own tables: on every dataset a baseline model yields the lowest NRMSE. Because the experimental protocol lacks an explicit validation split and reports only single point estimates without seeds or error bars, the comparative performance claims cannot be regarded as reliable. The contribution therefore reduces to a modest algorithmic variation whose claimed advantage is unsubstantiated.
major comments (4)
- [Abstract; Tables 3–6] The central claim that GEN-NTSK and RF-NTSK 'achieve superior performance' and 'often outperform' traditional ML/DL models is contradicted by the paper's own results. In Table 3 (Alice 1A) the best NRMSE is eTS (0.20639) versus GEN-NTSK(wRLS) 0.20711; in Table 4 (Alice 38) exTS achieves 0.20443 versus RF-NTSK 0.21087; in Table 5 (Yulara 1) CNN achieves 0.16568 versus RF-NTSK 0.18351; in Table 6 (Yulara 5) ePL-KRLS-DISCO achieves 0.20501 versus GEN-NTSK(wRLS) 0.20625. Thus no proposed model obtains the best NRMSE on any dataset, and the abstract's superiority claim fails at face value.
- [Section 4.1, Tables 3–6] The hyperparameter optimization is described as a 'grid search to achieve the lowest possible error' (Section 4.1) without stating that a validation split was used; this leaves open the possibility that test data were used for model selection. The tables report single point estimates with no seeds, repeated runs, or error bars. With daily PV series of roughly 730 points, differences of 0.001–0.02 NRMSE are likely within run-to-run noise, so even the ordering among close methods is not established. The absence of a specified evaluation protocol invalidates the comparative performance claims.
- [Section 4.3/4.5 and Conclusion] The Discussion section (Section 4.5) acknowledges that CNN and LS-SVM achieved the lowest errors among DL and classical models, and the Conclusion restricts the claim to 'GEN-NTSK and RF-NTSK obtained the lowest error among the proposed models.' This is inconsistent with the abstract's claim of outperforming ML/DL models. The paper should either remove the superiority claim or provide evidence that the proposed models are competitive when evaluated with a proper validation protocol.
- [Section 3.1.1, Eqs. (1)–(3)] Equation (3) assigns samples to rule index floor((y_k - y_underline)/IS), which yields 0 when y_k equals the minimum y_underline; since rules are indexed 1 to Rmax, this is an off-by-one error that would misassign the minimal-target sample. The authors should correct the indexing or clarify the boundary condition. While this is a localized technical issue, it affects the formal definition of the proposed NMR model.
minor comments (4)
- [Section 1] The sentence 'Finally, Section 5 concludes de paper and proposes future works' contains a typo ('de' should be 'the'), and the sentence 'The models are applied to renewable energy datasets' is repeated verbatim a few lines later.
- [Section 3.2] The description of R-NMR/R-NTSK ensemble construction is incomplete: 'the best-performing model from this subset is added to the ensemble' does not specify which data (training or validation) are used to judge the best performer, nor how diversity is maintained across iterations.
- [Abstract and Section 1] The term 'NFISiS' is used both as the model family name and as the name of the released library (nfisis); the authors should clarify whether NFISiS refers to the set of models or specifically to the software package.
- [References] The reference for 'Regression Tree' cites only 'Breiman et al.' without a year or full publication details; this should be completed to match the other references.
Circularity Check
No significant circularity: the derivations are standard supervised regression and the empirical claims are benchmarked against external models.
full rationale
No circular step could be exhibited. The proposed NMR (Section 3.1) assigns training samples to rules by intervals of the observed target value (Eqs. 1-3), then predicts by a weighted average of per-rule consequent means (Eq. 6); this is ordinary supervised regression, not a definition that presupposes the predicted quantity. The GA wrapper (Section 3.1.3) and the ensemble weighting (Eq. 7) likewise use training errors and model outputs, and the resulting forecasts are evaluated on the same external benchmark datasets as the baselines. The authors' citations to their own NTSK papers supply background and the base NTSK construction, which is summarized in Section 2; the paper's central performance claim is not derived from those citations but is testable against Tables 3-6. In fact, those tables show a baseline model attaining the lowest NRMSE on every dataset, so the abstract's 'superior performance' claim is empirically contradicted rather than circularly entailed. The concern that grid-search hyperparameters may have been selected on the test set is a validity threat, but the paper only says the search targets 'the lowest possible error' (Section 4.1) without specifying the split; without evidence of the split, this cannot be counted as a fitted input renamed as a prediction under the hard rules.
Assumptions & free parameters
free parameters (3)
- Rmax, the number of rules for each fuzzy model =
not reported per dataset
- Genetic algorithm parameters =
unspecified
- Ensemble size or number of inducers z =
unspecified
assumptions (3)
- domain assumption Target-based rule assignment produces meaningful rules.
- domain assumption Gaussian membership functions with per-rule mean and standard deviation are adequate for all rules.
- ad hoc to paper Grid-search hyperparameter selection uses only training data.
Cite this review
Pith. "Pith review of NFISiS: New Perspectives on Fuzzy Inference Systems for Renewable Energy Forecasting." pith.science (2026). https://pith.science/paper/PNCKEJB2
@misc{pith2026250606285,
author = {Pith},
title = {Pith review of: NFISiS: New Perspectives on Fuzzy Inference Systems for Renewable Energy Forecasting},
year = {2026},
howpublished = {\url{https://pith.science/paper/PNCKEJB2}},
note = {Machine review of arXiv:2506.06285}
}
read the original abstract
Deep learning models, despite their popularity, face challenges such as long training times and a lack of interpretability. In contrast, fuzzy inference systems offer a balance of accuracy and transparency. This paper addresses the limitations of traditional Takagi-Sugeno-Kang fuzzy models by extending the recently proposed New Takagi-Sugeno-Kang model to a new Mamdani-based regressor. These models are data-driven, allowing users to define the number of rules to balance accuracy and interpretability. To handle the complexity of large datasets, this research integrates wrapper and ensemble techniques. A Genetic Algorithm is used as a wrapper for feature selection, creating genetic versions of the models. Furthermore, ensemble models, including the Random New Mamdani Regressor, Random New Takagi-Sugeno-Kang, and Random Forest New Takagi-Sugeno-Kang, are introduced to improve robustness. The proposed models are validated on photovoltaic energy forecasting datasets, a critical application due to the intermittent nature of solar power. Results demonstrate that the genetic and ensemble fuzzy models, particularly the Genetic New Takagi-Sugeno-Kang and Random Forest New Takagi-Sugeno-Kang, achieve superior performance. They often outperform both traditional machine learning and deep learning models while providing a simpler and more interpretable rule-based structure. The models are available online in a library called nfisis (https://pypi.org/project/nfisis/).
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Review of deep learning algorithms and architectures
Ajay Shrestha and Ausif Mahmood. Review of deep learning algorithms and architectures. IEEE Access, 7: 0 53040--53065, 2019. doi:https://doi.org/10.1109/ACCESS.2019.2912200
arXiv 2019
-
[2]
Recent advances in deep learning
Xizhao Wang, Yanxia Zhao, and Farhad Pourpanah. Recent advances in deep learning. International Journal of Machine Learning and Cybernetics, 11: 0 747--750, 2020. doi:https://doi.org/10.1007/s13042-020-01096-5
-
[3]
Explainable AI : From black box to glass box
Arun Rai. Explainable AI : From black box to glass box. Journal of the Academy of Marketing Science, 48: 0 137--141, 2020. doi:https://doi.org/10.1007/s11747-019-00710-5
-
[4]
Application of fuzzy algorithms for control of simple dynamic plant
Ebrahim H Mamdani. Application of fuzzy algorithms for control of simple dynamic plant. In Proceedings of the Institution of Electrical Engineers, volume 121, pages 1585--1588. IET, 1974. doi:https://doi.org/10.1049/piee.1974.0328
arXiv 1974
-
[5]
Fuzzy identification of systems and its applications to modeling and control
Tomohiro Takagi and Michio Sugeno. Fuzzy identification of systems and its applications to modeling and control. IEEE Transactions on Systems, Man, and Cybernetics, SMC-15 0 (1): 0 116--132, 1985. doi:https://doi.org/10.1109/TSMC.1985.6313399
arXiv 1985
-
[6]
Structure identification of fuzzy model
Michio Sugeno and GT Kang. Structure identification of fuzzy model. Fuzzy Sets and Systems, 28 0 (1): 0 15--33, 1988. doi:http://dx.doi.org/10.1016/0165-0114(88)90113-3
-
[7]
Fuzzy logic for business, finance, and management, volume 23
George Bojadziev and Maria Bojadziev. Fuzzy logic for business, finance, and management, volume 23. World Scientific, 2007
work page 2007
-
[8]
Fuzzy systems in medicine, volume 41
Piotr S Szczepaniak and Paulo JG Lisboa. Fuzzy systems in medicine, volume 41. Physica, 2012
work page 2012
Show all 67 references
-
[9]
A survey on industrial applications of fuzzy control
Radu-Emil Precup and Hans Hellendoorn. A survey on industrial applications of fuzzy control. Computers in Industry, 62 0 (3): 0 213--226, 2011. doi:https://doi.org/10.1016/j.compind.2010.10.001
2011 doi
-
[10]
Chemistry can make strict and fuzzy controls for bio-systems: DNA nanoarchitectonics and cell-macromolecular nanoarchitectonics
Makoto Komiyama, Keitaro Yoshimoto, Masahiko Sisido, and Katsuhiko Ariga. Chemistry can make strict and fuzzy controls for bio-systems: DNA nanoarchitectonics and cell-macromolecular nanoarchitectonics. Bulletin of the Chemical Society of Japan, 90 0 (9): 0 967--1004, 2017. do...
2017 doi
-
[11]
Face recognition with an improved interval type-2 fuzzy logic S ugeno integral and modular neural networks
Patricia Melin, Olivia Mendoza, and Oscar Castillo. Face recognition with an improved interval type-2 fuzzy logic S ugeno integral and modular neural networks. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans, 41 0 (5): 0 1001--1012, 2011. doi:http...
2011
-
[12]
Adaptive fault detection and diagnosis using an evolving fuzzy classifier
Andre Lemos, Walmir Caminhas, and Fernando Gomide. Adaptive fault detection and diagnosis using an evolving fuzzy classifier. Information Sciences, 220: 0 64--85, 2013. doi:https://doi.org/10.1016/j.ins.2011.08.030
2013 doi
-
[13]
A new T akagi-- S ugeno-- K ang model for time series forecasting
Kaike Sa Teles Rocha Alves, Caian Dutra de Jesus, and Eduardo Pestana de Aguiar. A new T akagi-- S ugeno-- K ang model for time series forecasting. Engineering Applications of Artificial Intelligence, 133: 0 108155, 2024. doi:https://doi.org/10.1016/j.engappai.2024.108155
2024
-
[14]
Financial S eries F orecasting: A N ew F uzzy I nference S ystem for C risp V alues and I nterval- V alued P redictions
Kaike Sa Teles Rocha Alves, Rosangela Ballini, and Eduardo Pestana de Aguiar. Financial S eries F orecasting: A N ew F uzzy I nference S ystem for C risp V alues and I nterval- V alued P redictions. Computational Economics, pages 1--49, 2024. doi:https://doi.org/10.1007/s10614...
2024 doi
-
[15]
A comprehensive review of dimensionality reduction techniques for feature selection and feature extraction
Rizgar Zebari, Adnan Abdulazeez, Diyar Zeebaree, Dilovan Zebari, and Jwan Saeed. A comprehensive review of dimensionality reduction techniques for feature selection and feature extraction. Journal of Applied Science and Technology Trends, 1 0 (1): 0 56--70, 2020. doi:https://d...
2020 doi
-
[16]
A novel feature-selection approach based on the cuttlefish optimization algorithm for intrusion detection systems
Adel Sabry Eesa, Zeynep Orman, and Adnan Mohsin Abdulazeez Brifcani. A novel feature-selection approach based on the cuttlefish optimization algorithm for intrusion detection systems. Expert Systems with Applications, 42 0 (5): 0 2670--2679, 2015. doi:https://doi.org/10.1016/j...
2015 doi
-
[17]
A wrapper feature subset selection method based on randomized search and multilayer structure
Yifei Mao and Yuansheng Yang. A wrapper feature subset selection method based on randomized search and multilayer structure. BioMed Research International, 2019 0 (1): 0 9864213, 2019. doi:https://doi.org/10.1155/2019/9864213
2019 doi
-
[18]
Genetic algorithms in the fields of artificial intelligence and data sciences
Ayesha Sohail. Genetic algorithms in the fields of artificial intelligence and data sciences. Annals of Data Science, 10 0 (4): 0 1007--1018, 2023. doi:https://doi.org/10.1007/s40745-021-00354-9
2023 doi
-
[19]
Enriched ant colony optimization and its application in feature selection
Rana Forsati, Alireza Moayedikia, Richard Jensen, Mehrnoush Shamsfard, and Mohammad Reza Meybodi. Enriched ant colony optimization and its application in feature selection. Neurocomputing, 142: 0 354--371, 2014. doi:https://doi.org/10.1016/j.neucom.2014.03.053
2014 doi
-
[20]
An introduction to variable and feature selection
Isabelle Guyon and Andr \'e Elisseeff. An introduction to variable and feature selection. Journal of Machine Learning Research, 3 0 (Mar): 0 1157--1182, 2003
2003
-
[21]
Hybrid feature selection by combining filters and wrappers
Hui-Huang Hsu, Cheng-Wei Hsieh, and Ming-Da Lu. Hybrid feature selection by combining filters and wrappers. Expert Systems with Applications, 38 0 (7): 0 8144--8150, 2011. doi:https://doi.org/10.1016/j.eswa.2010.12.156
2011 doi
-
[22]
Ensembles for feature selection: A review and future trends
Ver \'o nica Bol \'o n-Canedo and Amparo Alonso-Betanzos. Ensembles for feature selection: A review and future trends. Information Fusion, 52: 0 1--12, 2019. doi:https://doi.org/10.1016/j.inffus.2018.11.008
2019 doi
-
[23]
A survey on ensemble learning
Xibin Dong, Zhiwen Yu, Wenming Cao, Yifan Shi, and Qianli Ma. A survey on ensemble learning. Frontiers of Computer Science, 14: 0 241--258, 2020. doi:https://doi.org/10.1007/s11704-019-8208-z
2020 doi
-
[24]
Trends and gaps in photovoltaic power forecasting with machine learning
Alba Alca \ n iz, Daniel Grzebyk, Hesan Ziar, and Olindo Isabella. Trends and gaps in photovoltaic power forecasting with machine learning. Energy Reports, 9: 0 447--471, 2023. doi:https://doi.org/10.1016/j.egyr.2022.11.208
2023 doi
-
[25]
Intermittent and stochastic character of renewable energy sources: C onsequences, cost of intermittence and benefit of forecasting
Gilles Notton, Marie-Laure Nivet, Cyril Voyant, Christophe Paoli, Christophe Darras, Fabrice Motte, and Alexis Fouilloy. Intermittent and stochastic character of renewable energy sources: C onsequences, cost of intermittence and benefit of forecasting. Renewable and Sustainabl...
2018 doi
-
[26]
Extensive comparison of physical models for photovoltaic power forecasting
Martin J \'a nos Mayer and Gyula Gr \'o f. Extensive comparison of physical models for photovoltaic power forecasting. Applied Energy, 283: 0 116239, 2021. doi:https://doi.org/10.1016/j.apenergy.2020.116239
2021
-
[27]
Photovoltaic and solar power forecasting for smart grid energy management
Can Wan, Jian Zhao, Yonghua Song, Zhao Xu, Jin Lin, and Zechun Hu. Photovoltaic and solar power forecasting for smart grid energy management. CSEE Journal of Power and Energy Systems, 1 0 (4): 0 38--46, 2015. doi:https://doi.org/10.17775/CSEEJPES.2015.00046
2015
-
[28]
Very short-term photovoltaic power forecasting with cloud modeling: A review
Florian Barbieri, Sumedha Rajakaruna, and Arindam Ghosh. Very short-term photovoltaic power forecasting with cloud modeling: A review. Renewable and Sustainable Energy Reviews, 75: 0 242--263, 2017. doi:https://doi.org/10.1016/j.rser.2016.10.068
2017 doi
-
[29]
Forecasting of photovoltaic power generation and model optimization: A review
Utpal Kumar Das, Kok Soon Tey, Mehdi Seyedmahmoudian, Saad Mekhilef, Moh Yamani Idna Idris, Willem Van Deventer, Bend Horan, and Alex Stojcevski. Forecasting of photovoltaic power generation and model optimization: A review. Renewable and Sustainable Energy Reviews, 81: 0 912-...
2018 doi
-
[30]
CT-NET : A N ovel C onvolutional T ransformer- B ased N etwork for S hort- T erm S olar E nergy F orecasting U sing C limatic I nformation
Muhammad Munsif, Min Ullah, U Fath, Samee Ullah Khan, Noman Khan, and Sung Wook Baik. CT-NET : A N ovel C onvolutional T ransformer- B ased N etwork for S hort- T erm S olar E nergy F orecasting U sing C limatic I nformation. Computer Systems Science & Engineering, 47 0 (2), 2...
2023
-
[31]
Investigating the P ower of LSTM-B ased M odels in S olar E nergy F orecasting
Nur Liyana Mohd Jailani, Jeeva Kumaran Dhanasegaran, Gamal Alkawsi, Ammar Ahmed Alkahtani, Chen Chai Phing, Yahia Baashar, Luiz Fernando Capretz, Ali Q Al-Shetwi, and Sieh Kiong Tiong. Investigating the P ower of LSTM-B ased M odels in S olar E nergy F orecasting. Processes, 1...
2023 doi
-
[32]
Machine learning based photovoltaics ( PV ) power prediction using different environmental parameters of Q atar
Amith Khandakar, Muhammad EH Chowdhury, Monzure Khoda Kazi, Kamel Benhmed, Farid Touati, Mohammed Al-Hitmi, and Antonio Jr SP Gonzales. Machine learning based photovoltaics ( PV ) power prediction using different environmental parameters of Q atar. Energies, 12 0 (14): 0 2782,...
2019 doi
-
[33]
Feature selection and ANN solar power prediction
Daniel O’Leary, Joel Kubby, et al. Feature selection and ANN solar power prediction. Journal of Renewable Energy, 2017, 2017. doi:https://doi.org/10.1155/2017/2437387
2017 doi
-
[34]
Solar power forecasting beneath diverse weather conditions using GD and LM -artificial neural networks
Neetan Sharma, Vinod Puri, Shubham Mahajan, Laith Abualigah, Raed Abu Zitar, and Amir H Gandomi. Solar power forecasting beneath diverse weather conditions using GD and LM -artificial neural networks. Scientific Reports, 13 0 (1): 0 8517, 2023. doi:https://doi.org/10.1038/s415...
2023 doi
-
[35]
A weather-based hybrid method for 1-day ahead hourly forecasting of PV power output
Hong-Tzer Yang, Chao-Ming Huang, Yann-Chang Huang, and Yi-Shiang Pai. A weather-based hybrid method for 1-day ahead hourly forecasting of PV power output. IEEE Transactions on Sustainable Energy, 5 0 (3): 0 917--926, 2014. doi:https://doi.org/10.1109/TSTE.2014.2313600
2014
-
[36]
PV forecasting using support vector machine learning in a big data analytics context
Stefan Preda, Simona-Vasilica Oprea, Adela B \^a ra, and Anda Belciu. PV forecasting using support vector machine learning in a big data analytics context. Symmetry, 10 0 (12): 0 748, 2018. doi:https://doi.org/10.3390/sym10120748
2018 doi
-
[37]
Forecasting the daily power output of a grid-connected photovoltaic system based on multivariate adaptive regression splines
Yanting Li, Yong He, Yan Su, and Lianjie Shu. Forecasting the daily power output of a grid-connected photovoltaic system based on multivariate adaptive regression splines. Applied Energy, 180: 0 392--401, 2016. doi:https://doi.org/10.1016/j.apenergy.2016.07.052
2016 doi
-
[38]
Short-term photovoltaic solar power forecasting using a hybrid W avelet- PSO-SVM model based on SCADA and meteorological information
Abinet Tesfaye Eseye, Jianhua Zhang, and Dehua Zheng. Short-term photovoltaic solar power forecasting using a hybrid W avelet- PSO-SVM model based on SCADA and meteorological information. Renewable Energy, 118: 0 357--367, 2018. doi:https://doi.org/10.1016/j.renene.2017.11.011
2018 doi
-
[39]
Short-term PV power forecasting using hybrid GASVM technique
William VanDeventer, Elmira Jamei, Gokul Sidarth Thirunavukkarasu, Mehdi Seyedmahmoudian, Tey Kok Soon, Ben Horan, Saad Mekhilef, and Alex Stojcevski. Short-term PV power forecasting using hybrid GASVM technique. Renewable Energy, 140: 0 367--379, 2019. doi:https://doi.org/10....
2019 doi
-
[40]
T akagi-- S ugeno fuzzy model-based approach considering multiple weather factors for the photovoltaic power short-term forecasting
Fang Liu, Ranran Li, Yong Li, Ruifeng Yan, and Tapan Saha. T akagi-- S ugeno fuzzy model-based approach considering multiple weather factors for the photovoltaic power short-term forecasting. IET Renewable Power Generation, 11 0 (10): 0 1281--1287, 2017. doi:https://doi.org/10...
2017
-
[41]
A novel ultra-short-term PV power forecasting method based on DBN -based T akagi- S ugeno fuzzy model
Ling Liu, Fang Liu, and Yuling Zheng. A novel ultra-short-term PV power forecasting method based on DBN -based T akagi- S ugeno fuzzy model. Energies, 14 0 (20): 0 6447, 2021. doi:https://doi.org/10.3390/en14206447
2021 doi
-
[42]
A novel soft computing framework for solar radiation forecasting
Mahmoud Ghofrani, Mohadeseh Ghayekhloo, and Rasool Azimi. A novel soft computing framework for solar radiation forecasting. Applied Soft Computing, 48: 0 207--216, 2016. doi:https://doi.org/10.1016/j.asoc.2016.07.022
2016 doi
-
[43]
Direct normal irradiance forecasting and its application to concentrated solar thermal output forecasting-- A review
Edward W Law, Abhnil A Prasad, Merlinde Kay, and Robert A Taylor. Direct normal irradiance forecasting and its application to concentrated solar thermal output forecasting-- A review. Solar Energy, 108: 0 287--307, 2014. doi:https://doi.org/10.1016/j.solener.2014.07.008
2014 doi
-
[44]
Designing programmable current-mode G aussian and bell-shaped membership function
SM Azimi and H Miar-Naimi. Designing programmable current-mode G aussian and bell-shaped membership function. Analog Integrated Circuits and Signal Processing, 102 0 (2): 0 323--330, 2020. doi:https://doi.org/10.1007/s10470-019-01567-y
2020 doi
-
[45]
An analysis of variance test for normality (complete samples)
Samuel Sanford Shapiro and Martin B Wilk. An analysis of variance test for normality (complete samples). Biometrika, 52 0 (3/4): 0 591--611, 1965. doi:https://doi.org/10.2307/2333709
1965 doi
-
[46]
Likelihood ratio statistics for autoregressive time series with a unit root
David A Dickey and Wayne A Fuller. Likelihood ratio statistics for autoregressive time series with a unit root. Econometrica: Journal of the Econometric Society, pages 1057--1072 , 1981. doi:https://doi.org/10.2307/1912517
1981 doi
-
[47]
Discriminatory analysis, nonparametric discrimination
Evelyn Fix and JL Hodges. Discriminatory analysis, nonparametric discrimination. Technical report, Consistency Properties. Technical Report 4, USAF School of Aviation Medicine, Randolph Field., 1951
1951
-
[48]
Classification and regression trees ( W adsworth, B elmont, CA )
Leo Breiman, Jerome H Friedman, Richard A Olshen, and Charles J Stone. Classification and regression trees ( W adsworth, B elmont, CA ). ISBN-13, pages 978--0412048418
-
[49]
Random decision forests
Tin Kam Ho. Random decision forests. In Proceedings of 3rd International Conference on Document Analysis and Recognition, volume 1, pages 278--282. IEEE, 1995. doi:https://doi.org/10.1109/ICDAR.1995.598994
1995
-
[50]
Support-vector networks
Corinna Cortes and Vladimir Vapnik. Support-vector networks. Machine Learning, 20: 0 273--297, 1995. doi:https://doi.org/10.1007/BF00994018
1995 doi
-
[51]
Least squares support vector machine classifiers
Johan AK Suykens and Joos Vandewalle. Least squares support vector machine classifiers. Neural Processing Letters, 9: 0 293--300, 1999. doi:https://doi.org/10.1023/A:1018628609742
1999 doi
-
[52]
Greedy function approximation: a gradient boosting machine
Jerome H Friedman. Greedy function approximation: a gradient boosting machine. Annals of Statistics, pages 1189--1232, 2001. doi:https://doi.org/10.1214/aos/1013203451
2001
-
[53]
XGB oost: A scalable tree boosting system
Tianqi Chen and Carlos Guestrin. XGB oost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 785--794, 2016. doi:https://doi.org/10.1145/2939672.2939785
2016
-
[54]
Light GBM : A highly efficient gradient boosting decision tree
Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu. Light GBM : A highly efficient gradient boosting decision tree. Advances in Neural Information Processing Systems, 30, 2017. doi:https://doi.org/10.1007/s11280-022-01033-2
2017 doi
-
[55]
The perceptron: a probabilistic model for information storage and organization in the brain
Frank Rosenblatt. The perceptron: a probabilistic model for information storage and organization in the brain. Psychological Review, 65 0 (6): 0 386, 1958. doi:https://psycnet.apa.org/doi/10.1037/h0042519
1958 doi
-
[56]
Neocognitron: A self-organizing neural network model for a mechanism of pattern recognition unaffected by shift in position
Kunihiko Fukushima. Neocognitron: A self-organizing neural network model for a mechanism of pattern recognition unaffected by shift in position. Biological Cybernetics, 36 0 (4): 0 193--202, 1980. doi:https://doi.org/10.1007/BF00344251
1980 doi
-
[57]
Neural networks and physical systems with emergent collective computational abilities
John J Hopfield. Neural networks and physical systems with emergent collective computational abilities. Proceedings of the National Academy of Sciences, 79 0 (8): 0 2554--2558, 1982. doi:https://doi.org/10.1073/pnas.79.8.2554
1982 doi
-
[58]
Long short-term memory
Sepp Hochreiter and J \"u rgen Schmidhuber. Long short-term memory. Neural Computation, 9 0 (8): 0 1735--1780, 1997. doi:https://doi.org/10.1162/neco.1997.9.8.1735
1997 doi
-
[59]
Empirical evaluation of gated recurrent neural networks on sequence modeling
Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, and Yoshua Bengio. Empirical evaluation of gated recurrent neural networks on sequence modeling. arXiv preprint arXiv:1412.3555, 2014. doi:https://doi.org/10.48550/arXiv.1412.3555
-
[60]
Wavenet: A generative model for raw audio
Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, and Koray Kavukcuoglu. Wavenet: A generative model for raw audio. arXiv preprint arXiv:1609.03499, 2016. doi:https://doi.org/10.48550/arXiv.1609.03499
-
[61]
An approach to online identification of T akagi- S ugeno fuzzy models
Plamen P Angelov and Dimitar P Filev. An approach to online identification of T akagi- S ugeno fuzzy models. IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics), 34 0 (1): 0 484--498, 2004. doi:https://doi.org/10.1109/TSMCB.2003.817053
2004
-
[62]
Simpl\_e TS : A simplified method for learning evolving T akagi- S ugeno fuzzy models
Plamen Angelov and Dimitar Filev. Simpl\_e TS : A simplified method for learning evolving T akagi- S ugeno fuzzy models. In The 14th IEEE International Conference on Fuzzy Systems, 2005. FUZZ'05., pages 1068--1073. IEEE, 2005. doi:https://doi.org/10.1109/FUZZY.2005.1452543
2005 arXiv
-
[63]
Evolving fuzzy systems from data streams in real-time
Plamen Angelov and Xiaowei Zhou. Evolving fuzzy systems from data streams in real-time. In 2006 International Symposium on Evolving Fuzzy Systems, pages 29--35. IEEE, 2006. doi:https://doi.org/10.1109/ISEFS.2006.251157
2006
-
[64]
Evolving fuzzy modeling using participatory learning
E Lima, M Hell, R Ballini, and F Gomide. Evolving fuzzy modeling using participatory learning. Evolving Intelligent Systems: Methodology and Applications, pages 67--86, 2010. doi:https://doi.org/10.1002/9780470569962.ch4
2010 doi
-
[65]
Multivariable G aussian evolving fuzzy modeling system
Andre Lemos, Walmir Caminhas, and Fernando Gomide. Multivariable G aussian evolving fuzzy modeling system. IEEE Transactions on Fuzzy Systems, 19 0 (1): 0 91--104, 2010. doi:https://doi.org/10.1109/TFUZZ.2010.2087381
2010
-
[66]
An enhanced approach for evolving participatory learning fuzzy modeling
Leandro Maciel, Fernando Gomide, and Rosangela Ballini. An enhanced approach for evolving participatory learning fuzzy modeling. In 2012 IEEE Conference on Evolving and Adaptive Intelligent Systems, pages 23--28. IEEE, 2012. doi:https://doi.org/10.1109/EAIS.2012.6232799
2012
-
[67]
A novel rule-based evolving fuzzy system applied to the thermal modeling of power transformers
Kaike Sa Teles Rocha Alves and Eduardo Pestana de Aguiar. A novel rule-based evolving fuzzy system applied to the thermal modeling of power transformers. Applied Soft Computing, 112: 0 107764, 2021. doi:https://doi.org/10.1016/j.asoc.2021.107764
2021
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.