Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Deep Learning Extension - Save Layers

btibertbtibert Member, University Professor Posts: 146 Guru
Is it possible to extract the weights of a layer trained with the Deep Learning extension?  My specific use case here would be to look at the embedding weights that were trained in our model.  Another idea here would be to review the features extracted as part of a CNN model for image classification?

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi @btibert

    You can see the weights of each layer just connecting the wei port of Deep Learning operator to a res port.

    The result is a IOObject collection with examples sets with the weights of each layer.  

    Best. 

    Cesar

Answers

  • btibertbtibert Member, University Professor Posts: 146 Guru
    Oh wow, I can't believe I never thought to try that.  Silly.  Thanks, certainly makes sense!
Sign In or Register to comment.