Skip to content

xnought/error-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ErrorGraph

Can I find patterns where a ML model fails?

ErrorGraph takes embeddings from the neural net, then constructs a graph where the incorrect data is connected to the nearest neigbors. The result is below.

Data -> Model Embeddings -> 2D -> Error Connections -> Force Graph Visualization

Screenshot 2023-06-20 at 7 09 42 PM

Plus, you can compute graph algorithms on top of the structure (pagerank, etc.) if you want.

If you want to make something of this, go ahead and claim that its yours. I'm just here to experiment.

About

ErrorGraph: Find ML model errors with Force-Directed Graph Visuals

Resources

Stars

Watchers

Forks