An open API service indexing awesome lists of open source software.

https://github.com/mrrobb/ia-fib

Apuntes, resúmenes, algoritmos... Organizado, en Markdown y en PDF.
https://github.com/mrrobb/ia-fib

artificial-intelligence fib ia-fib upc upc-fib

Last synced: 2 months ago
JSON representation

Apuntes, resúmenes, algoritmos... Organizado, en Markdown y en PDF.

Awesome Lists containing this project

README

        

# IA - Inteligencia Artificial

[![HitCount](http://hits.dwyl.io/mrrobb/IA-FIB.svg)]()
[![GitHub Starts](https://img.shields.io/github/stars/mrrobb/IA-FIB.svg?style=social&label=Star&maxAge=2592000)](https://github.com/mrrobb/IA-FIB/stargazers)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/mrrobb/IA-FIB.svg)](https://github.com/MrRobb/IA-FIB)

# Teoría

| Introducción | Búsqueda ciega | Búsqueda heurística | Búsqueda local | Knowledge-based problems | Planificación | Machine Learning | Otros |
|------------------------------------------------ |-------------------------------------------------------- |--------------------------------------------------------------------------- |----------------------------------------------------------- |-------------------------------- |-------------------------- |---------------------- |------- |
| Transparencias | Transparencias | Transparencias | Transparencias | Transparencias | Transparencias | Transparencias | |
| | | | | | | | |
| [Introducción](./Introducción/Introducción.md) | [Representación](./Búsqueda%20ciega/Representación.md) | [Branch and bound](./Búsqueda%20heurística/Branch%20&%20Bound.md) | [Búsqueda local](./Búsqueda%20local/Búsqueda%20local.md) | Sistemas de producción | Resolución de problemas | Introducción | |
| | [BFS](./Búsqueda%20ciega/BFS.md) | [Greedy Best First](./Búsqueda%20heurística/Greedy%20Best%20First.md) | [Hill Climbing](./Búsqueda%20local/Hill%20Climbing.md) | Representaciones estructuradas | Planificación lineal | | |
| | [DFS](./Búsqueda%20ciega/DFS.md) | [A*](./Búsqueda%20heurística/A*.md) | Minimax | Ontologías | Planificación jerárquica | | |
| | [IDDFS](./Búsqueda%20ciega/IDDFS.md) | [IDA*](./Búsqueda%20heurística/IDA*.md) | Alpha-beta pruning | Ingeniería del conocimiento | | | |
| | | [Recursive Best-first](./Búsqueda%20heurística/Recursive%20Best-first.md) | Satisfacción de restricciones | Adquisición | | | |
| | | [Heurísticos](./Búsqueda%20heurística/Heurísticos.md) | | Razonamiento aproximado | | | |
| | | | | | | | |
| Introducción.pdf | Búsqueda ciega.pdf | Búsqueda heurística.pdf | Búsqueda local.pdf | Knowledge-based problems.pdf | Planificación.pdf | Machine Learning.pdf | |

## Evaluación

![](http://latex2png.com/output//latex_2aa8480b036a913c21d59754fd910849.png)

## Profesores

#### Javier Vázquez Salceda (responsable)
- email: [email protected]

#### Maria Teresa Abad Soriano
- email: [email protected]

#### Javier Béjar Alonso
- email: [email protected]