Jensen-holm's picture
working on setting up the neural_network functionality
4c97910
raw
history blame
110 Bytes
import numpy as np
# for testing only
if __name__ == "__main__":
def test():
pass
test()