Numpy-Neuron / nn /__init__.py
Jensen-holm's picture
python package not really working, but it is all set up okay I think
e53a40c
raw
history blame
64 Bytes
from .loss import *
from .activation import *
from .nn import *