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
facebookresearch avatar

facebookresearch/swavArchived

0
View on GitHub↗
2,095 stars·285 forks·Python·10 views

Swav

PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882

Features

  • Advanced Learning - Unsupervised learning via contrasting cluster assignments.
  • Self-Supervised Learning - Swapping assignments between views for self-supervised learning.

Star history

Star history chart for facebookresearch/swavStar history chart for facebookresearch/swav

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does facebookresearch/swav do?

PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882

What are the main features of facebookresearch/swav?

The main features of facebookresearch/swav are: Advanced Learning, Self-Supervised Learning.

Which projects share features with facebookresearch/swav?

Projects with overlapping indexed features include: facebookresearch/dino — This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model… facebookresearch/vissl — VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images. facebookresearch/jepa — This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from… timeseriesai/tsai — tsai is a deep learning library for time series classification, regression, and forecasting. Built on PyTorch and… brightmart/albert_zh — This project is an implementation of the ALBERT language model architecture, providing a framework for training and… atcold/pytorch-deep-learning-minicourse — This is an educational curriculum for building and training neural networks using PyTorch. It serves as a deep…

Projects sharing features with Swav

These projects share indexed features with Swav. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/dinofacebookresearch avatar

    facebookresearch/dino

    7,592View on GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    View on GitHub↗7,592
  • facebookresearch/visslfacebookresearch avatar

    facebookresearch/vissl

    3,295View on GitHub↗

    VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.

    Jupyter Notebook
    View on GitHub↗3,295
  • facebookresearch/jepafacebookresearch avatar

    facebookresearch/jepa

    3,986View on GitHub↗

    This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from video. It implements a joint-embedding predictive architecture that extracts spatio-temporal features by predicting missing regions of a signal within a latent representation space rather than reconstructing raw pixels. The project includes a latent space visualization tool that uses a conditional diffusion model to decode feature-space predictions back into pixels. This allows for the verification of learned representations by transforming abstract predictions into interpretab

    Python
    View on GitHub↗3,986
  • timeseriesai/tsaitimeseriesAI avatar

    timeseriesAI/tsai

    6,081View on GitHub↗

    tsai is a deep learning library for time series classification, regression, and forecasting. Built on PyTorch and fastai, it provides a framework for assigning labels to sequential data, predicting future values in univariate or multivariate sequences, and training representations on unlabeled data through self-supervised learning. The library distinguishes itself with specialized temporal engineering and scaling capabilities. It includes tools for cyclical temporal encoding to capture seasonal patterns and online window slicing to process datasets larger than available memory. It also suppor

    Jupyter Notebook
    View on GitHub↗6,081
  • Compare all 30 related projects→