napsternxg/pytorch-practice
Some example scripts on pytorch
This helps researchers and students working with natural language understand and practice advanced deep learning models for text analysis. It takes raw text data, like sentences with grammatical tags, and processes it to identify and categorize specific phrases or "chunks." The primary users are those learning or applying PyTorch for natural language processing tasks.
197 stars. No commits in the last 6 months.
Use this if you are studying or implementing sequence labeling tasks, such as identifying noun phrases or verb phrases in text, using PyTorch.
Not ideal if you need a plug-and-play solution for text chunking without delving into the underlying neural network architecture and training process.
Stars
197
Forks
50
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Oct 28, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/napsternxg/pytorch-practice"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mrdbourke/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
xl0/lovely-tensors
Tensors, for human consumption
stared/livelossplot
Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
dataflowr/notebooks
code for deep learning courses
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"