awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepmind avatar

deepmind/deepmind-research

0
View on GitHub↗

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.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

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.
  • رؤية الحاسوب - 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.
15,024 نجوم·2,885 تفرعات·Jupyter Notebook·Apache-2.0·7 مشاهدات

سجل النجوم

مخطط تاريخ النجوم لـ deepmind/deepmind-researchمخطط تاريخ النجوم لـ deepmind/deepmind-research

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ deepmind/deepmind-research؟

الميزات الرئيسية لـ deepmind/deepmind-research هي: Paper-to-Code Implementations, Agent Simulation Environments, AI Model Benchmarking, Autonomous Agent Simulations, Research Reproductions, Research Repositories, Research Implementations, Research Datasets.

ما هي البدائل مفتوحة المصدر لـ deepmind/deepmind-research؟

تشمل البدائل مفتوحة المصدر لـ deepmind/deepmind-research: 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…

بدائل مفتوحة المصدر لـ Deepmind Research

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Deepmind Research.
  • google-research/google-researchالصورة الرمزية لـ google-research

    google-research/google-research

    38,139عرض على 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
    عرض على GitHub↗38,139
  • google-deepmind/deepmind-researchالصورة الرمزية لـ google-deepmind

    google-deepmind/deepmind-research

    15,034عرض على 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
    عرض على GitHub↗15,034
  • deepmind/pysc2الصورة الرمزية لـ deepmind

    deepmind/pysc2

    8,298عرض على 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
    عرض على GitHub↗8,298
  • openai/clipالصورة الرمزية لـ openai

    openai/CLIP

    33,779عرض على 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
    عرض على GitHub↗33,779
عرض جميع البدائل الـ 30 لـ Deepmind Research→