Comparying various methods for saving and loading NumPy arrays

NumPy is a Python library that can efficiently manipulate large multi-dimensional arrays. This recommends it in all sort of scenarios where the core of an algorithm can be expressed as a sequence of operations on arrays and matrices (in particular in mathematics, sciences and engineering). One common problem for those who handle such large data …

Machine Learning

Machine Learning is an amazing field to work on, especially nowadays with the explosion of services that want to be "smart". This post touches the surface of what Machine Learning is and what it can do. Enjoy! 1. What is Machine Learning? Machine Learning (ML) is a branch of Artificial Intelligence focused on algorithms that …