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
dennybritz avatar

dennybritz/rnn-tutorial-rnnlm

0
View on GitHub↗
900 stars·460 forks·Jupyter Notebook·Apache-2.0·8 views

Rnn Tutorial Rnnlm

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

Features

  • Machine Learning and AI - Step-by-step guide to building recurrent neural networks.
  • Neural Network Architectures - Tutorials for building recurrent neural networks for language modeling.

Star history

Star history chart for dennybritz/rnn-tutorial-rnnlmStar history chart for dennybritz/rnn-tutorial-rnnlm

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 Rnn Tutorial Rnnlm

Similar open-source projects, ranked by how many features they share with Rnn Tutorial Rnnlm.
  • dennybritz/nn-from-scratchdennybritz avatar

    dennybritz/nn-from-scratch

    2,275View on GitHub↗

    Implementing a Neural Network from Scratch

    Jupyter Notebook
    View on GitHub↗2,275
  • dennybritz/nn-theanodennybritz avatar

    dennybritz/nn-theano

    62View on GitHub↗

    Speed up your Neural Network with Theano and the GPU

    Python
    View on GitHub↗62
  • blealtan/efficient-kanBlealtan avatar

    Blealtan/efficient-kan

    4,646View on GitHub↗

    This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network architecture that replaces fixed activation functions with learnable spline-based functions on edges, serving as a tool for interpretable machine learning. The implementation utilizes reformulated matrix operations to reduce memory overhead and increase computation speed. It employs L1 regularization to sparsify network weights, which improves the transparency of the model's internal logic and decisions. The framework covers a range of capabilities including grid-based funct

    Python
    View on GitHub↗4,646
  • facebookresearch/slowfastfacebookresearch avatar

    facebookresearch/SlowFast

    7,377View on GitHub↗

    SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset for video action recognition, enabling the training and evaluation of models designed to classify complex activities and objects within video sequences. The framework is distinguished by its use of dual-pathway spatiotemporal sampling to capture both slow and fast motions. It supports self-supervised video learning for pre-training models on unlabeled data and employs multigrid spatiotemporal training to optimize learning across multiple spatial and temporal resolutions. The

    Python
    View on GitHub↗7,377
See all 30 alternatives to Rnn Tutorial Rnnlm→

Frequently asked questions

What does dennybritz/rnn-tutorial-rnnlm do?

Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

What are the main features of dennybritz/rnn-tutorial-rnnlm?

The main features of dennybritz/rnn-tutorial-rnnlm are: Machine Learning and AI, Neural Network Architectures.

What are some open-source alternatives to dennybritz/rnn-tutorial-rnnlm?

Open-source alternatives to dennybritz/rnn-tutorial-rnnlm include: dennybritz/nn-theano — Speed up your Neural Network with Theano and the GPU. dennybritz/nn-from-scratch — Implementing a Neural Network from Scratch. blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… facebookresearch/slowfast — SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset… pageman/sutskever-30-implementations — This project is a collection of deep learning research implementations and a reproduction kit designed to translate…