Matlhworks provides ANN Toolbox for constructing and training ANNs. However, one come across situations where e.g. MLP with a single hidden layer will not predict accurately enough the outputs one is expecting. Trying to add more layers may end up with endless training sessions. My question is two fold:
First: Does Python truly address this issue ? Any examples and references?
Second: Is there any visualization tools that shows the dynamics of the ANN during training or utilization after training? In other words, are there any tool that shows values of weights (synapses) and neurons dynamically?