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
Back to yikangshen/ordered-neurons

Projects sharing features with Ordered Neurons

30 open-source projects similar to yikangshen/ordered-neurons, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • wizaron/reseg-pytorchWizaron avatar

    Wizaron/reseg-pytorch

    46View on GitHub↗

    PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

    Python
    View on GitHub↗46
  • asappresearch/sruasappresearch avatar

    asappresearch/sru

    2,107View on GitHub↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    Python
    View on GitHub↗2,107
  • salesforce/pytorch-qrnnsalesforce avatar

    salesforce/pytorch-qrnn

    1,262View on GitHub↗

    PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM

    Python
    View on GitHub↗1,262
  • taolei87/srutaolei87 avatar

    taolei87/sru

    38View on GitHub↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    View on GitHub↗38
  • salesforce/awd-lstm-lmsalesforce avatar

    salesforce/awd-lstm-lm

    1,991View on GitHub↗

    LSTM and QRNN Language Model Toolkit for PyTorch

    Pythonlanguage-modellstmpytorch
    View on GitHub↗1,991
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • microsoft/ai-edumicrosoft avatar

    microsoft/ai-edu

    14,065View on GitHub↗

    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
    View on GitHub↗14,065
  • pageman/sutskever-30-implementationspageman avatar

    pageman/sutskever-30-implementations

    3,148View on GitHub↗

    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
    View on GitHub↗3,148
  • awslabs/renateawslabs avatar

    awslabs/renate

    298View on GitHub↗

    Library for automatic retraining and continual learning

    Python
    View on GitHub↗298
  • d-li14/regnet.pytorchd-li14 avatar

    d-li14/regnet.pytorch

    69View on GitHub↗

    PyTorch-style and human-readable RegNet with a spectrum of pre-trained models

    Python
    View on GitHub↗69
  • d-li14/psconvd-li14 avatar

    d-li14/PSConv

    174View on GitHub↗

    ECCV 2020 PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

    Python
    View on GitHub↗174
  • dasguptar/treelstm.pytorchdasguptar avatar

    dasguptar/treelstm.pytorch

    551View on GitHub↗

    Tree LSTM implementation in PyTorch

    Python
    View on GitHub↗551
  • 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
  • avisingh599/visual-qaavisingh599 avatar

    avisingh599/visual-qa

    479View on GitHub↗

    Reimplementation Antol et al 2015 Keras-based LSTM/CNN models for Visual Question Answering

    Python
    View on GitHub↗479
  • amusi/awesome-object-detectionamusi avatar

    amusi/awesome-object-detection

    7,499View on GitHub↗

    Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html

    computer-visiondeep-learningdetection
    View on GitHub↗7,499
  • d-li14/mobilenetv3.pytorchd-li14 avatar

    d-li14/mobilenetv3.pytorch

    592View on GitHub↗

    74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet

    Python
    View on GitHub↗592
  • facebookresearch/fixresfacebookresearch avatar

    facebookresearch/FixRes

    1,044View on GitHub↗

    This repository reproduces the results of the paper: "Fixing the train-test resolution discrepancy" https://arxiv.org/abs/1906.06423

    Python
    View on GitHub↗1,044
  • emited/variationalrecurrentneuralnetworkE

    emited/VariationalRecurrentNeuralNetwork

    0View on GitHub↗
    View on GitHub↗0
  • cs231n/cs231n.github.iocs231n avatar

    cs231n/cs231n.github.io

    10,923View on GitHub↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Jupyter Notebook
    View on GitHub↗10,923
  • facebookresearch/pyclsfacebookresearch avatar

    facebookresearch/pycls

    2,168View on GitHub↗

    Codebase for Image Classification Research, written in PyTorch.

    Python
    View on GitHub↗2,168
  • dsksd/rnn-for-joint-nluD

    DSKSD/RNN-for-Joint-NLU

    0View on GitHub↗
    View on GitHub↗0
  • fupiao1998/res2net-kerasfupiao1998 avatar

    fupiao1998/res2net-keras

    16View on GitHub↗

    Keras implementation of a res2net module with tf banckend

    Python
    View on GitHub↗16
  • google-research/noisystudentgoogle-research avatar

    google-research/noisystudent

    763View on GitHub↗

    Code for Noisy Student Training. https://arxiv.org/abs/1911.04252

    Python
    View on GitHub↗763
  • guillaume-chevalier/lstm-human-activity-recognitionguillaume-chevalier avatar

    guillaume-chevalier/LSTM-Human-Activity-Recognition

    3,485View on GitHub↗

    Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier

    Jupyter Notebookactivity-recognitiondeep-learninghuman-activity-recognition
    View on GitHub↗3,485
  • guillaume-chevalier/seq2seq-signal-predictionguillaume-chevalier avatar

    guillaume-chevalier/seq2seq-signal-prediction

    1,083View on GitHub↗

    Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier

    Jupyter Notebookpythonseq2seqtensorflow
    View on GitHub↗1,083
  • huawei-noah/ghostnethuawei-noah avatar

    huawei-noah/ghostnet

    4,416View on GitHub↗

    GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce computation and memory overhead. It serves as a computer vision backbone and a lightweight vision transformer, optimizing the balance between predictive accuracy and inference speed. The project focuses on reducing resource consumption for deployment on mobile devices and edge hardware. It achieves this through the use of lightweight vision transformer implementations and architectures that minimize the total number of parameters. The codebase covers a range of capabilities for i

    Python
    View on GitHub↗4,416
  • jaminfong/densenasJ

    JaminFong/DenseNAS

    0View on GitHub↗
    View on GitHub↗0
  • jixing0415/caffe-mobilenet-v3jixing0415 avatar

    jixing0415/caffe-mobilenet-v3

    131View on GitHub↗

    Caffe Implementation of MobileNets V3

    View on GitHub↗131
  • dennybritz/rnn-tutorial-rnnlmdennybritz avatar

    dennybritz/rnn-tutorial-rnnlm

    900View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗900