awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mattvitelli/gruv

Open-source alternatives to GRUV

30 open-source projects similar to mattvitelli/gruv, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GRUV alternative.

  • blealtan/efficient-kanBlealtan 的头像

    Blealtan/efficient-kan

    4,646在 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
    在 GitHub 上查看↗4,646
  • microsoft/ai-edumicrosoft 的头像

    microsoft/ai-edu

    14,065在 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
    在 GitHub 上查看↗14,065
  • pageman/sutskever-30-implementationspageman 的头像

    pageman/sutskever-30-implementations

    3,148在 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
    在 GitHub 上查看↗3,148

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • facebookresearch/slowfastfacebookresearch 的头像

    facebookresearch/SlowFast

    7,377在 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
    在 GitHub 上查看↗7,377
  • asappresearch/sruasappresearch 的头像

    asappresearch/sru

    2,107在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗2,107
  • avisingh599/visual-qaavisingh599 的头像

    avisingh599/visual-qa

    479在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗479
  • awslabs/renateawslabs 的头像

    awslabs/renate

    298在 GitHub 上查看↗

    Library for automatic retraining and continual learning

    Python
    在 GitHub 上查看↗298
  • carpedm20/enas-pytorchcarpedm20 的头像

    carpedm20/ENAS-pytorch

    2,722在 GitHub 上查看↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    在 GitHub 上查看↗2,722
  • cs231n/cs231n.github.iocs231n 的头像

    cs231n/cs231n.github.io

    10,923在 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
    在 GitHub 上查看↗10,923
  • d-li14/mobilenetv3.pytorchd-li14 的头像

    d-li14/mobilenetv3.pytorch

    592在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗592
  • d-li14/psconvd-li14 的头像

    d-li14/PSConv

    174在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗174
  • d-li14/regnet.pytorchd-li14 的头像

    d-li14/regnet.pytorch

    69在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗69
  • dennybritz/nn-from-scratchdennybritz 的头像

    dennybritz/nn-from-scratch

    2,275在 GitHub 上查看↗

    Implementing a Neural Network from Scratch

    Jupyter Notebook
    在 GitHub 上查看↗2,275
  • dennybritz/nn-theanodennybritz 的头像

    dennybritz/nn-theano

    62在 GitHub 上查看↗

    Speed up your Neural Network with Theano and the GPU

    Python
    在 GitHub 上查看↗62
  • dennybritz/rnn-tutorial-gru-lstmdennybritz 的头像

    dennybritz/rnn-tutorial-gru-lstm

    506在 GitHub 上查看↗

    Language Model GRU with Python and Theano

    Python
    在 GitHub 上查看↗506
  • dennybritz/rnn-tutorial-rnnlmdennybritz 的头像

    dennybritz/rnn-tutorial-rnnlm

    900在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗900
  • facebookresearch/fixresfacebookresearch 的头像

    facebookresearch/FixRes

    1,044在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,044
  • facebookresearch/pyclsfacebookresearch 的头像

    facebookresearch/pycls

    2,168在 GitHub 上查看↗

    Codebase for Image Classification Research, written in PyTorch.

    Python
    在 GitHub 上查看↗2,168
  • fupiao1998/res2net-kerasfupiao1998 的头像

    fupiao1998/res2net-keras

    16在 GitHub 上查看↗

    Keras implementation of a res2net module with tf banckend

    Python
    在 GitHub 上查看↗16
  • google-research/noisystudentgoogle-research 的头像

    google-research/noisystudent

    763在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗763
  • guillaume-chevalier/lstm-human-activity-recognitionguillaume-chevalier 的头像

    guillaume-chevalier/LSTM-Human-Activity-Recognition

    3,485在 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
    在 GitHub 上查看↗3,485
  • guillaume-chevalier/seq2seq-signal-predictionguillaume-chevalier 的头像

    guillaume-chevalier/seq2seq-signal-prediction

    1,083在 GitHub 上查看↗

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

    Jupyter Notebookpythonseq2seqtensorflow
    在 GitHub 上查看↗1,083
  • huawei-noah/ghostnethuawei-noah 的头像

    huawei-noah/ghostnet

    4,416在 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
    在 GitHub 上查看↗4,416
  • jaminfong/densenasJ

    JaminFong/DenseNAS

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jixing0415/caffe-mobilenet-v3jixing0415 的头像

    jixing0415/caffe-mobilenet-v3

    131在 GitHub 上查看↗

    Caffe Implementation of MobileNets V3

    在 GitHub 上查看↗131
  • karpathy/char-rnnkarpathy 的头像

    karpathy/char-rnn

    12,066在 GitHub 上查看↗

    This project is a character-level language modeling system that uses recurrent neural networks to predict and generate text one character at a time. It implements LSTM and GRU architectures to learn sequential patterns and probability distributions from text corpora. The system includes mechanisms for text generation sampling, allowing users to produce new sequences from trained models. It features temperature-based stochasticity to control the randomness and diversity of the generated output. The implementation covers the full model lifecycle, including training, state persistence through c

    Lua
    在 GitHub 上查看↗12,066
  • kemaloksuz/objectdetectionimbalancekemaloksuz 的头像

    kemaloksuz/ObjectDetectionImbalance

    1,131在 GitHub 上查看↗

    This repository provides an up-to-date the list of studies addressing imbalance problems in object detection. It follows the taxonomy provided in the following paper (please cite the paper if you benefit from this repository):

    在 GitHub 上查看↗1,131
  • kjw0612/awesome-deep-visionkjw0612 的头像

    kjw0612/awesome-deep-vision

    11,167在 GitHub 上查看↗

    A curated list of deep learning resources for computer vision

    在 GitHub 上查看↗11,167
  • kjw0612/awesome-rnnkjw0612 的头像

    kjw0612/awesome-rnn

    6,208在 GitHub 上查看↗

    Recurrent Neural Network - A curated list of resources dedicated to RNN

    在 GitHub 上查看↗6,208
  • kuan-wang/pytorch-mobilenet-v3kuan-wang 的头像

    kuan-wang/pytorch-mobilenet-v3

    806在 GitHub 上查看↗

    MobileNetV3 in pytorch and ImageNet pretrained models

    Python
    在 GitHub 上查看↗806