awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to deepmind/deepmind-research

Open-source alternatives to Deepmind Research

30 open-source projects similar to deepmind/deepmind-research, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Deepmind Research alternative.

  • google-research/google-researchAvatar google-research

    google-research/google-research

    38,139Vezi pe 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
    Vezi pe GitHub↗38,139
  • google-deepmind/deepmind-researchAvatar google-deepmind

    google-deepmind/deepmind-research

    15,034Vezi pe 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
    Vezi pe GitHub↗15,034
  • deepmind/pysc2Avatar deepmind

    deepmind/pysc2

    8,298Vezi pe 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
    Vezi pe GitHub↗8,298

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • openai/clipAvatar openai

    openai/CLIP

    33,779Vezi pe 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
    Vezi pe GitHub↗33,779
  • farama-foundation/gymnasiumAvatar Farama-Foundation

    Farama-Foundation/Gymnasium

    12,050Vezi pe GitHub↗

    Gymnasium is a suite of standardized APIs and simulation toolkits used to evaluate agent behavior and benchmark reinforcement learning algorithms. It provides a standardized interface for creating and interacting with simulated environments, enabling the training of reinforcement learning agents through a consistent set of interaction protocols. The project emphasizes experimental reproducibility through a versioned API and a system for tracking changes to environment logic using version suffixes. This ensures that learning results remain consistent and can be replicated across different soft

    Pythonapigymreinforcement-learning
    Vezi pe GitHub↗12,050
  • pageman/sutskever-30-implementationsAvatar pageman

    pageman/sutskever-30-implementations

    3,148Vezi pe GitHub↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Jupyter Notebook
    Vezi pe GitHub↗3,148
  • labmlai/annotated_deep_learning_paper_implementationsAvatar labmlai

    labmlai/annotated_deep_learning_paper_implementations

    66,981Vezi pe GitHub↗

    This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge

    Pythonattentiondeep-learningdeep-learning-tutorial
    Vezi pe GitHub↗66,981
  • openbmb/agentverseAvatar openbmb

    openbmb/agentverse

    5,064Vezi pe GitHub↗

    Agentverse is a multi-agent framework and orchestrator designed for deploying and managing multiple large language model agents. It provides a simulation environment where agents interact based on custom personas and defined interaction rules to solve tasks or simulate social dynamics. The system features a tool integration layer that connects agents to external functional plugins and specialized tools, extending their capabilities beyond text generation. It uses a combination of persona-based prompt injection and state-managed memory to maintain agent consistency and specialized skill sets d

    JavaScript
    Vezi pe GitHub↗5,064
  • cyberbotics/webotsAvatar cyberbotics

    cyberbotics/webots

    4,417Vezi pe GitHub↗

    Webots is a physics-based robot simulator and development environment used for modeling, programming, and testing the behavior of robots in a simulated 3D physical world. It serves as a virtual prototyping tool to verify mechanical and electronic systems through the creation of virtual robot models and control logic. The platform enables a full robotics simulation workflow, including the development of robot controllers and the programming of autonomous agent behaviors. It focuses on physical system modeling to represent the mechanical properties of hardware and simulate real-world interactio

    C++
    Vezi pe GitHub↗4,417
  • deepmind/labAvatar deepmind

    deepmind/lab

    7,365Vezi pe GitHub↗

    Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using reinforcement learning. It serves as a spatial AI training simulator where agents can be evaluated through navigation and puzzle-solving tasks. The environment allows for the definition of complex layouts and task behaviors through external scripting, enabling the generation of specific challenges for AI research. It supports both automated training via standard API bindings and manual agent control to validate simulation dynamics. The system utilizes a grid-based spatial represen

    C
    Vezi pe GitHub↗7,365
  • openai/gymAvatar openai

    openai/gym

    37,223Vezi pe GitHub↗

    Gym is a reinforcement learning environment toolkit and agent simulation framework. It provides a standardized API and a universal communication interface that defines how learning agents interact with simulation environments through actions and observations. The project includes a benchmark environment suite and a diverse library of pre-configured simulation worlds, including physics engines and classic control tasks. It enables the creation of custom simulation environments to train agents in specific operational scenarios while ensuring reproducibility across different learning algorithms.

    Python
    Vezi pe GitHub↗37,223
  • facebookresearch/mmfAvatar facebookresearch

    facebookresearch/mmf

    5,635Vezi pe GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Pythoncaptioningdeep-learningdialog
    Vezi pe GitHub↗5,635
  • deepmind/alphafoldAvatar deepmind

    deepmind/alphafold

    14,687Vezi pe GitHub↗

    AlphaFold is a deep learning biology framework and machine learning pipeline designed to predict the three-dimensional coordinates of proteins based on their amino acid sequences. It functions as a bioinformatics inference system for calculating protein folding patterns and estimating prediction confidence. The system includes a protein multimer predictor for determining the 3D structures of protein complexes, supporting both homomers and heteromers. It utilizes specialized model presets to handle these complex structural predictions. The framework covers biological database management for m

    Python
    Vezi pe GitHub↗14,687
  • lucidrains/dalle-pytorchAvatar lucidrains

    lucidrains/DALLE-pytorch

    5,629Vezi pe GitHub↗

    This project is a PyTorch implementation of a text-to-image transformer. It is a generative AI model designed to map discrete text tokens to image pixels using a transformer network to create visual content from textual descriptions. The system utilizes a discrete VAE image encoder to compress visual data into tokens for transformer processing. It supports classifier-free guidance to adjust the influence of text prompts during inference and includes capabilities for ranking generated images based on their similarity to text prompts. The architecture incorporates sparse attention mechanisms a

    Pythonartificial-intelligenceattention-mechanismdeep-learning
    Vezi pe GitHub↗5,629
  • facebookresearch/mixup-cifar10Avatar facebookresearch

    facebookresearch/mixup-cifar10

    1,196Vezi pe GitHub↗

    mixup: Beyond Empirical Risk Minimization

    Python
    Vezi pe GitHub↗1,196
  • rwightman/pytorch-image-modelsAvatar rwightman

    rwightman/pytorch-image-models

    36,893Vezi pe GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    Vezi pe GitHub↗36,893
  • deepinsight/insightfaceAvatar deepinsight

    deepinsight/insightface

    29,002Vezi pe GitHub↗

    InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz

    Pythonage-estimationarcfaceface-alignment
    Vezi pe GitHub↗29,002
  • google-research/noisystudentAvatar google-research

    google-research/noisystudent

    763Vezi pe GitHub↗

    Code for Noisy Student Training. https://arxiv.org/abs/1911.04252

    Python
    Vezi pe GitHub↗763
  • nvidia/semantic-segmentationAvatar NVIDIA

    NVIDIA/semantic-segmentation

    1,823Vezi pe GitHub↗

    Nvidia Semantic Segmentation monorepo

    Python
    Vezi pe GitHub↗1,823
  • rail-berkeley/d4rlAvatar rail-berkeley

    rail-berkeley/d4rl

    1,693Vezi pe GitHub↗

    D4RL is an open-source benchmark for offline reinforcement learning. It provides standardized environments and datasets for training and benchmarking algorithms. A supplementary whitepaper and website are also available.

    Python
    Vezi pe GitHub↗1,693
  • camel-ai/oasisAvatar camel-ai

    camel-ai/oasis

    4,833Vezi pe GitHub↗

    Oasis is an LLM-powered multi-agent social simulator and research tool designed to study synthetic social phenomena. It functions as a synthetic social network platform, replicating the infrastructure of social sites including user profiles, follow relationships, and content discovery mechanisms to model human-like social behaviors at scale. The framework orchestrates large-scale agent populations, supporting up to one million autonomous agents. It distinguishes itself by translating language model outputs into concrete social actions and external tool executions through a tool-calling orches

    Pythonagent-based-frameworkagent-based-simulationai-societies
    Vezi pe GitHub↗4,833
  • a16z-infra/ai-townAvatar a16z-infra

    a16z-infra/ai-town

    9,285Vezi pe GitHub↗

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    TypeScript
    Vezi pe GitHub↗9,285
  • going-doer/paper2codeAvatar going-doer

    going-doer/Paper2Code

    4,692Vezi pe GitHub↗

    Paper2Code is an AI research automation suite and large language model code generation pipeline designed to transform machine learning research papers into executable code repositories. It functions as a tool for automating the translation of scientific literature and theoretical descriptions into functional machine learning implementations. The system employs a multi-stage generation pipeline that utilizes document-to-plan decomposition and automated repository scaffolding to produce complete project structures. It incorporates an automated code evaluation framework that uses an iterative cr

    Python
    Vezi pe GitHub↗4,692
  • conardli/easy-datasetAvatar ConardLi

    ConardLi/easy-dataset

    13,394Vezi pe GitHub↗

    Easy-dataset is a comprehensive platform designed for the end-to-end management of machine learning datasets, specifically tailored for language and vision model fine-tuning. It functions as a centralized environment for the entire data lifecycle, encompassing the automated generation of synthetic training data, the structural organization of document collections, and the systematic annotation of individual data points. The platform distinguishes itself through its integrated evaluation and orchestration capabilities. It provides a dedicated suite for benchmarking models, featuring blind side

    JavaScriptdatasetfine-tuningjavascript
    Vezi pe GitHub↗13,394
  • microsoft/promptbaseAvatar microsoft

    microsoft/promptbase

    5,754Vezi pe GitHub↗

    Promptbase is a prompt engineering framework designed for designing, testing, and optimizing prompts for large language models. It provides a system for measuring model accuracy and performance through an evaluation toolkit that compares outputs against ground-truth datasets. The project also includes an orchestration pipeline for automating multi-component machine learning tasks across cloud-based endpoints and a utility for preparing retrieval-augmented generation datasets. The framework distinguishes itself through advanced response quality optimization, utilizing chain-of-thought generato

    Python
    Vezi pe GitHub↗5,754
  • microsoft/tinytroupeAvatar microsoft

    microsoft/TinyTroupe

    7,475Vezi pe GitHub↗

    TinyTroupe is a multi-agent simulation framework designed to create populations of persona-based agents that interact to generate synthetic behavioral data and business insights. It serves as a persona-based agent orchestrator and synthetic data generator, allowing for the definition of agents with specific personality traits and goals to coordinate their interactions through structured workflows. The project features an extensible plugin system for connecting simulated agents to external tools and servers to execute code and access remote data. It includes an agentic simulation dashboard tha

    Jupyter Notebook
    Vezi pe GitHub↗7,475
  • mdeff/fmaAvatar mdeff

    mdeff/fma

    2,559Vezi pe GitHub↗

    This project is a music information retrieval library and research dataset designed for audio feature extraction and music genre classification. It provides a framework for training and evaluating machine learning models that categorize audio tracks into hierarchical genre structures, supported by a collection of open-licensed MP3 tracks and pre-computed features. The project includes a music metadata API client to fetch structured track, album, and artist information from external data sources. It utilizes these external integrations to map parent-child relationships between genres and organ

    Jupyter Notebookdatasetdeep-learningmusic-analysis
    Vezi pe GitHub↗2,559
  • chrxh/alienAvatar chrxh

    chrxh/alien

    5,354Vezi pe GitHub↗

    Evolve is an evolution-based organism designer and GPU-accelerated artificial life simulator that combines interactive particle physics with a real-time simulation editor. At its core, it runs genetic algorithm evolution on self-replicating graph structures to evolve digital organisms, offloading particle physics, neural networks, and rendering entirely to the GPU through a compute shader pipeline for real-time performance. The project distinguishes itself with graph-based organism design that uses a directed graph editor to visually define organism structure, connections, and neural controll

    C++agent-based-simulationartificial-lifecuda
    Vezi pe GitHub↗5,354
  • huggingface/deep-rl-classAvatar huggingface

    huggingface/deep-rl-class

    4,772Vezi pe GitHub↗

    This project is a comprehensive deep reinforcement learning course and training platform. It provides a structured educational curriculum that combines theoretical lessons with hands-on tutorials to teach the implementation of neural networks and agent behavior. The platform integrates a model sharing hub where users can upload, download, and version trained machine learning models. It also features a benchmarking system that uses leaderboards to evaluate and compare agent performance against community standards. The educational experience is delivered through interactive notebooks and inclu

    MDXdeep-learningdeep-reinforcement-learningreinforcement-learning
    Vezi pe GitHub↗4,772
  • mindcraft-bots/mindcraftAvatar mindcraft-bots

    mindcraft-bots/mindcraft

    5,416Vezi pe GitHub↗

    Mindcraft is a framework for connecting large language models to game clients to create autonomous characters that communicate and perform actions within a simulated environment. It functions as an orchestrator for bots, utilizing a system that bridges high-level AI instructions with low-level game protocol packets to enable the execution of in-game tasks. The system uses retrieval-augmented generation to select relevant conversation history and code examples via embedding-based context retrieval. It supports the development of specific AI personas through profile configurations and facilitat

    JavaScript
    Vezi pe GitHub↗5,416