-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreferences.bib
15633 lines (14002 loc) · 613 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@book{Resende2019,
title = {{(Mis)Information Dissemination in WhatsApp: Gathering, Analyzing and Countermeasures}},
year = {2019},
author = {Resende, Gustavo and Melo, Philipe and Sousa, Hugo and Messias, Johnnatan and Vasconcelos, Marisa and Almeida, Jussara M and Benevenuto, Fabrício},
url = {https://www.bbc.com/portuguese/brasil-44325458},
isbn = {9781450366748},
keywords = {WhatsApp groups, fake images, information dissemination, misinformation, so-cial network structure}
}
@article{Hunter1975,
title = {{101 Ways to Design an Experiment, or Some Ideas About Teaching Design of Experiments}},
year = {1975},
author = {Hunter, William G},
pages = {1--17}
}
@article{Modelb,
title = {{2. Regression Review 2.1}},
author = {Model, The Regression},
pages = {1--30}
}
@article{DeGooijer,
title = {{25 years of time series forecasting}},
author = {De Gooijer, Jan G and Hyndman, Rob J},
doi = {10.1016/j.ijforecast.2006.01.001}
}
@article{Series,
title = {{3. Regression {\&} Exponential Smoothing 3.1}},
author = {Series, Single Time},
pages = {1--74}
}
@misc{Kotseruba2018,
title = {{40 years of cognitive architectures: core cognitive abilities and practical applications}},
year = {2018},
booktitle = {Artificial Intelligence Review},
author = {Kotseruba, Iuliia and Tsotsos, John K.},
isbn = {9550141039},
doi = {10.1007/s10462-018-9646-y},
issn = {15737462},
arxivId = {1610.08602},
keywords = {Attention, Cognitive abilities, Cognitive architectures, Perception, Practical applications, Survey}
}
@article{Singh2017,
title = {{A brief review of modeling approaches based on fuzzy time series}},
year = {2017},
journal = {International Journal of Machine Learning and Cybernetics},
author = {Singh, Pritpal},
number = {2},
pages = {397--420},
volume = {8},
doi = {10.1007/s13042-015-0332-y}
}
@article{Arulkumaran,
title = {{A Brief Survey of Deep Reinforcement Learning}},
author = {Arulkumaran, Kai and Deisenroth, Marc Peter and Brundage, Miles and Bharath, Anil Anthony}
}
@inproceedings{DatePrasannaandSchuman2020,
title = {{A Classical-Quantum Hybrid Approach for Unsupervised Probabilistic Machine Learning}},
year = {2020},
booktitle = {Advances in Information and Communication},
author = {Date Prasanna{\\\}and Schuman, Catherine
and Patton Robert
and Potok Thomas},
editor = {Arai Kohei{\\\}and Bhatia, Rahul},
pages = {98--117},
publisher = {Springer International Publishing},
address = {Cham},
isbn = {978-3-030-12385-7}
}
@article{Askari2015b,
title = {{A clustering based forecasting algorithm for multivariable fuzzy time series using linear combinations of independent variables}},
year = {2015},
journal = {Applied Soft Computing Journal},
author = {Askari, S. and Montazerin, N. and Zarandi, M. H Fazel},
doi = {10.1016/j.asoc.2015.06.028},
issn = {15684946},
keywords = {Forecasting, Fuzzy C-Means (FCM), Fuzzy clustering, Fuzzy time series, Least Square Estimate (LSE)}
}
@article{Hassan2009,
title = {{A combination of hidden Markov model and fuzzy model for stock market forecasting}},
year = {2009},
journal = {Neurocomputing},
author = {Hassan, Md Rafiul},
isbn = {0925-2312},
doi = {10.1016/j.neucom.2008.09.029},
issn = {09252312},
keywords = {Forecasting, Fuzzy logic, Hidden Markov model, Stock market, Time series}
}
@article{Yolcu2017,
title = {{A combined robust fuzzy time series method for prediction of time series}},
year = {2017},
journal = {Neurocomputing},
author = {Yolcu, Ozge Cagcag and Lam, Hak Keung},
isbn = {09252312},
doi = {10.1016/j.neucom.2017.03.037},
pmid = {25534923},
keywords = {Forecasting, Fuzzy time series, Huber's loss function, Multiplicative neuron model, Robust model}
}
@article{Zaharie2007,
title = {{A Comparative Analysis of Crossover Variants in Differential Evolution}},
year = {2007},
journal = {Computer Science and Information Technology},
author = {Zaharie, D.},
pages = {171--181},
url = {http://www.proceedings2007.imcsit.org/pliks/115.pdf},
issn = {1896-7094},
keywords = {crossover operators, differential evolution, parameter control}
}
@inproceedings{Angelico2013,
title = {{A COMPARATIVE ANALYSIS OF THREE METAHEURISTIC METHODS APPLIED TO FUZZY COGNITIVE MAPS LEARNING}},
year = {2013},
author = {Ang{\'{e}}lico, Bruno A and Mendon{\c{c}}a, Márcio and Abr{\~{a}}o, Taufik and Val{\'{e}}ria, Lúcia and De Arruda, R},
number = {3},
pages = {443--465},
volume = {33}
}
@article{Yang,
title = {{A Comparative Study of Discretization Methods for Naive-Bayes Classifiers}},
author = {Yang, Ying and Webb, Geoffrey I},
pages = {159--173}
}
@article{Dea,
title = {{A comparative study of optimization models in genetic programming-based rule extraction problems}},
journal = {Soft Computing},
author = {De, Marconi and Pereira, Arruda and Carrano, Eduardo Gontijo and Clodoveu, · and Davis J{\'{u}}nior, Augusto and Jo{\~{a}}o, · and De Vasconcelos, Antônio and Marconi De, B and Augusto, Clodoveu and J{\'{u}}nior, Davis and Ant{\^{o}}nio De Vasconcelos, João and Br, Jvasconcelos@ufmg},
url = {file:///home/petronio/Downloads/s00500-017-2836-8.pdf},
doi = {10.1007/s00500-017-2836-8},
keywords = {Classification rules, Genetic programming, Multi-objective optimization, Optimization model assessment}
}
@article{JoeSullivan1994,
title = {{A comparison of fuzzy forecasting and Markov modeling}},
year = {1994},
journal = {Fuzzy Sets and Systems},
author = {{Joe Sullivan} and {William H. Woodall}},
volume = {64}
}
@article{Olaru2003,
title = {{A complete fuzzy decision tree technique}},
year = {2003},
journal = {Fuzzy Sets and Systems},
author = {Olaru, Cristina and Wehenkel, Louis},
number = {2},
pages = {221--254},
volume = {138},
isbn = {0165-0114},
doi = {10.1016/S0165-0114(03)00089-7},
issn = {01650114},
keywords = {Approximate reasoning, Data mining, Fuzzy decision tree, Global optimization, Learning, Neural network, Pruning, Regression tree, Soft split}
}
@article{Menon2014,
title = {{A Comprehensive but not Complicated Survey on Quantum Computing}},
year = {2014},
journal = {IERI Procedia},
author = {Menon, Pranav Santosh and Ritwik, M.},
doi = {10.1016/j.ieri.2014.09.069},
issn = {22126678}
}
@article{Shridhar2019,
title = {{A Comprehensive guide to Bayesian Convolutional Neural Network with Variational Inference}},
year = {2019},
author = {Shridhar, Kumar and Laumann, Felix and Liwicki, Marcus},
month = {1},
url = {http://arxiv.org/abs/1901.02731},
arxivId = {1901.02731}
}
@article{Wu2019,
title = {{A Comprehensive Survey on Graph Neural Networks}},
year = {2019},
author = {Wu, Zonghan and Pan, Shirui and Chen, Fengwen and Long, Guodong and Zhang, Chengqi and Yu, Philip S.},
month = {1},
url = {https://arxiv.org/abs/1901.00596},
arxivId = {1901.00596}
}
@article{Singh2009,
title = {{A computational method of forecasting based on high-order fuzzy time series}},
year = {2009},
journal = {Expert Systems with Applications},
author = {Singh, Shiva Raj},
isbn = {0957-4174},
doi = {10.1016/j.eswa.2009.02.061},
issn = {09574174},
keywords = {Fuzzy logical relations, Fuzzy time series, Linguistic variables, Time invariant, Time variant}
}
@article{Bergh2004,
title = {{A Cooperative Approach to Particle Swarm Optimization}},
year = {2004},
journal = {IEEE Transactions on Evolutionary Computation},
author = {Bergh, Frans Van Den and Engelbrecht, Andries P},
number = {3},
pages = {225--239},
volume = {8},
isbn = {1089-778X},
doi = {10.1109/TEVC.2004.826069},
issn = {1089-778X}
}
@article{Faustino2019,
title = {{A data-driven network approach for characterization of political parties’ ideology dynamics}},
year = {2019},
journal = {Applied Network Science},
author = {Faustino, Josemar and Barbosa, Hugo and Ribeiro, Eraldo and Menezes, Ronaldo},
number = {1},
month = {12},
pages = {48},
volume = {4},
url = {https://appliednetsci.springeropen.com/articles/10.1007/s41109-019-0161-0},
doi = {10.1007/s41109-019-0161-0},
issn = {2364-8228}
}
@article{winklerscore,
title = {{A Decision-Theoretic Approach to Interval Estimation}},
year = {1972},
journal = {Journal of the American Statistical Association},
author = {Winkler, Robert L},
number = {337},
pages = {187--191},
volume = {67},
publisher = {Taylor {\&} Francis},
doi = {10.1080/01621459.1972.10481224}
}
@article{Freund1997,
title = {{A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting}},
year = {1997},
journal = {Journal of Computer and System Sciences},
author = {Freund, Yoav and Schapire, Robert E},
number = {1},
pages = {119--139},
volume = {55},
url = {http://www.sciencedirect.com/science/article/pii/S002200009791504X},
isbn = {3540591192},
doi = {10.1006/jcss.1997.1504},
issn = {00220000},
pmid = {10394}
}
@article{Guo2018a,
title = {{A deep learning model for short-term power load and probability density forecasting}},
year = {2018},
journal = {Energy},
author = {Guo, Zhifeng and Zhou, Kaile and Zhang, Xiaoling and Yang, Shanlin},
doi = {10.1016/j.energy.2018.07.090},
issn = {03605442}
}
@article{Trigeorgis2017,
title = {{A deep matrix factorization method for learning attribute representations}},
year = {2017},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
author = {Trigeorgis, George and Bousmalis, Konstantinos and Zafeiriou, Stefanos and Schuller, Bjorn W.},
url = {http://www.mendeley.com/research/deep-matrix-factorization-method-learning-attribute-representations},
doi = {10.1109/TPAMI.2016.2554555}
}
@inproceedings{Silva2019,
title = {{A Distributed Algorithm for Scalable Fuzzy Time Series}},
year = {2019},
booktitle = {Proceedings of 14th International Conference on Green, Pervasive, and Cloud Computing (GPC 2019)},
author = {Silva, P. C. L. and Lucas, P. O. and Guimar{\~{a}}es, F. G},
editor = {Miani, R. and Camargos, L. and Zarpel{\~{a}}o, B. and Rosas, E., Pasquini, R.},
pages = {1--15},
publisher = {Springer Nature Switzerland},
address = {Uberl{\^{a}}ndia},
isbn = {978-3-030-19223-5},
doi = {10.1007/978-3-030-19223-5{\_}4}
}
@article{Huarng2004,
title = {{A Dynamic Approach to Adjusting Lengths of Intervals in Fuzzy Time Series Forecasting}},
year = {2004},
journal = {Intell. Data Anal.},
author = {Huarng, Kunhuang and Yu, Hui-Kuang},
number = {1},
month = {1},
pages = {3--27},
volume = {8},
publisher = {IOS Press},
address = {Amsterdam, The Netherlands, The Netherlands},
issn = {1088-467X},
keywords = {enrollments, forecasting, fuzzy time series, lengths of intervals, memberships, stock index}
}
@article{Ji2013,
title = {{A dynamic fuzzy cluster algorithm for time series}},
year = {2013},
journal = {Abstract and Applied Analysis},
author = {Ji, Min and Xie, Fuding and Ping, Yu},
doi = {10.1155/2013/183410},
issn = {10853375}
}
@article{Saberi2017,
title = {{A fast and efficient clustering based fuzzy time series algorithm (FEFTS) for regression and classification}},
year = {2017},
journal = {Applied Soft Computing},
author = {Saberi, Hossein and Rahai, Alireza and Hatami, Farzad},
month = {12},
pages = {1088--1097},
volume = {61},
publisher = {Elsevier},
url = {https://doi.org/10.1016/J.ASOC.2017.09.023},
doi = {10.1016/J.ASOC.2017.09.023}
}
@article{Deb2002a,
title = {{A Fast and Elitist Multiobjective Genetic Algorithm: NGSA-II}},
year = {2002},
journal = {IEEE Transactions on Evolutionary Computing},
author = {Deb, K and Pratab, S and Agarwal, S and Meyarivan, T},
number = {2},
pages = {182--197},
volume = {6},
isbn = {1089-778X},
doi = {10.1109/4235.996017},
issn = {1089778X}
}
@article{Deb2002,
title = {{A fast and elitist multiobjective genetic algorithm: NSGA-II}},
year = {2002},
journal = {IEEE Transactions on Evolutionary Computation},
author = {Deb, Kalyanmoy and Pratap, Amrit and Agarwal, Sameer and Meyarivan, T.},
number = {2},
pages = {182--197},
volume = {6},
isbn = {1089-778X VO - 6},
doi = {10.1109/4235.996017},
issn = {1089778X},
keywords = {Constraint handling, Elitism, Genetic algorithms, Multicriterion decision making, Multiobjective optimization, Pareto-optimal solutions}
}
@article{Obrien2016,
title = {{A fast and objective multidimensional kernel density estimation method: fastKDE}},
year = {2016},
journal = {Computational Statistics and Data Analysis},
author = {O 'brien, Travis A and Kashinath, Karthik and Cavanaugh, Nicholas R and Collins, William D and O 'brien, John P and O 'brien, T A},
number = {101},
pages = {148--160},
volume = {101},
url = {http://dx.doi.org/10.1016/j.csda.2016.02.014},
doi = {10.1016/j.csda.2016.02.014},
keywords = {ECF, Empirical characteristic function, Histogram, KDE, Kernel density estimation, Multidimensional, Nonuniform FFT, NuFFT}
}
@article{Deb2000,
title = {{A Fast Elitist Multi-Objective Genetic Algorithm: {\{}NSGA-II{\}}}},
year = {2000},
journal = {IEEE T. Evolut. Comput.},
author = {Deb, K and Pratap, A and Agarwal, S and Meyarivan, T},
pages = {182--197},
volume = {6}
}
@article{Deb2002b,
title = {{A Fast Elitist Multi-Objective Genetic Algorithm: {\{}NSGA-II{\}}}},
year = {2002},
journal = {IEEE Transactions on Evolutionary Computing},
author = {Deb, Kalyanmoy and Pratap, Amrit and Agarwal, Sameer and Meyarivan, T. and Pratab, S and Agarwal, Sameer and Meyarivan, T.},
number = {2},
pages = {182--197},
volume = {6},
isbn = {1089-778X},
doi = {10.1109/4235.996017},
issn = {1089778X},
keywords = {Constraint handling, Elitism, Genetic algorithms, Multicriterion decision making, Multiobjective optimization, Pareto-optimal solutions}
}
@article{Hintona,
title = {{A fast learning algorithm for deep belief nets *}},
author = {Hinton, Geoffrey E and Osindero, Simon and Teh, Yee-Whye},
url = {https://www.cs.toronto.edu/~hinton/absps/fastnc.pdf}
}
@article{Silva2014,
title = {{A fast learning algorithm for evolving neo-fuzzy neuron}},
year = {2014},
journal = {Applied Soft Computing Journal},
author = {Silva, Alisson Marques and Caminhas, Walmir and Lemos, Andre and Gomide, Fernando},
pages = {194--209},
volume = {14},
doi = {10.1016/j.asoc.2013.03.022},
keywords = {Adaptive modeling, Evolving neural fuzzy systems, Neo-fuzzy neuron}
}
@article{Li2008b,
title = {{A FCM-based deterministic forecasting model for fuzzy time series}},
year = {2008},
journal = {Computers {\&} Mathematics with Applications},
author = {Li, Sheng-Tun and Cheng, Yi-Chung and Lin, Su-Yu},
number = {12},
month = {12},
pages = {3052--3063},
volume = {56},
publisher = {Elsevier B.V.},
url = {https://doi.org/10.1016/j.camwa.2008.07.033},
isbn = {0898-1221},
doi = {10.1016/j.camwa.2008.07.033},
issn = {08981221},
keywords = {Forecasting, Fuzzy logical relationship, Fuzzy time series, Interval partitioning, Monte Carlo simulation}
}
@article{Domingos2012a,
title = {{A few useful things to know about machine learning}},
year = {2012},
journal = {Communications of the ACM},
author = {Domingos, Pedro},
number = {10},
pages = {78},
volume = {55},
isbn = {0001-0782},
doi = {10.1145/2347736.2347755},
issn = {00010782},
pmid = {1000183096},
arxivId = {cs/9605103}
}
@article{Guan2018a,
title = {{A forecasting model based on multi-valued neutrosophic sets and two-factor, third-order fuzzy fluctuation logical relationships}},
year = {2018},
journal = {Symmetry},
author = {Guan, Hongjun and He, Jie and Zhao, Aiwu and Dai, Zongli and Guan, Shuang},
doi = {10.3390/sym10070245},
issn = {20738994},
keywords = {Forecasting, Fuzzy time series, Hamming distance, Multi-valued neutrosophic set, Two-factor fuzzy logical relationship}
}
@article{Chen2006,
title = {{A fuzzy approach for supplier evaluation and selection in supply chain management}},
year = {2006},
journal = {Int. J. Production Economics},
author = {Chen, Chen-Tung and Lin, Ching-Torng and Huang, Sue-Fn and Da, Lien and Li, Kung-Ching},
pages = {289--301},
volume = {102},
doi = {10.1016/j.ijpe.2005.03.009},
keywords = {Fuzzy set theory, Linguistic variables, MCDM, Supplier selection, Supply chain}
}
@article{Koulouriotis2001,
title = {{A fuzzy cognitive map-based stock market model: Synthesis, analysis and experimental results}},
year = {2001},
journal = {IEEE International Conference on Fuzzy Systems},
author = {Koulouriotis, D. E. and Diakoulakis, I. E. and Emiris, D. M.},
doi = {10.1109/FUZZ.2001.1007349},
issn = {10987584}
}
@inproceedings{Bulut2012,
title = {{A fuzzy integrated logical forecasting (FILF) model of time charter rates in dry bulk shipping: A vector autoregressive design of fuzzy time series with fuzzy c-means clustering}},
year = {2012},
booktitle = {Maritime Economics and Logistics},
author = {Bulut, Emrah and Duru, Okan and Yoshida, Shigeru},
doi = {10.1057/mel.2012.9},
issn = {14792931},
keywords = {dry bulk shipping, fuzzy time series, time charter rate, vector autoregressive}
}
@article{Duru2010a,
title = {{A fuzzy integrated logical forecasting model for dry bulk shipping index forecasting: An improved fuzzy time series approach}},
year = {2010},
journal = {Expert Systems with Applications},
author = {Duru, Okan},
number = {7},
month = {7},
pages = {5372--5380},
volume = {37},
publisher = {Pergamon},
url = {https://doi.org/10.1016/j.eswa.2010.01.019},
doi = {10.1016/J.ESWA.2010.01.019}
}
@article{AlizadehAfrouzy2016,
title = {{A fuzzy stochastic multi-objective optimization model to configure a supply chain considering new product development}},
year = {2016},
author = {Alizadeh Afrouzy, Zahra and Hadi Nasseri, Seyyed and Mahdavi, Iraj and Mahdi Paydar, Mohammad},
doi = {10.1016/j.apm.2016.03.015},
keywords = {Fuzzy stochastic linear programming, New product development, Revised multi-choice goal programming, Supply chain}
}
@article{RezanUslu2014,
title = {{A fuzzy time series approach based on weights determined by the number of recurrences of fuzzy relations}},
year = {2014},
journal = {Swarm and Evolutionary Computation},
author = {Rezan Uslu, Vedide and Bas, Eren and Yolcu, Ufuk and Egrioglu, Erol},
volume = {15},
isbn = {2210-6502},
doi = {10.1016/j.swevo.2013.10.004},
issn = {22106502}
}
@article{Abdullah2011,
title = {{A fuzzy time series model for Kuala Lumpur Composite Index forecasting}},
year = {2011},
journal = {2011 Fourth International Conference on Modeling, Simulation and Applied Optimization},
author = {Abdullah, Lazim and Ling, Chai Yoke},
pages = {1--5},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5775515},
isbn = {978-1-4577-0003-3},
doi = {10.1109/ICMSAO.2011.5775515},
keywords = {- forecasting, composite index, fuzzy sets, fuzzy time series model, intervals length}
}
@article{Bailer-Jones2015,
title = {{A general method for Bayesian time series modelling Description of the method and the R software ctsmod}},
year = {2015},
author = {Bailer-Jones, Coryn A L},
url = {http://www.mpia.de/homes/calj/ctsmod.html}
}
@article{Lavancier2016,
title = {{A general procedure to combine estimators}},
year = {2016},
journal = {Computational Statistics and Data Analysis},
author = {Lavancier, F and Rochet, P},
pages = {175--192},
volume = {94},
url = {https://ac.els-cdn.com/S0167947315001735/1-s2.0-S0167947315001735-main.pdf?_tid=133a1ef7-9ee4-43c6-afa2-a85ca0978100&acdnat=1523889845_b3e9e85980ad399eb97ca577b3854411},
doi = {10.1016/j.csda.2015.08.001},
keywords = {Averaging, Boolean model, Parametric estimation, Weibull model}
}
@article{Qiu2011,
title = {{A generalized method for forecasting based on fuzzy time series}},
year = {2011},
journal = {Expert Systems with Applications},
author = {Qiu, Wangren and Liu, Xiaodong and Li, Hailin},
number = {8},
pages = {10446--10453},
volume = {38},
publisher = {Elsevier Ltd},
url = {http://dx.doi.org/10.1016/j.eswa.2011.02.096},
doi = {10.1016/j.eswa.2011.02.096},
issn = {09574174},
keywords = {Enrollments, Forecasting, Fuzzy time series, ensemble learning}
}
@article{Li,
title = {{A Gentle Introduction to Gradient Boosting}},
author = {Li, Cheng},
pages = {1--80}
}
@article{Coelho2017a,
title = {{A GPU deep learning metaheuristic based model for time series forecasting}},
year = {2017},
journal = {Applied Energy},
author = {Coelho, I.M. and Coelho, V.N. and Luz, E.J.D.S. and Ochi, L.S. and Guimar{\~{a}}es, F.G. and Rios, E.},
volume = {201},
doi = {10.1016/j.apenergy.2017.01.003},
issn = {03062619},
keywords = {Big data time-series, Deep learning, Graphics processing unit, Household electricity demand, Hybrid forecasting model, Smart sensors}
}
@article{Coelho2016a,
title = {{A GPU deep learning metaheuristic based model for time series forecasting}},
year = {2016},
author = {Coelho, Igor M. and Coelho, Vitor N. and da S Luz, Eduardo J and Ochi, Luiz S. and Guimar{\~{a}}es, Frederico G. and Rios Grupo da Causa Humana, Eyder and Preto, Ouro and Luz, Eduardo J. da S. and Ochi, Luiz S. and Guimar{\~{a}}es, Frederico G. and Rios, Eyder},
doi = {10.1016/j.apenergy.2017.01.003},
keywords = {Big Data Time - series, Deep Learning, Graphics Processing Unit, Household Electricity Demand, Hybrid Forecasting Model, Smart Sensors}
}
@article{Dong2008,
title = {{A granular time series approach to long-term forecasting and trend forecasting}},
year = {2008},
journal = {Physica A: Statistical Mechanics and its Applications},
author = {Dong, Ruijun and Pedrycz, Witold},
isbn = {0378-4371},
doi = {10.1016/j.physa.2008.01.095},
issn = {03784371},
keywords = {Forecasting, Granular time series, Information granules, Long-term forecasting, Time series, Trend forecasting}
}
@article{Dumoulin2016,
title = {{A guide to convolution arithmetic for deep learning}},
year = {2016},
author = {Dumoulin, Vincent and Visin, Francesco and Box, George E P},
url = {https://arxiv.org/pdf/1603.07285.pdf},
arxivId = {arXiv:1603.07285v1}
}
@article{Canham2003,
title = {{A hardware artificial immune system and embryonic array for fault tolerant systems}},
year = {2003},
journal = {Genetic Programming and Evolvable Machines},
author = {Canham, Richard O. and Tyrrell, Andy M.},
number = {4},
pages = {359--382},
volume = {4},
isbn = {3-540-00730-X},
doi = {10.1023/A:1026143128448},
issn = {13892576},
keywords = {Artificial immune systemembryonic arrayfault toler}
}
@inproceedings{Liu2010a,
title = {{A heuristic algorithm for trust-oriented service provider selection in complex social networks}},
year = {2010},
booktitle = {Proceedings - 2010 IEEE 7th International Conference on Services Computing, SCC 2010},
author = {Liu, Guanfeng and Wang, Yan and Orgun, Mehmet A. and Lim, Ee Peng},
isbn = {9780769541266},
doi = {10.1109/SCC.2010.47}
}
@article{Aladag2010,
title = {{A high order fuzzy time series forecasting model based on adaptive expectation and artificial neural networks}},
year = {2010},
journal = {Mathematics and Computers in Simulation},
author = {Aladag, Cagdas Hakan and Yolcu, Ufuk and Egrioglu, Erol},
number = {4},
pages = {875--882},
volume = {81},
publisher = {International Association for Mathematics and Computers in Simulation (IMACS)},
url = {http://dx.doi.org/10.1016/j.matcom.2010.09.011},
isbn = {0378-4754},
doi = {10.1016/j.matcom.2010.09.011},
issn = {03784754},
keywords = {Adaptive expectation model, Feed forward neural networks, Forecasting, Fuzzy relations, Fuzzy time series}
}
@article{chen2014high,
title = {{A high-order fuzzy time series forecasting model for internet stock trading}},
year = {2014},
journal = {Future Generation Computer Systems},
author = {Chen, Mu-Yen},
pages = {461--467},
volume = {37},
publisher = {Elsevier},
url = {http://dx.doi.org/10.1016/j.future.2013.09.025},
doi = {10.1016/j.future.2013.09.025}
}
@article{Askari2015,
title = {{A high-order multi-variable Fuzzy Time Series forecasting algorithm based on fuzzy clustering}},
year = {2015},
journal = {Expert Systems with Applications},
author = {Askari, S. and Montazerin, N.},
number = {4},
pages = {2121--2135},
volume = {42},
doi = {10.1016/j.eswa.2014.09.036},
issn = {09574174},
keywords = {Fuzzy C-Means, Fuzzy Time Series, Fuzzy clustering, Fuzzy sets, High-order algorithms, Multi-variable algorithms}
}
@article{Tuyen2018,
title = {{A Higher order Markov model for time series forecasting}},
year = {2018},
journal = {International Journal of Applied Mathematics and Statistics},
author = {Tuyen, Luc and Xuan Ky, Dao and Tri Tuyen, Luc and Thuan Province Nguyen Trai, Ninh and Rang Thap Cham-, Phan and xuanky, Vietnam},
number = {3},
volume = {57},
url = {www.ceserp.com/cp-jour},
keywords = {60J22, 62M05, 62P20, 91B25, 91G20, Forecasting 2000 Mathematics Subject Classificatio, Hidden Markov Model, Higher Makov chain, Time Series}
}
@article{Bustince2016,
title = {{A Historical Account of Types of Fuzzy Sets and Their Relationships}},
year = {2016},
journal = {IEEE TRANSACTIONS ON FUZZY SYSTEMS},
author = {Bustince, Humberto and Barrenechea, Edurne and Pagola, Miguel and Fernandez, Javier and Xu, Zeshui and Bedregal, Benjamin and Montero, Javier and Hagras, Hani and Herrera, Francisco and De Baets, Bernard},
number = {1},
volume = {24},
doi = {10.1109/TFUZZ.2015.2451692}
}
@article{Wei2014,
title = {{A hybrid ANFIS based on n-period moving average model to forecast TAIEX stock}},
year = {2014},
journal = {Applied Soft Computing},
author = {Wei, Liang-Ying and Cheng, Ching-Hsue and Wu, Hsin-Hung},
pages = {86--92},
volume = {19},
doi = {10.1016/j.asoc.2014.01.022}
}
@article{Chang2011,
title = {{A hybrid ANFIS model based on AR and volatility for TAIEX forecasting}},
year = {2011},
journal = {Applied Soft Computing Journal},
author = {Chang, Jing Rong and Wei, Liang Ying and Cheng, Ching Hsue},
isbn = {1568-4946},
doi = {10.1016/j.asoc.2010.04.010},
issn = {15684946},
keywords = {Adaptive network-based fuzzy inference system (ANF, Autoregressive, Fuzzy time series, TAIEX forecasting}
}
@article{DeOliveira2015,
title = {{A hybrid evolutionary decomposition system for time series forecasting}},
year = {2015},
journal = {Neurocomputing},
author = {de Oliveira, João F.L. and Ludermir, Teresa B.},
doi = {10.1016/j.neucom.2015.07.113},
issn = {09252312}
}
@inproceedings{Netto2016,
title = {{A hybrid evolutionary probabilistic forecasting model applied for rainfall and wind power forecast}},
year = {2016},
booktitle = {2016 IEEE Conference on Evolving and Adaptive Intelligent Systems},
author = {Netto, Guilherme G and Barbosa, Alexandre C and Coelho, Mateus N and Miranda, Arthur R L and Coelho, Vitor N and Souza, Marcone J F and Guimar{\~{a}}es, Frederico G and Reis, Agnaldo J R and Guimar, Frederico G and Reis, Agnaldo J R},
pages = {73--78},
publisher = {IEEE},
isbn = {9781509025831},
doi = {10.1109/EAIS.2016.7502494},
keywords = {abstract, hybrid forecasting, literature so far have, model and metaheuristics, probabilistic forecast, rainfall forecast, several works in the, soft sensors, wind power forecast}
}
@inproceedings{Santos2015,
title = {{A hybrid forecast model combining fuzzy time series, linear regression and a new smoothing technique}},
year = {2015},
booktitle = {Proceedings of the 2015 Conference of the International Fuzzy Systems Association and the European Society for Fuzzy Logic and Technology},
author = {Santos, Fábio José Justo dos and Camargo, Heloisa De Arruda},
publisher = {Atlantis Press},
url = {http://doi.org/10.2991/ifsa-eusflat-15.2015.192},
doi = {10.2991/ifsa-eusflat-15.2015.192}
}
@article{Wang2014b,
title = {{A hybrid forecasting model based on outlier detection and fuzzy time series - A case study on Hainan wind farm of China}},
year = {2014},
journal = {Energy},
author = {Wang, Jianzhou and Xiong, Shenghua},
volume = {76},
isbn = {0360-5442},
doi = {10.1016/j.energy.2014.08.064},
issn = {03605442}
}
@article{Huang2011,
title = {{A hybrid forecasting model for enrollments based on aggregated fuzzy time series and particle swarm optimization}},
year = {2011},
journal = {Expert Systems with Applications},
author = {Huang, Yao-Lin Lin and Horng, Shi-Jinn Jinn and He, Mingxing and Fan, Pingzhi and Kao, Tzong-Wann Wann and Khan, Muhammad Khurram and Lai, Jui-Lin Lin and Kuo, I-Hong Hong},
number = {7},
month = {7},
pages = {8014--8023},
volume = {38},
publisher = {Pergamon},
url = {https://doi.org/10.1016/j.eswa.2010.12.127},
isbn = {0957-4174},
doi = {10.1016/j.eswa.2010.12.127},
issn = {09574174},
keywords = {Fuzzy forecasting, Fuzzy time series, Latest fuzzy fluctuation, Particle swarm optimization}
}
@article{Guo2018b,
title = {{A Hybrid Fuzzy Cognitive Map/Support Vector Machine Approach for EEG-Based Emotion Classification Using Compressed Sensing}},
year = {2018},
journal = {Int. J. Fuzzy Syst},
author = {Guo, Kairui and Chai, Rifai and Candra, Henry and Guo, Ying and Song, Rong and Nguyen, Hung and Su, Steven},
isbn = {4081501805673},
doi = {10.1007/s40815-018-0567-3},
keywords = {Compressed sensing (CS), Electroencephalogram (EEG), Fuzzy cognitive maps (FCM), Support vector machine (SVM), Wavelet analysis}
}
@article{Singh2018,
title = {{A hybrid fuzzy time series forecasting model based on granular computing and bio-inspired optimization approaches}},
year = {2018},
journal = {Journal of Computational Science},
author = {Singh, Pritpal and Dhiman, Gaurav},
url = {https://doi.org/10.1016/j.jocs.2018.05.008},
doi = {10.1016/j.jocs.2018.05.008},
keywords = {Bio-inspired computing, Fuzzy time series (FTS), Granular computing, Hybridization}
}
@article{Chen2015,
title = {{A hybrid fuzzy time series model based on granular computing for stock price forecasting}},
year = {2015},
journal = {Information Sciences},
author = {Chen, Mu-Yen and Chen, Bo-Tsuen},
isbn = {00200255},
doi = {10.1016/j.ins.2014.09.038},
issn = {00200255}
}
@article{Jadidi2018,
title = {{A Hybrid GA–MLPNN Model for One-Hour-Ahead Forecasting of the Global Horizontal Irradiance in Elizabeth City, North Carolina}},
year = {2018},
journal = {Energies},
author = {Jadidi, Aydin and Menezes, Raimundo and de Souza, Nilmar and de Castro Lima, Antonio and Jadidi, Aydin and Menezes, Raimundo and de Souza, Nilmar and de Castro Lima, Antonio Cezar},
number = {10},
month = {10},
pages = {2641},
volume = {11},
publisher = {Multidisciplinary Digital Publishing Institute},
url = {http://www.mdpi.com/1996-1073/11/10/2641},
doi = {10.3390/en11102641},
issn = {1996-1073},
keywords = {based spatial clustering of applications with nois, density, dominated sorted genetic algorithm II, genetic algorithm, global horizontal irradiance, layer perceptron neural network, multi, non}
}
@inproceedings{Neta2010,
title = {{A Hybrid Genetic Algorithm for Automatic Graph Drawing Based on the Topology - Shape - Metric Approach [ Track : Genetic Algorithms ]}},
year = {2010},
booktitle = {Genetic and Evolutionary Computation Conference},
author = {Neta, Bernadete M M and Araujo, Gustavo H D and Guimar{\~{a}}es, Frederico G and Mesquita, Renato C},
pages = {743--750},
address = {Portland, Oregon, USA},
doi = {10.1145/1830483.1830616}
}
@article{Haque2014,
title = {{A hybrid intelligent model for deterministic and quantile regression approach for probabilistic wind power forecasting}},
year = {2014},
journal = {IEEE Transactions on Power Systems},
author = {Haque, Ashraf Ul and Nehrir, M. Hashem and Mandal, Paras},
doi = {10.1109/TPWRS.2014.2299801},
issn = {08858950},
keywords = {Deterministic and probabilistic wind power forecas, firefly, fuzzy ARTMAP, support vector machine classifier, wavelet transform}
}
@article{Sadaei2016,
title = {{A hybrid model based on differential fuzzy logic relationships and imperialist competitive algorithm for stock market forecasting}},
year = {2016},
journal = {Applied Soft Computing Journal},
author = {Sadaei, Hossein Javedani and Enayatifar, Rasul and Lee, Muhammad Hisyam and Mahmud, Maqsood},
pages = {132--149},
volume = {40},
doi = {10.1016/j.asoc.2015.11.026},
keywords = {Differential fuzzy set, Fuzzy time series, Imperialist competitive algorithm, Stock forecasting, Trend}
}
@article{Torbat2018,
title = {{A hybrid probabilistic fuzzy ARIMA model for consumption forecasting in commodity markets}},
year = {2018},
journal = {Economic Analysis and Policy},
author = {Torbat, Sheida and Khashei, Mehdi and Bijari, Mehdi},
isbn = {8415683111},
doi = {10.1016/j.eap.2017.12.003},
issn = {03135926},
keywords = {Auto-regressive integrated moving average, Commodity markets, Fuzzy logic, Hybrid models, Probabilistic neural networks, Steel consumption, Time series forecasting}
}
@article{Yang2017c,
title = {{A Hybrid Wind Speed Forecasting System Based on a 'Decomposition and Ensemble' Strategy and Fuzzy Time Series}},
year = {2017},
journal = {Energies},
author = {Yang, Hufang and Jiang, Zaiping and Lu, Haiyan},
number = {1422},
volume = {10},
url = {http://doi.org/10.3390/en10091422},
doi = {10.3390/en10091422},
keywords = {comprehensive evaluation, data pre-processing, fuzzy time series, hybrid forecasting system, wind speed forecasting}
}
@article{Zhou2019a,
title = {{A Knee-Guided Evolutionary Algorithm for Compressing Deep Neural Networks}},
year = {2019},
journal = {IEEE Transactions on Cybernetics},
author = {Zhou, Yao and Yen, Gary G. and Yi, Zhang},
pages = {1--13},
url = {https://ieeexplore.ieee.org/document/8781874/},
doi = {10.1109/TCYB.2019.2928174},
issn = {2168-2267}
}
@article{Stepnicka2011,
title = {{A linguistic approach to time series modeling with the help of F-transform}},
year = {2011},
journal = {Fuzzy Sets and Systems},
author = {{\v{S}}t{\v{e}}pni{\v{c}}ka, Martin and Dvo{\v{r}}{\'{a}}k, Antonín and Pavliska, Viktor and Vav{\v{r}}{\'{i}}{\v{c}}kov{\'{a}}, Lenka},
pages = {164--184},
volume = {180},
doi = {10.1016/j.fss.2011.02.017},
keywords = {Forecasting, Fuzzy transform, Linguistic modeling, Perception-based logical deduction, Time series}
}
@article{Coghlan2014,
title = {{A Little Book of R For Multivariate Analysis}},
year = {2014},
journal = {2014},
author = {Coghlan, Avril},
pages = {51},
url = {http://cdn.bitbucket.org/psylab/r-books/downloads/Coghlan2014.pdf},
isbn = {978-1-107-05799-1},
doi = {10.1080/0963828031000137072},
issn = {0963-8288},
pmid = {25246403},
arxivId = {arXiv:1011.1669v3}
}
@article{Herrera-Vega2018,
title = {{A local multiscale probabilistic graphical model for data validation and reconstruction, and its application in industry}},
year = {2018},
journal = {Engineering Applications of Artificial Intelligence},
author = {Herrera-Vega, Javier and Orihuela-Espina, Felipe and Ibarg{\"{u}}engoytia, Pablo H and Garc{\'{i}}a, Uriel A and Vila Rosado, Dan-El and Morales, Eduardo F and Sucar, Luis Enrique},
pages = {1--15},
volume = {70},
doi = {10.1016/j.engappai.2018.01.001}
}
@article{Lima2007,
title = {{A L{\'{o}}gica Fuzzy Do Tipo 2 E Um Estudo De Caso Aplicado Ao Controle De Tr{\'{a}}fego A{\'{e}}reo}},
year = {2007},
journal = {Mecatronicaufbabr},
author = {Lima, Márcio P and Fontes, Cristiano H De O and Schnitman, Leizer},
url = {http://www.mecatronica.ufba.br/publicacoes/lima2007b.pdf},
keywords = {air traffic control, decision making, type 2 fuzzy logic, type 2 fuzzy logic systems}
}
@inproceedings{Li2018a,
title = {{A Long-association Relationship Based Forecasting Method for Time{\\\}Series}},
year = {2018},
booktitle = {2018 14th International Conference on Natural Computation,{\\\}Fuzzy Systems and Knowledge Discovery (ICNC-FSKD)},
author = {Li, F and Yu, F},
month = {7},
pages = {535--541},
doi = {10.1109/FSKD.2018.8687145},
keywords = {Fuzzy time series;Fuzzy logic{\\\}relationship;Forecas}
}
@article{Hayes2003,
title = {{A Lucid Interval}},
year = {2003},
journal = {American Scientist},
author = {Hayes, Brian},
number = {6},
pages = {484},
volume = {91},
doi = {10.1511/2003.6.484},
issn = {0003-0996}
}
@article{Ky,
title = {{A Markov - fuzzy Combination Model For Stock Market Forecasting}},
year = {2016},
journal = {International Journal of Applied Mathematics and Statistics},
author = {Ky, Dao Xuan and Tuyen, Luc Tri},
number = {3},
volume = {55},
keywords = {60H30, 60J22, 62M05, 62P20, 91B25, 91G20, forecasting, fuzzy time series, imakov chain, stock market}
}
@misc{Zhai2018,
title = {{A mission planning approach for precision farming systems based on multi-objective optimization}},
year = {2018},
booktitle = {Sensors (Switzerland)},
author = {Zhai, Z. and Mart{\'{i}}nez Ortega, J.F. and Mart{\'{i}}nez, N.L. and Rodr{\'{i}}guez-Molina, J.}
}
@article{SouzaLima2016,
title = {{A mixed load capacitated rural school bus routing problem with heterogeneous fleet: Algorithms for the Brazilian context}},
year = {2016},
journal = {Expert Systems with Applications},
author = {Souza Lima, F??tima Mac Hado and Pereira, Davi Sim??es and Concei????o, Samuel Vieira and Ramos Nunes, Nilson Tadeu},
pages = {320--334},
volume = {56},
doi = {10.1016/j.eswa.2016.03.005},
issn = {09574174},
keywords = {Capacitated rural school bus routing problem, Heterogeneous fleet, Meta-heuristic methods, Mixed loading, Multiple schools, Random Variable Neighborhood Descent}
}
@article{Chowdhury2018,
title = {{A Modified Ant Colony Optimization Algorithm to Solve A Dynamic Traveling Salesman Problem: A Case Study with Drones for Wildlife Surveillance}},
year = {2018},
journal = {Journal of Computational Design and Engineering},
author = {Chowdhury, Sudipta and Marufuzzaman, Mohammad and Tunc, Huseyin and Bian, Linkan and Bullington, William},
month = {10},
publisher = {Elsevier},
url = {https://www.sciencedirect.com/science/article/pii/S2288430018301696},
doi = {10.1016/J.JCDE.2018.10.004},
issn = {2288-4300}
}
@article{Bas2014,
title = {{A modified genetic algorithm for forecasting fuzzy time series}},
year = {2014},
journal = {Appl Intell},
author = {Bas, Eren and Vedide, · and Uslu, Rezan and Yolcu, Ufuk and Egrioglu, Erol and Bas, E and Uslu, V R and Egrioglu, · E},
pages = {453--463},
volume = {41},
doi = {10.1007/s10489-014-0529-x},
keywords = {Forecasting {\textperiodcentered}, Fuzzy time series {\textperiodcentered}, Genetic algorithm {\textperiodcentered}, Mutation operator}
}
@inproceedings{Chuang2014,
title = {{A Multi-Factor HMM-based Forecasting Model for Fuzzy Time Series}},
year = {2014},
booktitle = {IMMM 2014 : The Fourth International Conference on Advances in Information Mining and Management},
author = {Chuang, Hui-chi and Chang, Wen-shin and Li, Sheng-tun},