How to install Keras (Python deep learning library) on Anaconda on Windows OS

preview_player
Показать описание
This video will show you how to install Keras ( Deep learning) library on Anaconda on Windows Operating system.
Рекомендации по теме
Комментарии
Автор

Thank you, it was crystal clear ...
Can we use the same propt to install theano and tensorflow

like:

conda install -c conda-forge theano
conda install -c conda-forge tensorflow

katanoma
Автор

this was the first thing that showed up
WARNING: The conda.compat module is deprecated and will be removed in a future release.
what does this mean?

toothfairy
Автор

Preparing transaction: done
Verifying transaction: failed

EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: C:\ProgramData\Anaconda3


why this things happened ??

abubakkarshiddique
Автор

I followed your instruction but got the following error, could you help,
Anaconda version:

Got error:
CondaError: Cannot link a source that does not exist.

Running `conda clean --packages` may resolve your problem.

AllinOne-vdoy