Numpy-Neuron / numpyneuron /__init__.py
Jensen-holm's picture
stuck on getting this package to work on pypi
f7ea12e
raw
history blame
64 Bytes
from .loss import *
from .activation import *
from .nn import *