原创 c/c++: uint8_t uint16_t uint32_t uint64_t size_t ssize_t數據類型

 原文寫的不錯,轉來收藏,轉自:http://wangyisouhuxin.blog.163.com/blog/static/761966592011072348700/?fromdm&fromSearch&isFromSearchE

原创 cmake安裝、用法

cmake安裝、用法 cmake是一個跨平臺的安裝(編譯)工具,可以用簡單的語句來描述所有平臺的安裝(編譯過程)。他能夠輸出各種各樣的makefile或者project文件,能測試編譯器所支持的C++特性,類似UNIX下的automak

原创 GANs學習系列(1): GANs:Generative Adversarial Networks

reference: http://blog.csdn.net/u011534057/article/details/52840788 【前言】      本文首先介紹生成式模型,然後着重梳理生成式

原创 神經網絡壓縮(3):Learning both Weights and Connections for Efficient Neural Network

這是2015年斯坦福和英偉達的一篇論文。 轉載自:http://blog.csdn.net/meanme/article/details/48713327 之前介紹的兩篇關於神經網絡壓縮的文章都是以這篇文章爲基礎進行的 1.簡介: 通

原创 GANs學習系列(2):cGANs:Conditional Generative Adversarial Networks

reference: http://blog.csdn.net/u011534057/article/details/53409968 結論by ym: 轉完這篇,理解一下表達一下自己的一

原创 神經網絡壓縮(2): Dynamic Network Surgery for Efficient DNNs

轉自:http://blog.csdn.net/zhangjunhit/article/details/53218211 NIPS 2016 http://arxiv.org/abs/1608.04493 code: https://

原创 IEEE754浮點數格式詳解

IEEE754浮點數格式詳解 幾乎所有計算機都支持二進制數據表示,即能直接識別二進制數據表示並具有相應的指令系統。通常採用的二進制定點數據表示主要有:符號數值、反碼、補碼以及帶偏移增值碼四種形式,其中最常用的是補碼形式,這些都已在計

原创 神經網絡壓縮(1):Deep Compression

本次介紹的方法爲“深度壓縮”,文章來自2016ICLR最佳論文 《Deep Compression: Compression Deep Neural Networks With Pruning, Trained Quantization