awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepmind avatar

deepmind/deepmind-research

0
View on GitHub↗
15,024 estrellas·2,885 forks·Jupyter Notebook·Apache-2.0·5 vistas

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.
  • Visión artificial - 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.

Historial de estrellas

Gráfico del historial de estrellas de deepmind/deepmind-researchGráfico del historial de estrellas de deepmind/deepmind-research

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Deepmind Research

Proyectos open-source similares, clasificados según cuántas características comparten con Deepmind Research.
  • google-research/google-researchAvatar de google-research

    google-research/google-research

    38,139Ver en 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
    Ver en GitHub↗38,139
  • google-deepmind/deepmind-researchAvatar de google-deepmind

    google-deepmind/deepmind-research

    15,034Ver en 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
    Ver en GitHub↗15,034
  • deepmind/pysc2Avatar de deepmind

    deepmind/pysc2

    8,298Ver en 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
    Ver en GitHub↗8,298
  • openai/clipAvatar de openai

    openai/CLIP

    33,779Ver en 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
    Ver en GitHub↗33,779
Ver las 30 alternativas a Deepmind Research→

Preguntas frecuentes

¿Qué hace deepmind/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.

¿Cuáles son las características principales de deepmind/deepmind-research?

Las características principales de deepmind/deepmind-research son: Paper-to-Code Implementations, Agent Simulation Environments, AI Model Benchmarking, Autonomous Agent Simulations, Research Reproductions, Research Repositories, Research Implementations, Research Datasets.

¿Qué alternativas de código abierto existen para deepmind/deepmind-research?

Las alternativas de código abierto para deepmind/deepmind-research incluyen: 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…