yummyyummya

Results 2 issues of yummyyummya

in neural_network_raw, the forward propagation function neural_net(x), layer_1 = Wx+b, but there is no activation sigmoid(layer_1), this will bring some problems.

Mr. Singhal: thank you for sharing your code. but I've got some problems when reading your code. The prediction should be made based on history data, but in your code,...