Make the python environment necessary to run the Deep Learning program.
(base) C:\Users\nitta> conda create -n deep python=3.6 jupyter
(deep) C:\Users\nitta> conda activate deep
(deep) C:\Users\nitta> pip install --ignore-installed --upgrade tensorflow
(deep) C:\Users\nitta> pip install keras
(deep) C:\Users\nitta> pip install scipy scikit-learn pillow h5py matplotlib pandas
(deep) C:\Users\nitta> conda install opencv
(deep) C:\Users\nitta> pip install nltk
(deep) C:\Users\nitta> pip install gensim