Numpy-Neuron / nn /__init__.py
Jensen-holm's picture
features added:
e11b37a
raw
history blame
70 Bytes
from nn.loss import *
from nn.activation import *
from nn.nn import *