MNourbakhsh75 / NN_CA5

Neural Networks Course Assignment - Fall 2022 - University of Tehran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

BERT Implementation

Neural Networks Course Assignment - Fall 2022 - University of Tehran

Table of Contents
  1. About The Project
  2. Built With
  3. Useful Links
  4. Contact

About The Project

BERT implementation involved constructing Transformer components (encoder, multi-head attention) from scratch to grasp their core functionality. This included developing Segment, Token, and Position Embeddings. Additionally, an Attention Visualizer was crafted using the BertViz library. The dataset used for training is the IMDB movie reviews dataset which is available in this link. The implementation is in transformer.ipynb

Open In Colab

Built With

The programming language, frameworks, and technologies used in the project are listed here:

  • Python
  • Tensorflow

(back to top)

Useful Links

Some useful links and tutorials about this project can be found here:

(back to top)

Contact

Mehrdad Nourbakhsh - mehrdad.nb4@gmail.com

(back to top)

About

Neural Networks Course Assignment - Fall 2022 - University of Tehran


Languages

Language:Jupyter Notebook 100.0%