Tag: 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…
-
Deep Learning and Neural Networks: Part 3
As suggested at the beginning of the first post on neural networks, this post just covers the transformation of images to an HDF5 file. You can easily skip this post if you are not interested in this step. However, it is a short post, and the most important step here is making sure that you…