Category: HDF5
-
HDF Portable File System
While doing some deep learning neural network analysis for image recognition I ran across data that was provided in a file structure called HDF5. It was easy to use, and, as I discovered, the file system worked across many platforms, and was easily accessible using libraries and packages provided in both R and Python. This…