PinnedIntro to Neural Nets With PytorchBuild a Handwritten Digit Recognition Model with PyTorchDec 26, 2018·12 min read
Numpy 101Introduction Numpy is a python library that provides functions that are especially useful when you have to work with large arrays and matrices of numeric data, like doing matrix matrix multiplications. Also, Numpy is battle tested and optimized so th...Sep 8, 2018·3 min read
Dual Boot Ubuntu on WindowsBored with Windows OS? Want the hacker feeling? Want to learn how to use Linux? Or whatever your requirement might be!Aug 20, 2018·5 min read
Intro To Database Management SystemIntroduction To DBMS This is essentially a blog that came out as a result of an NPTEL course I took during my college days. Schema & Instance Schema - A schema is a physical or logical structure of the data-base. The basically comprise the columns a...Aug 20, 2018·4 min read