awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

deepsound-project/samplernn-pytorch

0
View on GitHub↗
0 stars·0 forks·2 views

Samplernn Pytorch

Features

  • Model Implementations - SampleRNN for audio generation.
  • Natural Language Processing - SampleRNN for audio generation.

Star history

Star history chart for deepsound-project/samplernn-pytorchStar history chart for deepsound-project/samplernn-pytorch

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 Samplernn Pytorch

Similar open-source projects, ranked by how many features they share with Samplernn Pytorch.
  • bentrevett/pytorch-sentiment-analysisbentrevett avatar

    bentrevett/pytorch-sentiment-analysis

    4,608View on GitHub↗

    This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se

    Jupyter Notebookbertcnncnn-text-classification
    View on GitHub↗4,608
  • dsksd/deepnlp-models-pytorchDSKSD avatar

    DSKSD/DeepNLP-models-Pytorch

    2,943View on GitHub↗

    Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

    Jupyter Notebook
    View on GitHub↗2,943
  • barissayil/sentimentanalysisB

    barissayil/SentimentAnalysis

    0View on GitHub↗
    View on GitHub↗0
  • eladhoffer/seq2seq.pytorchE

    eladhoffer/seq2seq.pytorch

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Samplernn Pytorch→

Frequently asked questions

What are the main features of deepsound-project/samplernn-pytorch?

The main features of deepsound-project/samplernn-pytorch are: Model Implementations, Natural Language Processing.

What are some open-source alternatives to deepsound-project/samplernn-pytorch?

Open-source alternatives to deepsound-project/samplernn-pytorch include: dsksd/deepnlp-models-pytorch — Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ). facebookresearch/end-to-end-negotiator — Deal or No Deal? End-to-End Learning for Negotiation Dialogues. barissayil/sentimentanalysis. bentrevett/pytorch-sentiment-analysis — This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It… eladhoffer/seq2seq.pytorch. fanglanting/skip-gram-pytorch.