Lab in Sem - Deep Learning Using Python
Lab in Sem - Deep Learning Using Python
Task: Build a CNN model using TensorFlow/Keras to classify images from the
CIFAR-10 dataset. Implement data augmentation techniques (e.g., random cropping,
flipping, rotation) to improve model performance. Evaluate the model's accuracy on a
test set and compare the results with and without data augmentation.
Task: Develop an RNN model with LSTM cells using PyTorch to perform sentiment
analysis on movie reviews. Train the model on a labeled dataset (e.g., IMDB movie
reviews) and evaluate its performance in classifying reviews as positive or negative.
Analyze the impact of different hyperparameters (e.g., number of LSTM layers,
dropout rate) on the model's accuracy.