Last semester while working on deep learning side projects (most notably a TensorFlow CharRNN chatbot trained on ~500k of my own text messages) I'd always come across the same problem: I couldn't afford GPUs as a broke college student.<p>After being fed up spending more money on cloud resources than I did on food, I decided to build my own cloud GPU provider with prices ~3-5x less than AWS, GCP, and Azure.<p>This was done by aggregated underutilized servers from different hosting providers across the world and developing a layer of abstraction over their heterogenous hardware, then letting people use it for far cheaper than AWS.<p>It's live at <a href="https://vectordash.com" rel="nofollow">https://vectordash.com</a> - you can create a Linux VM within seconds.<p>Any feedback or feature requests would be much appreciated and happy training!