aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/biber.bib
blob: 8884962968610da3f433fa62691089b09ec5d977 (plain)
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
@article{natureAlphaGo2016,
	author       = {David Silver and Aja Huang and Chris J. Maddison and Arthur Guez and Laurent Sifre and George van den Driessche and Julian Schrittwieser and Ioannis Antonoglou and Veda Panneershelvam and Marc Lanctot and Sander Dieleman and Dominik Grewe and John Nham and Nal Kalchbrenner and Ilya Sutskever and Timothy Lillicrap and Madeleine Leach and Koray Kavukcuoglu and Thore Graepel and Demis Hassabis},
	title        = {Mastering the game of Go with deep neural networks and tree search},
	journaltitle = {Nature},
	date         = {2016-01-27},
	url          = {https://www.nature.com/articles/nature16961}
}

@online{gtp,
	author       = {Gunnar Farnebäck},
	title        = {GTP --- Go Text Protocol},
	date         = {2002},
	urldate      = {2021},
	url          = {https://www.lysator.liu.se/~gunnar/gtp}
}

@online{sgf,
	author       = {Arno Hollosi},
	title        = {SGF File Format FF[4]},
	date         = {2021},
	urldate      = {2022},
	url          = {https://www.red-bean.com/sgf}
}

@online{katago,
	author       = {David J Wu ("lightvector")},
	title        = {KataGo},
	date         = {2021},
	urldate      = {2021},
	url          = {https://github.com/lightvector/KataGo}
}

@online{gnugo,
	title        = {GNU Go},
	organization = {Free Software Foundation},
	date         = {2019},
	urldate      = {2021},
	url          = {https://www.gnu.org/software/gnugo}
}

@online{sabaki,
	author       = {Yichuan Shen},
	title        = {Sabaki --- An elegant Go board and SGF editor for a more civilized age.},
	date         = {2019},
	urldate      = {2021},
	url          = {https://sabaki.yichuanshen.de}
}

@online{keras,
	title        = {Keras: the Python deep learning API},
	urldate      = {2022},
	url          = {https://keras.io}
}

@online{sl_go,
	title        = {Go},
	organization = {Sensei's Library},
	date         = {2019},
	urldate      = {2021},
	url          = {https://senseis.xmp.net/?go}
}

@online{plantillaRedondo,
	author       = {J. M. Redondo},
	title        = {Documentos-modelo para Trabajos de Fin de Grado/Master de la Escuela de Informática de Oviedo},
	date         = {2019-06-17},
	url          = {https://www.researchgate.net/publication/327882831_Plantilla_de_Proyectos_de_Fin_de_Carrera_de_la_Escuela_de_Informatica_de_Oviedo}
}

@online{python_unittest,
	title        = {unittest --- Unit testing framework},
	urldate      = {2021},
	url          = {https://docs.python.org/3/library/unittest.html}
}

@online{python_coverage,
	title        = {Coverage.py},
	urldate      = {2021},
	url          = {https://coverage.readthedocs.io}
}

@online{matplotlib_heatmaps,
	title        = {Creating annotated heatmaps — Matplotlib 3.5.2 documentation},
	urldate      = {2022},
	url          = {https://matplotlib.org/stable/gallery/images_contours_and_fields/image_annotated_heatmap.html}
}

@online{python,
	title        = {Welcome to Python.org},
	urldate      = {2022},
	url          = {https://www.python.org}
}

@online{numpy,
	title        = {NumPy},
	urldate      = {2022},
	url          = {https://numpy.org}
}

@online{matplotlib,
	title        = {Matplotlib — Visualization with Python},
	urldate      = {2022},
	url          = {https://matplotlib.org}
}

@online{ply,
	title        = {PLY (Python Lex-Yacc)},
	urldate      = {2022},
	url          = {http://www.dabeaz.com/ply}
}

@online{vim,
	title        = {welcome home : vim online},
	urldate      = {2022},
	url          = {https://www.vim.org}
}

@online{neovim,
	title        = {Home - Neovim},
	urldate      = {2022},
	url          = {http://neovim.io}
}

@online{latex,
	title        = {LaTeX - A document preparation system},
	urldate      = {2022},
	url          = {https://www.latex-project.org}
}

@online{puml,
	title        = {Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams.},
	urldate      = {2022},
	url          = {https://plantuml.com}
}