Yu-Fan Tung
Results
1
issues of
Yu-Fan Tung
An NN should always have activation functions (like `relu`), or otherwise it's just a trivial linear model. By applying `relu`, accuracy for `neural_network.py`: 92% -> 95%, and accuracy for `neural_network_raw.py`:...