-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
King G edited this page Apr 15, 2018
·
3 revisions
Install Ubuntu 16.04.4 (or run it in a virtual machine)
Download file from https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
Change to Downloads directory
cd Downloads
Making the file executable
chmod +x Anaconda3-5.1.0-Linux-x86_64.sh
Run the file
./Anaconda3-5.1.0-Linux-x86_64.sh
Install Theano
pip install theano
Install Tensorflow
pip install Tensorflow
Install Keras
pip install Keras
conda update --all
conda update -n base conda
Download the DNA Engine at https://github.com/King-G/DNAEngine
Unzip and save it to your desktop
Open a new terminal
cd Desktop
cd DNAEngine-master
cd Python
python Example.py