tiny-cnn v0.1.1 Release Notes

Release Date: 2016-07-26 // over 7 years ago
  • ๐Ÿš€ This release contains following improvements:

    • ๐Ÿ†• New Layers
      • Batch Normalization
      • Deconvolution/Unpooling (@wangyida)
      • Power
      • Slice
    • ๐Ÿ†• New Loss Functions
      • Absolute mean/Absolute mean with eps (@H4kor)
    • Minor Bug Fix
      • Compile error on MSVC2013 #218 #231
      • Correct the definition of MSE #232
      • Fix linker error due to duplicate symbols
      • Fix handling non-square input data in caffemodel #227
      • Fix data race in network::test #185

    ๐Ÿš€ Thank you very much for all comitters for this release!