Post

KerasKeras

k
kumar san

Posted on 26th April 2024|12 views

0
votes

Model Compile Keras

how to compile the Keras model using the loss function?

Answers
P
kavya A

Posted on 26th April 2024

You can compile the Keras model as shown below

model.compile(loss = 'categorical crossentropy',     

   optimizer = RMSprop(), 

   metrics = ['accuracy'])

 

Write your answer

STILL GOT QUERIES?

Get a Live FREE Demo
  • Explore the trending and niche courses and learning maps
  • Learn about tuition fee, payment plans, and scholarships
  • Get access to webinars and self-paced learning videos