Machine learning software that I was a little worried about I will install keras and see it.
Keras Keras is an open source neural network library written in Python. It can work on top of MXNet, Deeplearning4j, TensorFlow, CNTK, Theano. This time we will use TensorFlow.
TensorFlow is developed by Google and released as open source. A software library for use in machine learning.
Install this first.
Terminal
pip3 install tensorflow
Install the essential keras.
Terminal
pip3 install keras
pip
pip is a package management system for installing and managing packaged software written in Python. Many Python packages are on the Python Package Index. pip has been included by default since Python 2.7.9 and since Python 3.4.
I got the following error, but it was just a reminder that I could use the latest pip.
Recommended Posts