Two demos shown in the part 2 of my tutorial on pychain.
The file preprocessings.py allows to visualize the effect of preprocessings on a simple dataset.
The file cost_function.py create an animation of the first steps of the gradient descent algorithm for the cost functions obtained with a unpreprocessed dataset and a preprocessed dataset.

