Skip to content

v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@HarisIqbal88 HarisIqbal88 released this 25 Dec 20:23
4704e1e

This is the very first release in which layers were defined by specific names like Conv, ConvRelu, Deconv and a workable solution was created. This version is not suitable for extension because having a separate layer just because it is represented by a different colour is not clever. In future release, layers should be defined in generic terms like Box, RightBandedBox, Ball etc so that less code can make different layers with colour as a parameter. Additionally, attributes of each layer should also be changed to generic for example: from numFilters to xlabels