forked from ali01/qjam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.bib
69 lines (59 loc) · 1.9 KB
/
report.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
@article{lbfgs,
author = {Liu, Dong C. and Nocedal, Jorge},
affiliation = {Department of Electrical Engineering and Computer Science
Northwestern University 60208 Evanston IL USA},
title = {On the limited memory BFGS method for large scale optimization},
journal = {Mathematical Programming},
publisher = {Springer Berlin / Heidelberg},
issn = {0025-5610},
keyword = {Mathematics and Statistics},
pages = {503-528},
volume = {45},
issue = {1},
url = {http://dx.doi.org/10.1007/BF01589116},
note = {10.1007/BF01589116},
year = {1989}
}
@inproceedings{mapreduce,
author = {Dean, Jeffrey and Ghemawat, Sanjay},
title = {MapReduce: simplified data processing on large clusters},
booktitle = {Proceedings of the 6th conference on Symposium on Operating
Systems Design \& Implementation - Volume 6},
year = {2004},
location = {San Francisco, CA},
pages = {10--10},
numpages = {1},
url = {http://portal.acm.org/citation.cfm?id=1251254.1251264},
acmid = {1251264},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@misc{hadoop,
title = {Apache Hadoop},
howpublished = {\url{http://hadoop.apache.org}},
month = {Dec},
year = {2010}
}
@misc{numpy,
title = {Scientific Computing Tools For Python -- NumPy},
howpublished = {\url{http://numpy.scipy.org/}},
month = {Dec},
year = {2010}
}
@misc{R,
title = {The R Project for Statistical Computing},
howpublished = {\url{http://www.r-project.org/}},
month = {Dec},
year = {2010}
}
@conference{chu2007map,
title={{Map-reduce for machine learning on multicore}},
author={Chu, C.T. and Kim, S.K. and Lin, Y.A. and Yu, Y.Y. and Bradski,
G. and Ng, A.Y. and Olukotun, K.},
booktitle={Advances in Neural Information Processing Systems 19: Proceedings
of the 2006 Conference},
pages={281},
isbn={0262195682},
year={2007},
organization={The MIT Press}
}