I wrote a very simple logistic regression implementation in Python, but for some reason the loss function isn\'t decreasing. Here is my implementation:
from __fut