Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 324 Bytes

hinton

Create hinton diagrams in Julia.

Hinton diagrams are used to visualize weight matrices in neural networks. Here is a pure Julia/Tk implementation.

Usage

Pkg.clone("git://github.com/lepisma/hinton.jl.git")
using hinton

hintondiag(matrix)

screen

License MIT