Skip to content

Structuring the way of setting-up neural networks  #22

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions