原创 tensorflow 使用

一個 graph 中可以有多個 tf.session(), 必須確保 vaiable 和 placeholder 在同一張 graph 中,sess.run() 中的 sess 已經執行過sess.run(tf.global_varia

原创 Deep Learning Assessment of Tumor Proliferation in Breast Cancer Histological Images

Deep Learning Assessment of Tumor Proliferation in Breast Cancer Histological Images To be done 1, receptive field

原创 tensorflow 中反捲積操作(transpose conv)詳解

題主花了很多時間去理解 tensorflow 中 transpose_conv 的計算方法,終於找到了一篇寫得比較基礎的博文link,文中用 python 實現了 tensorflow 中 transpose_conv 的功能,但是存在一

原创 tensorflow的使用進階

Note: When is_training is True the moving_mean and moving_variance need to be updated, by default the update_ops are p

原创 RCNN,SPP-NET,FAST_RCNN,FASTER-RCNN結構及訓練方法總結

To be done: 1,Fig.1 需要補充圖片說明 2, SVD 相關 3,roi 到 feature map 的映射該怎樣確定?即 feature map 上的一個點對應的是 原圖中的一塊區域。 4,faster-rcnn

原创 Mask-RCNN

mask-rcnn roi align 的解釋 http://blog.leanote.com/post/[email protected]/b5f4f526490b

原创 U-Net: Convolutional Networks for Biomedical Image Segmentation

U-Net: Convolutional Networks for Biomedical Image Segmentation Here is the article link. code layers.py bilnear_up_

原创 Mitosis Detection in Breast Cancer Histology Images with Deep Neural Networks

1,Mitosis Detection in Breast Cancer Histology Images with Deep Neural Networks 這篇文章發表在 MICCAI2013 ,文章中提出的方法在 ICPR201

原创 python 基礎知識補充

1,當函數參數數量不確定時,可以使用 *args 和 **kwargs 做形參 *args 適用於一般類型的參數,應用舉例: def fun_var_args(farg, *args): print('args:', farg