• Android asynchronous video filtering
    Filter videos asynchronously with OpenGL
  • Feynt
    Face and landmark detection and tracking
  • Deep Q network
    A highly configurable implementation of Deep Q Network
  • Origin
    Dan Brown with Origin could not have been more well-timed! Warning: The post contains spoilers
  • Dlib for Android
    Simple porting of the Dlib library to Android
  • Reverse engineering ourselves
    Our brain can be viewed as a machine that can learn anything and not as a set of innate evolved domain specific abilities, obtained throughout time. This may mean that our Machine Learning theories may actually be the right way of approaching Artificial General Intelligence.
  • Introduction to Principal Component Analysis
    Examples of principal component analysis usage with scikit-learn and python
  • Experimenting with Support Vector Machines
    Using support vector machines with scikit learn and python. Examining training and cross validation errors.
  • Futurism
    Artificial intelligence, the future, the world
  • OpenCV convetMaps python example
    Python example code on how to use convertMaps OpenCV function
  • The power of NumPy
    Comparison between matrix operations with for loops and numpy, when using the OpenCV remap function with python. The effect of vectorization on performance.
  • OpenCV remap function
    How to use the powerful OpenCV image processing function remap for geometric transformations
  • Voxxed Days Thessaloniki
    Last week, I had the privilege of attending the first ever Voxxed Days event held in Greece. It took place on October 21st, in Thessaloniki, second largest city of Greece and at the same time a beautiful and friendly place situated in the North part of the country. The event was primarily organized by Patroklos… Read more: Voxxed Days Thessaloniki
  • Image processing II
    Image processing techniques for texture segmentation, maximally stable extremal regions, morphological transformations and text detection)
  • Image processing
    Image processing techniques for binarization (Niblack, Sauvola, Wolf Jolion), entropy measurement, blur measurement and deblurring and image luminosity measurement
  • MacOS vs Anaconda vs Jupyter vs Vim vs YouCompleteMe
    How one can survive the installation of Anaconda Python, Jupyter, YouCompleteMe and vim on Mac OS
  • Introduction material for neural networks
    Introductory study material for neural networks
  • Docker volume management
    Docker commands for mounting, unmounting and sharing volumes.
  • Docker container networking
    Basic Docker container networking operations and commands
  • Docker containers cheat sheet
    Cheat sheet for the most frequently used docker container commands
  • Python remote development with Xcode and Docker containers
    This post is about having a docker container, equipped with python and all the necessary programming packages and using Xcode to remotely access and edit the code
  • Tensorflow, autocomplete, vim, python
    This post is about using vim as an editor with code assistance capabilities (pydiction, youcompleteme) for python programming. A Tensorflow case is presented