tgautam03/Transformers
A Gentle Introduction to Transformers Neural Network
This project provides a clear, step-by-step example of how the Transformer neural network architecture works. It takes raw text data, like movie reviews, and processes it to classify the sentiment of the text. This is designed for machine learning practitioners and students who want to understand the inner workings of modern natural language processing models.
No commits in the last 6 months.
Use this if you are a machine learning student or researcher looking for a fundamental, hands-on explanation of Transformer neural networks.
Not ideal if you are looking for a ready-to-use tool for sentiment analysis or a high-performance library for deploying NLP models in production.
Stars
14
Forks
3
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/tgautam03/Transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action