Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilroxtomar/custom-layer-in-tensorflow-using-keras-api

A simple code for creating your own custom layer in TensorFlow using Keras API. Here I have created the Dense layer same as the regular dense layer available in the Keras API.
https://github.com/nikhilroxtomar/custom-layer-in-tensorflow-using-keras-api

dense keras tensorflow

Last synced: 15 days ago
JSON representation

A simple code for creating your own custom layer in TensorFlow using Keras API. Here I have created the Dense layer same as the regular dense layer available in the Keras API.

Awesome Lists containing this project

README

        

# Custom Layer in TensorFlow using Keras API

A simple code for creating your own custom layer in TensorFlow using Keras API. Here I have created the Dense layer same as the regular dense layer available in the Keras API.