During reading Reinforcement Learning: An Introduction by Sutton and Barto (SE, 2012), I did some exercises in the book. I created a git repository where I will share some of those.
Some interesting excercises with TensorFlow, Theano and Keras might be also wort of sharing. You can find them in this git repository.
čtvrtek 18. srpna 2016
neděle 7. srpna 2016
TensorFlow Segmentation Fault
If you happen to run into TensorFlow segmentation fault on MacOs, try symlinking libcuda.dylib to libcuda.1.dylib in /usr/local/cuda/lib seems to do the job. More on here.
Installing CUDA on MacOS
Installing CUDA on MacOS developed to a bit of challenge so here is how to do:
- Download cuda_7.5.27_mac.dmg & install
- Download cuDNN & install:
- Test CUDA:
sobota 6. srpna 2016
Resources
So here goes my journey as an AI researcher. First, I'd like to point some interesting resources:
- Coursera Machine Learning Course - basic introduction into ML
- OpenAI Gym - framework for implementing AI algorithms
- TensorFlow - tool for creating neural networks
- Google DeepMind - Google acquired company focusing on deep learning; interesting papers
- Reinforcement Learning: An Introduction - awesome book for RL, go for unfinished Second Edition
- Neural Networks and Deep Learning - a free online book about NN
Přihlásit se k odběru:
Příspěvky (Atom)