-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper-blockchain.bib
133 lines (116 loc) · 3.68 KB
/
paper-blockchain.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
@misc{c1,
author={Lori Schock},
title={Thinking About Buying the Latest New Cryptocurrency or Token?},
url={https://www.investor.gov/additional-resources/spotlight/directors-take/thinking-about-buying-latest-new-cryptocurrency-or}
}
@misc{c2,
author={Marco Iansiti and Karim R. Lakhani},
title={The Truth About Blockchain},
year={2017},
url={https://hbr.org/2017/01/the-truth-about-blockchain}
}
@misc{c3,
author={Jeremy Swinfen Green},
title={Understanding cryptocurrency market fluctuations},
year={2018},
url={https://www.telegraph.co.uk/business/business-reporter/cryptocurrency-market-fluctuations/}
}
@misc{c4,
author={Yahoo Finance},
title={EOS USD (EOS-USD)},
url={https://finance.yahoo.com/quote/EOS-USD/history?p=EOS-USD}
}
@misc{c5,
author={Raj Shroff},
title={When Blockchain Meets Artificial Intelligence},
year={2020},
url={https://medium.com/swlh/when-blockchain-meets-artificial-intelligence-e448968d0482},
howpublished={Blog}
}
@misc{c6,
author={Sepp Hochreiter and J{\"u}rgen Schmidhuber},
title={Long Short-Term Memory},
year={1997},
url={https://www.bioinf.jku.at/publications/older/2604.pdf},
howpublished={Technical report}
}
@misc{c7,
author={Serafeim Loukas},
title={Time-Series Forecasting: Predicting Stock Prices Using An LSTM Model},
year={2020},
url={https://towardsdatascience.com/lstm-time-series-forecasting-predicting-stock-prices-using-an-lstm-model-6223e9644a2f},
howpublished={Blog}
}
@misc{c8,
author={Derk Zomer},
title={Using machine learning to predict future bitcoin prices},
year={2020},
url={https://towardsdatascience.com/using-machine-learning-to-predict-future-bitcoin-prices-6637e7bfa58f},
howpublished={Blog}
}
@misc{c9,
author={Christopher Olah},
title={Understanding LSTM Networks},
year={2015},
url={https://colah.github.io/posts/2015-08-Understanding-LSTMs/},
howpublished={GitHub}
}
@misc{c10,
author={Gregor von Laszewski},
title={Cloudmesh StopWatch and Benchmark from the Cloudmesh Common Library},
url={https://github.com/cloudmesh/cloudmesh-common},
howpublished={GitHub}
}
@misc{c11,
author={Viraf Patrawala},
title={How (NOT) To Predict Stock Prices With LSTMs},
year={2020},
url={https://towardsdatascience.com/how-not-to-predict-stock-prices-with-lstms-a51f564ccbca},
howpublished={Blog}
}
@misc{c12,
author={Jacques Fleischer},
title={README.md Install Documentation},
year={2021},
url={https://github.com/cybertraining-dsc/su21-reu-361/blob/main/project/code/README.md},
howpublished={GitHub}
}
@misc{c13,
author={Jacques Fleischer},
title={yfinance-lstm.ipynb Jupyter Notebook},
year={2021},
url={https://github.com/cybertraining-dsc/su21-reu-361/blob/main/project/code/yfinance-lstm.ipynb},
howpublished={GitHub}
}
@misc{c14,
author={Jacques Fleischer},
title={Time Series Analysis of Blockchain-Based Cryptocurrency Price Changes},
year={2021},
url={https://github.com/cybertraining-dsc/su21-reu-361/blob/main/project/index.md},
howpublished={GitHub}
}
@InProceedings{c15,
author={Jacques Fleischer},
title={Presentation of Time Series Analysis of Blockchain-Based Cryptocurrency Price Changes},
year={2021},
address={https://github.com/cybertraining-dsc/su21-reu-361/blob/main/project/Slideshow.pptx?raw=true},
howpublished={GitHub}
}
@InProceedings{c16,
author={Jacques Fleischer},
title={Poster of Time Series Analysis of Blockchain-Based Cryptocurrency Price Changes},
year={2021},
address={https://github.com/cybertraining-dsc/su21-reu-361/blob/main/project/Poster.pptx?raw=true},
howpublished={GitHub}
}
@misc{c17,
author={Yahoo Finance},
title={Cryptocurrencies},
url={https://finance.yahoo.com/cryptocurrencies}
}
@misc{c18,
author={Ran Aroussi},
title={Reliably download historical market data from with Python},
year={2019},
url={https://aroussi.com/post/python-yahoo-finance}
}