Numpy-Neuron / nn /__init__.py
Jensen-holm's picture
switching to gradio and a complete rewrite that I did over in the
6307b4f
raw
history blame
86 Bytes
from nn.nn import NN
from nn.activation import ACTIVATIONS
from nn.loss import LOSSES