An open API service indexing awesome lists of open source software.

https://github.com/pvigier/preprocessings

Demo for the part 2 of the tutorial on pychain
https://github.com/pvigier/preprocessings

cost-function gradient-descent preprocessing visualization

Last synced: 8 months ago
JSON representation

Demo for the part 2 of the tutorial on pychain

Awesome Lists containing this project

README

          

# preprocessings

Two demos shown in the [part 2](https://pvigier.github.io/2017/08/13/pychain-part2-mnist.html) of my tutorial on pychain.

The file preprocessings.py allows to visualize the effect of preprocessings on a simple dataset.

![Visualization of the preprocessings](https://pvigier.github.io/media/img/part2/preprocessings.png)

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.

![Gradient descent](https://pvigier.github.io/media/img/part2/cost_function.gif)