Machine Learning Software Installation Cheatsheet

Tags: CUDA, Tensorflow, Theano, Keras, XGBoost, GPU

When I began Expreimenting in Machine Learning with my GPU (GTX-940MX), I had to struggle a lot figuring out installation procedures and suitable versions of Softwares. So in this blog post, I’m gonna share my experience in the form of, according to me, the best possible way of getting the tools needed to begin working in ML, preferably with GPUs, mainly through Theano, Tensorflow, Keras and XGBoost.

Read More

How this Blog was created

Tags: Blog, Getting Started, Hello World

This Blog was created using Jekyll Now repository on Github, as starting point. It is a very good point to get started with personal blogs. Using only static pages in the blog makes it comparatively faster than other Micro Blogging sites which uses Databases.
The best way to get started with a personal blog is to fork the above repository or one of the custom themes as mentioned Here. Next one can update their site name, avatar and other options using the _config.yml file in the root of the repository (shown below).

Read More