Skip to content
#

attention-mechanism

Here are 1,482 public repositories matching this topic...

This project uses PyTorch to classify bone fractures. As well as fine-tuning some famous CNN architectures (like VGG 19, MobileNetV3, RegNet,...), we designed our own architecture. Additionally, we used Transformer architectures (such as Vision Transformer and Swin Transformer). This dataset is Bone Fracture Multi-Region X-ray, available on Kaggle.

  • Updated May 25, 2024
  • Jupyter Notebook
swarms

QuillGPT is an implementation of the GPT decoder block based on the architecture from Attention is All You Need paper by Vaswani et. al. in PyTorch. Additionally, this repository contains two pre-trained models — Shakespearean GPT and Harpoon GPT, a Streamlit Playground, Containerized FastAPI Microservice, training - inference scripts & notebooks.

  • Updated May 24, 2024
  • Jupyter Notebook

This project implements a Convolutional Neural Network (CNN) with attention mechanisms for brain tumor detection using MRI images. The code utilizes PyTorch for building and training the neural network.The goal of this project is to classify MRI images into two categories: yes (tumor) and no (no tumor).

  • Updated May 22, 2024
  • Jupyter Notebook

This repository contains my original code solutions and project reports, as well as the provided problem formulations for assignments 1, 2, 3 and 6 for the Natural Language Processing course, held in the Autumn semester 2022 at ETH Zürich. Each folder contains the files of the corresponding assignment.

  • Updated May 20, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the attention-mechanism topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the attention-mechanism topic, visit your repo's landing page and select "manage topics."

Learn more