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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dennybritz avatar

dennybritz/rnn-tutorial-gru-lstm

0
View on GitHub↗
506 Stars·218 Forks·Python·4 Aufrufe

Rnn Tutorial Gru Lstm

Language Model GRU with Python and Theano

Features

  • Neural Network Architectures - Tutorials for implementing LSTM and GRU networks.

Star-Verlauf

Star-Verlauf für dennybritz/rnn-tutorial-gru-lstmStar-Verlauf für dennybritz/rnn-tutorial-gru-lstm

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Rnn Tutorial Gru Lstm

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Rnn Tutorial Gru Lstm.
  • blealtan/efficient-kanAvatar von Blealtan

    Blealtan/efficient-kan

    4,646Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,646
  • microsoft/ai-eduAvatar von microsoft

    microsoft/ai-edu

    14,065Auf GitHub ansehen↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    Auf GitHub ansehen↗14,065
  • facebookresearch/slowfastAvatar von facebookresearch

    facebookresearch/SlowFast

    7,377Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,377
  • pageman/sutskever-30-implementationsAvatar von pageman

    pageman/sutskever-30-implementations

    3,148Auf GitHub ansehen↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Jupyter Notebook
    Auf GitHub ansehen↗3,148
Alle 30 Alternativen zu Rnn Tutorial Gru Lstm anzeigen→

Häufig gestellte Fragen

Was macht dennybritz/rnn-tutorial-gru-lstm?

Language Model GRU with Python and Theano

Was sind die Hauptfunktionen von dennybritz/rnn-tutorial-gru-lstm?

Die Hauptfunktionen von dennybritz/rnn-tutorial-gru-lstm sind: Neural Network Architectures.

Welche Open-Source-Alternativen gibt es zu dennybritz/rnn-tutorial-gru-lstm?

Open-Source-Alternativen zu dennybritz/rnn-tutorial-gru-lstm sind unter anderem: blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… pageman/sutskever-30-implementations — This project is a collection of deep learning research implementations and a reproduction kit designed to translate… 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… avisingh599/visual-qa — [Reimplementation Antol et al 2015] Keras-based LSTM/CNN models for Visual Question Answering. amusi/awesome-object-detection — Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-det…