OnoSureiyaApr 22, 20203 min readZ-Score Outlier DetectionZ-Score is a simple yet powerful implementation for Outlier Selection in Parametric Datasets, especially those of a Gaussian Nature.
OnoSureiyaApr 21, 20202 min readSimple Numeric OutlierOutliers selection are an important part of data-analysis. Here, is a simple yet useful implementation of outlier selection for 1-D dataset.
thecreator_hrApr 15, 20204 min readArtificial Intelligence 101At this moment when everyone is so thrilled with the idea of Artificial Intelligence, I wanted to write about the very roots of AI. How...
OnoSureiyaApr 13, 20202 min readSub-Linear Time AlgorithmsAs size and complexity of Data continues to grow. It is important that we take our time out to understand and develop sublinear algorithms.
OnoSureiyaApr 10, 20205 min readUnderstanding Stochastic Outlier SelectionOutliers are data-points which vary from the general trend. Here, we will be implementing the Stochastic Outlier Selection Algorithm
OnoSureiyaApr 7, 20202 min readA-Git-Chatroom [Part-2]Let us begin by understanding the basic functions of a chatroom. A "Chatroom" is an area on the Internet or other computer network where...
thecreator_hrFeb 20, 20203 min readJupyter Notebook || Installation, Tips and TricksThe Jupyter Notebook "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain...
OnoSureiyaJan 30, 20203 min readA-Git-Chatroom [Part-1] Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed
thecreator_hrJan 27, 20202 min readLinear Regression In Single Variable || Python 3.7Your first step towards the field of Machine Learning and Data Science. Build your own model of Machine Learning from scratch using Python3