This section is about TensorFlow Lite and divided into two parts. In the first part (this article) there are information about TensorFlow Lite. So what is this library especially in contrast to TensorFlow. We’ll look again at the heavy-weight way using the big package of TensorFlow and then we’ll try to exclude TensorFlow step byContinue reading “ML Zoomcamp 2023 – Serverless – Part 2”
Tag Archives: Keras
ML Zoomcamp 2023 – Deep Learning – Part 4
In this part we’ll use a pre-trained convolutional neural network to understand what is on the image we load previously. Pre-trained convolutional neural networks This time we want to take an image and an off-the-shelf neural network that was already trained by somebody, so we can use it. Now we want to use a specialContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 4”
ML Zoomcamp 2023 – Deep Learning – Part 3
TensorFlow and Keras TensorFlow and Keras are powerful tools in the field of deep learning. TensorFlow, an open-source machine learning library developed by Google, provides a comprehensive platform for building and deploying machine learning models. It facilitates the creation of complex neural network architectures and supports both training and inference across various devices. Keras, onContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 3”