WilCrofter / BuzzHash

A Julia package based on S. Dasgupta, C. F. Stevens, and S. Navlakha (2017). A neural algorithm for a fundamental computing problem. Science, 358, 6364:793-796.
Other
5 stars 3 forks source link

function #3

Open clive-g-brown opened 6 years ago

clive-g-brown commented 6 years ago

where do i find 'trainfeatures' ?

WilCrofter commented 6 years ago

@clive-g-brown trainfeatures is in package MNIST

julia> Pkg.add("MNIST")
julia> using MNIST
julia> x = trainfeatures(1)
# etc