/Lamda-layers-in-Keras

Lamda layers in Keras

Primary LanguageJupyter NotebookMIT LicenseMIT

Lambda Layers

The Lambda layer exists so that arbitrary expressions can be used as a Layer when constructing Sequential and Functional API models. Lambda layers are best suited for simple operations or quick experimentation. In this colab ill be implimenting keras's Lambda layer which will also cover custom activation functions and tf.keras.layers.add layer.

Getting Started

Open this colab: Lamda_layers

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details