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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awslabs avatar

awslabs/renateArchived

0
View on GitHub↗
renate.readthedocs.io↗

Renate

Library for automatic retraining and continual learning

Features

  • Neural Network Architectures - Continual learning library.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI
  • Instrumente pentru dezvoltatori - Continual learning library.
  • Continual Learning - Listed in the “Continual Learning” section of the The Incredible Pytorch awesome list.
  • 298 stele·7 fork-uri·Python·Apache-2.0·6 vizualizări

    Istoric stele

    Graficul istoricului de stele pentru awslabs/renateGraficul istoricului de stele pentru awslabs/renate

    Alternative open-source pentru Renate

    Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Renate.
    • taolei87/sruAvatar taolei87

      taolei87/sru

      38Vezi pe GitHub↗

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

      Vezi pe GitHub↗38
    • lukemelas/efficientnet-pytorchAvatar lukemelas

      lukemelas/EfficientNet-PyTorch

      8,223Vezi pe GitHub↗

      This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

      Python
      Vezi pe GitHub↗8,223
    • blealtan/efficient-kanAvatar Blealtan

      Blealtan/efficient-kan

      4,646Vezi pe 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
      Vezi pe GitHub↗4,646
    • facebookresearch/slowfastAvatar facebookresearch

      facebookresearch/SlowFast

      7,377Vezi pe 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
      Vezi pe GitHub↗7,377
    Vezi toate cele 30 alternative pentru Renate→

    Întrebări frecvente

    Ce face awslabs/renate?

    Library for automatic retraining and continual learning

    Care sunt principalele funcționalități ale awslabs/renate?

    Principalele funcționalități ale awslabs/renate sunt: Neural Network Architectures, Instrumente pentru dezvoltatori, Continual Learning.

    Care sunt câteva alternative open-source pentru awslabs/renate?

    Alternativele open-source pentru awslabs/renate includ: taolei87/sru — Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… 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…