Slides

The slides for my short presentation on failing to use neural networks presented at PyData Berlin (19.10.2016). The aim was to continue the Felix Biessmann’s work at a PyData Berlin hackevent by applying neural networks to the same datasets the Felix had already analysed using other machine learning methods. For some background on Felix’s work on detecting political bias in text see his talk at the PyData Berlin 2016 conference youtube.


Footnote

I’d like to thank Adriaan Schakel and David Batista for their comments and additional resources before and after the talk. As pointed out by Adriaan during the questions, my aim was not and is not to trash talk keras but to point out that it was rather difficult to switch from more traditional ML methods (SVM, NB) to neural networks due to the complexities involved in understanding the composition of said networks. It is often said that with neural networks you don’t need domain experts anymore because the network will do the work of the experts for you, I wanted to point out that you do still need domain experts just in a slightly different domain.