https://github.com/nikhilroxtomar/custom-blocks-in-tensorflow-using-keras-api
we are going to build a simple convolutional block which consists of a Convolutional layer, Batch Normalization layer, ReLU activation function and a MaxPooling layer.
https://github.com/nikhilroxtomar/custom-blocks-in-tensorflow-using-keras-api
keras tensorflow tensorflow-tutorials
Last synced: 2 months ago
JSON representation
we are going to build a simple convolutional block which consists of a Convolutional layer, Batch Normalization layer, ReLU activation function and a MaxPooling layer.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/custom-blocks-in-tensorflow-using-keras-api
- Owner: nikhilroxtomar
- Created: 2021-01-11T12:47:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T13:16:28.000Z (over 5 years ago)
- Last Synced: 2025-01-16T22:36:43.873Z (over 1 year ago)
- Topics: keras, tensorflow, tensorflow-tutorials
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Blocks in TensorFlow using Keras API
Here, we are going to build a simple convolutional block which consists of a Convolutional layer, Batch Normalization layer, ReLU activation function and a MaxPooling layer.
YouTube Video: [https://youtu.be/B_1rQNcgTio](https://youtu.be/B_1rQNcgTio)