Esquemas útiles
| Paradigma | Algoritmos |
| Supervised Learning | Regression, Classification |
| Unsupervised Learning | Clustering |
| Reinforcement Learning |
| Algoritmo | Ejemplo de uso |
| Clustering | Agrupar categorías de preguntas en «10de10» |
Proceso
- Formulating a Question
- Finding and Understanding the Data
- Cleaning the Data and Feature Engineering
- Link: Normalización
- Choosing a Model
- Tuning and Evaluating
- Using the Model and Presenting Results
Citas útiles
Sometimes you learn more about your data by looking at the model. For example, using Multiple Learning Regression can give you insights into the importance of each feature. We can create a feature importance graph to visualize this for those unfamiliar with our model:
https://content.codecademy.com/programs/machine-learning/process/feature_importance.png