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
·
google-research avatar

google-research/noisystudentArchived

0
View on GitHub↗
763 Stars·101 Forks·Python·Apache-2.0·6 Aufrufe

Noisystudent

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

Features

  • Advanced Learning - Self-training with noisy student for image classification.
  • Neural Network Architectures - Self-training framework to improve classification accuracy.
  • Robust Learning Frameworks - Self-training with noisy students for improved classification.

Star-Verlauf

Star-Verlauf für google-research/noisystudentStar-Verlauf für google-research/noisystudent

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 Noisystudent

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Noisystudent.
  • deepmind/deepmind-researchAvatar von deepmind

    deepmind/deepmind-research

    15,024Auf GitHub ansehen↗

    This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI

    Jupyter Notebook
    Auf GitHub ansehen↗15,024
  • rwightman/pytorch-image-modelsAvatar von rwightman

    rwightman/pytorch-image-models

    36,893Auf GitHub ansehen↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    Auf GitHub ansehen↗36,893
  • 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
  • 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
Alle 30 Alternativen zu Noisystudent anzeigen→

Häufig gestellte Fragen

Was macht google-research/noisystudent?

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

Was sind die Hauptfunktionen von google-research/noisystudent?

Die Hauptfunktionen von google-research/noisystudent sind: Advanced Learning, Neural Network Architectures, Robust Learning Frameworks.

Welche Open-Source-Alternativen gibt es zu google-research/noisystudent?

Open-Source-Alternativen zu google-research/noisystudent sind unter anderem: rwightman/pytorch-image-models — This project is a library of pretrained computer vision architectures and backbones for image classification and… deepmind/deepmind-research — This project is an AI research implementation library and machine learning research repository. It provides a… 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…