awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rguthrie3 avatar

rguthrie3/DeepLearningForNLPInPytorch

0
View on GitHub↗
1,953 stars·459 forks·Jupyter Notebook·MIT·8 views

DeepLearningForNLPInPytorch

An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.

Features

  • Deep Learning Frameworks - Educational resources for applying recurrent networks to NLP tasks.
  • Tutorials - Listed in the “Tutorials” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for rguthrie3/deeplearningfornlpinpytorchStar history chart for rguthrie3/deeplearningfornlpinpytorch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to DeepLearningForNLPInPytorch

Similar open-source projects, ranked by how many features they share with DeepLearningForNLPInPytorch.
  • pytorch/tutorialspytorch avatar

    pytorch/tutorials

    9,202View on GitHub↗

    The PyTorch Tutorials repository is a collection of educational resources that provides step-by-step guidance on building, training, and deploying neural networks using the PyTorch framework. It covers the complete machine learning workflow, from data loading and model definition through optimization loops and model persistence, with dedicated guides for distributed training, model fine-tuning, and deployment. The tutorials offer practical demonstrations of adapting pre-trained models to new tasks through transfer learning, scaling training across multiple GPUs or machines using PyTorch's dis

    Python
    View on GitHub↗9,202
  • spro/practical-pytorchspro avatar

    spro/practical-pytorch

    4,546View on GitHub↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Jupyter Notebook
    View on GitHub↗4,546
  • pytorch/examplespytorch avatar

    pytorch/examples

    23,752View on GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Python
    View on GitHub↗23,752
  • albu/albumentationsalbu avatar

    albu/albumentations

    15,308View on GitHub↗

    Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates

    Python
    View on GitHub↗15,308
See all 30 alternatives to DeepLearningForNLPInPytorch→

Frequently asked questions

What does rguthrie3/deeplearningfornlpinpytorch do?

An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.

What are the main features of rguthrie3/deeplearningfornlpinpytorch?

The main features of rguthrie3/deeplearningfornlpinpytorch are: Deep Learning Frameworks, Tutorials.

What are some open-source alternatives to rguthrie3/deeplearningfornlpinpytorch?

Open-source alternatives to rguthrie3/deeplearningfornlpinpytorch include: spro/practical-pytorch — Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural… pytorch/tutorials — The PyTorch Tutorials repository is a collection of educational resources that provides step-by-step guidance on… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning… albu/albumentations — Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for… andersbll/deeppy — Deep learning in Python. amznlabs/amazon-dsstne — Amazon DSSTNE is a machine learning toolkit and sparse tensor network library designed for deep learning models with…