This repository is meant to showcase my range in machine learning model development and operations.
| Task | Framework | Accuracy | AUROC | F1 | Notes |
|---|---|---|---|---|---|
| IMDB Sentiment Analysis | PyTorch | 0.999 | 0.010 | 0.490 | Word embedding, multihead self-attention, two dense layers |
| IMDB Sentiment Analysis | Google Jax | 0.898 | Word embedding, two dense layers |