Installation


To begin installation, first download the GitHub repository as a .zip file located here to your Downloads folder

Install the plugin

Unzip the repository into your Downloads folder and copy deepLearning.jar over to the plugins folder inside the SeqGeq installation folder

Configure Python environment

Windows
  1. Uninstall any version of python that already exists on your machine
  2. Get a python 3.5.3 64 bit here (must be 64 bit) check the box for Add Python 3.5 to PATH
  3. Download numpy here
  4. Download scipy here
  5. Open command prompt. To open command prompt press the windows key, type "cmd", then press enter.
  6. Copy and paste each of the following commands one at a time into the command prompt window. Press enter to run a command.
  7. pip3 install %USERPROFILE%\Downloads\numpy-1.13.0+mkl-cp35-cp35m-win_amd64.whl
  8. pip3 install %USERPROFILE%\Downloads\scipy-0.19.1-cp35-cp35m-win_amd64.whl
  9. pip3 install --upgrade tensorflow
  10. pip3 install keras
  11. pip3 install sklearn
  12. pip3 install matplotlib
  13. pip install h5py
  14. Finally, copy contents the scripts folder from the Deep-Learning-Plugin GitHub repository into %USERPROFILE%/AppData/Local/Programs/Python/Python35/Lib
MacOS
  1. Uninstall any version of python that already exists on your machine
  2. Get python a 3.5.3 64 bit here (must be 64 bit)
  3. Download numpy here
  4. Download scipy here
  5. Open the terminal application. To open the terminal application open your Applications folder, then open the Utilities folder. Inside the Utilities folder, you will find the terminal application.
  6. Copy and paste each of the following commands one at a time into the terminal window. Press enter to run a command
  7. pip3 install ~/Downloads/numpy-1.13.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  8. pip3 install ~/Downloads/scipy-0.19.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  9. pip3 install --upgrade tensorflow
  10. pip3 install keras
  11. pip3 install sklearn
  12. pip3 install matplotlib
  13. pip install h5py
  14. cd ; cp -r ./Downloads/Deep-Learning-Plugin-master/scripts/ ../../Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5

results matching ""

    No results matching ""