diff --git a/.gitmodules b/.gitmodules index d5283ff..bd3d271 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "hacking-rl"] path = Hackeando el Reinforcement Learning url = https://github.com/Guillemdb/hacking-rl +[submodule "back2basicsNLP"] + path = back2basicsNLP + url = https://github.com/intiveda/back2basicsNLP diff --git a/Hackeando el Reinforcement Learning b/Hackeando el Reinforcement Learning deleted file mode 160000 index 15931f0..0000000 --- a/Hackeando el Reinforcement Learning +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 15931f08b4a80920fdbd219fd05069d473fbe538 diff --git "a/Introducci\303\263n a Data Science en Python" "b/Introducci\303\263n a Data Science en Python" deleted file mode 160000 index 71d0c6f..0000000 --- "a/Introducci\303\263n a Data Science en Python" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 71d0c6f86afdc992e3b2ba1d6862eb34dead5698 diff --git "a/Machine Learning en Cardiolog\303\255a" "b/Machine Learning en Cardiolog\303\255a" deleted file mode 160000 index bf8f720..0000000 --- "a/Machine Learning en Cardiolog\303\255a" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bf8f720ccc1713a1b9fbded58c9992d5c8eef034 diff --git "a/Prediciendo la contaminaci\303\263n del aire en Madrid: el proceso" "b/Prediciendo la contaminaci\303\263n del aire en Madrid: el proceso" deleted file mode 160000 index cf2a5f9..0000000 --- "a/Prediciendo la contaminaci\303\263n del aire en Madrid: el proceso" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cf2a5f9aaa628d71c2f323aaf34e445907e12840 diff --git a/README.md b/README.md index 86b0baa..11e82d1 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ git submodule add https://link_to_your_git_repo * [Slides](https://docs.google.com/presentation/d/1yB-CvKNvg13xyCHrqBTDOVBC-elTc10xy2vBVm53wZg/edit?usp=sharing) * [Back to Basics: NLP](https://2018.es.pycon.org/talk/back-to-basics-nlp/) * Claudia Guirao Fernández + * [Repo](https://github.com/intiveda/back2basicsNLP) * [A la caza de exoplanetas por imagen directa con Python - De la ciencia de datos, la exoplanetología y otros demonios](https://2018.es.pycon.org/talk/a-la-caza-de-exoplanetas-por-imagen-directa-con-python-de-la-ciencia-de-datos-la-exoplanetologia-y-otros-demonios/) * Carlos Alberto Gomez Gonzalez * [Slides](https://speakerdeck.com/carlgogo/a-la-caza-de-exoplanetas-por-imagen-directa-con-python-de-la-ciencia-de-datos-la-exoplanetologia-y-otros-demonios) diff --git "a/Recomendaci\303\263n de canciones usando Fourier, \302\277mejor que Spotify?" "b/Recomendaci\303\263n de canciones usando Fourier, \302\277mejor que Spotify?" deleted file mode 160000 index 73a43b4..0000000 --- "a/Recomendaci\303\263n de canciones usando Fourier, \302\277mejor que Spotify?" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 73a43b40d8202ecc79dc7c91a68d431a131a1056 diff --git a/TDD de cero a cien (o casi) b/TDD de cero a cien (o casi) deleted file mode 160000 index 8fc8abc..0000000 --- a/TDD de cero a cien (o casi) +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8fc8abc610455cd87f7ca56c23d615fb31b3dcfd diff --git "a/Taller - Representaci\303\263n de datos geogr\303\241ficos" "b/Taller - Representaci\303\263n de datos geogr\303\241ficos" deleted file mode 160000 index de232a8..0000000 --- "a/Taller - Representaci\303\263n de datos geogr\303\241ficos" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de232a8b794d4b1c954a9b44cb4f1eb0ce204a92 diff --git a/Testing python security b/Testing python security deleted file mode 160000 index ed09966..0000000 --- a/Testing python security +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed099665cb845f4cac00e73c459af331fab6cdea diff --git a/The bad guys in AI - atacando sistemas de machine learning b/The bad guys in AI - atacando sistemas de machine learning deleted file mode 160000 index a899c54..0000000 --- a/The bad guys in AI - atacando sistemas de machine learning +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a899c5416450a34fbef13869a9eb99b0145116b0 diff --git "a/Tip\303\255n en Pit\303\263n (Gradual Typing en Python)" "b/Tip\303\255n en Pit\303\263n (Gradual Typing en Python)" deleted file mode 160000 index 032b872..0000000 --- "a/Tip\303\255n en Pit\303\263n (Gradual Typing en Python)" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 032b872a69cf5eeabff81e2a59d5495e63ab28a8 diff --git "a/Traducci\303\263n de textos automatizada aplicando Deep Learning con Python y Keras" "b/Traducci\303\263n de textos automatizada aplicando Deep Learning con Python y Keras" deleted file mode 160000 index 7b908d0..0000000 --- "a/Traducci\303\263n de textos automatizada aplicando Deep Learning con Python y Keras" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7b908d09e186cbc2d33745bb66856f17fde52a04 diff --git a/Un drone volo sobre el nido de Python b/Un drone volo sobre el nido de Python deleted file mode 160000 index 9721551..0000000 --- a/Un drone volo sobre el nido de Python +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 97215519d2111dd5b5b6d5152974458a976496ad diff --git a/Web scraping para principiantes b/Web scraping para principiantes deleted file mode 160000 index de232a8..0000000 --- a/Web scraping para principiantes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de232a8b794d4b1c954a9b44cb4f1eb0ce204a92 diff --git a/back2basicsNLP b/back2basicsNLP new file mode 160000 index 0000000..10e953a --- /dev/null +++ b/back2basicsNLP @@ -0,0 +1 @@ +Subproject commit 10e953a246a83fb2f2fcf942c788bb93858aadbd