'Using TensorFlow backend' error

when the statement ‘from keras import models’ is executed, ‘Using TensorFlow backend’ is displayed. Also i get errors while using the sentece model = models.Sequenctial. Please help. How can i solve these problems?

Hey @HemantKumar, "‘Using TensorFlow backend’ " It’s just a message, it doesn’t mean any error has occured. NO need to worry about this.

model = models.Sequential()
Remove c from the spelling.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

There is no c in model = models.Sequential(). I am not able to understand

Hey @HemantKumar,

There’s no function named ‘Sequenctial’, its 'Sequential
Also make sure you have put this statement at top
from keras import models

If error still persists, share the screenshot of the error.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.