rekingbc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
http://keras.io/
Other
0 stars 1 forks source link

Fast Image DataBase Connection with Advanced Hashing Features #1

Open rekingbc opened 7 years ago

rekingbc commented 7 years ago

The Keras has provided high level library functions for deep learning, however, it didn't provide any connectors to the database. As Caffe provided standard database usage for dataset preprocessing, we also plan to implement this key component, to promise fast data access. Also, we also plan to add advanced hashing algorithms, like isotropic hashing etc. To improve the locality of image storage, make it possible to compress with more efficiency.

rekingbc commented 7 years ago

All the components have been finished.