How to Install Keras and Tensorflow in Python – Windows 10 – Code Jana Python Tutorial
[ad_1]
Hi Coders, welcome to Code Jana.
In this video, you’ll learn about how to install keras in Python as well as tensorflow installation.
The process is like installing any other library with the help of Python Package Manager PIP.
Here’s the process:
1. Create a virtual environment.
2. Activate the virtual environment.
3. Use pip install command to install both keras and tensorflow in your virtual environment.
4. Try to import keras and see if gives an error or not.
See, that’s it.
Keras is a machine learning library for Python. It is much easier to learn and code in comparison to tensorflow.
However, keras and tensorflow has many similarities. To create a complex machine learning program, you must implement both keras and tensorflow in your program.
Please show your support by liking, sharing and subscribing. Thanks for watching. 🙂
Source
[ad_2]
ERROR: Could not build wheels for h5py which use PEP 517 and cannot be installed directly…..my python version 3.6.0
Failed to build h5py
Hi Jana, I've a new question.. Why it is preferable to intsall keras in a virtual env?
do you need to install anaconda or miniconda so as to be able to create an virtualenv?
Tensor flow is a mandatory back-end in keras..right?
Hello, What were the python and tensorflow version in this install proces?