About 4,250 results
Open links in new tab
  1. Transfer learning & fine-tuning - Keras

    Apr 15, 2020 · To solidify these concepts, let's walk you through a concrete end-to-end transfer learning & fine-tuning example. We will load the Xception model, pre-trained on ImageNet, and use it on the Kaggle "cats vs. dogs" classification dataset.

  2. Transfer learning and fine-tuning | TensorFlow Core

    Aug 16, 2024 · In this tutorial, you will learn how to classify images of cats and dogs by using transfer learning from a pre-trained network. A pre-trained model is a saved network that was previously trained on a large dataset, typically on a large-scale image-classification task.

  3. Transfer Learning for Computer Vision Tutorial - PyTorch

    In this tutorial, you will learn how to train a convolutional neural network for image classification using transfer learning. You can read more about the transfer learning at cs231n notes.

  4. Hands-On Transfer Learning with Python - GitHub

    Build deep learning models with transfer learning principles in Python; Implement transfer learning to solve real-world research problems; Perform complex operations such as image captioning neural style transfer

  5. How to implement transfer learning in PyTorch? - GeeksforGeeks

    Apr 5, 2024 · Follow the steps to implement Transfer Learning for Image Classification. Choose a pre-trained model (ResNet, VGG, etc.) based on your task. Modify the model by potentially replacing the final classification layer to match the number of classes in your new dataset.

  6. Transfer Learning Guide: A Practical Tutorial With Examples

    Apr 22, 2024 · Comprehensive guide on transfer learning with Keras: from theory to practical examples for images and text. Show off your best (or worst!) learning curve for a chance to win a custom-made gift box 🎁 → Learn more

  7. A hands-on tutorial for transfer learning in Python - Domino

    In this article we introduce transfer learning — a method for leveraging pre-trained model, which speeds up the fitting and removes the need of processing large amounts of data. We provide guidance on transfer learning for NLP and computer vision use-cases and show simple implementations of transfer learning via Hugging Face.

  8. Transfer learning & fine-tuning using Keras - GeeksforGeeks

    Jun 11, 2024 · Transfer learning is a powerful technique used in deep learning tasks. Here, a model developed for a particular task is reused as a starting point for a model on the second task. Thus, transfer learning uses the knowledge gained from a pre-trained model and allows faster convergence with better performance, especially when the data is limited.

  9. PacktPublishing/Hands-On-Transfer-Learning-with-Python

    Following is what you need for this book: Hands-On Transfer Learning with Python is for data scientists, machine learning engineers, analysts and developers with an interest in data and applying state-of-the-art transfer learning methodologies to solve tough real-world problems. Basic proficiency in machine learning and Python is required.

  10. What is Transfer Learning and How Does it Work?

    Apr 22, 2025 · Learn Sentiment Analysis using Python and build models to analyze opinions from real-world data like Amazon and Twitter. 3. Unsupervised Transfer Learning ... Transfer learning in deep learning functions as a vital concept which both speeds up model creation while boosting productivity alongside permitting innovative solutions with small data ...

  11. Some results have been removed
Refresh