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
Back to tensorflow/lucid

Open-source alternatives to Lucid

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

  • tensorspace-team/tensorspacetensorspace-team avatar

    tensorspace-team/tensorspace

    5,179View on GitHub↗

    Tensorspace is a WebGL-based 3D visualization framework and renderer designed to map deep learning model architectures and tensor data into interactive three-dimensional spaces. It serves as a neural network architecture visualizer and model inspector, allowing users to render model topologies and analyze data flow within a web browser. The project distinguishes itself through its ability to convert pre-trained Keras and TensorFlow models into spatial representations. It integrates with TensorFlow.js to execute inference in the browser, enabling the real-time visualization of intermediate act

    JavaScript
    View on GitHub↗5,179
  • tflearn/tflearntflearn avatar

    tflearn/tflearn

    9,579View on GitHub↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Pythondata-sciencedeep-learningmachine-learning
    View on GitHub↗9,579
  • teamhg-memex/eli5TeamHG-Memex avatar

    TeamHG-Memex/eli5

    2,775View on GitHub↗

    A library for debugging/inspecting machine learning classifiers and explaining their predictions

    Jupyter Notebook
    View on GitHub↗2,775
  • saucecat/pdpboxSauceCat avatar

    SauceCat/PDPbox

    860View on GitHub↗

    python partial dependence plot toolbox

    Jupyter Notebook
    View on GitHub↗860

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • andosa/treeinterpreterandosa avatar

    andosa/treeinterpreter

    761View on GitHub↗

    TreeInterpreter

    Python
    View on GitHub↗761
  • slundberg/shapslundberg avatar

    slundberg/shap

    25,535View on GitHub↗

    SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature to a model prediction. It provides a set of tools for quantifying how individual input features push a specific output away from a baseline value. The project includes specialized explainers for different architectures, including high-speed implementations for decision trees and ensemble models, linearization algorithms for deep learning networks, and covariance integration for linear models. It also features a model-agnostic interpretability tool that uses a kernel method to

    Jupyter Notebook
    View on GitHub↗25,535
  • austinrochford/pyceboxAustinRochford avatar

    AustinRochford/PyCEbox

    163View on GitHub↗

    ⬛ Python Individual Conditional Expectation Plot Toolbox

    Jupyter Notebook
    View on GitHub↗163
  • seldonio/alibiSeldonIO avatar

    SeldonIO/alibi

    2,630View on GitHub↗

    Algorithms for explaining machine learning models

    Python
    View on GitHub↗2,630
  • interpretml/interpretinterpretml avatar

    interpretml/interpret

    6,881View on GitHub↗

    Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training inherently transparent models and applying post-hoc explanation techniques to make machine learning predictions human-understandable. The framework distinguishes itself by integrating differential privacy into the training of interpretable models to prevent sensitive data from leaking through explanations. It also features a visualization tool for rendering interactive decision paths and model behavior. The library covers model explainability through feature importance calcu

    C++
    View on GitHub↗6,881
  • marcotcr/limemarcotcr avatar

    marcotcr/lime

    12,142View on GitHub↗

    This project is an agnostic model interpretability framework and explainability tool designed to provide local interpretable explanations for individual predictions. It functions as a local surrogate model that approximates the behavior of any machine learning classifier or regression model to identify the most influential features for a specific instance. The framework is designed to be model-agnostic, meaning it can explain predictions across tabular, text, and image data regardless of the underlying architecture. It employs local linear approximations and feature importance visualization t

    JavaScript
    View on GitHub↗12,142
  • utkuozbulak/pytorch-cnn-visualizationsutkuozbulak avatar

    utkuozbulak/pytorch-cnn-visualizations

    8,219View on GitHub↗

    This is a PyTorch CNN visualization toolkit designed for neural network interpretability. It provides a set of tools to explain model decisions and analyze the internal behavior of convolutional neural networks through the visualization of activations, gradients, and filters. The project implements specialized techniques for synthesizing representative images, including Deep Dream optimizations to amplify patterns and class-specific image generation via input optimization. It also features a saliency map generator that produces gradient-based heatmaps to identify the specific image regions in

    Python
    View on GitHub↗8,219
  • christophm/interpretable-ml-bookchristophM avatar

    christophM/interpretable-ml-book

    5,317View on GitHub↗

    This project is a comprehensive educational resource and technical manual focused on interpretable machine learning and explainable AI. It serves as a textbook and reference for implementing techniques that make complex machine learning models transparent and understandable to humans. The resource provides guidance on both building inherently transparent models, such as decision trees and sparse linear models, and applying post-hoc explanation methods to black-box systems. It details specific methodologies for quantifying feature importance, generating rationales for individual predictions, a

    Jupyter Notebook
    View on GitHub↗5,317
  • tensorpack/tensorpacktensorpack avatar

    tensorpack/tensorpack

    6,287View on GitHub↗

    Tensorpack is a high-level TensorFlow neural network framework and research library designed for building and training deep learning models. It provides a collection of reproducible neural network architectures for computer vision, generative tasks, reinforcement learning, and natural language processing. The project distinguishes itself through a specialized deep learning data pipeline that uses pure Python for parallel data loading and streaming. It includes a multi-GPU training orchestrator for distributing workloads via data-parallel strategies and a dedicated interpretability toolkit for

    Python
    View on GitHub↗6,287
  • modeloriented/dalexModelOriented avatar

    ModelOriented/DALEX

    1,473View on GitHub↗

    moDel Agnostic Language for Exploration and eXplanation

    Python
    View on GitHub↗1,473
  • marcotcr/anchormarcotcr avatar

    marcotcr/anchor

    813View on GitHub↗

    Code for "High-Precision Model-Agnostic Explanations" paper

    Jupyter Notebook
    View on GitHub↗813
  • benedekrozemberczki/shapleybenedekrozemberczki avatar

    benedekrozemberczki/shapley

    226View on GitHub↗

    The official implementation of "The Shapley Value of Classifiers in Ensemble Games" (CIKM 2021).

    Python
    View on GitHub↗226
  • albermax/innvestigatealbermax avatar

    albermax/innvestigate

    1,305View on GitHub↗

    A toolbox to iNNvestigate neural networks' predictions!

    Python
    View on GitHub↗1,305
  • kundajelab/deepliftkundajelab avatar

    kundajelab/deeplift

    875View on GitHub↗

    DeepLIFT: Deep Learning Important FeaTures

    Python
    View on GitHub↗875
  • ethicalml/xaiEthicalML avatar

    EthicalML/xai

    1,244View on GitHub↗

    XAI - An eXplainability toolbox for machine learning

    Pythonaiartificial-intelligencebias
    View on GitHub↗1,244
  • pytorch/captumpytorch avatar

    pytorch/captum

    5,652View on GitHub↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Python
    View on GitHub↗5,652
  • csinva/imodelscsinva avatar

    csinva/imodels

    1,592View on GitHub↗

    Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).

    Jupyter Notebook
    View on GitHub↗1,592
  • ibm/aix360IBM avatar

    IBM/AIX360

    1,781View on GitHub↗

    Interpretability and explainability of data and machine learning models

    Python
    View on GitHub↗1,781
  • tensorflow/tcavtensorflow avatar

    tensorflow/tcav

    653View on GitHub↗

    Been Kim, Martin Wattenberg, Justin Gilmer, Carrie Cai, James Wexler, Fernanda Viegas, Rory Sayres

    Jupyter Notebook
    View on GitHub↗653
  • aerdem4/lofo-importanceaerdem4 avatar

    aerdem4/lofo-importance

    868View on GitHub↗

    Leave One Feature Out Importance

    Python
    View on GitHub↗868
  • lutzroeder/netronlutzroeder avatar

    lutzroeder/netron

    33,087View on 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
    View on GitHub↗33,087
  • marcelrobeer/contrastiveexplanationMarcelRobeer avatar

    MarcelRobeer/ContrastiveExplanation

    45View on GitHub↗

    Contrastive Explanation (Foil Trees), developed at TNO/Utrecht University

    Python
    View on GitHub↗45
  • ankurtaly/integrated-gradientsankurtaly avatar

    ankurtaly/Integrated-Gradients

    651View on GitHub↗

    (a.k.a. Path-Integrated Gradients, a.k.a. Axiomatic Attribution for Deep Networks)

    Jupyter Notebook
    View on GitHub↗651
  • tensorflow/tfjs-coretensorflow avatar

    tensorflow/tfjs-core

    8,437View on GitHub↗

    TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute models. It functions as a WebGL accelerated tensor engine, providing a foundation for high-performance linear algebra operations and an automatic differentiation framework for computing gradients. The project distinguishes itself through its ability to run machine learning directly in web environments, supporting both client-side inference and browser-based training. It enables the deployment of Python-based models by converting Keras or TensorFlow models into compatible formats

    TypeScriptdeep-learningdeep-neural-networksgpu-acceleration
    View on GitHub↗8,437
  • hzy46/deep-learning-21-exampleshzy46 avatar

    hzy46/Deep-Learning-21-Examples

    4,675View on GitHub↗

    This repository is a deep learning educational resource and a neural network project suite. It provides a collection of practical TensorFlow implementations and coding projects designed to demonstrate the application of various neural network architectures to real-world data. The project includes specific samples for generative adversarial networks, focusing on synthetic image generation and style translation. It also provides examples of deep learning model construction across different learning paradigms. The codebase covers a broad range of capabilities, including computer vision for imag

    Python
    View on GitHub↗4,675
  • rasbt/machine-learning-bookrasbt avatar

    rasbt/machine-learning-book

    5,239View on GitHub↗

    This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of interactive Jupyter Notebooks. It provides practical Python implementations for the end-to-end machine learning lifecycle, covering supervised and unsupervised learning, deep learning, and reinforcement learning. The resource distinguishes itself by providing detailed implementation guides for complex architectures, including transformers, generative adversarial networks, and convolutional neural networks. It also features specialized courseware for developing reinforcement l

    Jupyter Notebook
    View on GitHub↗5,239