DL Exp3 Manasi - Ipynb - Colab
DL Exp3 Manasi - Ipynb - Colab
ipynb - Colab
Aim : Feeding the data to a pretrained neural network and making the predictions.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.keras.preprocessing import image
VGG16
ResNet50
MobileNet
https://colab.research.google.com/drive/1J0oyKUke6CMZYdSihmikxTXYqiM6ka_y#scrollTo=OwnGJhqGWYKU&printMode=true 1/2
3/18/25, 10:01 AM DL exp3 Manasi.ipynb - Colab
from tensorflow.keras.applications import MobileNet
from tensorflow.keras.applications.mobilenet import preprocess_input, decode_predictions
https://colab.research.google.com/drive/1J0oyKUke6CMZYdSihmikxTXYqiM6ka_y#scrollTo=OwnGJhqGWYKU&printMode=true 2/2