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
·
Back to dlr-rm/augmentedautoencoder

Open-source alternatives to AugmentedAutoencoder

28 open-source projects similar to dlr-rm/augmentedautoencoder, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best AugmentedAutoencoder alternative.

  • stanfordvl/gibsonenvAvatar de StanfordVL

    StanfordVL/GibsonEnv

    940Ver en GitHub↗

    Gibson Environments: Real-World Perception for Embodied Agents

    C
    Ver en GitHub↗940
  • praveen-palanisamy/multiple-object-tracking-lidarAvatar de praveen-palanisamy

    praveen-palanisamy/multiple-object-tracking-lidar

    891Ver en GitHub↗

    C++ implementation to Detect, track and classify multiple objects using LIDAR scans or point cloud

    C++
    Ver en GitHub↗891
  • wenbowen123/iros20-6d-pose-trackingAvatar de wenbowen123

    wenbowen123/iros20-6d-pose-tracking

    421Ver en GitHub↗

    IROS 2020 se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains

    Python
    Ver en GitHub↗421
  • wkentaro/morefusionAvatar de wkentaro

    wkentaro/morefusion

    238Ver en GitHub↗

    MoreFusion: Multi-object Reasoning for 6D Pose Estimation from Volumetric Fusion, CVPR 2020

    Python
    Ver en GitHub↗238
  • appinho/sarosperceptionkittiAvatar de appinho

    appinho/SARosPerceptionKitti

    250Ver en GitHub↗

    ROS package for the Perception (Sensor Processing, Detection, Tracking and Evaluation) of the KITTI Vision Benchmark Suite

    Python
    Ver en GitHub↗250

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.

Find more with AI search
  • epistasislab/tpotAvatar de EpistasisLab

    EpistasisLab/tpot

    10,050Ver en GitHub↗

    TPOT is a Python automated machine learning tool and pipeline framework. It automatically searches, selects, and tunes machine learning algorithms and hyperparameters to identify the most effective model architecture. The system utilizes genetic programming to optimize these pipelines through evolutionary algorithms. To accelerate the search process, it functions as a multi-core evaluator that runs parallel training workflows across multiple processor cores. The framework supports the definition of custom objective functions to optimize pipelines based on specific performance metrics.

    Jupyter Notebook
    Ver en GitHub↗10,050
  • facebookresearch/reagentAvatar de facebookresearch

    facebookresearch/ReAgent

    3,703Ver en GitHub↗

    ReAgent is a reinforcement learning platform designed for training, deploying, and evaluating reinforcement learning models and contextual bandit systems for large-scale decision making. It provides a comprehensive suite of tools that spans the entire workflow from initial feasibility analysis to production serving. The system includes a deep reinforcement learning training framework for distributed off-policy algorithms and a specialized model serving layer for high-volume production inference. It distinguishes itself with a counterfactual policy evaluator for estimating performance using hi

    Python
    Ver en GitHub↗3,703
  • fastai/fastaiAvatar de fastai

    fastai/fastai

    27,862Ver en GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    Ver en GitHub↗27,862
  • fritzlabs/awesome-mobile-machine-learningF

    fritzlabs/Awesome-Mobile-Machine-Learning

    0Ver en GitHub↗
    Ver en GitHub↗0
  • google/dopamineAvatar de google

    google/dopamine

    10,879Ver en GitHub↗

    Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse simulated environments. It provides an agent development toolkit that utilizes a flat class hierarchy to facilitate the creation and extension of learning agents. The framework includes a standardization layer via environment wrappers that connect agents to various physics simulations and gaming environments. It also features a high-performance experience replay buffer for storing and sampling transition data to improve training stability, alongside a dedicated hyperparameter

    Jupyter Notebook
    Ver en GitHub↗10,879
  • google/traxAvatar de google

    google/trax

    8,304Ver en GitHub↗

    Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural networks. It serves as a research tool providing high-level combinators for composing complex architectures, alongside a dedicated library for building transformer models and a toolkit for reinforcement learning. The framework is distinguished by its support for reversible and sparse transformer architectures, which reduce memory and computational overhead. It enables a single set of model instructions to execute across different hardware backends without changing the underlying co

    Python
    Ver en GitHub↗8,304
  • leela-zero/leela-zeroAvatar de leela-zero

    leela-zero/leela-zero

    5,579Ver en GitHub↗

    Leela Zero is a deep learning Go engine and reinforcement learning system that implements the AlphaGo Zero approach. It utilizes deep residual convolutional networks and Monte Carlo Tree Search to determine optimal moves and analyze the game of Go. The project functions as a neural network training tool that generates data through automated self-play. It uses a supervised learning pipeline to refine network weights, allowing the system to improve its game-playing capabilities without relying on human-provided data or expert knowledge. The engine includes game scoring logic to determine winne

    C++
    Ver en GitHub↗5,579
  • lutzroeder/netronAvatar de lutzroeder

    lutzroeder/netron

    33,087Ver en GitHub↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    JavaScriptaicoremldeep-learning
    Ver en GitHub↗33,087
  • mlflow/mlflowAvatar de mlflow

    mlflow/mlflow

    26,554Ver en GitHub↗
    Pythonagentopsagentsai
    Ver en GitHub↗26,554
  • nnstreamer/nnstreamer-rosAvatar de nnstreamer

    nnstreamer/nnstreamer-ros

    14Ver en GitHub↗

    NNStreamer extension plugins for ROS support

    C++
    Ver en GitHub↗14
  • openai/gymAvatar de openai

    openai/gym

    37,223Ver en 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
    Ver en GitHub↗37,223
  • poloclub/cnn-explainerAvatar de poloclub

    poloclub/cnn-explainer

    8,958Ver en GitHub↗

    cnn-explainer is an interactive web application and educational sandbox designed for visualizing the internal operations and layers of convolutional neural networks. It functions as a tool for understanding how these networks process image data through real-time graphics and interactive visualizations. The project includes a browser-based environment for training small convolutional neural networks on specific image classes. It also provides a model converter that transforms trained neural network files from backend framework formats into web-compatible versions for browser loading. The appl

    JavaScript
    Ver en GitHub↗8,958
  • ray-project/rayAvatar de ray-project

    ray-project/ray

    42,895Ver en GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Pythondata-sciencedeep-learningdeployment
    Ver en GitHub↗42,895
  • tensorflow/agentsAvatar de tensorflow

    tensorflow/agents

    3,016Ver en GitHub↗

    TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.

    Python
    Ver en GitHub↗3,016
  • tensorflow/federatedAvatar de tensorflow

    tensorflow/federated

    2,441Ver en GitHub↗

    An open-source framework for machine learning and other computations on decentralized data.

    Python
    Ver en GitHub↗2,441
  • tensorforce/tensorforceAvatar de tensorforce

    tensorforce/tensorforce

    3,307Ver en GitHub↗

    Tensorforce: a TensorFlow library for applied reinforcement learning

    Python
    Ver en GitHub↗3,307
  • uber/neuropodAvatar de uber

    uber/neuropod

    943Ver en GitHub↗

    A uniform interface to run deep learning models from multiple frameworks

    C++
    Ver en GitHub↗943
  • alibaba/mnnAvatar de alibaba

    alibaba/MNN

    14,242Ver en GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    C++armconvolutiondeep-learning
    Ver en GitHub↗14,242
  • xilinx/finnAvatar de Xilinx

    Xilinx/finn

    1,008Ver en GitHub↗

    Dataflow compiler for QNN inference on FPGAs

    Python
    Ver en GitHub↗1,008
  • autowarefoundation/modelzooAvatar de autowarefoundation

    autowarefoundation/modelzoo

    63Ver en GitHub↗

    A collection of machine-learned models for use in autonomous driving applications.

    Python
    Ver en GitHub↗63
  • catalyst-team/catalystAvatar de catalyst-team

    catalyst-team/catalyst

    3,376Ver en GitHub↗

    Accelerated deep learning R&D

    Python
    Ver en GitHub↗3,376
  • davisking/dlibAvatar de davisking

    davisking/dlib

    14,399Ver en GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    Ver en GitHub↗14,399
  • deap/deapAvatar de DEAP

    DEAP/deap

    6,336Ver en GitHub↗
    Python
    Ver en GitHub↗6,336