AAI Experiment 8 Report
AAI Experiment 8 Report
ID: 21106008
Roll No: 5
Subject: Advanced Artificial Intelligence Lab
Transfer Learning is a machine learning technique where a model trained on one task is
reused (transferred) for a different but related task.Instead of training a model from scratch,
you leverage the knowledge (weights/features) the model has already learned from a large
dataset (like ImageNet) and fine-tune it on your specific, usually smaller dataset.
This experiment explores the concept of transfer learning using a pre-trained deep learning
model for neural style transfer. The model used is Google’s Magenta Arbitrary Image
Stylization v1-256, which applies artistic styles to content images while preserving their
structural details.
Dataset: The experiment utilizes two input images—one as the content image and another as
the style image.
Model: tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/1.
Preprocessing:
Technical Details:
Transfer Learning Approach: Feature extraction (pre-trained weights are used without
fine-tuning)
Screenshots:
Fig 1. Dog
Fig 2. Style