-
Machine Learning (foundations)
This course was a practical introduction to the foundations of machine learning.
-
Text as data
The first thing is to learn how to organise and categorise text. The second was how to search and retrieve the documents or fragments of them, and the third one was how to analyse the text to extract the sentiments that the authors were expressing.
-
Apache Spark
Spark funciona al rededor de un concepto muy importante es el de los Resilient Distributed Datasets. Estos RDDs son colecciones de datos de solo lectura, es decir, una vez creados ya no son modificables, y cada vez que uno es "modificado" en realidad se está creando uno nuevo.
-
Big Data
This is going to be a short video since what we mostly did was trying to understand the motivation and design decisions behind all these systems. I'll put the links to all the papers we reviewed so you can take a look at them.
-
Information Retrieval
Information retrieval is a field concerned with the structure, analysis, organisation, storage, searching and retrieval of information.
-
Data Fundamentals
The first video in the series "what was I doing the last six months?
-
¿Programar en inglés?
Tu, ¿programas en inglés?
-
Los algoritmos voraces
La idea detrás de los algoritmos voraces (o greedy) consiste en siempre tomar la mejor decisión de todas las que puede tomar inmediatamante con la esperanza de que al juntar todas estas pequeñas "mejores" decisiones, se obtendrá la mejor solución al problema en general.
-
¡Por fin de vuelta!
¡Por fin de vuelta!
-
¿Qué es MapReduce?
La idea de MapReduce es ofrecer una forma simple, rápida, escalable y resistente a fallos para manipular enormes cantidades de datos.