Skip to content

Structuring the way of setting-up neural networks  #22

@JoostBerkhout

Description

@JoostBerkhout

Instead of creating all these different files and file names manually, I thought of creating a class that contains all the information regarding the neural net, including:

  • Name.
  • Folder to save the learned specifics.
  • Architecture (according to LRP Toolbox).

Template:

classdef NeuralNet
    properties
        Name
        Folder
        Architecture
    end
    methods
        "some methods to load, save and analyse the NeuralNet"
    end
end

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions