分享

Introduction to DeepDetect

 htxu91 2015-11-30

Welcome to DeepDetect documentation

DeepDetect is a deep learning API and server written in C++11. It makes state of the art deep learning easy to work with and integrate into existing applications.

DeepDetect boasts the following features:

General

  • High level & generic API for machine learning & deep learning
  • JSON communication format
  • Remote Python client library
  • Embedded server with support for asynchronous training calls
  • High performance, benefits from multicores and GPU
  • Flexible input / output connectors
  • Flexible template output format to simplify connection to external applications
  • No database dependency and sync, everything is organized on the filesystem

Machine Learning / Deep Learning

  • Support for state of the art Deep Learning via Caffe library
  • Templates for the most useful neural architectures (e.g. Googlenet, Alexnet, NiN, mlp, convnet, logistic regression)
  • Range of built-in model assessment measures (e.g. F1, multiclass log loss, …)
  • Support for multiple Machine Learning services, training and prediction calls in parallel
  • Makes the most out of CPUs and GPUs
  • Supervised learning, regression and prediction over images and other numerical and textual data

Data

  • Built-in input connectors to ease the setup of a machine learning pipeline
  • Easy management large datasets of images
  • Easy management and preprocessing of CSV data files
  • Connector to handle large collections of images with on-the-fly data augmentation (e.g. rotations, mirroring)
  • Connector to handle CSV files with preprocessing capabilities
  • Connector to handle text files
  • Output connectors for various external applications can be setup through templates via the API, without code (e.g. for Elasticsearch, XML, SQL, …)

See what’s coming next in the roadmap.

Next Steps


DeepDetect documentation

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多