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
·
deepmind avatar

deepmind/deepmind-research

0
View on GitHub↗
15,024 stars·2,885 forks·Jupyter Notebook·Apache-2.0·9 views

Deepmind Research

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 research benchmarking and the integration of public datasets to test model performance against known research baselines. It further enables the evaluation of agents within virtual environments to measure behaviors before real-world deployment.

Features

  • Paper-to-Code Implementations - Translates theoretical research findings from academic papers into executable code for scientific replication.
  • Agent Simulation Environments - Provides virtual environments to observe and measure autonomous agent behaviors before real-world deployment.
  • AI Model Benchmarking - Utilizes standardized datasets and environments to benchmark the performance of new machine learning models.
  • Autonomous Agent Simulations - Runs specialized software environments to study the behavior of AI agents in controlled settings.
  • Research Reproductions - Executes reference implementations and illustrative code to replicate findings described in published research papers.
  • Research Repositories - Acts as a central repository of experimental code and datasets for verifying hypotheses in AI research.
  • Research Implementations - Serves as a collection of reference code and implementations for reproducing results from academic papers.
  • Research Datasets - Provides benchmark-ready scientific datasets for validating model performance against research baselines.
  • Research Simulation Environments - Runs specialized software simulations to test the behavior of autonomous agents within controlled settings.
  • Simulation Environments - Provides specialized simulation environments to test the behavior of autonomous agents and models.
  • Modular Research Frameworks - Implements modular frameworks to isolate simulation logic from model logic for experimental research.
  • Advanced Learning - Bootstrap your own latent for self-supervised learning.
  • Computational Biology - Research implementations for various scientific deep learning applications.
  • Computer Vision - High-performance large-scale image recognition without normalization.
  • Datasets and Benchmarks - Contains benchmarks for offline reinforcement learning from DeepMind.
  • Multimodal Learning - General architecture for structured multimodal inputs and outputs.
  • Multimodal Representations - General perception architecture using iterative attention mechanisms.
  • Neural Network Frameworks - Collection of research implementations for various machine learning tasks.
  • Reinforcement Learning Environments - Collection of research codebases including various reinforcement learning implementations.
  • Robust Learning Frameworks - Instance-dependent simulation framework for label noise.

Star history

Star history chart for deepmind/deepmind-researchStar history chart for deepmind/deepmind-research

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

Open-source alternatives to Deepmind Research

Similar open-source projects, ranked by how many features they share with Deepmind Research.
  • google-research/google-researchgoogle-research avatar

    google-research/google-research

    38,139View on GitHub↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    View on GitHub↗38,139
  • google-deepmind/deepmind-researchgoogle-deepmind avatar

    google-deepmind/deepmind-research

    15,034View on GitHub↗

    This is an open-source research repository providing a collection of machine learning implementations designed to reproduce results from published academic papers. It serves as a public archive of code and datasets used to validate scientific claims within the field of artificial intelligence. The repository contains neural network code implemented using both JAX and PyTorch to support scalable research and experimentation. The codebase covers a range of research and development activities, including the implementation of specific AI models, the validation of deep learning benchmarks, and th

    Jupyter Notebook
    View on GitHub↗15,034
  • deepmind/pysc2deepmind avatar

    deepmind/pysc2

    8,298View on GitHub↗

    pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning agents. It acts as an API wrapper that exposes game internals as a set of observations and actions, providing a reinforcement learning environment for research and training. The framework includes tools for game replay analysis to extract data and sequences of actions from recorded matches for predictive modeling. It also provides an agent simulation environment to run and evaluate the performance of single or competing artificial intelligence agents. The system handles game ma

    Python
    View on GitHub↗8,298
  • openai/clipopenai avatar

    openai/CLIP

    33,779View on GitHub↗

    CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By utilizing transformer-based feature extraction and multi-modal tokenization, the system aligns images and natural language strings, enabling cross-modal similarity analysis and semantic classification. The project functions as a zero-shot classification engine, identifying image content by calculating the cosine similarity between visual features and arbitrary text labels without requiring task-specific retraining. Beyond inference, it serves as a research toolkit for evaluating

    Jupyter Notebookdeep-learningmachine-learning
    View on GitHub↗33,779
See all 30 alternatives to Deepmind Research→

Frequently asked questions

What does deepmind/deepmind-research do?

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.

What are the main features of deepmind/deepmind-research?

The main features of deepmind/deepmind-research are: Paper-to-Code Implementations, Agent Simulation Environments, AI Model Benchmarking, Autonomous Agent Simulations, Research Reproductions, Research Repositories, Research Implementations, Research Datasets.

What are some open-source alternatives to deepmind/deepmind-research?

Open-source alternatives to deepmind/deepmind-research include: google-research/google-research — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum… google-deepmind/deepmind-research — This is an open-source research repository providing a collection of machine learning implementations designed to… deepmind/pysc2 — pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning… openai/clip — CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By… labmlai/annotated_deep_learning_paper_implementations — This project is a collection of deep learning research papers translated into annotated code. It serves as a resource… farama-foundation/gymnasium — Gymnasium is a suite of standardized APIs and simulation toolkits used to evaluate agent behavior and benchmark…