瀏覽代碼

Added second wide residual network

Added my implementation of the Wide Residual Network, which achieves similar classification accuracy performance to the scores described in the original paper.

Contains a script to construct WRN's of any size, with pre-trained weights for WRN-16-8 (93.68 %) and WRN-28-8 (95.08 %).
Somshubra Majumdar 8 年之前
父節點
當前提交
54b1b0f687
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -61,7 +61,7 @@ If you have a high-quality tutorial or project to add, please open a PR.
 - [VGG-CAM](https://github.com/tdeboissiere/VGG16CAM-keras)
 - [t-SNE of image CNN fc7 activations](https://github.com/ml4a/ml4a-guides/blob/master/notebooks/tsne-images.ipynb)
 - [VGG16 Deconvolution network](https://github.com/tdeboissiere/Kaggle/tree/master/StateFarm/DeconvNet)
-- [Wide Residual Networks (with pre-trained weights)](https://github.com/asmith26/wide_resnets_keras)
+- Wide Residual Networks (with pre-trained weights): [1](https://github.com/asmith26/wide_resnets_keras) - [2](https://github.com/titu1994/Wide-Residual-Networks)
 - [Ultrasound nerve segmentation](https://github.com/jocicmarko/ultrasound-nerve-segmentation)
 
 ### Creative visual applications