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

tristandeleu/pytorch-meta

0
View on GitHub↗
2,058 stars·264 forks·Python·MIT·6 viewstristandeleu.github.io/pytorch-meta↗

Pytorch Meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch

Features

  • Automated Machine Learning - Meta-learning library for PyTorch.
  • Meta Learning Libraries - Collection of meta-learning algorithms and datasets for PyTorch.

Star history

Star history chart for tristandeleu/pytorch-metaStar history chart for tristandeleu/pytorch-meta

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 tristandeleu/pytorch-meta do?

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch

What are the main features of tristandeleu/pytorch-meta?

The main features of tristandeleu/pytorch-meta are: Automated Machine Learning, Meta Learning Libraries.

Which projects share features with tristandeleu/pytorch-meta?

Projects with overlapping indexed features include: learnables/learn2learn — A PyTorch Library for Meta-learning Research. autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… karpathy/autoresearch — Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a… google-deepmind/learning-to-learn — This project is a TensorFlow meta-learning framework and research toolkit designed to implement and train learned… ludwig-ai/ludwig — Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying… bayesian-optimization/bayesianoptimization — This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box…

Projects sharing features with Pytorch Meta

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

    learnables/learn2learn

    2,886View on GitHub↗

    A PyTorch Library for Meta-learning Research

    Python
    View on GitHub↗2,886
  • autogluon/autogluonautogluon avatar

    autogluon/autogluon

    9,997View on GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    View on GitHub↗9,997
  • karpathy/autoresearchkarpathy avatar

    karpathy/autoresearch

    87,119View on GitHub↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Python
    View on GitHub↗87,119
  • google-deepmind/learning-to-learngoogle-deepmind avatar

    google-deepmind/learning-to-learn

    4,068View on GitHub↗

    This project is a TensorFlow meta-learning framework and research toolkit designed to implement and train learned optimizers. It provides a library of tools for developing neural networks that learn how to optimize other models, replacing traditional gradient-based optimization algorithms. The framework includes a problem ensemble manager that allows multiple distinct optimization tasks to be combined into a single weighted loss function for simultaneous training. It uses a factory pattern for network instantiation and supports the definition of custom objective functions and loss graphs as t

    Pythonartificial-intelligencedeep-learningmachine-learning
    View on GitHub↗4,068
  • Compare all 30 related projects→