dwhitena / gophernet

A simple from-scratch neural net written in Go
254 stars 61 forks source link

refactored creation of matrices into makeInputsAndLabels() #3

Closed ctava closed 7 years ago

ctava commented 7 years ago

motivation: get readers into training and prediction code faster. promote reuse and future extensibility of the code base.

@dwhitena 👀 pls

dwhitena commented 7 years ago

This looks great. Thanks @ctava.