train

def train(
    self,
    inputs: np.ndarray,
    targets: np.ndarray,
    epochs = 10,
    learning_rate=0.001,
):

Last updated