Prechádzať zdrojové kódy

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 9 rokov pred
rodič
commit
54b1b0f687
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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