PlotNeuralNet Versions Save

Latex code for making neural networks diagrams

v1.0.0

5 years ago

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

5 years ago

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