-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathref.bib
67 lines (57 loc) · 1.79 KB
/
ref.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
% Site
@MISC{cdados,
author = "{Central de Dados}",
title = "{Nomes Próprios em Portugal}",
year = 2023,
note = {[Online] \url{http://centraldedados.pt/nomes_proprios/}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{networkx,
author = "{Aric Hagberg, Dan Schult, Pieter Swarte et al}",
title = "{NetworkX}",
year = 2023,
note = {[Online] \url{https://networkx.org/documentation/stable/index.html}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{numpy,
author = "{Travis Oliphant}",
title = "{numpy}",
year = 2023,
note = {[Online] \url{https://numpy.org/doc/}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{scipy,
author = "{Enthought}",
title = "{scipy}",
year = 2023,
note = {[Online] \url{https://docs.scipy.org/doc/scipy/}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{sklearn,
author = "{David Cournapeau, et al}",
title = "{sklearn}",
year = 2023,
note = {[Online] \url{https://scikit-learn.org/0.21/documentation.html}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{gum,
author = "{aGrUM}",
title = "{pyAgrum}",
year = 2023,
note = {[Online] \url{https://pyagrum.readthedocs.io/en/latest/index.html}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{plt,
author = "{Michael Droettboom, et al}",
title = "{Matplotlib}",
year = 2023,
note = {[Online] \url{https://matplotlib.org/stable/index.html}. Último acesso a 19 de Dezembro de 2023}
}
@MISC{slides,
author = {Luís Alexandre},
title = {Inteligência Artificial},
institution = {Universidade da Beira Interior},
howpublished = {Lecture Notes},
year = {2023}
}
@book{livro,
place = {Harlow},
title = {Artificial intelligence: a modern approach},
publisher = {Pearson},
author = {Russell, Stuart J. and Norvig, Peter},
year = {2016}
}