+++
- Machine Learning Basics
- Machine Learning Workflow
- Commonly Used Models
- Notes and Tips
- Applications in Radiology
+++
- Unsupervised and Supervised
- Bias and Variance
- Model Specification and Training
- Training and Testing
- Example: Linear Regression
- Input and Output
- Parameter Estimation
- Training and Testing
+++
Unsupervised | Supervised |
---|---|
Aims to "summarize" data | Aims to "learn" a function between input data and output |
Methods to reduce dimensionality of data | Methods to train a system for prediction |
Clustering, Compression, Association Rules | Regression |
+++ |
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
Eve | Jackson | |
John | Doe |
GIT Pitch +++
-
Machine Learning Workflow
- Questions, hypotheses and model choice
- Data organization
- Feature extraction
- Model training and testing
-
Commonly Used Models
- Supervised
- GLMs
- Random Forests
- Neural Networks
- Unsupervised
- PCA
- K*means
- t*SNE
- Supervised
-
Notes on when to use Machine Learning
- Prediction vs Interpretation
- Variance and sample size
- Pitfalls
-
Applications in Radiology
+++
+++
+++
+++
The End :)
+++
Ok, now it's the end!