Feb 25, 2016Install TensorFlow on Anaconda
setuptools package gives headache when installing TensorFlow on Anaconda environment. Sometimes you get "Cannot remove entries from nonexistent file". The solution might be simple.
Jan 12, 2016Struggles of Journalism in Turkey
In this work, we created a graph using Graph Commons in order to visualize job status of journalists. Current state of free speech for media in Turkey is quite problematic. A lot of media workers are pushing to quit from their job or fired because of their recent works.
Nov 11, 2015Materials on Deep Learning
Useful notes, papers, books, videos and tutorials on Deep Learning
Oct 28, 2015Linux Tips and Tricks
I'd like to note some of the tricks I've learned recently. These tips and tricks may not be well-known and hopefully helpful.
Oct 25, 2015jBLAS with OpenBLAS
What if you don't have any GPU at your fingertips? This is the situation that I face at work. So, will you be satisfied to train your model on one CPU and wait for couple of weeks? No, right? Here is one alternative for Java users. I will explain how to create a JBLAS jar wrapped with OpenBLAS on Linux.