原创 MxNet系列——how_to——torch

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 如何將MXNet用作Torch的前後端 本章節描述瞭如何將MXNet用作Torch的兩個主要功能(前端和後端): 使用

原创 Eigen教程6 - Matrix-free solvers

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] Matrix-free solvers 像ConjugateGradient 和 BiCGSTAB這樣的迭代求解器可以用在

原创 Eigen教程7 - Eigen和Matlab的比較

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] Eigen和Matlab比較 // 參考 - http://eigen.tuxfamily.org/dox/AsciiQu

原创 MxNet系列——how_to——new_op

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 如何創建新的操作符(網絡層) 本節內容描述了創建新的MXNet操作符(或網絡)的過程。 我們已經盡了最大努力爲最常用的案例

原创 MxNet系列——how_to——smart_device

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 將深度學習庫壓縮成一個文件,以便移植到智能設備中 深度學習系統是複雜的,並且常常有些依賴環境。將深度學習庫移植到不同的平臺

原创 MxNet系列——how_to——visualize_graph

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 如何將神經網絡可視化爲計算圖 該章節描述瞭如何在MXNet中使用在mx.viz.plot_network來可視化(使用MX

原创 hexo教程系列——hexo安裝教程

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 本文詳細描述瞭如何在Github上,使用hexo部署博客。 安裝Hexo 安裝node.js node.js官方下載

原创 MxNet系列——how_to——model_parallel_lstm

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 使用模型並行的方式在多個GPUs上訓練LSTM 由於複雜的數據依賴,LSTM評價很困難。LSTM的訓練過程,在反向傳播階段

原创 MxNet系列——model_zoo——index

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] MXNet的模型園地 MXNet 突出了學術論文中報告的最先進模型的快速實現。我們的模型園地(Modle Zoo)包含了完

原创 Eigen教程5 - 求解稀疏線性方程組

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] Eigen中有一些求解稀疏係數矩陣的線性方程組。由於稀疏矩陣的特殊的表示方式,因此獲得較好的性能需要格外注意。查看《Ei

原创 MxNet系列——how_to——faq

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 常見問題 本節回答了 mxnet/issues上的常見問題。在提問前,請先檢查該頁面。如果你想要貢獻本頁面,請儘量使問題和

原创 MxNet系列——how_to——env_var

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 環境變量 環境可以修改MXNet的一些設置。一般情況下,你不需要修改這些設置。本節將它們羅列出來,用於參考。 設置線程數目

原创 MxNet系列——how_to——develop_and_hack

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 開發和 Hack MXNet 創建新的操作符 在MXNet中使用Torch 設置MXNet的環境變量 其它資源 概述

原创 MxNet系列——how_to——bucketing

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] 在MXNet中使用Bucketing Bucketing是一種訓練多個不同但又相似的結構的網絡,這些網絡共享相同的參數集。

原创 MxNet系列——how_to——index

博客新址: http://blog.xuezhisd.top 郵箱:[email protected] MXNet 怎麼辦系列 How-tos 提供了一系列的有關安裝,基本概念,說明,命令和使用預訓練模型完成的例程指南。 下面