This repository contains biweekly reports for the Applied Deep Learning (APPM 5720) class taught by Dr. Maziar Raissi.
The contents of the reports are as follows:
- Setting up my developer environment with Tensorflow and following Tensorflow tutorials.
- Finish up Tensorflow tutorials and do exploratory dataset analysis on Imagenet.
- I explore data augmentation, transfer learning, and overfitting.
- I explore transfer learning in PyTorch, more data augmentation, and a combination of the two methods.
- I explore knowledge distillation on both a Multi-Layer Perceptron and on a convolutional neural network.
- I use two different Bayesian Optimization packages in different settings (hyperparameter tuning as well as function minimization).
- I perform exploratory data analysis on the Cityscapes dataset.
- I explore the SemEval-2012 Task 2 dataset used for NLP models in evaluating semantic relationships.
- I explore the vectors from the GloVe model by utilizing cosine similarity as well as t-SNE.
- I do EDA on the CoNLL-2003 dataset and use a Named Entity Recognition (NER) model.
- For this report I explore Byte Pair Encoding (BPE) for tokenization.
- For this report I explore and use BERT through the RoBERTa model.
- For this report, I explore the CLIP model through downstream applications.
- For this report, I analyze the effects of generation strategies on GPT2.