This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yes | sudo apt-get update | |
yes | sudo apt-get install python | |
yes | sudo apt-get install python-pip | |
sudo -H pip install --upgrade pip | |
sudo -H pip install theano | |
sudo -H pip install keras | |
sudo -H pip install h5py |