1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-03-12 17:16:59 +00:00
sitc/README.md

22 lines
1.2 KiB
Markdown
Raw Normal View History

2016-02-01 11:33:17 +01:00
# sitc
2017-05-25 09:22:03 +02:00
Exercises for Intelligent Systems Course at Universidad Politécnica de Madrid, Telecommunication Engineering School. This material is used in the subjects
2024-04-17 17:21:21 +02:00
- CDAW (Ciencia de datos y aprendizaje en automático en la web de datos) - Master Universitario de Ingeniería de Telecomunicación (MUIT)
- ABID (Analítica de Big Data) - Master Universitario en Ingeniera de Redes y Servicios Telemáticos)
2017-03-30 12:43:42 +02:00
For following this course:
- Follow the instructions to install the environment: https://github.com/gsi-upm/sitc/blob/master/python/1_1_Notebooks.ipynb (Just install 'conda')
2021-02-09 19:54:56 +01:00
- Download the course: use 'https://github.com/gsi-upm/sitc' (or clone the repository to receive updates).
2021-02-09 19:53:55 +01:00
- Run in a terminal in the folder sitc: jupyter notebook (and enjoy)
2017-03-30 12:43:42 +02:00
Topics
2024-04-17 17:21:21 +02:00
* Python: a quick introduction to Python
2016-04-07 15:35:39 +02:00
* ML-1: introduction to machine learning with scikit-learn
* ML-2: introduction to machine learning with pandas and scikit-learn
2024-04-17 17:21:21 +02:00
* ML-21: preprocessing and visualizatoin
2018-04-25 23:18:27 +02:00
* ML-3: introduction to machine learning. Neural Computing
2018-05-03 11:27:07 +02:00
* ML-4: introduction to Evolutionary Computing
* ML-5: introduction to Reinforcement Learning
2016-12-14 19:02:28 +01:00
* NLP: introduction to NLP
2017-02-27 12:52:40 +01:00
* LOD: Linked Open Data, exercises and example code
2024-04-17 17:21:21 +02:00
* SNA: Social Network Analysis