You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Dani Vera 344e054ba4
Update 3_3_Data_Munging_with_Pandas.ipynb
Se utiliza np.size en la última columna. Esto calcula el tamaño de la serie, creo que de valores no null, pero no lo que pienso que se pretende es calcular el número de supervivientes, para lo que se podría utilizar np.sum.
5 years ago
lod Fix typos 5 years ago
ml1 Added requirements file 5 years ago
ml2 Update 3_3_Data_Munging_with_Pandas.ipynb 5 years ago
ml3 description about parameter h added 5 years ago
ml4 Updated notebooks 5 years ago
ml5 Updated notebooks 5 years ago
nlp Cambiado nombre diccionario 5 years ago
python Updated notebooks 5 years ago
rdf Add print_function for py2 5 years ago
.gitignore Added gitignore 8 years ago
CONTRIBUTING.md Add Makefile 5 years ago
Makefile Makefile updated 5 years ago
README.md Updated README 6 years ago
logo.jpg Add SPARQL notebooks 6 years ago

README.md

sitc

Exercises for Intelligent Systems Course at Universidad Politécnica de Madrid, Telecommunication Engineering School. This material is used in the subjects

  • SITC (Sistemas Inteligentes y Tecnologías del Conocimiento) - Master Universitario de Ingeniería de Telecomunicación (MUIT)
  • TIAD (Tecnologías Inteligentes de Análisis de Datos) - Master Universitario en Ingeniera de Redes y Servicios Telemáticos)

For following this course:

Topics

  • Python: quick introduction to Python
  • ML-1: introduction to machine learning with scikit-learn
  • ML-2: introduction to machine learning with pandas and scikit-learn
  • ML-3: introduction to machine learning. Neural Computing
  • ML-4: introduction to Evolutionary Computing
  • ML-5: introduction to Reinforcement Learning
  • NLP: introduction to NLP
  • LOD: Linked Open Data, exercises and example code