I wrote a NN code in python, tensorflow. The network has two layers. My dataset has 28000 samples (25 feature/sample).
When i run the code for a small layer sizes (around 10 neurons/layer) the network cost decreases properly, but when i increase the size to 20neurons/layer, the cost saturates after few epoches.