Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
def
main():
122
Xtrain, Ytrain, Xtest, Ytest = getKaggleMNIST()
123
dnn = ANN([1000, 750, 500])
124
dnn.fit(Xtrain, Ytrain)
125
126
127
if
__name__ ==
'__main__'
:
Callers
1
vanishing.py
File · 0.70
Calls
3
fit
Method · 0.95
getKaggleMNIST
Function · 0.90
ANN
Class · 0.70
Tested by
no test coverage detected