{"id":21135526,"url":"https://github.com/mrrobb/ia-fib","last_synced_at":"2026-01-28T06:03:51.119Z","repository":{"id":98850375,"uuid":"156000909","full_name":"MrRobb/IA-FIB","owner":"MrRobb","description":"Apuntes, resúmenes, algoritmos... Organizado, en Markdown y en PDF.","archived":false,"fork":false,"pushed_at":"2019-01-03T14:15:31.000Z","size":5512,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T07:10:23.692Z","etag":null,"topics":["artificial-intelligence","fib","ia-fib","upc","upc-fib"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrRobb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-03T16:19:12.000Z","updated_at":"2023-07-25T14:21:09.000Z","dependencies_parsed_at":"2023-05-25T20:45:44.599Z","dependency_job_id":null,"html_url":"https://github.com/MrRobb/IA-FIB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrRobb/IA-FIB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRobb%2FIA-FIB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRobb%2FIA-FIB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRobb%2FIA-FIB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRobb%2FIA-FIB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrRobb","download_url":"https://codeload.github.com/MrRobb/IA-FIB/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRobb%2FIA-FIB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T05:50:12.573Z","status":"ssl_error","status_checked_at":"2026-01-28T05:49:54.528Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","fib","ia-fib","upc","upc-fib"],"created_at":"2024-11-20T06:56:20.184Z","updated_at":"2026-01-28T06:03:51.105Z","avatar_url":"https://github.com/MrRobb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# IA - Inteligencia Artificial\n\n[![HitCount](http://hits.dwyl.io/mrrobb/IA-FIB.svg)]()\n[![GitHub Starts](https://img.shields.io/github/stars/mrrobb/IA-FIB.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://github.com/mrrobb/IA-FIB/stargazers)\n[![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)\n[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/mrrobb/IA-FIB.svg)](https://github.com/MrRobb/IA-FIB)\n\n# Teoría\n\n| Introducción                                   \t| Búsqueda ciega                                         \t| Búsqueda heurística                                                       \t| Búsqueda local                                            \t| Knowledge-based problems       \t| Planificación            \t| Machine Learning     \t| Otros \t|\n|------------------------------------------------\t|--------------------------------------------------------\t|---------------------------------------------------------------------------\t|-----------------------------------------------------------\t|--------------------------------\t|--------------------------\t|----------------------\t|-------\t|\n| Transparencias                                 \t| Transparencias                                         \t| Transparencias                                                            \t| Transparencias                                            \t| Transparencias                 \t| Transparencias           \t| Transparencias       \t|       \t|\n|                                                \t|                                                        \t|                                                                           \t|                                                           \t|                                \t|                          \t|                      \t|       \t|\n| [Introducción](./Introducción/Introducción.md) \t| [Representación](./Búsqueda%20ciega/Representación.md) \t| [Branch and bound](./Búsqueda%20heurística/Branch%20\u0026%20Bound.md)         \t|  [Búsqueda local](./Búsqueda%20local/Búsqueda%20local.md) \t| Sistemas de producción         \t| Resolución de problemas  \t| Introducción         \t|       \t|\n|                                                \t| [BFS](./Búsqueda%20ciega/BFS.md)                       \t| [Greedy Best First](./Búsqueda%20heurística/Greedy%20Best%20First.md)     \t| [Hill Climbing](./Búsqueda%20local/Hill%20Climbing.md)    \t| Representaciones estructuradas \t| Planificación lineal     \t|                      \t|       \t|\n|                                                \t| [DFS](./Búsqueda%20ciega/DFS.md)                       \t| [A*](./Búsqueda%20heurística/A*.md)                                       \t| Minimax                                                   \t| Ontologías                     \t| Planificación jerárquica \t|                      \t|       \t|\n|                                                \t| [IDDFS](./Búsqueda%20ciega/IDDFS.md)                   \t| [IDA*](./Búsqueda%20heurística/IDA*.md)                                   \t| Alpha-beta pruning                                        \t| Ingeniería del conocimiento    \t|                          \t|                      \t|       \t|\n|                                                \t|                                                        \t| [Recursive Best-first](./Búsqueda%20heurística/Recursive%20Best-first.md) \t| Satisfacción de restricciones                             \t| Adquisición                    \t|                          \t|                      \t|       \t|\n|                                                \t|                                                        \t| [Heurísticos](./Búsqueda%20heurística/Heurísticos.md)                     \t|                                                           \t| Razonamiento aproximado        \t|                          \t|                      \t|       \t|\n|                                                \t|                                                        \t|                                                                           \t|                                                           \t|                                \t|                          \t|                      \t|       \t|\n| Introducción.pdf                               \t| Búsqueda ciega.pdf                                     \t| Búsqueda heurística.pdf                                                   \t| Búsqueda local.pdf                                        \t| Knowledge-based problems.pdf   \t| Planificación.pdf        \t| Machine Learning.pdf \t|       \t|\n\n## Evaluación\n\n![](http://latex2png.com/output//latex_2aa8480b036a913c21d59754fd910849.png)\n\n## Profesores\n\n#### Javier Vázquez Salceda (responsable)\n- email: jvazquez@cs.upc.edu\n\n#### Maria Teresa Abad Soriano\n- email: mabad@cs.upc.edu\n\n#### Javier Béjar Alonso\n- email: bejar@cs.upc.edu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrobb%2Fia-fib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrrobb%2Fia-fib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrobb%2Fia-fib/lists"}