-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.html
44 lines (43 loc) · 4.09 KB
/
references.html
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Relatorio 1 Inteligencia Artificial</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<a href="index.html">O que é inteligência artificial?</a>
<a href="history.html">Histórico</a>
<a href="art_pros_cons.html">Estado da Arte, Benefícios e Riscos</a>
<a href="agentes_ambientes.html">Agentes e ambientes</a>
<a href="rationality.html">Racionalidade</a>
<a href="ambiente_tarefas.html">Especificando o ambiente de tarefas</a>
<a href="architecture.html">Arquitetura do agente</a>
<a href="agent_type.html">Tipos de agente</a>
<a href="state_representation.html">Representação de estados</a>
<a href="references.html">Referências</a>
</div>
</body>
</html>
<h1>Referências</h1>
<p>
• Amazon AWS. ¿Qué es la inteligencia artificial (IA)? Disponível em: https://aws.amazon.com/what-is/artificial-intelligence/?gclid=Cj0KCQiA57G5BhDUARIsACgCYnybGXmTznMtUV2Gc04xsnAWRFnYRWXaDzW_nE8CbE4B3IFntcjC9lEaAn9eEALw_wcB&trk=1da661c8-1796-4ab6-9272-4cdb6af1dd1d&sc_channel=ps&ef_id=Cj0KCQiA57G5BhDUARIsACgCYnybGXmTznMtUV2Gc04xsnAWRFnYRWXaDzW_nE8CbE4B3IFntcjC9lEaAn9eEALw_wcB:G:s&s_kwcid=AL!4422!3!709180597103!e!!g!!%5Bwhat%20is%20ai%5D!21584980519!165254372159<br>
• Google. What is Artificial Intelligence (AI)? Disponível em: https://cloud.google.com/learn/what-is-artificial-intelligence.<br>
• Ibm. Artificial Intelligence. Disponível em: https://www.ibm.com/topics/artificial-intelligence<br>
• GeeksforGeeks. Rationality in artificial intelligence (AI). Disponível em: https://www.geeksforgeeks.org/rationality-in-artificial-intelligence-ai/.<br>
• Russell, S., & Norvig, P. (2020). Artificial Intelligence: A Modern Approach (4th ed.). Pearson.<br>
• How to design AI right according to AAAS fellow Stuart Russell. American Association for the Advancement of Science (AAAS). Disponível em: https://www.aaas.org/membership/member-spotlight/how-design-ai-right-according-aaas-fellow-stuart-russell.<br>
• History. One Hundred Year Study on Artificial Intelligence (AI100). Disponível em: https://ai100.stanford.edu/about/history.<br>
• Michael L. Littman, Ifeoma Ajunwa, Guy Berger, Craig Boutilier, Morgan Currie, Finale Doshi-Velez, Gillian
Hadfield, Michael C. Horowitz, Charles Isbell, Hiroaki Kitano, Karen Levy, Terah Lyons, Melanie Mitchell, Julie
Shah, Steven Sloman, Shannon Vallor, and Toby Walsh. “Gathering Strength, Gathering Storms: The One Hundred
Year Study on Artificial Intelligence (AI100) 2021 Study Panel Report.” Stanford University, Stanford, CA, September
2021. Disponível em: http://ai100.stanford.edu/2021-report.<br>
• Holdsworth, J. (2024, August 22). Ai examples, Applications & Use Cases. IBM. Disponível em: https://www.ibm.com/think/topics/artificial-intelligence-business-use-cases.<br>
• GeeksforGeeks. (2024, May 14). Agent architectures in Ai. Disponível em: https://www.geeksforgeeks.org/agent-architectures-in-ai/.<br>
• GeeksforGeeks. (2023, June 5). Agents in artificial intelligence. Disponível em: https://www.geeksforgeeks.org/agents-artificial-intelligence/.<br>
• The beginner's guide to hallucinations in large language models: Lakera - protecting AI teams that disrupt the world. Lakera. Disponível em: https://www.lakera.ai/blog/guide-to-hallucinations-in-large-language-models.<br>
• LLM hallucinations. Iguazio. Disponível em: https://www.iguazio.com/glossary/llm-hallucination/.<br>
• Maslej, Nestor, Fattorini, Loredana, Perrault, Raymond, Parli, Vanessa, Reuel, Anka, Brynjolfsson, Erik, Etchemendy, John, Ligett, Katrina, Lyons, Terah, Manyika, James, Niebles, Juan Carlos, Shoham, Yoav, Wald, Russell, & Clark, Jack. (2024). Artificial Intelligence Index Report 2024.<br>
</p>