Deep learning experimentations and examples.
There are examples in the repo of some simple deep learning models using Keras.
python3.6+ x64(64 bit is important, since tensorflow only supports x64)python3 -m pip install keras- Tensorflow
- If you have a supported nVidea GPU
python3 -m pip install tensorflow-gpu(If a version cannot be found using pip, make sure you have a 64 bit verison of python) - Use CPU calculating
python3 -m pip install tensorflow
- If you have a supported nVidea GPU
python3 -m pip install numpypython3 -m pip install matplotlib
Contributions are welcome. If you have a cool deep learning example that you feel is educational, feel free to open a pull request!