Developer Tools, General
A Gentle Introduction to Serialization for Python
Originally posted on machinelearningmastery. Serialization refers to the process of converting a data object (e.g. Python objects, Tensorflow models) into a format that allows us store or transmit the data […]