MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / main

Function main

unsupervised_class2/vanishing.py:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120
121def main():
122 Xtrain, Ytrain, Xtest, Ytest = getKaggleMNIST()
123 dnn = ANN([1000, 750, 500])
124 dnn.fit(Xtrain, Ytrain)
125
126
127if __name__ == '__main__':

Callers 1

vanishing.pyFile · 0.70

Calls 3

fitMethod · 0.95
getKaggleMNISTFunction · 0.90
ANNClass · 0.70

Tested by

no test coverage detected