Apr 15, 2021Are Robo advisors better than Mutual Funds?Deciding between Robo advisor and mutual fund can be tricky. In this article we will briefly check if Robo advisors are better than Mutual Funds. We will also look at Robo advisor pros and cons. Both Robo advisor and Mutual Funds can be extremely beneficial for short and long term…Robo Advisor4 min readRobo Advisor4 min read
Published inMLearning.ai·Mar 28, 2021Short Python code for Backward elimination with detailed explanationBackward elimination is an advanced technique for feature selection to select optimal number of features. Sometimes using all features can cause slowness or other performance issues in your machine learning model. Introduction to Backward Elimination in Machine Learning If your model has several features, it is possible that not all features are equally important. Some features actually…Backward Elimination6 min readBackward Elimination6 min read
Nov 2, 2020Invest in Best ETF in 2021— “How To” guide the Do-it-yourself wayIs there any vehicle other than direct stock investment which is safer and helps you be well-diversified? How to get a list of all possible permutations and combinations of all types of investments and how to rank them in order of your preference: 1 or 2 or 3 year return…Etf14 min readEtf14 min read
Oct 29, 2020Step-by-step guide on how to find the best ETF (exchange traded funds) to invest in 2020FOMO (fear of missing out) in current times, when US and global stock markets are soaring, tops the list of emotions generally seen in any investor. Should I invest right now? If I don’t invest, I will loose those thousands or millions I can earn like my colleague earned in…Etf12 min readEtf12 min read
Dec 23, 2019Predict car mileage — Machine Learning Regression using auto-mpg datasetStep-by-step instructions along with backward elimination, cross_val_score and KFold explanation — The mission is to predict the mileage of a particular car in city driving, given data of some parameters (features) for hundreds of cars. This project uses UCI dataset of almost 400 cars with accurate values of following parameters. 1. mpg: continuous 2. cylinders: multi-valued discrete 3. displacement: continuous 4. horsepower: continuous 5. weight: continuous 6. acceleration: continuous 7. model year: multi-valued discrete 8. origin: multi-valued discrete 9. …Machine Learning13 min readMachine Learning13 min read
Dec 6, 2019Diamond price prediction using Python on PriceScope and CaratLane diamond listingsContinuation story of Diamond Price Prediction using ML This post is more of a continuation of the Diamond Price Prediction using Machine Learning story. Diamonds are forever — price prediction using Machine Learning regression models and neural… Amongst a variety of items that are not quantitatively or statistically valued by buyers, Diamonds are possibly the…medium.com The first post sows the seed for Machine Learning regression algorithms to predict the price of a high value item using publicly available database of roughly…Machine Learning6 min readMachine Learning6 min read
Nov 26, 2019“Diamonds are forever” — price prediction using Machine Learning regression models and neural networks.Using PriceScope and CaratLane Diamond listing Amongst a variety of items that are not quantitatively or statistically valued by buyers, Diamonds are possibly the most valuable. The purchase is far less from rational with a heavy bent on emotional ties. …16 min read16 min read
Published inVoice Tech Podcast·Oct 30, 2019Machine learning interview notes (part 3 — short bullet-points)Following are the notes I created before my Machine learning / NLP interview. This is a set of really concise notes with brief explanation, quick answers and python code with comments for a lot of Machine learning and NLP algorithms using ML libraries like Sklearn, Spacy, NLTK, Numpy, Pandas…Naturallanguageprocessing8 min readNaturallanguageprocessing8 min read
Published inVoice Tech Podcast·Oct 30, 2019Machine learning interview notes (part 2 — NLP, Prodigy)Following are the notes I created before my Machine learning / NLP interview. This is a set of really concise notes with brief explanation, quick answers and python code with comments for a lot of Machine learning and NLP algorithms using ML libraries like Sklearn, Spacy, NLTK, Numpy, Pandas…Naturallanguageprocessing10 min readNaturallanguageprocessing10 min read
Published inVoice Tech Podcast·Oct 29, 2019Machine learning interview notes (part 1)Following are the notes I created before my Machine learning / NLP interview. This is a set of really concise notes with brief explanation, quick answers and python code with comments for a lot of Machine learning and NLP algorithms using ML libraries like Sklearn, Spacy, NLTK, Numpy, Pandas…Conversational UI7 min readConversational UI7 min read