Skip to content

Releases: HarisIqbal88/PlotNeuralNet

v1.0.0

25 Dec 20:56
Compare
Choose a tag to compare

This is the first release that is built on the idea to further extend the functionality with maximum backward compatibility. Layer names(e.g., Box,RightBandedBox) and their attributes(e.g., caption,xlabels) are generic. Moreover, the code is much better readable than the previous version.
TO DO's:

  • Add easy legend functionality
  • Add more layer shapes like TruncatedPyramid, 2DSheet etc

v0.1

25 Dec 20:23
4704e1e
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

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