Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrielx86/ia_practicas_2024-2
Prácticas para la materia de Inteligencia Artificial - FI UNAM 2024-2
https://github.com/azrielx86/ia_practicas_2024-2
bfs-algorithm breadth-first-search depth-first-search dfs-algorithm
Last synced: 24 days ago
JSON representation
Prácticas para la materia de Inteligencia Artificial - FI UNAM 2024-2
- Host: GitHub
- URL: https://github.com/azrielx86/ia_practicas_2024-2
- Owner: Azrielx86
- License: mit
- Created: 2024-03-01T00:43:45.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:14:05.000Z (7 months ago)
- Last Synced: 2024-05-22T07:27:21.183Z (7 months ago)
- Topics: bfs-algorithm, breadth-first-search, depth-first-search, dfs-algorithm
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prácticas Inteligencia Artificial
```
Facultad de Ingeniería - UNAM
Semestre 2024-2
```## Práctica 1
Programación de agentes
- [Agente Reactivo Simple](./Practica-01/AgenteRS.ipynb)
- [Agente Tabla](./Practica-01/AgenteTabla.ipynb)
- [Agente Modelo](./Practica-01/AgenteModelo.ipynb)## Práctica 2
Algoritmos de recorrido de grafos: Búsqueda no informada (BFS, DFS y Costo uniforme).