Category Archives: deep learning

Learning a sine wave with LSTMs

TL;DR: Copy & paste the linked code to have working Neural Network as a starting point for your application Introduction I tried several times to get started with Deep Learning. But pretty much all the tutorials were outdated and it … Continue reading

Posted in deep learning | Leave a comment

Deep learning made easy with Colaboratory

TL;DR: Get free a GPU and environment with Jupyter Notebook with this tutorial I always struggle to set up the environment for deep learning frameworks. It seems you need the right set and versions of hardware, OS, drivers,framework. And if you … Continue reading

Posted in deep learning, linux | 1 Comment