A collection of sloppy snippets for scientific computing and data visualization in Python.
Thursday, July 13, 2017
Dates in Pandas Cheatsheet
›
Lately I've been working a lot with dates in Pandas so I decided to make this little cheatsheet with the commands I use the most. Impo...
Friday, June 16, 2017
A heatmap of male to female ratios with Seaborn
›
In this post we will see how to create a heatmap with seaborn. We'll use a dataset from the Wittgenstein Centre Data Explorer . The data...
2 comments:
Thursday, April 27, 2017
Solving the Two Spirals problem with Keras
›
In this post we will see how to create a Multi Layer Perceptron (MLP), one of the most common Neural Network architectures, with Keras. Then...
3 comments:
‹
›
Home
View web version