Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/custom-layer-in-tensorflow-using-keras-api
- Owner: nikhilroxtomar
- Created: 2021-01-10T10:34:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T10:35:56.000Z (about 4 years ago)
- Last Synced: 2024-11-16T06:28:12.387Z (3 months ago)
- Topics: dense, keras, tensorflow
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.