Skip to main content
[Preprint]. 2024 May 7:2024.05.04.592531. [Version 1] doi: 10.1101/2024.05.04.592531

Figure 5.

Figure 5.

Summary of Convolutional Neural Network Analyses of Cell Painting Images. The input image consists of a matrix with pixel values. The convolution filters (smaller weight matrices) slide over the input image, detecting patterns such as edges, textures, and shapes, resulting in a feature map. An activation function (e.g., ReLU) is then applied element-wise, which introduces non-linearity into the model. Pooling then reduces the spatial dimensions of the feature maps (Step 1). Finally, the high-level features extracted from the image are flattened into a one-dimensional vector and arranged into fully connected layers to produce final classification scores for each category (Step 2).