Machine Learning

From Hawk Wiki
Jump to: navigation, search

install keras and tensorflow cpu on ubuntu 16

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2
sudo apt-get install python-numpy python-scipy python-matplotlib python3-gdbm python3-pip
pip3 install tensorflow keras