Published in Towards Data Science·Apr 11, 2020Comparative Case Study of ML Systems: Tensorflow vs PyTorchIn this post, I’ll perform a small comparative study between the background architecture of TensorFlow: A System for Large-Scale Machine Learning and PyTorch: An Imperative Style, High-Performance Deep Learning Library The information mentioned below is extracted for these two papers. I chose TensorFlow and PyTorch to perform a comparative study…Machine Learning6 min readMachine Learning6 min read
Jan 7, 2020Top Resources for Software Engineer — New Grad Job SearchThis short post is written for recent graduates / current students looking for a job as a Software Engineer, containing a list of resources to help them in their preparation. This list is by no means comprehensive and is only supposed to provide a starting point to freshers who are…Technology4 min readTechnology4 min read
Published in Towards Data Science·Nov 2, 2018A brief Introduction to Support Vector MachineSupport Vector Machine (SVM) is one of the most popular Machine Learning Classifier. It falls under the category of Supervised learning algorithms and uses the concept of Margin to classify between classes. It gives better accuracy than KNN, Decision Trees and Naive Bayes Classifier and hence is quite useful. Who should read this post Anyone…Machine Learning5 min readMachine Learning5 min read
Oct 6, 2018Life @ Arizona State UniversityHere is a post I wrote during my first semester (Fall 2018) at Arizona State University! In fall, 2018 I joined the Masters in Computer Science Graduate program at the ever amazing and diverse Arizona State University. Coming to the US was an intimidating task given that I had never…Arizona State University4 min readArizona State University4 min read
Published in Towards Data Science·May 23, 2018How AI will affect different fields of Technology!Artificial intelligence is a term that inspires wonder in the minds of some people but instigates terror in the hearts of others. The truth is AI is changing our lives at a phenomenal speed. …Artificial Intelligence5 min readArtificial Intelligence5 min read
Published in MindOrks·May 17, 2018Want to ace technical interviews? Get started with Competitive Programming!If you are preparing for Software Developer / Engineer jobs, you have to be prepared to go through rigorous technical interviews. All these interviews require good programming skills. Apart from impressive side projects and relevant experience, knowledge of Data Structures (DS) and Algorithm Design & Analysis (ADA) with good problem-solving…Programming10 min readProgramming10 min read
Published in MindOrks·May 16, 2018What is Deep learning and Why you should know about it!Deep learning is a subfield of Machine learning (ML) that is continuously changing the world around us. From driverless cars to speech recognition, Deep learning is making everything possible. It has become a hot topic of Industry as well as academia and is affecting nearly all Industries related to ML…Machine Learning7 min readMachine Learning7 min read
Published in MindOrks·Apr 15, 2018Developing an Audio recorder appIn this tutorial, we’ll develop a basic Audio capturing android application. It works similar to the native Android recorder application but has a very simple User Interface. NOTE: This tutorial is meant for beginners and newbie Android developers. I’m assuming you are already familiar with some basic Android programming. …Android5 min readAndroid5 min read
Published in MindOrks·Mar 28, 2018Developing a Screen Mirroring Android AppHave you ever tried Screen mirroring (or casting) your phone on a Smart Tv? You must have. There are tons of available applications for this task. If you haven’t heard of Screen mirroring, let me explain: Screen mirroring (sometimes called Screen-casting) allows you to mirror your mobile device’s content on…Android3 min readAndroid3 min read
Published in HackerNoon.com·Dec 20, 2017What’s exactly this buzzword called Blockchain?Currently, everyone in the tech industry is talking about Cryptocurrencies. Investors, Developers and Entrepreneurs, everyone has their eye on the crypto space. For newbies, it might be a pain to understand what the hype is about. …Blockchain5 min readBlockchain5 min read