Teches

Term Paper: Impact of …

Impact of evolving Artificial Intelligence on the future of Human Race Saurav Pandey September 4, 2020 Abstract Artificial Intelligence is evolving rapidly and it is bound to impact the way we humans live. This paper attempts to highlight our general perception towards Artificial Intelligence and …

Pandas Optimized Code …

Here are the pandas snippets that will make data cleaning easier. These will make the process easier and faster. #Note: I will gradually update the list 1. To clean numbers and text inside brackets from a column using regex import pandas as pd import re df = …

KNN Classifier …

KNN is a supervised algorithm that classifies new cases based on similarity measure from its neighbors. Please refer the notebook below for its detailed implementation and understanding from scratch.