PinnedInAnalytics VidhyabyTanvi Penumudy·Dec 29, 2020A Beginner’s Guide for Getting Started with Machine LearningIf you’ve landed on this article, chances are that you’ve been wondering what Machine Learning is all about or perhaps how to get started…A response icon3A response icon3
PinnedInAnalytics VidhyabyTanvi Penumudy·Dec 31, 2020Statistical Analysis in Python using PandasIn the next few minutes, we shall get ‘Pandas’ covered — An extremely popular Python library that comes with high-level data structures…A response icon4A response icon4
PinnedInAnalytics VidhyabyTanvi Penumudy·Dec 30, 2020Getting Familiar with NumpyIn the next few minutes, we shall get Numpy covered! An extremely popular core scientific computing Python library that every Machine…
PinnedInAnalytics VidhyabyTanvi Penumudy·Nov 14, 2020A Beginner’s Guide to Reinforcement Learning and its Basic Implementation from ScratchBasics of Reinforcement Learning with Real-World Analogies and a Tutorial to Train a Self-Driving Cab to pick up and drop off passengers…A response icon2A response icon2
Tanvi Penumudy·Dec 20, 2021Quantum Computing Simplified Part I: IntroductionQuantum Computing is an area of computing focused on developing computer technologies governed by the laws of Quantum Mechanics (It is a…
Tanvi Penumudy·Nov 17, 2021Artificial Intelligence for TradingArtificial Intelligence has had a far greater influence on our lives in more ways than we could ever envisage. AI encompasses demonstration…A response icon7A response icon7
InAnalytics VidhyabyTanvi Penumudy·Jan 18, 2021Crime Data Pattern Analysis and Visualization using K-means ClusteringCrime pattern analysis uncovers the underlying interactive process between crime events by discovering where, when, and why particular…A response icon1A response icon1
InAnalytics VidhyabyTanvi Penumudy·Jan 18, 2021Face Detection and Recognition using OpenCV and KNN from ScratchKNN (K-Nearest Neighbours) is one of the most basic classification algorithms in machine learning. It belongs to the supervised learning…
InAnalytics VidhyabyTanvi Penumudy·Jan 17, 2021A Beginner’s Introduction to SVMWhile many classifiers exist that can classify linearly separable data such as logistic regression, Support Vector Machines (SVM) can…
InAnalytics VidhyabyTanvi Penumudy·Jan 17, 2021A Machine Learning Roadmap to Naive BayesNaive Bayes is a probabilistic machine learning algorithm based on the Bayes Theorem, used in a wide variety of classification tasks.