英特尔深度学习框架BigDL——a distributed deep learning library for Apache Spark
BigDL: Distributed Deep Learning on Apache Spark What is BigDL? BigDL is a distributed deep learning library for Apache Spark; with BigDL, users can write their deep learning applications as standard Spark programs, which can directly run on top of existing Spark or Hadoop clusters. Rich deep learning support.Modeled afterTorch, BigDL provides comprehensive support for deep learning, including numeric computing (viaTensor) and high levelneural networks; in addition, users can load pre-trainedCaf...