[9fab9f]: / modules / NeuralNet / management / __main__.py

Download this file

11 lines (8 with data), 376 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
import sys
sys.path.append('/home/skjena/cancerTherapy/modules')
from NeuralNet.management import NNManager
from NNManager import NNManager
if __name__ == "__main__":
network = Network()
neuralNet = NNManager("/home/skjena/data/fm_mutations_independent/trainingFolds_1.csv", "/home/skjena/data/fm_mutations_independent/testingFolds_1.csv")
neuralNet.modelZero()