Starter code/snippets for starting points in DL
File:
- mini_net.ipynb - Contains some helper methods which can be used while building your own neural net.
- Custom AutoEncoder - Contains a single cuntomizable method which produces 2 encoder and a autoender. A great start to identify the optimum parameters for the autoenocder whould be to use either Growing or Pruning methods to develop it
- Custom MLP - Creates a customizable Mulite Layered Perceptron. It follows a prunning methodology.
- CustomPlotFuncs - Includes methods like Multi stacked Bar chart and Donut pie chart.