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
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
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
Lucid 是一个 TensorFlow 可解释性工具包和可视化库,旨在分析神经网络的内部表示。它作为一个基于梯度的优化框架,生成图像和图谱以揭示特定神经元和层所学习到的特征。
tensorflow/lucid 的主要功能包括:Model Interpretability Toolkits, Neural Network Interpretability, Input Optimization Frameworks, Input Optimization, Neuron Activation Visualization, Differentiable Image Optimization, Gradient-Based Input Optimization, Neural Network Visualizations。
tensorflow/lucid 的开源替代品包括: tensorspace-team/tensorspace — Tensorspace is a WebGL-based 3D visualization framework and renderer designed to map deep learning model architectures… tflearn/tflearn — tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing… marcotcr/lime — This project is an agnostic model interpretability framework and explainability tool designed to provide local… andosa/treeinterpreter — TreeInterpreter. interpretml/interpret — Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training… austinrochford/pycebox — ⬛ Python Individual Conditional Expectation Plot Toolbox.