Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

Add user defined layers #324

Closed Sar1hak closed 4 years ago

Sar1hak commented 4 years ago

--- Feature: Add_layer, Popup Dialog(Not integrated just functions present in the file) about: Add_layer-> May added the layers to given index format: {object, [index values]} example, add_layer={Dropout(0.5) : [1, 3, 5], Dense() : [2,3]} labels: feature ---