Writing /home/fac/arijit/public_html/dokuwiki/data/cache/0/0f3dae15bd579c4b78137f3d0ad7d105.xhtml failed
Differences
This shows you the differences between two versions of the page.
|
courses:2017:installation_guide [2017/02/11 15:04] arijit created |
courses:2017:installation_guide [2017/02/12 11:56] (current) arijit |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Installation guide for Keras====== | ======Installation guide for Keras====== | ||
| + | < | ||
| + | Step 1. An easy way to install most of the dependencies is to install Anaconda. | ||
| + | - Download page https:// | ||
| + | --install | ||
| + | bash Anaconda2-4.2.0-Linux-x86_64.sh | ||
| + | |||
| + | --allow set up path at the end of installation | ||
| + | |||
| + | Step 2. Check PATH variable echo $PATH. | ||
| + | - If not set, then set the path in .bashrc file. | ||
| + | --export PATH="/ | ||
| + | - Restart terminal and check again. | ||
| - | - Installing | + | |
| - | - download done | + | Step 3. Installing theano using pip command |
| - | - installing | + | - If pip not installed, install it. |
| - | - allow set up path | + | -- https://pip.pypa.io/en/stable/installing/ |
| - | - Check PATH variable echo $PATH. | + | - pip install |
| - | - Installing theano using pip command [ref to page http://deeplearning.net/software/theano/install.html# | + | |
| - | - Install same page next dependency | + | Step 4. install additional dependency |
| - | - Install | + | -conda install pydot-ng |
| - | - Running | + | |
| - | - Ok (about 30min) | + | Step 5. install |
| - | - Testing installation [ref to page https:// | + | -pip install --user nose-parameterized |
| - | - Installing keras using pip [ref to page https:// | + | |
| - | - Very immportant editing | + | Step 6. running |
| - | ~/ | + | -python -c " |
| - | { | + | --ok(about 30min) |
| - | " | + | |
| - | " | + | Step 7. installing |
| - | " | + | -pip install |
| - | " | + | |
| - | } | + | Step 8. edit .json file |
| - | </ | + | |
| - | - Check keras installation | + | ~/ |
| - | - Update if required | + | |
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | |||
| + | Step 9. check keras installation | ||
| + | -python -c " | ||
| + | |||
| + | </ | ||