ML Zoomcamp 2023 – Deep Learning – Part 10

Adding more layers It’s possible to add more inner layers after the vector representation. Previously we had one inner layer before outputting the prediction. This layer does some intermediate processing of the vector representation. These inner layers make the neural network more powerful. Adding one inner dense layer Usually adding one or two additional layersContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 10”

ML Zoomcamp 2023 – Deep Learning – Part 5

This part is about Convolutional Neural Networks (CNN). In the last part we already touched this topic while we were using a pre-trained neural network. This part is a bit more about the theory. Convolutional neural networks Convolutional neural networks are mostly used for images and they consists of different kind of layers. Let’s imagineContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 5”