Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about functional-api

Read more about functional-api

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - functional-api

How to use Embedding Layer along with textvectorization in functional API

Just starting on tensorflow Working on imdb dataset. Process: Text encoding using textvectorization layer and passing it to embedded layer: # Create a custom standardization function to strip HTML bre...
test-img

Jay ra1

python

tensorflow

keras

word-embedding

functional-api

Votes: 0

Answers: 1

Latest Answer

You have two options. Either you use a Sequential model and it will work as you have confirmed because you do not have to define an Input layer, or you use the functional API where you have to define ...
test-img

AloneTogether

Functional API or Custom Layer keras tensorflow

I was building a neural network in tensorflow keras and ended up with the following code as a step in the model: enc = tfkl.Reshape((-1, 20,input_shape[1]))(input_layer) encoder_output = [] for i in r...
test-img

James__pxlwk

tensorflow

keras

functional-api

Votes: 0

Answers: 0

test-img

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved