-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
99 lines (87 loc) · 2.86 KB
/
references.bib
File metadata and controls
99 lines (87 loc) · 2.86 KB
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
@Article{adebiye,
Author = "Adebiyi, A. A. and Adewumi, A. O. and Ayo, C. K.",
Title = "Comparison of ARIMA and Artificial Neural Network Models for Stock Price Prediction",
Journal = "Journal of Applied Mathematics",
Year = 2014
}
@Article{ahmed,
Author = "Ahmed, N. K. and Atiya, A. F. and Gayar, N. E. and El-Shishiny, H.",
Title = "An Empirical Comparison of Machine Learning Models for Time Series Forecasting",
Journal = "Econometric Reviews",
Year = 2010,
Volume = 29,
Pages = "5-6"
}
@misc{beaufays,
Author = "Beaufays, F.",
Title = "The neural networks behind Google Voice transcription",
Year = 2015,
howpublished = {\url{https://research.googleblog.com/2015/08/the-neural-networks-behind-google-voice.html}}
}
@Book{box,
Author = "Box, E. P. G. and Hunter, W. and Hunter, S.",
Title = "Statistics for Experimenters",
Year = 2005,
Pages = "440"
}
@misc{deloche,
Author = "Deloche, F.",
Title = "Diagram of a one-unit Long Short-Term Memory (LSTM) network",
Year = 2017,
howpublished = {\url{https://commons.wikimedia.org/w/index.php?curid=60149410}}
}
@Article{hochreiter,
Author = "Hochreiter, S. and Schmidhuber, J.",
Title = "Long Short-Term Memory",
Year = 1997,
Journal = "Neural Computation",
Volume = 9,
Issue = 8,
Pages = "1735-1780"
}
@misc{le,
Author = "Le, Q. V. and Schuster, M.",
Title = "A Neural Network for Machine Translation, at Production Scale",
Year = 2016,
howpublished = {\url{https://research.googleblog.com/2016/09/a-neural-network-for-machine.html}}
}
@Article{liew,
Author = "Liew, V. K.",
Title = "Which Lag Length Selection Criteria Should We Employ?",
Journal = "Economics Bulletin",
Year = 2004,
Pages = "1-9"
}
@Article{ng,
Author = "Ng, A.",
Title = "Preventing ``Overfitting'' of Cross-validation Data",
Journal = "ICML '97 Proceedings of the Fourteenth International Conference on Machine Learning",
Year = 1997,
Pages = "245-253"
}
@misc{olah,
Author = "Olah, C.",
Title = "Understanding LSTM Networks",
Year = 2015,
howpublished = {\url{http://colah.github.io/posts/2015-08-Understanding-LSTMs/}}}
@Article{sculley,
Author = "Sculley, D. and Holt, G. and Golovin, D. and Davydov, E. and Phillips, T. and Ebner, D., ... and Dennison, D.",
Title = "Hidden Technical Debt in Machine Learning Systems",
Year = 2015,
Journal = "NIPS '15 Proceedings of the 28th International Conference on Neural Information Processing Systems",
Volume = 2,
Pages = "2503-2511"
}
@misc{taylor,
Author = "Taylor, S. J. and Letham, B.",
Title = "Prophet: Forecasting at Scale",
year = 2017,
howpublished = {\url{https://research.fb.com/prophet-forecasting-at-scale}}
}
@Article{xu,
Author = "Xu, Q. and Sharma, V.",
Title = "Ensemble Sales Forecasting Study in Semiconductor Industry",
Year = 2017,
Journal = "Industrial Conference on Data Mining 2017",
Pages = "1-14"
}