Problem regarding keras

Please tell how to install keras modules in jupyter notebook.

Hey @abhaygarg2001

You can simply install tensorflow which now includes Keras as well.
!pip install tensorflow
from tensorflow inport keras
But be reminded, this will most probably configure tensorflow on the CPU (which is considerably slower than using the GPU). My advice would be to use Google Colab where every required module is already set up. Otherwise, follow the instructions here to install tensorflow for GPU on your system.

Happy Learning!

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.