I am just getting started with Neural Net. I have the following multi layer perceptron MLP class.
class MLP: def __init__(self, sizes,activations):