轻量级深度学习库 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

Twenty Lectures on Algorithmic Game Theory

Twenty Lectures on Algorithmic Game Theory

Tim Roughgarden / Cambridge University Press / 2016-8-31 / USD 34.99

Computer science and economics have engaged in a lively interaction over the past fifteen years, resulting in the new field of algorithmic game theory. Many problems that are central to modern compute......一起来看看 《Twenty Lectures on Algorithmic Game Theory》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

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

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码