Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
graykode
/
nlp-tutorial
Public
Notifications
You must be signed in to change notification settings
Fork
4k
Star
14.9k
Code
Issues
33
Pull requests
6
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Jul 25, 2021
Automatic convert from py to ipynb
graykode
committed
d05e31e
Copy full SHA for d05e31e
Merge pull request #70 from moon-jong/modifyingSeq2Seq
Show description for 93dde25
graykode
authored
93dde25
Copy full SHA for 93dde25
Commits on Jul 24, 2021
add test_batch function - close graykode/nlp-tutorial#69
karim-moon
committed
402e315
Copy full SHA for 402e315
Commits on May 2, 2021
Merge pull request #63 from secsilm/master
Show description for 8ec1aeb
graykode
authored
8ec1aeb
Copy full SHA for 8ec1aeb
Commits on Oct 20, 2020
Fix comment errors in NNLM.py
secsilm
committed
af0b28a
Copy full SHA for af0b28a
Commits on Aug 15, 2020
Automatic convert from py to ipynb
graykode
committed
f97cef9
Copy full SHA for f97cef9
Create python-app.yml
graykode
authored
3bd37d8
Copy full SHA for 3bd37d8
Merge pull request #58 from graykode/2.0
Show description for d8a9c87
graykode
authored
d8a9c87
Copy full SHA for d8a9c87
(add) Contribution Guidelines, (edit) main README page
graykode
committed
d2515bb
Copy full SHA for d2515bb
Commits on Aug 14, 2020
#57 (refactor) update above pytorch 1.0.0 with refactoring code
graykode
committed
5c4ed7f
Copy full SHA for 5c4ed7f
#57 (refactor) tensorflow v1 codes are archived in archive folder, torch is main code, remove all jupyter notebook files
graykode
committed
2cc3124
Copy full SHA for 2cc3124
Commits on Aug 13, 2020
Merge pull request #50 from Yuhuishishishi/fix-bi-lstm-shape-comment
Show description for f468977
graykode
authored
f468977
Copy full SHA for f468977
Merge pull request #49 from Yuhuishishishi/fix-textcnn-shape-comments
Show description for 7a3c8d8
graykode
authored
7a3c8d8
Copy full SHA for 7a3c8d8
Merge pull request #37 from wking-tao/fix/transformer_init
Show description for 96c3ff5
graykode
authored
96c3ff5
Copy full SHA for 96c3ff5
Merge pull request #34 from lvyilin/master
Show description for 443c6e7
graykode
authored
443c6e7
Copy full SHA for 443c6e7
Commits on May 25, 2020
fix bi-LSTM hidden and cell state shape comments
Yuhuishishishi
committed
90dc12a
Copy full SHA for 90dc12a
Commits on May 24, 2020
fix textCNN shaope comments typo
Yuhuishishishi
committed
fc48317
Copy full SHA for fc48317
Commits on Sep 26, 2019
#22 edit comment shape mistake
graykode
committed
cb4881e
Copy full SHA for cb4881e
Commits on Sep 11, 2019
FIX transformer init
wangtao
committed
2c7969f
Copy full SHA for 2c7969f
Commits on Jul 29, 2019
fix #33
lvyilin
committed
e785aa3
Copy full SHA for e785aa3
Commits on Jul 8, 2019
fix #30 vocab_size to seq_len
graykode
committed
6e171b9
Copy full SHA for 6e171b9
Commits on May 14, 2019
fixed wrong comment
graykode
committed
3b3a80d
Copy full SHA for 3b3a80d
Commits on May 4, 2019
Merge pull request #26 from 9bow/master
Show description for 664bf08
graykode
authored
664bf08
Copy full SHA for 664bf08
Commits on May 2, 2019
fix paper's url
9bow
authored
c0c1b97
Copy full SHA for c0c1b97
Commits on Apr 9, 2019
add table
graykode
committed
ccb89f4
Copy full SHA for ccb89f4
Commits on Apr 6, 2019
remove print
graykode
committed
b3889bf
Copy full SHA for b3889bf
Commits on Apr 4, 2019
update consisteny of all jupyter notebook files
graykode
committed
cf9f407
Copy full SHA for cf9f407
#22 edited issue BERT
graykode
committed
d7aa35e
Copy full SHA for d7aa35e
#22 edited Transformer Position Encoding Part
graykode
committed
53d5c28
Copy full SHA for 53d5c28
modify number of head 8 to 12
graykode
committed
edcceec
Copy full SHA for edcceec
Commits on Mar 29, 2019
edit Transformer ipynb
graykode
committed
fa89d0d
Copy full SHA for fa89d0d
add test_batch in Seq2Seq Attention
graykode
committed
ab5865c
Copy full SHA for ab5865c
#18 modify wrong comment in Attention Seq2Seq
graykode
committed
7981756
Copy full SHA for 7981756
#18 modify wrong comment in Seq2Seq torch
graykode
committed
11c5601
Copy full SHA for 11c5601
Commits on Mar 1, 2019
Merge pull request #17 from graykode/Transformer
Show description for 35e4924
graykode
authored
35e4924
Copy full SHA for 35e4924
Pagination
Previous
Next
You can’t perform that action at this time.