What is machine learning?
The science of programming computers such that they can learn from data without being explicitly programmed to perform the task.
What problems is ML good for?
Types of machine learning
How do we build a simple linear ML model?
What is bioimage informatics?
Cryoelectron microscopy
High content screening
Example of bioimage informatics in drug discovery
Digital pathology
Automated diagnostics based on image data:
- Data from digital slides of patient samples and the associated medical metadata
- Disease diagnosis
- Prediction of therapeutic interventions
Multi-dimensional image data
Biological image datasets often use multiple markers
- Typically fluorescent reporters for a molecule of interest
- An image may contain multiple channels, each reporting on a different marker
- Each channel represents a marker for the same set of cells
Common machine-learning tasks
Activation functions
Convolutional Neural Net
Pooling operations
Define ‘loss’ in ML
What is segmentation?
Segmentation is identifying whether a given pixel fits into the cluster/classifier.
Otsu’s method
The best threshold-finding algorithm. Seeks to minimise intra-class intensity variance.
How do convolutional neural nets work?