https://perceptilabs.canny.io/feature-requests/p/searchable-keras-layers

This would add a searchbar to the workspace where you can search for (semi) arbitrary Keras operations.

If you then select an operation and place it on the workspace, it will turn into a component which contains only the Keras operation that you selected.

The idea is that this would be a semi-automated approach for introducing large amounts of new components into the tool.

It would be semi-automated in the way that we select which components should be included, by adding them to a list for example, but all the settings, number of inputs, etc would be automatically determined (if not on the fly, then at compilation time).

The automatically generated settings would check what datatype the input parameter needed to be and generate a settings field based on that.