First Post
Mo 28 Mai 2018My first blogpost¶
What this blog is about:
- Sharing my newest uses of machine learning
- Showcasing my progress to do EDA and Data Visualization
- Talking about my projects
- And sharing and discussing papers/articles i found interesting
In [1]:
import matplotlib.pyplot as plt
%matplotlib inline
plt.hist([10,5,7,10,1,1,2,3,5])
Out[1]: