轻量级深度学习库 MXNet

码农软件 · 软件分类 · 神经网络/人工智能 · 2019-10-15 10:29:01

软件介绍

MXNet 是一款设计为效率和灵活性的深度学习框架。它允许你混合符号编程和命令式编程,从而最大限度提高效率和生产力。在其核心是一个动态的依赖调度,它能够自动并行符号和命令的操作。

有一个图形优化层,使得符号执行速度快,内存使用高效。这个库便携,轻量,而且能够扩展到多个 GPU 和多台机器。

中文文档地址:http://mxnet.io/zh/overview.html

MXNet 的系统架构如下图所示:

内容:

特性:

  • Design notes providing useful insights that can re-used by other DL projects

  • Flexible configuration for arbitrary computation graph

  • Mix and match good flavours of programming to maximize flexibility and efficiency

  • Lightweight, memory efficient and portable to smart devices

  • Scales up to multi GPUs and distributed setting with auto parallelism

  • Support for python, R, C++ and Julia

  • Cloud-friendly and directly compatible with S3, HDFS, and Azure

本文地址:https://www.codercto.com/soft/d/16798.html

R for Data Science

R for Data Science

Hadley Wickham、Garrett Grolemund / O'Reilly Media / 2016-12-25 / USD 39.99

http://r4ds.had.co.nz/一起来看看 《R for Data Science》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具