Changes

Jump to navigation Jump to search
637 bytes added ,  17:42, 16 July 2018
no edit summary
2018-07-16:
*Work to adapt the data to RNN
*Installed keras for BOTH python 2 and 3.
*For python2, installed using the command:
pip install keras
*For python3, installed by first downloading github repo:
git clone https://github.com/keras-team/keras.git
then run the following command
cd keras
python3 setup.py install
Normally, having run the command for python 2 should be sufficient, but we have anaconda2 and anaconda3 both so for some reason, pip can't detect the ananconda 3 folder, hence we have to manually install it like that.
Note that you can run:
python setup.py install
to install to python2 as well (and skip the pip installation). Source: https://keras.io/
2018-07-13:
197

edits

Navigation menu